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

Annotation type Annotation details
1 @message
assert   
  + unsuccessful metadata update
  + -ALTER DATABASE failed
  + -Missing correct crypt key
  + -Plugin fbSampleDbCrypt:
  + -Crypt key Red not set

LOG DETAILS:

2024-04-21 05:23:45.826
2024-04-21 05:23:45.826 act = <firebird.qa.plugin.Action object at [hex]>
2024-04-21 05:23:45.826 capsys = <_pytest.capture.CaptureFixture object at [hex]>
2024-04-21 05:23:45.826
2024-04-21 05:23:45.826     @pytest.mark.version('>=3.0')
2024-04-21 05:23:45.826     @pytest.mark.encryption
2024-04-21 05:23:45.826     def test_1(act: Action, capsys):
2024-04-21 05:23:45.826         for m in ('encryption', 'decryption'):
2024-04-21 05:23:45.826             expected_stdout_console = f"""
2024-04-21 05:23:45.826                 Expected: {m} status presents in the 'SHOW DATABASE' output.
2024-04-21 05:23:45.826             """
2024-04-21 05:23:45.826
2024-04-21 05:23:45.826             with act.db.connect() as con:
2024-04-21 05:23:45.826                 t1=py_dt.datetime.now()
2024-04-21 05:23:45.826                 d1 = t1-t1
2024-04-21 05:23:45.826                 sttm = 'alter database '  + ( f'encrypt with "{ENCRYPTION_PLUGIN}" key "{ENCRYPTION_KEY}"' if m == 'encryption' else 'decrypt' )
2024-04-21 05:23:45.826                 try:
2024-04-21 05:23:45.826                     con.execute_immediate(sttm)
2024-04-21 05:23:45.826                     con.commit()
2024-04-21 05:23:45.826                 except DatabaseError as e:
2024-04-21 05:23:45.826                     print( e.__str__() )
2024-04-21 05:23:45.826
2024-04-21 05:23:45.826                 act.expected_stdout = ''
2024-04-21 05:23:45.826                 act.stdout = capsys.readouterr().out
2024-04-21 05:23:45.826 >               assert act.clean_stdout == act.clean_expected_stdout
2024-04-21 05:23:45.826 E               assert
2024-04-21 05:23:45.826 E                 + unsuccessful metadata update
2024-04-21 05:23:45.826 E                 + -ALTER DATABASE failed
2024-04-21 05:23:45.826 E                 + -Missing correct crypt key
2024-04-21 05:23:45.826 E                 + -Plugin fbSampleDbCrypt:
2024-04-21 05:23:45.826 E                 + -Crypt key Red not set
2024-04-21 05:23:45.826
2024-04-21 05:23:45.826 tests\bugs\core_5077_test.py:82: AssertionError
2024-04-21 05:23:45.826 ---------------------------- Captured stdout setup ----------------------------
2024-04-21 05:23:45.826 Cached db: db-12.0-None-None-NONE.fdb [page_size=None, sql_dialect=None, charset='NONE'
2 #text
act = <firebird.qa.plugin.Action pytest object at [hex]>
capsys = <_pytest.capture.CaptureFixture pytest object at [hex]>

    @pytest.mark.version('>=3.0')
    @pytest.mark.encryption
    def test_1(act: Action, capsys):
        for m in ('encryption', 'decryption'):
            expected_stdout_console = f"""
                Expected: {m} status presents in the 'SHOW DATABASE' output.
            """
    
            with act.db.connect() as con:
                t1=py_dt.datetime.now()
                d1 = t1-t1
                sttm = 'alter database '  + ( f'encrypt with "{ENCRYPTION_PLUGIN}" key "{ENCRYPTION_KEY}"' if m == 'encryption' else 'decrypt' )
                try:
                    con.execute_immediate(sttm)
                    con.commit()
                except DatabaseError as e:
                    print( e.__str__() )
    
                act.expected_stdout = ''
                act.stdout = capsys.readouterr().out
>               assert act.clean_stdout == act.clean_expected_stdout
E               assert   
E                 + unsuccessful metadata update
E                 + -ALTER DATABASE failed
E                 + -Missing correct crypt key
E                 + -Plugin fbSampleDbCrypt:
E                 + -Crypt key Red not set

tests\bugs\core_5077_test.py:82: 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 3.0.13.33809 2025.05.14 6638e P P 874 477 2025.06.27 14:35:32.713 2025.06.27 14:35:33.587 2025.06.27 14:00:53.193 2025.06.27 14:00:53.670
2 3.0.13.33809 2025.05.06 28ad0 P P 881 476 2025.05.14 08:16:16.189 2025.05.14 08:16:17.070 2025.05.14 07:40:14.801 2025.05.14 07:40:15.277
3 3.0.13.33808 2025.04.25 28426 P P 869 460 2025.05.06 13:27:08.686 2025.05.06 13:27:09.555 2025.05.06 12:52:56.474 2025.05.06 12:52:56.934
4 3.0.13.33803 2025.04.23 307b8 P P 885 472 2025.04.25 13:35:42.251 2025.04.25 13:35:43.136 2025.04.25 13:01:22.261 2025.04.25 13:01:22.733
5 3.0.13.33803 2025.03.25 ea22a P P 886 463 2025.04.20 08:07:01.356 2025.04.20 08:07:02.242 2025.04.20 07:10:56.540 2025.04.20 07:10:57.003
6 3.0.13.33803 2025.02.25 08ebd P P 925 514 2025.03.25 10:22:33.640 2025.03.25 10:22:34.565 2025.03.25 09:25:18.848 2025.03.25 09:25:19.362
7 3.0.13.33796 2025.01.29 0ab85 P P 868 490 2025.02.25 12:13:11.903 2025.02.25 12:13:12.771 2025.02.25 11:38:37.899 2025.02.25 11:38:38.389
8 3.0.13.33796 2025.01.14 99b3b P P 886 462 2025.01.24 11:17:47.816 2025.01.24 11:17:48.702 2025.01.24 10:43:21.637 2025.01.24 10:43:22.099
9 3.0.13.33795 2024.12.13 fbbd9 P P 885 511 2025.01.01 12:28:49.999 2025.01.01 12:28:50.884 2025.01.01 11:53:56.101 2025.01.01 11:53:56.612
10 3.0.13.33795 2024.11.24 b8847 P P 880 464 2024.12.11 12:26:32.449 2024.12.11 12:26:33.329 2024.12.11 11:51:52.560 2024.12.11 11:51:53.024
11 3.0.13.33794 2024.10.15 abe09 P P 885 517 2024.11.22 12:02:55.582 2024.11.22 12:02:56.467 2024.11.22 11:28:06.613 2024.11.22 11:28:07.130
12 3.0.13.33793 2024.10.14 f831a P P 884 466 2024.10.15 12:30:31.709 2024.10.15 12:30:32.593 2024.10.15 11:55:36.073 2024.10.15 11:55:36.539
13 3.0.13.33793 2024.10.04 82ccc P P 904 493 2024.10.12 12:29:32.457 2024.10.12 12:29:33.361 2024.10.12 11:54:52.780 2024.10.12 11:54:53.273
14 3.0.13.33792 2024.08.31 d8791 P P 900 466 2024.10.03 12:37:47.925 2024.10.03 12:37:48.825 2024.10.03 12:02:09.544 2024.10.03 12:02:10.010
15 3.0.13.33787 2024.08.23 8ee81 P P 964 509 2024.09.01 12:47:55.568 2024.09.01 12:47:56.532 2024.09.01 12:09:14.906 2024.09.01 12:09:15.415
16 3.0.13.33787 2024.08.09 df740 P P 993 596 2024.08.23 12:43:36.381 2024.08.23 12:43:37.374 2024.08.23 12:05:12.138 2024.08.23 12:05:12.734
17 3.0.12.33746 2024.07.15 11dd4 P P 982 578 2024.08.09 12:03:52.074 2024.08.09 12:03:53.056 2024.08.09 11:25:47.792 2024.08.09 11:25:48.370
18 3.0.12.33746 2024.06.11 8a5eb P P 842 422 2024.07.15 10:57:26.355 2024.07.15 10:57:27.197 2024.07.15 10:24:05.425 2024.07.15 10:24:05.847
19 3.0.12.33745 2024.05.21 301a7 P P 719 344 2024.05.25 07:55:17.483 2024.05.25 07:55:18.202 2024.05.25 07:24:33.936 2024.05.25 07:24:34.280
20 3.0.12.33745 2024.05.09 9cf37 P P 782 328 2024.05.21 07:55:36.159 2024.05.21 07:55:36.941 2024.05.21 07:24:44.164 2024.05.21 07:24:44.492
21 3.0.12.33744 2024.04.20 af6b2 P P 765 328 2024.05.11 07:52:05.457 2024.05.11 07:52:06.222 2024.05.11 07:22:01.617 2024.05.11 07:22:01.945
22 3.0.12.33740 2024.04.06 c6cdd F F 360 125 2024.04.21 02:06:20.915 2024.04.21 02:06:21.275 2024.04.21 01:36:39.817 2024.04.21 01:36:39.942
23 3.0.12.33726 2024.03.29 1fac6 F F 360 125 2024.04.05 07:02:05.910 2024.04.05 07:02:06.270 2024.04.05 06:32:53.778 2024.04.05 06:32:53.903
24 3.0.12.33726 2024.03.11 456ca F F 311 124 2024.03.29 12:43:05.846 2024.03.29 12:43:06.157 2024.03.29 12:15:10.996 2024.03.29 12:15:11.120

Elapsed time, ms. Chart for last 24 runs:

Last commits information (all timestamps in UTC):