2 @message |
assert
Statement failed, SQLSTATE = 22018
- conversion error from string "one"
+ conversion error from string "one#x00#x00"
LOG DETAILS:
2025-06-26 18:06:34.764
2025-06-26 18:06:34.773 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-26 18:06:34.781
2025-06-26 18:06:34.787 @pytest.mark.version('>=4.0.6')
2025-06-26 18:06:34.794 def test_1(act: Action):
2025-06-26 18:06:34.800 act.expected_stdout = expected_stdout
2025-06-26 18:06:34.806 act.execute(combine_output = True)
2025-06-26 18:06:34.812 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-26 18:06:34.819 E assert
2025-06-26 18:06:34.827 E Statement failed, SQLSTATE = 22018
2025-06-26 18:06:34.835 E - conversion error from string "one"
2025-06-26 18:06:34.847 E + conversion error from string "one#x00#x00"
2025-06-26 18:06:34.858
2025-06-26 18:06:34.863 tests/bugs/gh_8592_test.py:39: AssertionError
2025-06-26 18:06:34.868 ---------------------------- Captured stdout setup -----------------------------
2025-06-26 18:06:34.873 Creating db: localhost:/var/tmp/qa_2024/test_11582/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|