2 @message |
assert
- OLD_ID 999
- NEW_ID 999
+ Statement failed, SQLSTATE = 22018
+ conversion error from string "999"
LOG DETAILS:
2025-04-18 15:27:46.867
2025-04-18 15:27:46.878 act = <firebird.qa.plugin.Action object at [hex]>
2025-04-18 15:27:46.890
2025-04-18 15:27:46.901 @pytest.mark.version('>=3.0')
2025-04-18 15:27:46.910 def test_1(act: Action):
2025-04-18 15:27:46.919 act.expected_stdout = expected_stdout
2025-04-18 15:27:46.928 act.execute(combine_output = True)
2025-04-18 15:27:46.935 > assert act.clean_stdout == act.clean_expected_stdout
2025-04-18 15:27:46.945 E assert
2025-04-18 15:27:46.958 E - OLD_ID 999
2025-04-18 15:27:46.970 E - NEW_ID 999
2025-04-18 15:27:46.977 E + Statement failed, SQLSTATE = 22018
2025-04-18 15:27:46.983 E + conversion error from string "999"
2025-04-18 15:27:46.995
2025-04-18 15:27:47.005 tests/bugs/gh_8508_test.py:40: AssertionError
2025-04-18 15:27:47.019 ---------------------------- Captured stdout setup -----------------------------
2025-04-18 15:27:47.029 Creating db: localhost:/var/tmp/qa_2024/test_11693/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|