1 @message |
assert
- SIGN 1
+ Statement failed, SQLSTATE = 21000
+ multiple rows in singleton select
LOG DETAILS:
2025-06-29 17:54:04.585
2025-06-29 17:54:04.585 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-29 17:54:04.585
2025-06-29 17:54:04.585 @pytest.mark.version('>=3.0.13')
2025-06-29 17:54:04.585 def test_1(act: Action):
2025-06-29 17:54:04.585 act.expected_stdout = expected_stdout
2025-06-29 17:54:04.585 act.execute(combine_output = True)
2025-06-29 17:54:04.585 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-29 17:54:04.585 E assert
2025-06-29 17:54:04.585 E - SIGN 1
2025-06-29 17:54:04.585 E + Statement failed, SQLSTATE = 21000
2025-06-29 17:54:04.585 E + multiple rows in singleton select
2025-06-29 17:54:04.585
2025-06-29 17:54:04.585 tests\bugs\gh_8182_test.py:43: AssertionError
2025-06-29 17:54:04.585 ---------------------------- Captured stdout setup ----------------------------
2025-06-29 17:54:04.586 Creating db: localhost:H:\QA\temp\qa2024.tmp\fbqa\test_11342\test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|