remove upper limit #223
Annotations
14 errors
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L80
test_alembic
AttributeError: db
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L149
test_naming_convention
AttributeError: db
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L275
test_entry_points
AssertionError: assert 1 == 0
+ where 1 = <Result AttributeError('db')>.exit_code
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_db.py#L375
test_db_create_alembic_upgrade
AssertionError: assert 1 == 0
+ where 1 = <Result AttributeError('db')>.exit_code
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_versioning.py#L35
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() = <[RuntimeError("The current Flask app is not registered with this 'SQLAlchemy' instance. Did you forget to call 'init_app', or did you create multiple 'SQLAlchemy' instances?") raised in repr()] SQLAlchemy object at 0x7f8370b26ea0>.metadata
|
Tests / Tests (3.12, postgresql14, opensearch2):
tests/test_versioning.py#L73
test_versioning
sqlalchemy.exc.InvalidRequestError: Table 'versioned_article_b_version' is already defined for this MetaData instance. Specify 'extend_existing=True' to redefine options and columns on an existing Table object.
|
Tests / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L80
test_alembic
AttributeError: db
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L149
test_naming_convention
AttributeError: db
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L275
test_entry_points
AssertionError: assert 1 == 0
+ where 1 = <Result AttributeError('db')>.exit_code
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_db.py#L375
test_db_create_alembic_upgrade
AssertionError: assert 1 == 0
+ where 1 = <Result AttributeError('db')>.exit_code
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_versioning.py#L35
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() = <[RuntimeError("The current Flask app is not registered with this 'SQLAlchemy' instance. Did you forget to call 'init_app', or did you create multiple 'SQLAlchemy' instances?") raised in repr()] SQLAlchemy object at 0x7ff363259610>.metadata
|
Tests / Tests (3.9, postgresql14, opensearch2):
tests/test_versioning.py#L73
test_versioning
sqlalchemy.exc.InvalidRequestError: Table 'versioned_article_b_version' is already defined for this MetaData instance. Specify 'extend_existing=True' to redefine options and columns on an existing Table object.
|
Tests / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|