Add UnitOfWork #230
Triggered via pull request
September 11, 2024 08:31
Status
Failure
Total duration
1m 15s
Artifacts
–
Annotations
20 errors
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L82
test_init
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L114
test_alembic
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L133
test_naming_convention
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L248
test_transaction
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L306
test_entry_points
assert 1 == 0
+ where 1 = <Result ModuleNotFoundError("No module named 'psycopg2'")>.exit_code
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L351
test_local_proxy
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L407
test_db_create_alembic_upgrade
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_utils.py#L42
test_rebuild_encrypted_properties
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_versioning.py#L27
test_disabled_versioning
assert 2 == 3
+ where 3 = len(FacadeDict({'unversioned_article_a': Table('unversioned_article_a', MetaData(), Column('id', Integer(), table=<unversi...ersion>), Column('operation_type', SmallInteger(), table=<versioned_article_a_version>, nullable=False), schema=None)}))
+ where FacadeDict({'unversioned_article_a': Table('unversioned_article_a', MetaData(), Column('id', Integer(), table=<unversi...ersion>), Column('operation_type', SmallInteger(), table=<versioned_article_a_version>, nullable=False), schema=None)}) = MetaData().tables
+ where MetaData() = <[ModuleNotFoundError("No module named 'psycopg2'") raised in repr()] SQLAlchemy object at 0x7f0b6c77bf20>.metadata
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_versioning.py#L45
test_disabled_versioning_with_custom_table[False-1]
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L82
test_init
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L114
test_alembic
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L133
test_naming_convention
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L248
test_transaction
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L306
test_entry_points
assert 1 == 0
+ where 1 = <Result ModuleNotFoundError("No module named 'psycopg2'")>.exit_code
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L351
test_local_proxy
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L407
test_db_create_alembic_upgrade
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_utils.py#L42
test_rebuild_encrypted_properties
ModuleNotFoundError: No module named 'psycopg2'
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_versioning.py#L27
test_disabled_versioning
assert 2 == 3
+ where 3 = len(FacadeDict({'unversioned_article_a': Table('unversioned_article_a', MetaData(), Column('id', Integer(), table=<unversi...ersion>), Column('operation_type', SmallInteger(), table=<versioned_article_a_version>, nullable=False), schema=None)}))
+ where FacadeDict({'unversioned_article_a': Table('unversioned_article_a', MetaData(), Column('id', Integer(), table=<unversi...ersion>), Column('operation_type', SmallInteger(), table=<versioned_article_a_version>, nullable=False), schema=None)}) = MetaData().tables
+ where MetaData() = <[ModuleNotFoundError("No module named 'psycopg2'") raised in repr()] SQLAlchemy object at 0x7f632fe2f9a0>.metadata
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_versioning.py#L45
test_disabled_versioning_with_custom_table[False-1]
ModuleNotFoundError: No module named 'psycopg2'
|