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

Annotation type Annotation details
2 @message
Authentification problem

assert (  
    Statement failed, SQLSTATE = 28000
  - no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
  + 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
  + 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
    Statement failed, SQLSTATE = 28000
    no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
    Statement failed, SQLSTATE = 28000
    no permission for UPDATE access to COLUMN TEST.FLD_FOR_SENIORS)

LOG DETAILS:

2024-05-12 19:15:53.411
2024-05-12 19:15:53.416 act = <firebird.qa.plugin.Action object at [hex]>
2024-05-12 19:15:53.422 user_a = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:53.427 user_b = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:53.432 user_c = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:53.436 role_a = <firebird.qa.plugin.Role object at [hex]>
2024-05-12 19:15:53.442 role_b = <firebird.qa.plugin.Role object at [hex]>
2024-05-12 19:15:53.447
2024-05-12 19:15:53.453 @pytest.mark.version('>=3.0')
2024-05-12 19:15:53.461 def test_1(act: Action, user_a: User, user_b: User, user_c: User, role_a: Role, role_b: Role):
2024-05-12 19:15:53.468 act.expected_stdout = expected_stdout
2024-05-12 19:15:53.480 act.expected_stderr = expected_stderr
2024-05-12 19:15:53.489 act.execute()
2024-05-12 19:15:53.495 >       assert (act.clean_stderr == act.clean_expected_stderr and
2024-05-12 19:15:53.501 act.clean_stdout == act.clean_expected_stdout)
2024-05-12 19:15:53.509 E       assert (
2024-05-12 19:15:53.515 E           Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.526 E         - no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
2024-05-12 19:15:53.536 E         + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
2024-05-12 19:15:53.542 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.549 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.556 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.563 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.573 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.581 E         + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.586 E           Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.591 E           no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
2024-05-12 19:15:53.597 E           Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.602 E           no permission for UPDATE access to COLUMN TEST.FLD_FOR_SENIORS)
2024-05-12 19:15:53.607
2024-05-12 19:15:53.615 tests/bugs/core_4802_test.py:128: AssertionError
2024-05-12 19:15:53.621 ---------------------------- Captured stdout setup -----------------------------
2024-05-12 19:15:53.626 Cached db: db-12.0-None-None-NONE.fdb [page_size=None, sql_dialect=None, charset='NONE'
2024-05-12 19:15:53.631 DROP user: BIG_BROTHER PLUGIN: Srp
2024-05-12 19:15:53.638 CREATE user: BIG_BROTHER PLUGIN: Srp
2024-05-12 19:15:53.646 CREATE user: SENIOR_MNGR PLUGIN: Srp
2024-05-12 19:15:53.652 CREATE user: JUNIOR_MNGR PLUGIN: Srp
2024-05-12 19:15:53.657 CREATE role: FLD_FOR_SENIORS_UPDATER
2024-05-12 19:15:53.667 CREATE role: FLD_FOR_JUNIORS_UPDATER
2024-05-12 19:15:53.680 --------------------------- Captured stdout teardown ---------------------------
2024-05-12 19:15:53.686 DROP role: FLD_FOR_JUNIORS_UPDATER
2024-05-12 19:15:53.692 DROP role: FLD_FOR_SENIORS_UPDATER
2024-05-12 19:15:53.697 DROP user: JUNIOR_MNGR PLUGIN: Srp
2024-05-12 19:15:53.702 DROP user: SENIOR_MNGR PLUGIN: Srp
2024-05-12 19:15:53.707 DROP user: BIG_BROTHER PLUGIN: Srp
3 #text
act = <firebird.qa.plugin.Action pytest object at [hex]>
user_a = <firebird.qa.plugin.User pytest object at [hex]>
user_b = <firebird.qa.plugin.User pytest object at [hex]>
user_c = <firebird.qa.plugin.User pytest object at [hex]>
role_a = <firebird.qa.plugin.Role pytest object at [hex]>
role_b = <firebird.qa.plugin.Role pytest object at [hex]>

    @pytest.mark.version('>=3.0')
    def test_1(act: Action, user_a: User, user_b: User, user_c: User, role_a: Role, role_b: Role):
        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           Statement failed, SQLSTATE = 28000
E         - no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
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         + 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           Statement failed, SQLSTATE = 28000
E           no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
E           Statement failed, SQLSTATE = 28000
E           no permission for UPDATE access to COLUMN TEST.FLD_FOR_SENIORS)

tests/bugs/core_4802_test.py:128: 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 4897 2073 2025.06.30 14:44:29.164 2025.06.30 14:44:34.061 2025.06.30 13:55:19.040 2025.06.30 13:55:21.113
2 3.0.13.33808 2025.04.25 28426 P P 5932 2382 2025.05.06 13:43:30.811 2025.05.06 13:43:36.743 2025.05.06 12:45:26.905 2025.05.06 12:45:29.287
3 3.0.13.33803 2025.02.25 08ebd P P 5952 2522 2025.04.25 16:58:27.071 2025.04.25 16:58:33.023 2025.04.25 16:00:52.578 2025.04.25 16:00:55.100
4 3.0.13.33796 2025.01.29 0ab85 P P 5407 2238 2025.02.25 15:31:07.758 2025.02.25 15:31:13.165 2025.02.25 14:33:41.541 2025.02.25 14:33:43.779
5 3.0.13.33796 2025.01.14 99b3b P P 5716 2339 2025.01.28 17:44:55.510 2025.01.28 17:45:01.226 2025.01.28 16:46:18.295 2025.01.28 16:46:20.634
6 3.0.13.33795 2024.11.24 b8847 P P 5411 2235 2025.01.13 15:22:35.921 2025.01.13 15:22:41.332 2025.01.13 14:24:39.546 2025.01.13 14:24:41.781
7 3.0.13.33794 2024.10.15 abe09 P P 3970 1559 2024.11.23 06:30:11.693 2024.11.23 06:30:15.663 2024.11.23 05:46:20.020 2024.11.23 05:46:21.579
8 3.0.13.33793 2024.10.04 82ccc P P 4781 1726 2024.10.14 04:26:11.980 2024.10.14 04:26:16.761 2024.10.14 03:37:54.211 2024.10.14 03:37:55.937
9 3.0.13.33792 2024.08.31 d8791 P P 5275 1920 2024.10.03 09:32:35.771 2024.10.03 09:32:41.046 2024.10.03 08:41:02.473 2024.10.03 08:41:04.393
10 3.0.13.33787 2024.08.17 2e0d6 P P 11455 4880 2024.08.25 15:18:47.675 2024.08.25 15:18:59.130 2024.08.25 13:26:34.703 2024.08.25 13:26:39.583
11 3.0.13.33787 2024.08.09 df740 P P 5920 2284 2024.08.16 12:47:37.496 2024.08.16 12:47:43.416 2024.08.16 11:49:35.821 2024.08.16 11:49:38.105
12 3.0.12.33746 2024.07.15 11dd4 P P 7352 2481 2024.08.09 12:44:36.000 2024.08.09 12:44:43.352 2024.08.09 11:44:42.961 2024.08.09 11:44:45.442
13 3.0.12.33746 2024.06.11 8a5eb P P 5349 2138 2024.07.15 10:35:20.025 2024.07.15 10:35:25.374 2024.07.15 09:45:58.965 2024.07.15 09:46:01.103
14 3.0.12.33744 2024.05.09 9cf37 F P 1648 1834 2024.05.12 15:42:59.745 2024.05.12 15:43:01.393 2024.05.12 14:57:58.549 2024.05.12 14:58:00.383
15 3.0.12.33744 2024.04.20 af6b2 P P 4913 1694 2024.05.08 16:58:29.028 2024.05.08 16:58:33.941 2024.05.08 16:15:45.814 2024.05.08 16:15:47.508

Elapsed time, ms. Chart for last 15 runs:

Last commits information (all timestamps in UTC):