2 @message |
assert
- C0 -1
+ Statement failed, SQLSTATE = 22018
+ conversion error from string ""
LOG DETAILS:
2025-06-11 07:41:59.694
2025-06-11 07:41:59.699 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-11 07:41:59.703
2025-06-11 07:41:59.708 @pytest.mark.version('>=3.0')
2025-06-11 07:41:59.713 def test_1(act: Action):
2025-06-11 07:41:59.717 act.expected_stdout = """
2025-06-11 07:41:59.722 C0 -1
2025-06-11 07:41:59.727 """
2025-06-11 07:41:59.731 act.execute(combine_output = True)
2025-06-11 07:41:59.736 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-11 07:41:59.740 E assert
2025-06-11 07:41:59.745 E - C0 -1
2025-06-11 07:41:59.749 E + Statement failed, SQLSTATE = 22018
2025-06-11 07:41:59.754 E + conversion error from string ""
2025-06-11 07:41:59.758
2025-06-11 07:41:59.763 tests/functional/sqlancer/doi_10_1145_3428279_example_18_test.py:40: AssertionError
2025-06-11 07:41:59.768 ---------------------------- Captured stdout setup -----------------------------
2025-06-11 07:41:59.773 Creating db: localhost:/var/tmp/qa_2024/test_12266/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|