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

Annotation type Annotation details
2 @message
Authentification problem

assert (  
  - There is no privilege granted in this database
    Statement failed, SQLSTATE = 28000
  + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  + Command error: show grants
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  + Use CONNECT or CREATE DATABASE to specify a database
  - no permission for INSERT access to TABLE RDB$CHARACTER_SETS
  - Statement failed, SQLSTATE = 28000
  - no permission for INSERT access to TABLE RDB$COLLATIONS
  - Statement failed, SQLSTATE = 28000
  - no permission for INSERT access to TABLE RDB$DATABASE
  - Statement failed, SQLSTATE = 28000
  - no permission for UPDATE access to TABLE RDB$COLLATIONS
  - Statement failed, SQLSTATE = 28000
  - no permission for UPDATE access to TABLE RDB$CHARACTER_SETS
  - Statement failed, SQLSTATE = 28000
  - no permission for UPDATE access to TABLE RDB$DATABASE
  - Statement failed, SQLSTATE = 28000
  - no permission for DELETE access to TABLE RDB$COLLATIONS
  - Statement failed, SQLSTATE = 28000
  - no permission for DELETE access to TABLE RDB$CHARACTER_SETS
  - Statement failed, SQLSTATE = 28000
  - no permission for DELETE access to TABLE RDB$DATABASE)

LOG DETAILS:

2024-05-12 19:15:49.375
2024-05-12 19:15:49.380 act = <firebird.qa.plugin.Action object at [hex]>
2024-05-12 19:15:49.385 test_user = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:49.390
2024-05-12 19:15:49.395 @pytest.mark.version('>=3.0')
2024-05-12 19:15:49.401 def test_1(act: Action, test_user: User):
2024-05-12 19:15:49.406 act.expected_stdout = expected_stdout
2024-05-12 19:15:49.410 act.expected_stderr = expected_stderr
2024-05-12 19:15:49.415 act.execute()
2024-05-12 19:15:49.421 >       assert (act.clean_stderr == act.clean_expected_stderr and
2024-05-12 19:15:49.428 act.clean_stdout == act.clean_expected_stdout)
2024-05-12 19:15:49.433 E       assert (
2024-05-12 19:15:49.438 E         - There is no privilege granted in this database
2024-05-12 19:15:49.442 E           Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.448 E         + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
2024-05-12 19:15:49.454 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.460 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.466 E         + Command error: show grants
2024-05-12 19:15:49.471 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.476 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.482 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.486 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.492 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.498 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.503 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.509 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.514 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.519 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.524 E         - no permission for INSERT access to TABLE RDB$CHARACTER_SETS
2024-05-12 19:15:49.529 E         - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.534 E         - no permission for INSERT access to TABLE RDB$COLLATIONS
2024-05-12 19:15:49.539 E         - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.544 E         - no permission for INSERT access to TABLE RDB$DATABASE
2024-05-12 19:15:49.549 E         - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.554 E         - no permission for UPDATE access to TABLE RDB$COLLATIONS
2024-05-12 19:15:49.559 E         - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.564 E         - no permission for UPDATE access to TABLE RDB$CHARACTER_SETS
2024-05-12 19:15:49.569 E         - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.574 E         - no permission for UPDATE access to TABLE RDB$DATABASE
2024-05-12 19:15:49.580 E         - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.585 E         - no permission for DELETE access to TABLE RDB$COLLATIONS
2024-05-12 19:15:49.591 E         - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.596 E         - no permission for DELETE access to TABLE RDB$CHARACTER_SETS
2024-05-12 19:15:49.602 E         - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.607 E         - no permission for DELETE access to TABLE RDB$DATABASE)
2024-05-12 19:15:49.612
2024-05-12 19:15:49.617 tests/bugs/core_3735_test.py:177: AssertionError
2024-05-12 19:15:49.625 ---------------------------- Captured stdout setup -----------------------------
2024-05-12 19:15:49.630 Cached db: db-12.0-None-None-NONE.fdb [page_size=None, sql_dialect=None, charset='NONE'
2024-05-12 19:15:49.635 DROP user: TMP$C3735 PLUGIN: Srp
2024-05-12 19:15:49.641 CREATE user: TMP$C3735 PLUGIN: Srp
3 #text
act = <firebird.qa.plugin.Action pytest object at [hex]>
test_user = <firebird.qa.plugin.User pytest object at [hex]>

    @pytest.mark.version('>=3.0')
    def test_1(act: Action, test_user: User):
        act.expected_stdout = expected_stdout
        act.expected_stderr = expected_stderr
        act.execute()
>       assert (act.clean_stderr == act.clean_expected_stderr and
                act.clean_stdout == act.clean_expected_stdout)
E       assert (  
E         - There is no privilege granted in this database
E           Statement failed, SQLSTATE = 28000
E         + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Command error: show grants
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         + Use CONNECT or CREATE DATABASE to specify a database
E         - no permission for INSERT access to TABLE RDB$CHARACTER_SETS
E         - Statement failed, SQLSTATE = 28000
E         - no permission for INSERT access to TABLE RDB$COLLATIONS
E         - Statement failed, SQLSTATE = 28000
E         - no permission for INSERT access to TABLE RDB$DATABASE
E         - Statement failed, SQLSTATE = 28000
E         - no permission for UPDATE access to TABLE RDB$COLLATIONS
E         - Statement failed, SQLSTATE = 28000
E         - no permission for UPDATE access to TABLE RDB$CHARACTER_SETS
E         - Statement failed, SQLSTATE = 28000
E         - no permission for UPDATE access to TABLE RDB$DATABASE
E         - Statement failed, SQLSTATE = 28000
E         - no permission for DELETE access to TABLE RDB$COLLATIONS
E         - Statement failed, SQLSTATE = 28000
E         - no permission for DELETE access to TABLE RDB$CHARACTER_SETS
E         - Statement failed, SQLSTATE = 28000
E         - no permission for DELETE access to TABLE RDB$DATABASE)

tests/bugs/core_3735_test.py:177: 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.06 28ad0 P P 1809 900 2025.06.26 16:15:35.012 2025.06.26 16:15:36.821 2025.06.26 15:29:16.951 2025.06.26 15:29:17.851
2 3.0.13.33808 2025.04.25 28426 P P 2369 1004 2025.05.06 13:35:28.638 2025.05.06 13:35:31.007 2025.05.06 12:40:40.006 2025.05.06 12:40:41.010
3 3.0.13.33803 2025.02.25 08ebd P P 2107 940 2025.04.25 16:50:32.358 2025.04.25 16:50:34.465 2025.04.25 15:56:05.286 2025.04.25 15:56:06.226
4 3.0.13.33796 2025.01.29 0ab85 P P 3345 1287 2025.02.25 15:23:08.042 2025.02.25 15:23:11.387 2025.02.25 14:29:03.177 2025.02.25 14:29:04.464
5 3.0.13.33796 2025.01.14 99b3b P P 3284 1366 2025.01.28 17:36:49.981 2025.01.28 17:36:53.265 2025.01.28 16:41:29.493 2025.01.28 16:41:30.859
6 3.0.13.33795 2024.11.24 b8847 P P 3252 1471 2025.01.13 15:14:38.097 2025.01.13 15:14:41.349 2025.01.13 14:19:53.649 2025.01.13 14:19:55.120
7 3.0.13.33794 2024.10.15 abe09 P P 2407 949 2024.11.23 06:24:01.797 2024.11.23 06:24:04.204 2024.11.23 05:42:32.446 2024.11.23 05:42:33.395
8 3.0.13.33793 2024.10.04 82ccc P P 2987 1236 2024.10.14 04:18:58.155 2024.10.14 04:19:01.142 2024.10.14 03:33:45.662 2024.10.14 03:33:46.898
9 3.0.13.33792 2024.08.31 d8791 P P 3388 1253 2024.10.03 09:24:59.071 2024.10.03 09:25:02.459 2024.10.03 08:36:41.606 2024.10.03 08:36:42.859
10 3.0.13.33787 2024.08.17 2e0d6 P P 7902 3570 2024.08.25 15:01:17.725 2024.08.25 15:01:25.627 2024.08.25 13:16:05.756 2024.08.25 13:16:09.326
11 3.0.13.33787 2024.08.09 df740 P P 3613 1434 2024.08.16 12:38:55.271 2024.08.16 12:38:58.884 2024.08.16 11:44:34.006 2024.08.16 11:44:35.440
12 3.0.12.33746 2024.07.15 11dd4 P P 3246 1568 2024.08.09 12:35:51.892 2024.08.09 12:35:55.138 2024.08.09 11:39:29.729 2024.08.09 11:39:31.297
13 3.0.12.33746 2024.06.11 8a5eb P P 3336 1284 2024.07.15 10:28:19.426 2024.07.15 10:28:22.762 2024.07.15 09:41:55.303 2024.07.15 09:41:56.587
14 3.0.12.33744 2024.05.09 9cf37 F P 2836 988 2024.05.12 15:36:29.200 2024.05.12 15:36:32.036 2024.05.12 14:54:16.407 2024.05.12 14:54:17.395
15 3.0.12.33744 2024.04.20 af6b2 P P 2677 990 2024.05.08 16:52:11.973 2024.05.08 16:52:14.650 2024.05.08 16:12:13.645 2024.05.08 16:12:14.635

Elapsed time, ms. Chart for last 15 runs:

Last commits information (all timestamps in UTC):