Reconnect DBs #544
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors
pytest:
tests/routers/test_config_manager.py#L6
test_unauthenticated
AssertionError: (<bound method BaseSQLDB.transaction of <class 'diracx.db.sql.jobs.db.JobDB'>>, "Exception('ba')")
assert False
+ where False = isinstance("Exception('ba')", <class 'diracx.db.sql.utils.BaseSQLDB'>)
|
pytest
Process completed with exit code 1.
|
pytest-integration:
tests/routers/test_config_manager.py#L6
test_unauthenticated
AssertionError: (<bound method BaseSQLDB.transaction of <class 'diracx.db.sql.jobs.db.JobDB'>>, "Exception('ba')")
assert False
+ where False = isinstance("Exception('ba')", <class 'diracx.db.sql.utils.BaseSQLDB'>)
|
pytest-integration:
tests/cli/test_jobs.py#L9
test_search
bdb.BdbQuit
|
pytest-integration
Process completed with exit code 1.
|