2 @message |
assert
- C0 -1
+ Statement failed, SQLSTATE = 22018
+ conversion error from string ""
LOG DETAILS:
2025-06-11 09:51:01.278
2025-06-11 09:51:01.278 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-11 09:51:01.278
2025-06-11 09:51:01.278 @pytest.mark.version('>=3.0')
2025-06-11 09:51:01.279 def test_1(act: Action):
2025-06-11 09:51:01.279 act.expected_stdout = """
2025-06-11 09:51:01.279 C0 -1
2025-06-11 09:51:01.279 """
2025-06-11 09:51:01.279 act.execute(combine_output = True)
2025-06-11 09:51:01.279 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-11 09:51:01.279 E assert
2025-06-11 09:51:01.279 E - C0 -1
2025-06-11 09:51:01.279 E + Statement failed, SQLSTATE = 22018
2025-06-11 09:51:01.279 E + conversion error from string ""
2025-06-11 09:51:01.279
2025-06-11 09:51:01.279 tests\functional\sqlancer\doi_10_1145_3428279_example_18_test.py:40: AssertionError
2025-06-11 09:51:01.279 ---------------------------- Captured stdout setup ----------------------------
2025-06-11 09:51:01.279 Creating db: localhost:H:\QA\temp\qa2024.tmp\fbqa\test_12155\test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|