2 @message |
assert
- MSG Completed
+ Statement failed, SQLSTATE = HY000
+ exception 1
+ -EXC_PARALLEL_WORKERS_REQUIRED
+ -Config parameter ParallelWorkers = 1 must be set to 2 or greater.
+ -At block line: 6, col: 13
LOG DETAILS:
2025-06-27 15:45:45.551
2025-06-27 15:45:45.561 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-27 15:45:45.567
2025-06-27 15:45:45.573 @pytest.mark.version('>=5.0.2')
2025-06-27 15:45:45.579 def test_1(act: Action):
2025-06-27 15:45:45.585
2025-06-27 15:45:45.590 # DISABLED 17.01.2025 13:35, requested by dimitr:
2025-06-27 15:45:45.602 #if act.vars['server-arch'] != 'SuperServer':
2025-06-27 15:45:45.608 # pytest.skip("Only SuperServer affected")
2025-06-27 15:45:45.614
2025-06-27 15:45:45.620 act.expected_stdout = 'MSG Completed'
2025-06-27 15:45:45.626 act.execute(combine_output = True)
2025-06-27 15:45:45.631 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-27 15:45:45.637 E assert
2025-06-27 15:45:45.643 E - MSG Completed
2025-06-27 15:45:45.648 E + Statement failed, SQLSTATE = HY000
2025-06-27 15:45:45.659 E + exception 1
2025-06-27 15:45:45.671 E + -EXC_PARALLEL_WORKERS_REQUIRED
2025-06-27 15:45:45.682 E + -Config parameter ParallelWorkers = 1 must be set to 2 or greater.
2025-06-27 15:45:45.691 E + -At block line: 6, col: 13
2025-06-27 15:45:45.697
2025-06-27 15:45:45.703 tests/bugs/gh_8386_test.py:117: AssertionError
2025-06-27 15:45:45.709 ---------------------------- Captured stdout setup -----------------------------
2025-06-27 15:45:45.715 Creating db: localhost:/var/tmp/qa_2024/test_11687/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|
3 #text |
act = <firebird.qa.plugin.Action pytest object at [hex]>
@pytest.mark.version('>=5.0.2')
def test_1(act: Action):
# DISABLED 17.01.2025 13:35, requested by dimitr:
#if act.vars['server-arch'] != 'SuperServer':
# pytest.skip("Only SuperServer affected")
act.expected_stdout = 'MSG Completed'
act.execute(combine_output = True)
> assert act.clean_stdout == act.clean_expected_stdout
E assert
E - MSG Completed
E + Statement failed, SQLSTATE = HY000
E + exception 1
E + -EXC_PARALLEL_WORKERS_REQUIRED
E + -Config parameter ParallelWorkers = 1 must be set to 2 or greater.
E + -At block line: 6, col: 13
tests/bugs/gh_8386_test.py:117: AssertionError
|