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