Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IUDatabase debugging needs to be implemented #817

Open
DebRez opened this issue May 29, 2019 · 0 comments
Open

IUDatabase debugging needs to be implemented #817

DebRez opened this issue May 29, 2019 · 0 comments

Comments

@DebRez
Copy link
Contributor

DebRez commented May 29, 2019

IUDatabase.py includes the following options:

self.options['debug_filename'] = (None, "Debug output file for server interaction information")
self.options['keep_debug_files'] = (False, "Retain reporter debug output after execution")
self.options['debug_server'] = (False, "Ask the server to return its debug output as well")
self.options['debug_screen'] = (False, "Print debug output to screen")

All except debug_filename cause a 'ValueError: invalid literal for int() with base 10: 'True'' in the TestDef.py __convert_value method. debug_filename does nothing at all.

@noahv noahv self-assigned this Aug 6, 2019
@noahv noahv removed their assignment Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants