2 @message |
assert
Statement failed, SQLSTATE = 22018
- conversion error from string "one"
+ conversion error from string "one#x00#x00"
LOG DETAILS:
2025-06-27 15:45:45.995
2025-06-27 15:45:46.004 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-27 15:45:46.010
2025-06-27 15:45:46.016 @pytest.mark.version('>=4.0.6')
2025-06-27 15:45:46.022 def test_1(act: Action):
2025-06-27 15:45:46.028 act.expected_stdout = expected_stdout
2025-06-27 15:45:46.034 act.execute(combine_output = True)
2025-06-27 15:45:46.045 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-27 15:45:46.055 E assert
2025-06-27 15:45:46.063 E Statement failed, SQLSTATE = 22018
2025-06-27 15:45:46.070 E - conversion error from string "one"
2025-06-27 15:45:46.075 E + conversion error from string "one#x00#x00"
2025-06-27 15:45:46.086
2025-06-27 15:45:46.095 tests/bugs/gh_8592_test.py:39: AssertionError
2025-06-27 15:45:46.105 ---------------------------- Captured stdout setup -----------------------------
2025-06-27 15:45:46.114 Creating db: localhost:/var/tmp/qa_2024/test_11698/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|