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$CORE4161"
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[1023]

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

../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 1925 816 2025.06.26 16:17:34.069 2025.06.26 16:17:35.994 2025.06.26 15:30:31.452 2025.06.26 15:30:32.268
2 3.0.13.33808 2025.04.25 28426 P P 2255 942 2025.05.06 13:37:52.847 2025.05.06 13:37:55.102 2025.05.06 12:42:04.232 2025.05.06 12:42:05.174
3 3.0.13.33803 2025.02.25 08ebd P P 2246 1076 2025.04.25 16:52:51.798 2025.04.25 16:52:54.044 2025.04.25 15:57:30.126 2025.04.25 15:57:31.202
4 3.0.13.33796 2025.01.29 0ab85 P P 1918 924 2025.02.25 15:25:28.746 2025.02.25 15:25:30.664 2025.02.25 14:30:25.171 2025.02.25 14:30:26.095
5 3.0.13.33796 2025.01.14 99b3b P P 2096 1007 2025.01.28 17:39:10.744 2025.01.28 17:39:12.840 2025.01.28 16:42:53.790 2025.01.28 16:42:54.797
6 3.0.13.33795 2024.11.24 b8847 P P 1845 1026 2025.01.13 15:16:57.735 2025.01.13 15:16:59.580 2025.01.13 14:21:16.841 2025.01.13 14:21:17.867
7 3.0.13.33794 2024.10.15 abe09 P P 1554 693 2024.11.23 06:25:50.183 2024.11.23 06:25:51.737 2024.11.23 05:43:39.620 2024.11.23 05:43:40.313
8 3.0.13.33793 2024.10.04 82ccc P P 1802 841 2024.10.14 04:21:06.743 2024.10.14 04:21:08.545 2024.10.14 03:34:57.287 2024.10.14 03:34:58.128
9 3.0.13.33792 2024.08.31 d8791 P P 1869 857 2024.10.03 09:27:13.177 2024.10.03 09:27:15.046 2024.10.03 08:37:56.804 2024.10.03 08:37:57.661
10 3.0.13.33787 2024.08.17 2e0d6 P P 3798 3017 2024.08.25 15:06:38.616 2024.08.25 15:06:42.414 2024.08.25 13:19:17.812 2024.08.25 13:19:20.829
11 3.0.13.33787 2024.08.09 df740 P P 2107 1036 2024.08.16 12:41:30.076 2024.08.16 12:41:32.183 2024.08.16 11:46:03.038 2024.08.16 11:46:04.074
12 3.0.12.33746 2024.07.15 11dd4 P P 2455 1097 2024.08.09 12:38:15.296 2024.08.09 12:38:17.751 2024.08.09 11:41:00.569 2024.08.09 11:41:01.666
13 3.0.12.33746 2024.06.11 8a5eb P P 2165 1058 2024.07.15 10:30:19.653 2024.07.15 10:30:21.818 2024.07.15 09:43:04.456 2024.07.15 09:43:05.514
14 3.0.12.33744 2024.05.09 9cf37 E P 2026 850 2024.05.12 15:38:18.609 2024.05.12 15:38:20.635 2024.05.12 14:55:15.556 2024.05.12 14:55:16.406
15 3.0.12.33744 2024.04.20 af6b2 P P 1807 880 2024.05.08 16:53:58.982 2024.05.08 16:54:00.789 2024.05.08 16:13:13.259 2024.05.08 16:13:14.139

Elapsed time, ms. Chart for last 15 runs:

Last commits information (all timestamps in UTC):