2 @message |
assert
- C0 -1
+ Statement failed, SQLSTATE = 22018
+ conversion error from string ""
LOG DETAILS:
2025-06-11 10:35:44.574
2025-06-11 10:35:44.580 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-11 10:35:44.585
2025-06-11 10:35:44.590 @pytest.mark.version('>=3.0')
2025-06-11 10:35:44.595 def test_1(act: Action):
2025-06-11 10:35:44.601 act.expected_stdout = """
2025-06-11 10:35:44.606 C0 -1
2025-06-11 10:35:44.611 """
2025-06-11 10:35:44.618 act.execute(combine_output = True)
2025-06-11 10:35:44.624 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-11 10:35:44.629 E assert
2025-06-11 10:35:44.634 E - C0 -1
2025-06-11 10:35:44.639 E + Statement failed, SQLSTATE = 22018
2025-06-11 10:35:44.644 E + conversion error from string ""
2025-06-11 10:35:44.649
2025-06-11 10:35:44.656 tests/functional/sqlancer/doi_10_1145_3428279_example_18_test.py:40: AssertionError
2025-06-11 10:35:44.661 ---------------------------- Captured stdout setup -----------------------------
2025-06-11 10:35:44.667 Creating db: localhost:/var/tmp/qa_2024/test_12135/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|