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

Annotation type Annotation details
2 @message
failed on setup with "firebird.driver.types.DatabaseError: record not found for user: MAVERICK"
3 #text
request = <SubRequest 'user_a' for <Function test_1>>

    @pytest.fixture
    def user_fixture(request: pytest.FixtureRequest) -> User:
>       with User(request.getfixturevalue(db_fixture_name), name=name, password=password,
                  plugin=plugin, charset=charset, active=active, tags=tags,
                  first_name=first_name, middle_name=middle_name, last_name=last_name,
                  admin=admin, do_not_create=do_not_create) as user:

src/firebird/qa/plugin.py:1242: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <firebird.qa.plugin.User pytest object at [hex]>

    def __enter__(self) -> User:
        if self.__create:
>           self.create()

src/firebird/qa/plugin.py:1067: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = Connection[1395]

    def commit(self, *, retaining: bool=False) -> None:
        """Commits the transaction managed by `.main_transaction`.
    
        Arguments:
            retaining: When True, the transaction context is retained after commit.
        """
        assert self._att is not None
>       self.main_transaction.commit(retaining=retaining)

../lib/python3.11/site-packages/firebird/driver/core.py:1907: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <firebird.driver.core.TransactionManager pytest object at [hex]>

    def commit(self, *, retaining: bool=False) -> None:
        """Commits the transaction managed by this instance.
    
        Arguments:
            retaining: When True, the transaction context is retained after commit.
        """
        assert not self.__closed
        assert self.is_active()
        if retaining:
            self._tra.commit_retaining()
        else:
            self._close_cursors()
>           self._tra.commit()

../lib/python3.11/site-packages/firebird/driver/core.py:2463: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <firebird.driver.interfaces.iTransaction_v3 pytest object at [hex]>

    def commit(self) -> None:
        "Replaces `isc_commit_transaction()`"
        self.vtable.deprecatedCommit(self, self.status)
>       self._check()

../lib/python3.11/site-packages/firebird/driver/interfaces.py:429: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <firebird.driver.interfaces.iTransaction_v3 pytest object at [hex]>

    def _check(self) -> None:
        state = self.status.get_state()
        if StateFlag.ERRORS in state:
>           raise self.__report(DatabaseError, self.status.get_errors())
E           firebird.driver.types.DatabaseError: record not found for user: MAVERICK

../lib/python3.11/site-packages/firebird/driver/interfaces.py:113: DatabaseError
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 4481 2053 2025.07.02 15:11:50.426 2025.07.02 15:11:54.907 2025.07.02 14:23:04.432 2025.07.02 14:23:06.485
2 3.0.13.33808 2025.04.25 28426 P P 5271 2233 2025.05.06 13:43:36.743 2025.05.06 13:43:42.014 2025.05.06 12:45:29.287 2025.05.06 12:45:31.520
3 3.0.13.33803 2025.02.25 08ebd P P 5115 2250 2025.04.25 16:58:33.023 2025.04.25 16:58:38.138 2025.04.25 16:00:55.100 2025.04.25 16:00:57.350
4 3.0.13.33796 2025.01.29 0ab85 P P 1058 469 2025.02.25 15:31:13.165 2025.02.25 15:31:14.223 2025.02.25 14:33:43.779 2025.02.25 14:33:44.248
5 3.0.13.33796 2025.01.14 99b3b P P 1009 474 2025.01.28 17:45:01.226 2025.01.28 17:45:02.235 2025.01.28 16:46:20.634 2025.01.28 16:46:21.108
6 3.0.13.33795 2024.11.24 b8847 P P 973 500 2025.01.13 15:22:41.332 2025.01.13 15:22:42.305 2025.01.13 14:24:41.781 2025.01.13 14:24:42.281
7 3.0.13.33794 2024.10.15 abe09 P P 771 368 2024.11.23 06:30:15.663 2024.11.23 06:30:16.434 2024.11.23 05:46:21.579 2024.11.23 05:46:21.947
8 3.0.13.33793 2024.10.04 82ccc P P 927 412 2024.10.14 04:26:16.761 2024.10.14 04:26:17.688 2024.10.14 03:37:55.937 2024.10.14 03:37:56.349
9 3.0.13.33792 2024.08.31 d8791 P P 970 441 2024.10.03 09:32:41.046 2024.10.03 09:32:42.016 2024.10.03 08:41:04.393 2024.10.03 08:41:04.834
10 3.0.13.33787 2024.08.17 2e0d6 P P 2320 1317 2024.08.25 15:18:59.130 2024.08.25 15:19:01.450 2024.08.25 13:26:39.583 2024.08.25 13:26:40.900
11 3.0.13.33787 2024.08.09 df740 P P 1173 580 2024.08.16 12:47:43.416 2024.08.16 12:47:44.589 2024.08.16 11:49:38.105 2024.08.16 11:49:38.685
12 3.0.12.33746 2024.07.15 11dd4 P P 1416 635 2024.08.09 12:44:43.352 2024.08.09 12:44:44.768 2024.08.09 11:44:45.442 2024.08.09 11:44:46.077
13 3.0.12.33746 2024.06.11 8a5eb P P 708 342 2024.07.15 10:35:25.374 2024.07.15 10:35:26.082 2024.07.15 09:46:01.103 2024.07.15 09:46:01.445
14 3.0.12.33744 2024.05.09 9cf37 E P 742 274 2024.05.12 15:43:01.393 2024.05.12 15:43:02.135 2024.05.12 14:58:00.383 2024.05.12 14:58:00.657
15 3.0.12.33744 2024.04.20 af6b2 P P 718 287 2024.05.08 16:58:33.941 2024.05.08 16:58:34.659 2024.05.08 16:15:47.508 2024.05.08 16:15:47.795

Elapsed time, ms. Chart for last 15 runs:

Last commits information (all timestamps in UTC):