2 @message |
assert
- SIGN 1
+ Statement failed, SQLSTATE = 21000
+ multiple rows in singleton select
LOG DETAILS:
2025-06-26 18:06:32.766
2025-06-26 18:06:32.771 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-26 18:06:32.785
2025-06-26 18:06:32.794 @pytest.mark.version('>=3.0.13')
2025-06-26 18:06:32.802 def test_1(act: Action):
2025-06-26 18:06:32.809 act.expected_stdout = expected_stdout
2025-06-26 18:06:32.815 act.execute(combine_output = True)
2025-06-26 18:06:32.824 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-26 18:06:32.833 E assert
2025-06-26 18:06:32.840 E - SIGN 1
2025-06-26 18:06:32.846 E + Statement failed, SQLSTATE = 21000
2025-06-26 18:06:32.852 E + multiple rows in singleton select
2025-06-26 18:06:32.858
2025-06-26 18:06:32.871 tests/bugs/gh_8182_test.py:43: AssertionError
2025-06-26 18:06:32.884 ---------------------------- Captured stdout setup -----------------------------
2025-06-26 18:06:32.897 Creating db: localhost:/var/tmp/qa_2024/test_11567/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|