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

Annotation type Annotation details
2 @message
Authentification problem

firebird.qa.plugin.ExecutionError: Test script execution failed

LOG DETAILS:

2024-05-12 19:15:46.986
2024-05-12 19:15:46.991 act = <firebird.qa.plugin.Action object at [hex]>
2024-05-12 19:15:46.996 tmp_user_1 = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:47.001 tmp_user_2 = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:47.005
2024-05-12 19:15:47.010 @pytest.mark.version('>=3')
2024-05-12 19:15:47.015 def test_1(act: Action, tmp_user_1: User, tmp_user_2: User):
2024-05-12 19:15:47.020 act.expected_stdout = expected_stdout
2024-05-12 19:15:47.025 >       act.execute()
2024-05-12 19:15:47.030 E       firebird.qa.plugin.ExecutionError: Test script execution failed
2024-05-12 19:15:47.035
2024-05-12 19:15:47.041 tests/bugs/core_1869_test.py:120: ExecutionError
2024-05-12 19:15:47.045 ---------------------------- Captured stdout setup -----------------------------
2024-05-12 19:15:47.051 Cached db: db-12.0-None-None-NONE.fdb [page_size=None, sql_dialect=None, charset='NONE'
2024-05-12 19:15:47.056 DROP user: TMP$C1869_U01 PLUGIN: Srp
2024-05-12 19:15:47.062 CREATE user: TMP$C1869_U01 PLUGIN: Srp
2024-05-12 19:15:47.068 CREATE user: TMP$C1869_U02 PLUGIN: Srp
2024-05-12 19:15:47.073 -------------------------- Captured ISQL stdout call ---------------------------
2024-05-12 19:15:47.077
2024-05-12 19:15:47.082 MSG                             init
2024-05-12 19:15:47.087 WHO_WAS_GRANTED                 TMP$C1869_U01
2024-05-12 19:15:47.092 PRIVILEGE_TYPE                  M
2024-05-12 19:15:47.097 ROLE_NAME                       BOSS
2024-05-12 19:15:47.102 ROLE_OWNER                      SYSDBA
2024-05-12 19:15:47.107 GRANTED_BY                      SYSDBA
2024-05-12 19:15:47.112 GRANT_OPTION                    0
2024-05-12 19:15:47.117
2024-05-12 19:15:47.122 MSG                             init
2024-05-12 19:15:47.127 WHO_WAS_GRANTED                 TMP$C1869_U02
2024-05-12 19:15:47.133 PRIVILEGE_TYPE                  M
2024-05-12 19:15:47.138 ROLE_NAME                       BOSS
2024-05-12 19:15:47.143 ROLE_OWNER                      SYSDBA
2024-05-12 19:15:47.148 GRANTED_BY                      TMP$C1869_U01
2024-05-12 19:15:47.153 GRANT_OPTION                    0
2024-05-12 19:15:47.157
2024-05-12 19:15:47.162
2024-05-12 19:15:47.166
2024-05-12 19:15:47.171 USER                            TMP$C1869_U02
2024-05-12 19:15:47.175 ROLE                            BOSS
2024-05-12 19:15:47.180
2024-05-12 19:15:47.185
2024-05-12 19:15:47.190
2024-05-12 19:15:47.195 USER                            TMP$C1869_U02
2024-05-12 19:15:47.200 ROLE                            BOSS
2024-05-12 19:15:47.204
2024-05-12 19:15:47.209
2024-05-12 19:15:47.213
2024-05-12 19:15:47.218 MSG                             fini
2024-05-12 19:15:47.224 WHO_WAS_GRANTED                 TMP$C1869_U01
2024-05-12 19:15:47.229 PRIVILEGE_TYPE                  M
2024-05-12 19:15:47.235 ROLE_NAME                       BOSS
2024-05-12 19:15:47.240 ROLE_OWNER                      SYSDBA
2024-05-12 19:15:47.246 GRANTED_BY                      SYSDBA
2024-05-12 19:15:47.250 GRANT_OPTION                    0
2024-05-12 19:15:47.255
2024-05-12 19:15:47.259 MSG                             fini
2024-05-12 19:15:47.266 WHO_WAS_GRANTED                 TMP$C1869_U02
2024-05-12 19:15:47.271 PRIVILEGE_TYPE                  M
2024-05-12 19:15:47.275 ROLE_NAME                       BOSS
2024-05-12 19:15:47.280 ROLE_OWNER                      SYSDBA
2024-05-12 19:15:47.287 GRANTED_BY                      TMP$C1869_U01
2024-05-12 19:15:47.292 GRANT_OPTION                    0
2024-05-12 19:15:47.296
2024-05-12 19:15:47.301
2024-05-12 19:15:47.306 -------------------------- Captured ISQL stderr call ---------------------------
2024-05-12 19:15:47.311 Statement failed, SQLSTATE = 28000
2024-05-12 19:15:47.317 Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
2024-05-12 19:15:47.323 Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:47.329 Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:47.334 --------------------------- Captured stdout teardown ---------------------------
2024-05-12 19:15:47.339 DROP user: TMP$C1869_U02 PLUGIN: Srp
3 #text
act = <firebird.qa.plugin.Action pytest object at [hex]>
tmp_user_1 = <firebird.qa.plugin.User pytest object at [hex]>
tmp_user_2 = <firebird.qa.plugin.User pytest object at [hex]>

    @pytest.mark.version('>=3')
    def test_1(act: Action, tmp_user_1: User, tmp_user_2: User):
        act.expected_stdout = expected_stdout
>       act.execute()
E       firebird.qa.plugin.ExecutionError: Test script execution failed

tests/bugs/core_1869_test.py:120: ExecutionError
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.06 28ad0 P P 3153 1259 2025.07.02 14:55:19.419 2025.07.02 14:55:22.572 2025.07.02 14:12:28.269 2025.07.02 14:12:29.528
2 3.0.13.33808 2025.04.25 28426 P P 3477 1513 2025.05.06 13:23:45.279 2025.05.06 13:23:48.756 2025.05.06 12:33:21.005 2025.05.06 12:33:22.518
3 3.0.13.33803 2025.02.25 08ebd P P 3575 1439 2025.04.25 16:39:06.176 2025.04.25 16:39:09.751 2025.04.25 15:48:53.954 2025.04.25 15:48:55.393
4 3.0.13.33796 2025.01.29 0ab85 P P 1307 586 2025.02.25 15:11:29.860 2025.02.25 15:11:31.167 2025.02.25 14:22:14.089 2025.02.25 14:22:14.675
5 3.0.13.33796 2025.01.14 99b3b P P 1277 596 2025.01.28 17:25:02.501 2025.01.28 17:25:03.778 2025.01.28 16:34:07.442 2025.01.28 16:34:08.038
6 3.0.13.33795 2024.11.24 b8847 P P 1261 608 2025.01.13 15:02:57.120 2025.01.13 15:02:58.381 2025.01.13 14:12:38.991 2025.01.13 14:12:39.599
7 3.0.13.33794 2024.10.15 abe09 P P 932 523 2024.11.23 06:14:57.222 2024.11.23 06:14:58.154 2024.11.23 05:36:53.220 2024.11.23 05:36:53.743
8 3.0.13.33793 2024.10.04 82ccc P P 1155 566 2024.10.14 04:08:36.787 2024.10.14 04:08:37.942 2024.10.14 03:27:39.985 2024.10.14 03:27:40.551
9 3.0.13.33792 2024.08.31 d8791 P P 1251 516 2024.10.03 09:13:45.641 2024.10.03 09:13:46.892 2024.10.03 08:30:18.874 2024.10.03 08:30:19.390
10 3.0.13.33787 2024.08.17 2e0d6 P P 3110 964 2024.08.25 14:36:34.402 2024.08.25 14:36:37.512 2024.08.25 13:02:18.669 2024.08.25 13:02:19.633
11 3.0.13.33787 2024.08.09 df740 P P 1518 685 2024.08.16 12:26:53.515 2024.08.16 12:26:55.033 2024.08.16 11:37:20.118 2024.08.16 11:37:20.803
12 3.0.12.33746 2024.07.15 11dd4 P P 1945 632 2024.08.09 12:22:19.084 2024.08.09 12:22:21.029 2024.08.09 11:32:12.485 2024.08.09 11:32:13.117
13 3.0.12.33746 2024.06.11 8a5eb P P 1060 484 2024.07.15 10:18:23.537 2024.07.15 10:18:24.597 2024.07.15 09:36:01.436 2024.07.15 09:36:01.920
14 3.0.12.33744 2024.05.09 9cf37 F P 958 375 2024.05.12 15:26:49.407 2024.05.12 15:26:50.365 2024.05.12 14:48:34.315 2024.05.12 14:48:34.690
15 3.0.12.33744 2024.04.20 af6b2 P P 939 389 2024.05.08 16:43:21.582 2024.05.08 16:43:22.521 2024.05.08 16:07:02.740 2024.05.08 16:07:03.129

Elapsed time, ms. Chart for last 15 runs:

Last commits information (all timestamps in UTC):