Check firebird.log [no messages found for interval when this test was running]
Jump to: output_first_mismatch    outcomes_full_history    elapsed_time_chart
Show cross-report outcomes.

Annotation type Annotation details
2 @message
AssertionError: Server must be configured for parallel work. Check values of ParallelWorkers and MaxParallelWorkers
assert (1 >= 2)

LOG DETAILS:

2024-12-16 10:13:44.800
2024-12-16 10:13:44.806 act = <firebird.qa.plugin.Action object at [hex]>
2024-12-16 10:13:44.810 tmp_sql = PosixPath('/var/tmp/qa_2024/test_11527/tmp_2668.sql')
2024-12-16 10:13:44.815 tmp_log = PosixPath('/var/tmp/qa_2024/test_11527/tmp_2668.log')
2024-12-16 10:13:44.819 capsys = <_pytest.capture.CaptureFixture object at [hex]>
2024-12-16 10:13:44.823
2024-12-16 10:13:44.828 @pytest.mark.es_eds
2024-12-16 10:13:44.832 @pytest.mark.version('>=5.0.0')
2024-12-16 10:13:44.837 def test_1(act: Action, tmp_sql: Path, tmp_log: Path, capsys):
2024-12-16 10:13:44.841
2024-12-16 10:13:44.845 if act.vars['server-arch'] != 'SuperServer':
2024-12-16 10:13:44.850 pytest.skip("Applies only to SuperServer")
2024-12-16 10:13:44.854
2024-12-16 10:13:44.859 with act.db.connect() as con:
2024-12-16 10:13:44.863 cur = con.cursor()
2024-12-16 10:13:44.867 sql = """
2024-12-16 10:13:44.872 select
2024-12-16 10:13:44.876 cast(max(iif(g.rdb$config_name = 'ParallelWorkers', g.rdb$config_value, null)) as int) as cfg_par_workers
2024-12-16 10:13:44.881 ,cast(max(iif(g.rdb$config_name = 'MaxParallelWorkers', g.rdb$config_value, null)) as int) as cfg_max_par_workers
2024-12-16 10:13:44.885 from rdb$database
2024-12-16 10:13:44.890 left join rdb$config g on g.rdb$config_name in ('ParallelWorkers', 'MaxParallelWorkers')
2024-12-16 10:13:44.895 """
2024-12-16 10:13:44.900 cur.execute(sql)
2024-12-16 10:13:44.904 cfg_par_workers, cfg_max_par_workers = cur.fetchone()
2024-12-16 10:13:44.909
2024-12-16 10:13:44.914 >           assert cfg_par_workers >=2 and cfg_max_par_workers >= cfg_par_workers, "Server must be configured for parallel work. Check values of ParallelWorkers and MaxParallelWorkers"
2024-12-16 10:13:44.919 E           AssertionError: Server must be configured for parallel work. Check values of ParallelWorkers and MaxParallelWorkers
2024-12-16 10:13:44.923 E           assert (1 >= 2)
2024-12-16 10:13:44.928
2024-12-16 10:13:44.933 tests/bugs/gh_7304_test.py:85: AssertionError
2024-12-16 10:13:44.937 ---------------------------- Captured stdout setup -----------------------------
2024-12-16 10:13:44.943 Creating db: localhost:/var/tmp/qa_2024/test_11527/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]>
tmp_sql = PosixPath('/var/tmp/qa_2024/test_11527/tmp_2668.sql')
tmp_log = PosixPath('/var/tmp/qa_2024/test_11527/tmp_2668.log')
capsys = <_pytest.capture.CaptureFixture pytest object at [hex]>

    @pytest.mark.es_eds
    @pytest.mark.version('>=5.0.0')
    def test_1(act: Action, tmp_sql: Path, tmp_log: Path, capsys):
    
        if act.vars['server-arch'] != 'SuperServer':
            pytest.skip("Applies only to SuperServer")
    
        with act.db.connect() as con:
            cur = con.cursor()
            sql = """
                select
                     cast(max(iif(g.rdb$config_name = 'ParallelWorkers', g.rdb$config_value, null)) as int) as cfg_par_workers
                    ,cast(max(iif(g.rdb$config_name = 'MaxParallelWorkers', g.rdb$config_value, null)) as int) as cfg_max_par_workers
                from rdb$database
                left join rdb$config g on g.rdb$config_name in ('ParallelWorkers', 'MaxParallelWorkers')
            """
            cur.execute(sql)
            cfg_par_workers, cfg_max_par_workers = cur.fetchone()
    
>           assert cfg_par_workers >=2 and cfg_max_par_workers >= cfg_par_workers, "Server must be configured for parallel work. Check values of ParallelWorkers and MaxParallelWorkers"
E           AssertionError: Server must be configured for parallel work. Check values of ParallelWorkers and MaxParallelWorkers
E           assert (1 >= 2)

tests/bugs/gh_7304_test.py:85: AssertionError
Full history of outcomes and elapsed time, ms:
NN SNAP_INFO CS_outcome SS_outcome CS_run_time SS_run_time CS_run_beg CS_run_end SS_run_beg SS_run_end
1 5.0.3.1674 2025.06.27 3ee5c S F 508 322 2025.07.03 10:52:05.882 2025.07.03 10:52:06.390 2025.07.03 09:32:58.774 2025.07.03 09:32:59.096
2 5.0.3.1657 2025.06.19 4bd4c S F 542 329 2025.06.27 12:16:10.734 2025.06.27 12:16:11.276 2025.06.27 10:58:21.344 2025.06.27 10:58:21.673
3 5.0.3.1657 2025.06.11 dae6f S F 556 356 2025.06.17 07:21:08.409 2025.06.17 07:21:08.965 2025.06.17 06:02:10.765 2025.06.17 06:02:11.121
4 5.0.3.1657 2025.06.10 dbc92 S F 397 356 2025.06.11 12:11:23.923 2025.06.11 12:11:24.320 2025.06.11 10:43:13.755 2025.06.11 10:43:14.111
5 5.0.3.1656 2025.05.20 c4b11 S F 532 386 2025.06.10 12:05:07.842 2025.06.10 12:05:08.374 2025.06.10 10:42:13.973 2025.06.10 10:42:14.359
6 5.0.3.1652 2025.05.13 f51c6 S F 576 378 2025.05.20 05:08:37.720 2025.05.20 05:08:38.296 2025.05.20 03:34:01.768 2025.05.20 03:34:02.146
7 5.0.3.1651 2025.04.30 141ef S F 624 394 2025.05.13 12:06:44.065 2025.05.13 12:06:44.689 2025.05.13 10:30:57.690 2025.05.13 10:30:58.084
8 5.0.3.1650 2025.04.28 4cbff S F 585 386 2025.05.01 11:40:28.664 2025.05.01 11:40:29.249 2025.05.01 10:05:42.929 2025.05.01 10:05:43.315
9 5.0.3.1649 2025.04.21 5b2d0 S F 563 380 2025.04.28 05:38:20.789 2025.04.28 05:38:21.352 2025.04.28 04:05:34.266 2025.04.28 04:05:34.646
10 5.0.3.1648 2025.04.18 2f4c5 S F 608 320 2025.04.20 05:30:03.675 2025.04.20 05:30:04.283 2025.04.20 04:00:06.427 2025.04.20 04:00:06.747
11 5.0.3.1635 2025.03.31 22ec6 S F 553 394 2025.04.18 11:53:04.116 2025.04.18 11:53:04.669 2025.04.18 10:19:01.117 2025.04.18 10:19:01.511
12 5.0.3.1633 2025.03.28 3123a S F 518 345 2025.03.31 10:27:30.575 2025.03.31 10:27:31.093 2025.03.31 08:59:31.209 2025.03.31 08:59:31.554
13 5.0.3.1633 2025.03.27 e0fb8 S F 581 391 2025.03.28 11:02:27.502 2025.03.28 11:02:28.083 2025.03.28 09:31:20.155 2025.03.28 09:31:20.546
14 5.0.3.1631 2025.03.21 1925b S F 592 354 2025.03.27 10:50:14.798 2025.03.27 10:50:15.390 2025.03.27 09:20:26.175 2025.03.27 09:20:26.529
15 5.0.3.1628 2025.03.14 16d05 S F 2425 1532 2025.03.17 08:22:57.943 2025.03.17 08:23:00.368 2025.03.17 06:44:22.236 2025.03.17 06:44:23.768
16 5.0.3.1627 2025.02.26 4e218 S F 2304 1488 2025.03.14 11:37:28.452 2025.03.14 11:37:30.756 2025.03.14 09:57:38.609 2025.03.14 09:57:40.097
17 5.0.3.1624 2025.02.25 dc3b2 S F 2224 1608 2025.02.26 10:28:08.309 2025.02.26 10:28:10.533 2025.02.26 08:53:57.348 2025.02.26 08:53:58.956
18 5.0.2.1615 2025.02.20 4a726 S F 2570 1188 2025.02.25 10:55:28.764 2025.02.25 10:55:31.334 2025.02.25 09:19:33.745 2025.02.25 09:19:34.933
19 5.0.2.1615 2025.02.14 9cb76 S F 2204 1358 2025.02.20 07:44:51.081 2025.02.20 07:44:53.285 2025.02.20 06:12:35.044 2025.02.20 06:12:36.402
20 5.0.2.1577 2024.12.24 3c80e S F 2602 1600 2025.02.14 10:58:23.208 2025.02.14 10:58:25.810 2025.02.14 09:26:00.612 2025.02.14 09:26:02.212
21 5.0.2.1576 2024.12.17 646b0 S F 1866 1035 2024.12.24 20:22:37.005 2024.12.24 20:22:38.871 2024.12.24 17:12:30.156 2024.12.24 17:12:31.191
22 5.0.2.1575 2024.12.08 63d39 S F 1771 1054 2024.12.16 08:04:02.278 2024.12.16 08:04:04.049 2024.12.16 06:55:16.041 2024.12.16 06:55:17.095
23 5.0.2.1567 2024.11.26 56e63 S F 1908 1078 2024.12.04 07:44:56.229 2024.12.04 07:44:58.137 2024.12.04 06:34:30.567 2024.12.04 06:34:31.645
24 5.0.2.1567 2024.11.21 96f61 S F 1803 1137 2024.11.26 05:26:58.578 2024.11.26 05:27:00.381 2024.11.26 04:19:45.398 2024.11.26 04:19:46.535
25 5.0.2.1567 2024.11.18 e1289 S F 1756 1067 2024.11.21 07:31:22.031 2024.11.21 07:31:23.787 2024.11.21 06:24:52.008 2024.11.21 06:24:53.075
26 5.0.2.1533 2024.10.23 0ec43 S F 1932 1161 2024.11.18 07:47:35.871 2024.11.18 07:47:37.803 2024.11.18 06:39:11.484 2024.11.18 06:39:12.645

Elapsed time, ms. Chart for last 26 runs:

Last commits information (all timestamps in UTC):