2 @message |
assert
- SIGN 1
+ Statement failed, SQLSTATE = 21000
+ multiple rows in singleton select
LOG DETAILS:
2025-06-26 15:38:19.980
2025-06-26 15:38:19.987 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-26 15:38:19.996
2025-06-26 15:38:20.008 @pytest.mark.version('>=3.0.13')
2025-06-26 15:38:20.021 def test_1(act: Action):
2025-06-26 15:38:20.031 act.expected_stdout = expected_stdout
2025-06-26 15:38:20.045 act.execute(combine_output = True)
2025-06-26 15:38:20.055 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-26 15:38:20.063 E assert
2025-06-26 15:38:20.068 E - SIGN 1
2025-06-26 15:38:20.074 E + Statement failed, SQLSTATE = 21000
2025-06-26 15:38:20.080 E + multiple rows in singleton select
2025-06-26 15:38:20.086
2025-06-26 15:38:20.092 tests/bugs/gh_8182_test.py:43: AssertionError
2025-06-26 15:38:20.101 ---------------------------- Captured stdout setup -----------------------------
2025-06-26 15:38:20.110 Creating db: localhost:/var/tmp/qa_2024/test_11659/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|