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-26 15:38:20.454
2025-06-26 15:38:20.463 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-26 15:38:20.472
2025-06-26 15:38:20.479 @pytest.mark.version('>=5.0.2')
2025-06-26 15:38:20.487 def test_1(act: Action):
2025-06-26 15:38:20.498
2025-06-26 15:38:20.506 # DISABLED 17.01.2025 13:35, requested by dimitr:
2025-06-26 15:38:20.513 #if act.vars['server-arch'] != 'SuperServer':
2025-06-26 15:38:20.524 # pytest.skip("Only SuperServer affected")
2025-06-26 15:38:20.533
2025-06-26 15:38:20.542 act.expected_stdout = 'MSG Completed'
2025-06-26 15:38:20.552 act.execute(combine_output = True)
2025-06-26 15:38:20.560 > assert act.clean_stdout == act.clean_expected_stdout
2025-06-26 15:38:20.568 E assert
2025-06-26 15:38:20.575 E - MSG Completed
2025-06-26 15:38:20.587 E + Statement failed, SQLSTATE = HY000
2025-06-26 15:38:20.596 E + exception 1
2025-06-26 15:38:20.603 E + -EXC_PARALLEL_WORKERS_REQUIRED
2025-06-26 15:38:20.610 E + -Config parameter ParallelWorkers = 1 must be set to 2 or greater.
2025-06-26 15:38:20.616 E + -At block line: 6, col: 13
2025-06-26 15:38:20.621
2025-06-26 15:38:20.626 tests/bugs/gh_8386_test.py:117: AssertionError
2025-06-26 15:38:20.631 ---------------------------- Captured stdout setup -----------------------------
2025-06-26 15:38:20.636 Creating db: localhost:/var/tmp/qa_2024/test_11686/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
|