2 @message |
assert
- OLD_ID 999
- NEW_ID 999
+ Statement failed, SQLSTATE = 22018
+ conversion error from string "999"
LOG DETAILS:
2025-04-18 10:06:12.432
2025-04-18 10:06:12.432 act = <firebird.qa.plugin.Action object at [hex]>
2025-04-18 10:06:12.432
2025-04-18 10:06:12.432 @pytest.mark.version('>=3.0')
2025-04-18 10:06:12.432 def test_1(act: Action):
2025-04-18 10:06:12.432 act.expected_stdout = expected_stdout
2025-04-18 10:06:12.432 act.execute(combine_output = True)
2025-04-18 10:06:12.432 > assert act.clean_stdout == act.clean_expected_stdout
2025-04-18 10:06:12.432 E assert
2025-04-18 10:06:12.432 E - OLD_ID 999
2025-04-18 10:06:12.432 E - NEW_ID 999
2025-04-18 10:06:12.432 E + Statement failed, SQLSTATE = 22018
2025-04-18 10:06:12.433 E + conversion error from string "999"
2025-04-18 10:06:12.433
2025-04-18 10:06:12.433 tests\bugs\gh_8508_test.py:40: AssertionError
2025-04-18 10:06:12.433 ---------------------------- Captured stdout setup ----------------------------
2025-04-18 10:06:12.433 Creating db: localhost:H:\QA\temp\qa2024.tmp\fbqa\test_11715\test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|