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: TMP$C2765_WORKER2"
3 #text
request = <SubRequest 'user_work2' 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[662]

    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: TMP$C2765_WORKER2

../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 3741 1583 2025.07.02 14:58:28.095 2025.07.02 14:58:31.836 2025.07.02 14:14:07.919 2025.07.02 14:14:09.502
2 3.0.13.33808 2025.04.25 28426 P P 4544 1959 2025.05.06 13:27:34.492 2025.05.06 13:27:39.036 2025.05.06 12:35:16.946 2025.05.06 12:35:18.905
3 3.0.13.33803 2025.02.25 08ebd P P 4470 2083 2025.04.25 16:42:51.448 2025.04.25 16:42:55.918 2025.04.25 15:50:48.485 2025.04.25 15:50:50.568
4 3.0.13.33796 2025.01.29 0ab85 P P 1230 610 2025.02.25 15:15:21.187 2025.02.25 15:15:22.417 2025.02.25 14:24:05.921 2025.02.25 14:24:06.531
5 3.0.13.33796 2025.01.14 99b3b P P 1392 682 2025.01.28 17:28:53.099 2025.01.28 17:28:54.491 2025.01.28 16:36:01.955 2025.01.28 16:36:02.637
6 3.0.13.33795 2024.11.24 b8847 P P 1328 745 2025.01.13 15:06:46.951 2025.01.13 15:06:48.279 2025.01.13 14:14:34.114 2025.01.13 14:14:34.859
7 3.0.13.33794 2024.10.15 abe09 P P 1038 484 2024.11.23 06:17:52.370 2024.11.23 06:17:53.408 2024.11.23 05:38:20.149 2024.11.23 05:38:20.633
8 3.0.13.33793 2024.10.04 82ccc P P 1272 562 2024.10.14 04:12:05.077 2024.10.14 04:12:06.349 2024.10.14 03:29:17.540 2024.10.14 03:29:18.102
9 3.0.13.33792 2024.08.31 d8791 P P 1343 580 2024.10.03 09:17:24.364 2024.10.03 09:17:25.707 2024.10.03 08:31:59.252 2024.10.03 08:31:59.832
10 3.0.13.33787 2024.08.17 2e0d6 P P 3271 1056 2024.08.25 14:45:53.325 2024.08.25 14:45:56.596 2024.08.25 13:06:30.790 2024.08.25 13:06:31.846
11 3.0.13.33787 2024.08.09 df740 P P 1503 787 2024.08.16 12:31:02.151 2024.08.16 12:31:03.654 2024.08.16 11:39:25.098 2024.08.16 11:39:25.885
12 3.0.12.33746 2024.07.15 11dd4 P P 1843 702 2024.08.09 12:27:33.812 2024.08.09 12:27:35.655 2024.08.09 11:34:12.987 2024.08.09 11:34:13.689
13 3.0.12.33746 2024.06.11 8a5eb P P 1253 521 2024.07.15 10:21:39.628 2024.07.15 10:21:40.881 2024.07.15 09:37:33.259 2024.07.15 09:37:33.780
14 3.0.12.33744 2024.05.09 9cf37 E P 984 483 2024.05.12 15:29:46.462 2024.05.12 15:29:47.446 2024.05.12 14:49:55.049 2024.05.12 14:49:55.532
15 3.0.12.33744 2024.04.20 af6b2 P P 867 440 2024.05.08 16:46:12.376 2024.05.08 16:46:13.243 2024.05.08 16:08:20.028 2024.05.08 16:08:20.468

Elapsed time, ms. Chart for last 15 runs:

Last commits information (all timestamps in UTC):