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$C3360"
3 #text
request = <SubRequest 'test_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[813]

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

../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 1882 772 2025.07.02 15:03:33.574 2025.07.02 15:03:35.456 2025.07.02 14:17:57.069 2025.07.02 14:17:57.841
2 3.0.13.33808 2025.04.25 28426 P P 2244 1028 2025.05.06 13:33:33.711 2025.05.06 13:33:35.955 2025.05.06 12:39:35.519 2025.05.06 12:39:36.547
3 3.0.13.33803 2025.02.25 08ebd P P 2252 972 2025.04.25 16:48:39.522 2025.04.25 16:48:41.774 2025.04.25 15:54:59.980 2025.04.25 15:55:00.952
4 3.0.13.33796 2025.01.29 0ab85 P P 1686 971 2025.02.25 15:21:15.387 2025.02.25 15:21:17.073 2025.02.25 14:28:00.874 2025.02.25 14:28:01.845
5 3.0.13.33796 2025.01.14 99b3b P P 1666 1066 2025.01.28 17:34:56.614 2025.01.28 17:34:58.280 2025.01.28 16:40:24.688 2025.01.28 16:40:25.754
6 3.0.13.33795 2024.11.24 b8847 P P 1815 1239 2025.01.13 15:12:44.984 2025.01.13 15:12:46.799 2025.01.13 14:18:50.262 2025.01.13 14:18:51.501
7 3.0.13.33794 2024.10.15 abe09 P P 1125 745 2024.11.23 06:22:36.754 2024.11.23 06:22:37.879 2024.11.23 05:41:43.837 2024.11.23 05:41:44.582
8 3.0.13.33793 2024.10.04 82ccc P P 1339 779 2024.10.14 04:17:18.762 2024.10.14 04:17:20.101 2024.10.14 03:32:53.827 2024.10.14 03:32:54.606
9 3.0.13.33792 2024.08.31 d8791 P P 1379 787 2024.10.03 09:23:14.351 2024.10.03 09:23:15.730 2024.10.03 08:35:46.446 2024.10.03 08:35:47.233
10 3.0.13.33787 2024.08.17 2e0d6 P P 3486 2149 2024.08.25 14:57:06.567 2024.08.25 14:57:10.053 2024.08.25 13:13:59.628 2024.08.25 13:14:01.777
11 3.0.13.33787 2024.08.09 df740 P P 1763 1097 2024.08.16 12:36:53.648 2024.08.16 12:36:55.411 2024.08.16 11:43:27.546 2024.08.16 11:43:28.643
12 3.0.12.33746 2024.07.15 11dd4 P P 1313 809 2024.08.09 12:33:45.293 2024.08.09 12:33:46.606 2024.08.09 11:38:23.723 2024.08.09 11:38:24.532
13 3.0.12.33746 2024.06.11 8a5eb P P 1313 941 2024.07.15 10:26:43.041 2024.07.15 10:26:44.354 2024.07.15 09:41:03.133 2024.07.15 09:41:04.074
14 3.0.12.33744 2024.05.09 9cf37 E P 1036 652 2024.05.12 15:35:03.547 2024.05.12 15:35:04.583 2024.05.12 14:53:32.299 2024.05.12 14:53:32.951
15 3.0.12.33744 2024.04.20 af6b2 P P 1093 678 2024.05.08 16:50:48.101 2024.05.08 16:50:49.194 2024.05.08 16:11:29.905 2024.05.08 16:11:30.583

Elapsed time, ms. Chart for last 15 runs:

Last commits information (all timestamps in UTC):