2 @message |
assert
- SIGN 1
+ Statement failed, SQLSTATE = 21000
+ multiple rows in singleton select
LOG DETAILS:
2025-06-26 19:58:36.356
2025-06-26 19:58:36.365 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-26 19:58:36.372
2025-06-26 19:58:36.378 @pytest.mark.version('>=3.0.13')
2025-06-26 19:58:36.383 def test_1(act: Action):
2025-06-26 19:58:36.390 act.expected_stdout = expected_stdout
2025-06-26 19:58:36.396 act.execute(combine_output = True)
2025-06-26 19:58:36.402 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-26 19:58:36.411 E assert
2025-06-26 19:58:36.421 E - SIGN 1
2025-06-26 19:58:36.432 E + Statement failed, SQLSTATE = 21000
2025-06-26 19:58:36.442 E + multiple rows in singleton select
2025-06-26 19:58:36.451
2025-06-26 19:58:36.462 tests/bugs/gh_8182_test.py:43: AssertionError
2025-06-26 19:58:36.471 ---------------------------- Captured stdout setup -----------------------------
2025-06-26 19:58:36.479 Creating db: localhost:/var/tmp/qa_2024/test_11329/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|