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

Annotation type Annotation details
2 @message
failed on teardown with "firebird.driver.types.DatabaseError: record not found for user: MICK_JUNIOR"
3 #text
request = <SubRequest 'user_1_junior' 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]>, exc_type = None
exc_value = None, traceback = None

    def __exit__(self, exc_type, exc_value, traceback) -> None:
        if self.exists():
>           self.drop()

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

self = Connection[161]

    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: MICK_JUNIOR

../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 3755 1516 2025.06.30 14:21:26.078 2025.06.30 14:21:29.833 2025.06.30 13:40:21.370 2025.06.30 13:40:22.886
2 3.0.13.33808 2025.04.25 28426 P P 4501 1655 2025.05.06 13:15:59.088 2025.05.06 13:16:03.589 2025.05.06 12:27:53.279 2025.05.06 12:27:54.934
3 3.0.13.33803 2025.02.25 08ebd P P 4531 1740 2025.04.25 16:31:40.860 2025.04.25 16:31:45.391 2025.04.25 15:43:39.976 2025.04.25 15:43:41.716
4 3.0.13.33796 2025.01.29 0ab85 P P 1286 633 2025.02.25 15:03:33.542 2025.02.25 15:03:34.828 2025.02.25 14:16:57.319 2025.02.25 14:16:57.952
5 3.0.13.33796 2025.01.14 99b3b P P 1305 660 2025.01.28 17:16:55.406 2025.01.28 17:16:56.711 2025.01.28 16:28:15.515 2025.01.28 16:28:16.175
6 3.0.13.33795 2024.11.24 b8847 P P 1302 677 2025.01.13 14:55:00.551 2025.01.13 14:55:01.853 2025.01.13 14:07:10.421 2025.01.13 14:07:11.098
7 3.0.13.33794 2024.10.15 abe09 P P 997 515 2024.11.23 06:08:56.225 2024.11.23 06:08:57.222 2024.11.23 05:32:38.733 2024.11.23 05:32:39.248
8 3.0.13.33793 2024.10.04 82ccc P P 1224 553 2024.10.14 04:01:58.295 2024.10.14 04:01:59.519 2024.10.14 03:23:19.417 2024.10.14 03:23:19.970
9 3.0.13.33792 2024.08.31 d8791 P P 1346 552 2024.10.03 09:06:32.253 2024.10.03 09:06:33.599 2024.10.03 08:25:32.108 2024.10.03 08:25:32.660
10 3.0.13.33787 2024.08.17 2e0d6 P P 3044 2034 2024.08.25 14:20:58.847 2024.08.25 14:21:01.891 2024.08.25 12:51:27.602 2024.08.25 12:51:29.636
11 3.0.13.33787 2024.08.09 df740 P P 1513 679 2024.08.16 12:19:04.358 2024.08.16 12:19:05.871 2024.08.16 11:32:18.097 2024.08.16 11:32:18.776
12 3.0.12.33746 2024.07.15 11dd4 P P 1864 700 2024.08.09 12:13:08.374 2024.08.09 12:13:10.238 2024.08.09 11:27:03.683 2024.08.09 11:27:04.383
13 3.0.12.33746 2024.06.11 8a5eb P P 1102 479 2024.07.15 10:12:09.295 2024.07.15 10:12:10.397 2024.07.15 09:31:45.250 2024.07.15 09:31:45.729
14 3.0.12.33744 2024.05.09 9cf37 E P 989 432 2024.05.12 15:20:11.557 2024.05.12 15:20:12.546 2024.05.12 14:43:57.798 2024.05.12 14:43:58.230
15 3.0.12.33744 2024.04.20 af6b2 P P 927 455 2024.05.08 16:37:22.782 2024.05.08 16:37:23.709 2024.05.08 16:02:52.564 2024.05.08 16:02:53.019

Elapsed time, ms. Chart for last 15 runs:

Last commits information (all timestamps in UTC):