2 @message |
assert
Statement failed, SQLSTATE = 22018
- conversion error from string "one"
+ conversion error from string "one#x00#x00"
LOG DETAILS:
2025-07-02 16:55:54.362
2025-07-02 16:55:54.367 act = <firebird.qa.plugin.Action object at [hex]>
2025-07-02 16:55:54.372
2025-07-02 16:55:54.377 @pytest.mark.version('>=4.0.6')
2025-07-02 16:55:54.383 def test_1(act: Action):
2025-07-02 16:55:54.395 act.expected_stdout = expected_stdout
2025-07-02 16:55:54.407 act.execute(combine_output = True)
2025-07-02 16:55:54.416 > assert act.clean_stdout == act.clean_expected_stdout
2025-07-02 16:55:54.430 E assert
2025-07-02 16:55:54.440 E Statement failed, SQLSTATE = 22018
2025-07-02 16:55:54.448 E - conversion error from string "one"
2025-07-02 16:55:54.456 E + conversion error from string "one#x00#x00"
2025-07-02 16:55:54.468
2025-07-02 16:55:54.473 tests/bugs/gh_8592_test.py:39: AssertionError
2025-07-02 16:55:54.479 ---------------------------- Captured stdout setup -----------------------------
2025-07-02 16:55:54.485 Creating db: localhost:/var/tmp/qa_2024/test_11590/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|