2 @message |
assert
Statement failed, SQLSTATE = 22018
- conversion error from string "one"
+ conversion error from string "one#x00#x00"
LOG DETAILS:
2025-06-30 16:33:38.915
2025-06-30 16:33:38.916 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-30 16:33:38.916
2025-06-30 16:33:38.916 @pytest.mark.version('>=4.0.6')
2025-06-30 16:33:38.916 def test_1(act: Action):
2025-06-30 16:33:38.916 act.expected_stdout = expected_stdout
2025-06-30 16:33:38.916 act.execute(combine_output = True)
2025-06-30 16:33:38.916 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-30 16:33:38.916 E assert
2025-06-30 16:33:38.916 E Statement failed, SQLSTATE = 22018
2025-06-30 16:33:38.916 E - conversion error from string "one"
2025-06-30 16:33:38.916 E + conversion error from string "one#x00#x00"
2025-06-30 16:33:38.916
2025-06-30 16:33:38.916 tests\bugs\gh_8592_test.py:39: AssertionError
2025-06-30 16:33:38.916 ---------------------------- Captured stdout setup ----------------------------
2025-06-30 16:33:38.916 Creating db: localhost:H:\QA\temp\qa2024.tmp\fbqa\test_11610\test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|