2 @message |
assert
- SIGN 1
+ Statement failed, SQLSTATE = 21000
+ multiple rows in singleton select
LOG DETAILS:
2025-06-29 19:12:08.806
2025-06-29 19:12:08.814 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-29 19:12:08.820
2025-06-29 19:12:08.826 @pytest.mark.version('>=3.0.13')
2025-06-29 19:12:08.831 def test_1(act: Action):
2025-06-29 19:12:08.839 act.expected_stdout = expected_stdout
2025-06-29 19:12:08.848 act.execute(combine_output = True)
2025-06-29 19:12:08.857 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-29 19:12:08.864 E assert
2025-06-29 19:12:08.869 E - SIGN 1
2025-06-29 19:12:08.874 E + Statement failed, SQLSTATE = 21000
2025-06-29 19:12:08.879 E + multiple rows in singleton select
2025-06-29 19:12:08.884
2025-06-29 19:12:08.891 tests/bugs/gh_8182_test.py:43: AssertionError
2025-06-29 19:12:08.900 ---------------------------- Captured stdout setup -----------------------------
2025-06-29 19:12:08.911 Creating db: localhost:/var/tmp/qa_2024/test_11574/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|