Jump to: output_first_mismatch    outcomes_full_history    elapsed_time_chart
Show cross-report outcomes.

Annotation type Annotation details
2 @message
Server crashed ?

assert   
  - Statement failed, SQLSTATE = HY001
  + Statement failed, SQLSTATE = 08006
  - Stack overflow. The resource requirements of the runtime stack have exceeded the memory available to it.
  + Error reading data from the connection.
  + Statement failed, SQLSTATE = 08006
  + Error writing data to the connection.
  + Statement failed, SQLSTATE = 08006
  + Error writing data to the connection.

LOG DETAILS:

2024-10-16 07:26:05.632
2024-10-16 07:26:05.632 act = <firebird.qa.plugin.Action object at [hex]>
2024-10-16 07:26:05.632 tmp_sql = WindowsPath('H:/QA/temp/qa2024.tmp/fbqa/test_11589/tmp_8255_non_ascii_ddl.sql')
2024-10-16 07:26:05.632 capsys = <_pytest.capture.CaptureFixture object at [hex]>
2024-10-16 07:26:05.632
2024-10-16 07:26:05.632     @pytest.mark.skipif(platform.system() != 'Windows', reason='See ticket note.')
2024-10-16 07:26:05.632     @pytest.mark.version('>=4.0.6')
2024-10-16 07:26:05.632     def test_1(act: Action, tmp_sql: Path, capsys):
2024-10-16 07:26:05.632
2024-10-16 07:26:05.632         long_expr = '\n'.join( (
2024-10-16 07:26:05.632                                   'select'
2024-10-16 07:26:05.632                                  ,'+'.join( ('1') * 100000 )
2024-10-16 07:26:05.632                                  ,'from rdb$database;'
2024-10-16 07:26:05.632                                )
2024-10-16 07:26:05.632                              )
2024-10-16 07:26:05.632
2024-10-16 07:26:05.632         tmp_sql.write_bytes(long_expr.encode('utf-8'))
2024-10-16 07:26:05.632
2024-10-16 07:26:05.632         act.isql(switches=['-q'], input_file=tmp_sql, combine_output = True, charset='win1251')
2024-10-16 07:26:05.633
2024-10-16 07:26:05.633         act.expected_stdout = f"""
2024-10-16 07:26:05.633             Statement failed, SQLSTATE = HY001
2024-10-16 07:26:05.633             Stack overflow. The resource requirements of the runtime stack have exceeded the memory available to it.
2024-10-16 07:26:05.633         """
2024-10-16 07:26:05.633 >       assert act.clean_stdout == act.clean_expected_stdout
2024-10-16 07:26:05.633 E       assert
2024-10-16 07:26:05.633 E         - Statement failed, SQLSTATE = HY001
2024-10-16 07:26:05.633 E         + Statement failed, SQLSTATE = 08006
2024-10-16 07:26:05.633 E         - Stack overflow. The resource requirements of the runtime stack have exceeded the memory available to it.
2024-10-16 07:26:05.633 E         + Error reading data from the connection.
2024-10-16 07:26:05.633 E         + Statement failed, SQLSTATE = 08006
2024-10-16 07:26:05.633 E         + Error writing data to the connection.
2024-10-16 07:26:05.633 E         + Statement failed, SQLSTATE = 08006
2024-10-16 07:26:05.633 E         + Error writing data to the connection.
2024-10-16 07:26:05.633
2024-10-16 07:26:05.633 tests\bugs\gh_8255_test.py:54: AssertionError
2024-10-16 07:26:05.633 ---------------------------- Captured stdout setup ----------------------------
2024-10-16 07:26:05.633 Creating db: localhost:H:\QA\temp\qa2024.tmp\fbqa\test_11589\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 = WindowsPath('H:/QA/temp/qa2024.tmp/fbqa/test_11589/tmp_8255_non_ascii_ddl.sql')
capsys = <_pytest.capture.CaptureFixture pytest object at [hex]>

    @pytest.mark.skipif(platform.system() != 'Windows', reason='See ticket note.')
    @pytest.mark.version('>=4.0.6')
    def test_1(act: Action, tmp_sql: Path, capsys):
    
        long_expr = '\n'.join( (
                                  'select'
                                 ,'+'.join( ('1') * 100000 )
                                 ,'from rdb$database;'
                               )
                             )
    
        tmp_sql.write_bytes(long_expr.encode('utf-8'))
    
        act.isql(switches=['-q'], input_file=tmp_sql, combine_output = True, charset='win1251')
    
        act.expected_stdout = f"""
            Statement failed, SQLSTATE = HY001
            Stack overflow. The resource requirements of the runtime stack have exceeded the memory available to it.
        """
>       assert act.clean_stdout == act.clean_expected_stdout
E       assert   
E         - Statement failed, SQLSTATE = HY001
E         + Statement failed, SQLSTATE = 08006
E         - Stack overflow. The resource requirements of the runtime stack have exceeded the memory available to it.
E         + Error reading data from the connection.
E         + Statement failed, SQLSTATE = 08006
E         + Error writing data to the connection.
E         + Statement failed, SQLSTATE = 08006
E         + Error writing data to the connection.

tests\bugs\gh_8255_test.py:54: 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 4.0.6.3189 2025.02.25 1a1a5 P P 721 510 2025.06.26 13:31:52.970 2025.06.26 13:31:53.691 2025.06.26 12:33:12.246 2025.06.26 12:33:12.756
2 4.0.6.3184 2025.02.24 9388c P P 756 531 2025.02.25 10:58:55.629 2025.02.25 10:58:56.385 2025.02.25 09:41:43.485 2025.02.25 09:41:44.016
3 4.0.6.3183 2025.02.17 e4762 P P 717 508 2025.02.24 11:31:00.868 2025.02.24 11:31:01.585 2025.02.24 10:32:06.014 2025.02.24 10:32:06.522
4 4.0.6.3169 2024.12.13 42cc1 P P 701 493 2025.02.14 08:18:49.241 2025.02.14 08:18:49.942 2025.02.14 07:19:55.414 2025.02.14 07:19:55.907
5 4.0.6.3169 2024.12.08 50eb6 P P 704 496 2024.12.11 11:15:22.774 2024.12.11 11:15:23.478 2024.12.11 10:16:52.255 2024.12.11 10:16:52.751
6 4.0.6.3168 2024.12.07 98d69 P P 732 507 2024.12.08 03:58:56.713 2024.12.08 03:58:57.445 2024.12.08 02:58:35.031 2024.12.08 02:58:35.538
7 4.0.6.3168 2024.12.05 cee43 P P 705 500 2024.12.06 04:02:09.209 2024.12.06 04:02:09.914 2024.12.06 03:03:09.421 2024.12.06 03:03:09.921
8 4.0.6.3168 2024.11.28 48149 P P 700 496 2024.12.03 10:55:22.506 2024.12.03 10:55:23.206 2024.12.03 09:57:32.976 2024.12.03 09:57:33.472
9 4.0.6.3163 2024.10.30 832db P P 755 494 2024.11.28 10:54:03.970 2024.11.28 10:54:04.725 2024.11.28 09:56:25.581 2024.11.28 09:56:26.075
10 4.0.6.3163 2024.10.16 2bb10 P P 708 511 2024.10.30 11:03:04.446 2024.10.30 11:03:05.154 2024.10.30 10:05:18.715 2024.10.30 10:05:19.226
11 4.0.6.3147 2024.09.10 a4d11 F E 6634 10182 2024.10.16 04:10:32.232 2024.10.16 04:10:38.866 2024.10.16 02:53:41.384 2024.10.16 02:53:51.566

Elapsed time, ms. Chart for last 11 runs:

Last commits information (all timestamps in UTC):