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$C0304"
3 #text
request = <SubRequest 'tmp_user' 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[68]

    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$C0304

../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 1861 867 2025.06.26 15:58:09.878 2025.06.26 15:58:11.739 2025.06.26 15:17:49.732 2025.06.26 15:17:50.599
2 3.0.13.33808 2025.04.25 28426 P P 2400 1060 2025.05.06 13:14:18.399 2025.05.06 13:14:20.799 2025.05.06 12:26:45.237 2025.05.06 12:26:46.297
3 3.0.13.33803 2025.02.25 08ebd P P 2343 1082 2025.04.25 16:30:01.541 2025.04.25 16:30:03.884 2025.04.25 15:42:31.834 2025.04.25 15:42:32.916
4 3.0.13.33796 2025.01.29 0ab85 P P 1304 705 2025.02.25 15:01:53.204 2025.02.25 15:01:54.508 2025.02.25 14:15:52.372 2025.02.25 14:15:53.077
5 3.0.13.33796 2025.01.14 99b3b P P 1358 703 2025.01.28 17:15:12.291 2025.01.28 17:15:13.649 2025.01.28 16:27:06.677 2025.01.28 16:27:07.380
6 3.0.13.33795 2024.11.24 b8847 P P 1264 642 2025.01.13 14:53:20.303 2025.01.13 14:53:21.567 2025.01.13 14:06:04.761 2025.01.13 14:06:05.403
7 3.0.13.33794 2024.10.15 abe09 P P 981 521 2024.11.23 06:07:44.997 2024.11.23 06:07:45.978 2024.11.23 05:31:53.079 2024.11.23 05:31:53.600
8 3.0.13.33793 2024.10.04 82ccc P P 1239 575 2024.10.14 04:00:36.613 2024.10.14 04:00:37.852 2024.10.14 03:22:30.933 2024.10.14 03:22:31.508
9 3.0.13.33792 2024.08.31 d8791 P P 1370 571 2024.10.03 09:05:05.380 2024.10.03 09:05:06.750 2024.10.03 08:24:38.369 2024.10.03 08:24:38.940
10 3.0.13.33787 2024.08.17 2e0d6 P P 2500 1146 2024.08.25 14:17:22.099 2024.08.25 14:17:24.599 2024.08.25 12:48:45.319 2024.08.25 12:48:46.465
11 3.0.13.33787 2024.08.09 df740 P P 1554 742 2024.08.16 12:17:25.273 2024.08.16 12:17:26.827 2024.08.16 11:31:19.465 2024.08.16 11:31:20.207
12 3.0.12.33746 2024.07.15 11dd4 P P 1890 793 2024.08.09 12:10:57.425 2024.08.09 12:10:59.315 2024.08.09 11:25:47.269 2024.08.09 11:25:48.062
13 3.0.12.33746 2024.06.11 8a5eb P P 1186 559 2024.07.15 10:10:36.516 2024.07.15 10:10:37.702 2024.07.15 09:30:41.325 2024.07.15 09:30:41.884
14 3.0.12.33744 2024.05.09 9cf37 E P 1072 433 2024.05.12 15:18:38.088 2024.05.12 15:18:39.160 2024.05.12 14:42:52.743 2024.05.12 14:42:53.176
15 3.0.12.33744 2024.04.20 af6b2 P P 960 439 2024.05.08 16:36:00.988 2024.05.08 16:36:01.948 2024.05.08 16:01:59.467 2024.05.08 16:01:59.906

Elapsed time, ms. Chart for last 15 runs:

Last commits information (all timestamps in UTC):