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

core_5691_test.py fail on Firebird debug build #29

Open
aafemt opened this issue Aug 1, 2024 · 1 comment
Open

core_5691_test.py fail on Firebird debug build #29

aafemt opened this issue Aug 1, 2024 · 1 comment

Comments

@aafemt
Copy link
Contributor

aafemt commented Aug 1, 2024

Because every utility and library has suffix "debug" in name the test fails:

E       AssertionError: assert
E         - 'fb_lock_print.exe' : firebird lock print tool
E         + 'fb_lock_print.exe' : firebird lock print tool  debug)
E         ?                                               ++++++++\n
E         - 'fbclient.dll' : firebird client library
E         + 'fbclient.dll' : firebird client library  debug)
E         ?                                         ++++++++\n
E         - 'fbguard.exe' : firebird guardian
E         + 'fbguard.exe' : firebird guardian  debug)
E         ?                                  ++++++++\n
E         - 'fbsvcmgr.exe' : firebird services management tool
E         + 'fbsvcmgr.exe' : firebird services management tool  debug)
E         ?                                                   ++++++++\n
E         - 'fbtracemgr.exe' : firebird trace management tool
E         + 'fbtracemgr.exe' : firebird trace management tool  debug)
E         ?                                                  ++++++++\n
E         - 'firebird.exe' : firebird server executable
E         + 'firebird.exe' : firebird server executable  debug)
E         ?                                            ++++++++\n
E         - 'gbak.exe' : firebird gbak tool
E         + 'gbak.exe' : firebird gbak tool  debug)
E         ?                                ++++++++\n
E         - 'gfix.exe' : firebird gfix tool
E         + 'gfix.exe' : firebird gfix tool  debug)
E         ?                                ++++++++\n
E         - 'gstat.exe' : firebird gstat tool
E         + 'gstat.exe' : firebird gstat tool  debug)
E         ?                                  ++++++++\n
E         - 'isql.exe' : firebird interactive query tool
E         + 'isql.exe' : firebird interactive query tool  debug)
E         ?                                             ++++++++\n
E         - 'nbackup.exe' : firebird physical backup management tool
E         + 'nbackup.exe' : firebird physical backup management tool  debug)
E         ?                                                         ++++++++\n
E         - 'chacha.dll' : firebird wire encryption plugin using chacha cypher
E         + 'chacha.dll' : firebird wire encryption plugin using chacha cypher  debug)
E         ?                                                                   ++++++++\n
E         - 'engine13.dll' : firebird engine plugin
E         + 'engine13.dll' : firebird engine plugin  debug)
E         ?                                        ++++++++\n
E         - 'fbtrace.dll' : firebird trace plugin
E         + 'fbtrace.dll' : firebird trace plugin  debug)
E         ?                                      ++++++++\n
E         - 'legacy_auth.dll' : firebird legacy auth plugin
E         + 'legacy_auth.dll' : firebird legacy auth plugin  debug)
E         ?                                                ++++++++\n
E         - 'legacy_usermanager.dll' : firebird legacy user manager plugin
E         + 'legacy_usermanager.dll' : firebird legacy user manager plugin  debug)
E         ?                                                               ++++++++\n
E         - 'srp.dll' : firebird srp user manager plugin
E         + 'srp.dll' : firebird srp user manager plugin  debug)
E         ?                                             ++++++++\n
E         - 'udr_engine.dll' : firebird user defined routines engine
E         + 'udr_engine.dll' : firebird user defined routines engine  debug)
E         ?                                                         ++++++++\n

tests\bugs\core_5691_test.py:189: AssertionError
@pavel-zotov
Copy link
Contributor

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants