>>> py3-sqlalchemy: Building community/py3-sqlalchemy 1.4.36-r0 (using abuild 3.9.0-r0) started Thu, 28 Apr 2022 10:16:19 +0000 >>> py3-sqlalchemy: Checking sanity of /home/buildozer/aports/community/py3-sqlalchemy/APKBUILD... >>> py3-sqlalchemy: Analyzing dependencies... >>> py3-sqlalchemy: Installing for build: build-base python3-dev py3-setuptools py3-pytest py3-mock py3-pytest-xdist py3-greenlet (1/31) Installing libffi (3.4.2-r1) (2/31) Installing gdbm (1.23-r0) (3/31) Installing mpdecimal (2.5.1-r1) (4/31) Installing readline (8.1.2-r0) (5/31) Installing sqlite-libs (3.38.2-r0) (6/31) Installing python3 (3.10.3-r1) (7/31) Installing python3-dev (3.10.3-r1) (8/31) Installing py3-appdirs (1.4.4-r3) (9/31) Installing py3-more-itertools (8.12.0-r2) (10/31) Installing py3-ordered-set (4.0.2-r3) (11/31) Installing py3-parsing (2.4.7-r3) (12/31) Installing py3-six (1.16.0-r1) (13/31) Installing py3-packaging (21.3-r0) (14/31) Installing py3-setuptools (59.4.0-r0) (15/31) Installing py3-atomicwrites (1.4.0-r2) (16/31) Installing py3-attrs (21.4.0-r0) (17/31) Installing py3-iniconfig (1.1.1-r2) (18/31) Installing py3-pluggy (1.0.0-r0) (19/31) Installing py3-py (1.10.0-r2) (20/31) Installing py3-wcwidth (0.2.5-r2) (21/31) Installing py3-toml (0.10.2-r3) (22/31) Installing py3-pygments (2.11.2-r0) (23/31) Installing py3-pytest (6.2.5-r2) (24/31) Installing py3-pbr (5.8.1-r0) (25/31) Installing py3-mock (4.0.3-r2) (26/31) Installing py3-apipkg (2.1.0-r0) (27/31) Installing py3-execnet (1.9.0-r0) (28/31) Installing py3-pytest-forked (1.4.0-r0) (29/31) Installing py3-pytest-xdist (2.5.0-r0) (30/31) Installing py3-greenlet (1.1.2-r2) (31/31) Installing .makedepends-py3-sqlalchemy (20220428.101619) Executing busybox-1.35.0-r10.trigger OK: 443 MiB in 125 packages >>> py3-sqlalchemy: Cleaning up srcdir >>> py3-sqlalchemy: Cleaning up pkgdir >>> py3-sqlalchemy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/SQLAlchemy-1.4.36.tar.gz >>> py3-sqlalchemy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/SQLAlchemy-1.4.36.tar.gz >>> py3-sqlalchemy: Checking sha512sums... SQLAlchemy-1.4.36.tar.gz: OK >>> py3-sqlalchemy: Unpacking /var/cache/distfiles/v3.16/SQLAlchemy-1.4.36.tar.gz... running build running build_py creating build creating build/lib.linux-s390x-3.10 creating build/lib.linux-s390x-3.10/sqlalchemy copying lib/sqlalchemy/processors.py -> build/lib.linux-s390x-3.10/sqlalchemy copying lib/sqlalchemy/exc.py -> build/lib.linux-s390x-3.10/sqlalchemy copying lib/sqlalchemy/inspection.py -> build/lib.linux-s390x-3.10/sqlalchemy copying lib/sqlalchemy/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy copying lib/sqlalchemy/log.py -> build/lib.linux-s390x-3.10/sqlalchemy copying lib/sqlalchemy/schema.py -> build/lib.linux-s390x-3.10/sqlalchemy copying lib/sqlalchemy/events.py -> build/lib.linux-s390x-3.10/sqlalchemy copying lib/sqlalchemy/types.py -> build/lib.linux-s390x-3.10/sqlalchemy creating build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/compat.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/_collections.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/_preloaded.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/topological.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/langhelpers.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/deprecations.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/_compat_py3k.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/queue.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/concurrency.py -> build/lib.linux-s390x-3.10/sqlalchemy/util copying lib/sqlalchemy/util/_concurrency_py3k.py -> build/lib.linux-s390x-3.10/sqlalchemy/util creating build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/result.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/default.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/row.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/reflection.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/strategies.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/characteristics.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/url.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/util.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/mock.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/interfaces.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/events.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/cursor.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine copying lib/sqlalchemy/engine/create.py -> build/lib.linux-s390x-3.10/sqlalchemy/engine creating build/lib.linux-s390x-3.10/sqlalchemy/pool copying lib/sqlalchemy/pool/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/pool copying lib/sqlalchemy/pool/dbapi_proxy.py -> build/lib.linux-s390x-3.10/sqlalchemy/pool copying lib/sqlalchemy/pool/impl.py -> build/lib.linux-s390x-3.10/sqlalchemy/pool copying lib/sqlalchemy/pool/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/pool copying lib/sqlalchemy/pool/events.py -> build/lib.linux-s390x-3.10/sqlalchemy/pool creating build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/serializer.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/instrumentation.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/baked.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/compiler.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/indexable.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/mutable.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/associationproxy.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/hybrid.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/horizontal_shard.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/orderinglist.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext copying lib/sqlalchemy/ext/automap.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext creating build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/default_comparator.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/roles.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/annotation.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/naming.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/type_api.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/crud.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/expression.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/compiler.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/sqltypes.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/ddl.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/util.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/traversals.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/operators.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/schema.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/elements.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/dml.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/selectable.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/events.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/coercions.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/functions.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/lambdas.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql copying lib/sqlalchemy/sql/visitors.py -> build/lib.linux-s390x-3.10/sqlalchemy/sql creating build/lib.linux-s390x-3.10/sqlalchemy/connectors copying lib/sqlalchemy/connectors/pyodbc.py -> build/lib.linux-s390x-3.10/sqlalchemy/connectors copying lib/sqlalchemy/connectors/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/connectors copying lib/sqlalchemy/connectors/mxodbc.py -> build/lib.linux-s390x-3.10/sqlalchemy/connectors creating build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/relationships.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/exc.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/instrumentation.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/persistence.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/strategies.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/sync.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/unitofwork.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/mapper.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/state.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/path_registry.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/util.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/attributes.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/strategy_options.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/session.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/decl_api.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/evaluator.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/scoping.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/query.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/decl_base.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/interfaces.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/events.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/loading.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/clsregistry.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/descriptor_props.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/collections.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/context.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/identity.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/dependency.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/dynamic.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm copying lib/sqlalchemy/orm/properties.py -> build/lib.linux-s390x-3.10/sqlalchemy/orm creating build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/asyncio.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/pickleable.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/profiling.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/engines.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/requirements.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/fixtures.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/util.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/assertsql.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/schema.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/mock.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/provision.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/config.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/assertions.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/warnings.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/entities.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing copying lib/sqlalchemy/testing/exclusions.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing creating build/lib.linux-s390x-3.10/sqlalchemy/future copying lib/sqlalchemy/future/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/future copying lib/sqlalchemy/future/engine.py -> build/lib.linux-s390x-3.10/sqlalchemy/future creating build/lib.linux-s390x-3.10/sqlalchemy/event copying lib/sqlalchemy/event/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/event copying lib/sqlalchemy/event/registry.py -> build/lib.linux-s390x-3.10/sqlalchemy/event copying lib/sqlalchemy/event/api.py -> build/lib.linux-s390x-3.10/sqlalchemy/event copying lib/sqlalchemy/event/attr.py -> build/lib.linux-s390x-3.10/sqlalchemy/event copying lib/sqlalchemy/event/legacy.py -> build/lib.linux-s390x-3.10/sqlalchemy/event copying lib/sqlalchemy/event/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/event creating build/lib.linux-s390x-3.10/sqlalchemy/databases copying lib/sqlalchemy/databases/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/databases creating build/lib.linux-s390x-3.10/sqlalchemy/dialects copying lib/sqlalchemy/dialects/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects creating build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy copying lib/sqlalchemy/ext/mypy/apply.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy copying lib/sqlalchemy/ext/mypy/decl_class.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy copying lib/sqlalchemy/ext/mypy/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy copying lib/sqlalchemy/ext/mypy/plugin.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy copying lib/sqlalchemy/ext/mypy/names.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy copying lib/sqlalchemy/ext/mypy/util.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy copying lib/sqlalchemy/ext/mypy/infer.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy creating build/lib.linux-s390x-3.10/sqlalchemy/ext/declarative copying lib/sqlalchemy/ext/declarative/extensions.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/declarative copying lib/sqlalchemy/ext/declarative/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/declarative creating build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio copying lib/sqlalchemy/ext/asyncio/result.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio copying lib/sqlalchemy/ext/asyncio/exc.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio copying lib/sqlalchemy/ext/asyncio/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio copying lib/sqlalchemy/ext/asyncio/engine.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio copying lib/sqlalchemy/ext/asyncio/session.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio copying lib/sqlalchemy/ext/asyncio/scoping.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio copying lib/sqlalchemy/ext/asyncio/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio copying lib/sqlalchemy/ext/asyncio/events.py -> build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio creating build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin copying lib/sqlalchemy/testing/plugin/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin copying lib/sqlalchemy/testing/plugin/pytestplugin.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin copying lib/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin copying lib/sqlalchemy/testing/plugin/bootstrap.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin copying lib/sqlalchemy/testing/plugin/plugin_base.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin creating build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_deprecations.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_rowcount.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_sequence.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_ddl.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_unicode_ddl.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_reflection.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_cte.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_insert.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_results.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_select.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_update_delete.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_types.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite copying lib/sqlalchemy/testing/suite/test_dialect.py -> build/lib.linux-s390x-3.10/sqlalchemy/testing/suite creating build/lib.linux-s390x-3.10/sqlalchemy/future/orm copying lib/sqlalchemy/future/orm/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/future/orm creating build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/ranges.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/psycopg2cffi.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/pg8000.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/psycopg2.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/hstore.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/asyncpg.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/pypostgresql.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/dml.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/pygresql.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/json.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/provision.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/array.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql copying lib/sqlalchemy/dialects/postgresql/ext.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql creating build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/reflection.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/pyodbc.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/pymysql.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/enumerated.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/oursql.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/reserved_words.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/mariadb.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/expression.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/mariadbconnector.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/asyncmy.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/dml.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/json.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/provision.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/mysqldb.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/mysqlconnector.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/aiomysql.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/cymysql.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql copying lib/sqlalchemy/dialects/mysql/types.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql creating build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase copying lib/sqlalchemy/dialects/sybase/pyodbc.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase copying lib/sqlalchemy/dialects/sybase/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase copying lib/sqlalchemy/dialects/sybase/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase copying lib/sqlalchemy/dialects/sybase/pysybase.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase copying lib/sqlalchemy/dialects/sybase/mxodbc.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase creating build/lib.linux-s390x-3.10/sqlalchemy/dialects/oracle copying lib/sqlalchemy/dialects/oracle/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/oracle copying lib/sqlalchemy/dialects/oracle/cx_oracle.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/oracle copying lib/sqlalchemy/dialects/oracle/provision.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/oracle copying lib/sqlalchemy/dialects/oracle/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/oracle creating build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql copying lib/sqlalchemy/dialects/mssql/pyodbc.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql copying lib/sqlalchemy/dialects/mssql/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql copying lib/sqlalchemy/dialects/mssql/pymssql.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql copying lib/sqlalchemy/dialects/mssql/information_schema.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql copying lib/sqlalchemy/dialects/mssql/json.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql copying lib/sqlalchemy/dialects/mssql/provision.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql copying lib/sqlalchemy/dialects/mssql/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql copying lib/sqlalchemy/dialects/mssql/mxodbc.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql creating build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite copying lib/sqlalchemy/dialects/sqlite/pysqlite.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite copying lib/sqlalchemy/dialects/sqlite/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite copying lib/sqlalchemy/dialects/sqlite/pysqlcipher.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite copying lib/sqlalchemy/dialects/sqlite/aiosqlite.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite copying lib/sqlalchemy/dialects/sqlite/dml.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite copying lib/sqlalchemy/dialects/sqlite/json.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite copying lib/sqlalchemy/dialects/sqlite/provision.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite copying lib/sqlalchemy/dialects/sqlite/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite creating build/lib.linux-s390x-3.10/sqlalchemy/dialects/firebird copying lib/sqlalchemy/dialects/firebird/__init__.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/firebird copying lib/sqlalchemy/dialects/firebird/fdb.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/firebird copying lib/sqlalchemy/dialects/firebird/base.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/firebird copying lib/sqlalchemy/dialects/firebird/kinterbasdb.py -> build/lib.linux-s390x-3.10/sqlalchemy/dialects/firebird running build_ext building 'sqlalchemy.cprocessors' extension creating build/temp.linux-s390x-3.10 creating build/temp.linux-s390x-3.10/lib creating build/temp.linux-s390x-3.10/lib/sqlalchemy creating build/temp.linux-s390x-3.10/lib/sqlalchemy/cextension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c lib/sqlalchemy/cextension/processors.c -o build/temp.linux-s390x-3.10/lib/sqlalchemy/cextension/processors.o -Wundef -Werror=implicit-function-declaration gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-s390x-3.10/lib/sqlalchemy/cextension/processors.o -L/usr/lib -o build/lib.linux-s390x-3.10/sqlalchemy/cprocessors.cpython-310-s390x-linux-gnu.so building 'sqlalchemy.cresultproxy' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c lib/sqlalchemy/cextension/resultproxy.c -o build/temp.linux-s390x-3.10/lib/sqlalchemy/cextension/resultproxy.o -Wundef -Werror=implicit-function-declaration gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-s390x-3.10/lib/sqlalchemy/cextension/resultproxy.o -L/usr/lib -o build/lib.linux-s390x-3.10/sqlalchemy/cresultproxy.cpython-310-s390x-linux-gnu.so building 'sqlalchemy.cimmutabledict' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c lib/sqlalchemy/cextension/immutabledict.c -o build/temp.linux-s390x-3.10/lib/sqlalchemy/cextension/immutabledict.o -Wundef -Werror=implicit-function-declaration gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-s390x-3.10/lib/sqlalchemy/cextension/immutabledict.o -L/usr/lib -o build/lib.linux-s390x-3.10/sqlalchemy/cimmutabledict.cpython-310-s390x-linux-gnu.so ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36, configfile: setup.cfg plugins: xdist-2.5.0, forked-1.4.0 gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I [gw0] linux Python 3.10.3 cwd: /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36 [gw1] linux Python 3.10.3 cwd: /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36 [gw2] linux Python 3.10.3 cwd: /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36 [gw3] linux Python 3.10.3 cwd: /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36 [gw4] linux Python 3.10.3 cwd: /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36 [gw5] linux Python 3.10.3 cwd: /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36 [gw6] linux Python 3.10.3 cwd: /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36 [gw7] linux Python 3.10.3 cwd: /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36 [gw4] Python 3.10.3 (main, Apr 17 2022, 04:43:36) [GCC 11.2.1 20220219] [gw2] Python 3.10.3 (main, Apr 17 2022, 04:43:36) [GCC 11.2.1 20220219] [gw6] Python 3.10.3 (main, Apr 17 2022, 04:43:36) [GCC 11.2.1 20220219] [gw3] Python 3.10.3 (main, Apr 17 2022, 04:43:36) [GCC 11.2.1 20220219] [gw0] Python 3.10.3 (main, Apr 17 2022, 04:43:36) [GCC 11.2.1 20220219] [gw7] Python 3.10.3 (main, Apr 17 2022, 04:43:36) [GCC 11.2.1 20220219] [gw1] Python 3.10.3 (main, Apr 17 2022, 04:43:36) [GCC 11.2.1 20220219] [gw5] Python 3.10.3 (main, Apr 17 2022, 04:43:36) [GCC 11.2.1 20220219] gw0 [16921] / gw1 [16921] / gw2 [16921] / gw3 [16921] / gw4 [16921] / gw5 [16921] / gw6 [16921] / gw7 [16921] scheduling tests via LoadScheduling test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/as_declarative.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_incremental[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/incremental/ticket_6476] [gw3] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_incremental[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/incremental/ticket_6476] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/composite_props.py] [gw3] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/composite_props.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/declarative_base_explicit.py] [gw3] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/declarative_base_explicit.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/issue_7321.py] [gw7] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/as_declarative.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/dataclasses_workaround.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_incremental[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/incremental/stubs_14] [gw4] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_incremental[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/incremental/stubs_14] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/cols_noninferred_plain_nonopt.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_incremental[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/incremental/ticket_6147] [gw2] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_incremental[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/incremental/ticket_6147] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/cols_notype_on_fk_col.py] [gw2] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/cols_notype_on_fk_col.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/decl_base_subclass_two.py] [gw2] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/decl_base_subclass_two.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/inspect.py] [gw2] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/inspect.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_two.py] [gw2] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_two.py] [gw7] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/dataclasses_workaround.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/ensure_descriptor_type_noninferred.py] [gw7] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/ensure_descriptor_type_noninferred.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mapped_attr_assign.py] [gw7] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mapped_attr_assign.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/other_mapper_props.py] [gw7] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/other_mapper_props.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_err3.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_incremental[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/incremental/ticket_6435] [gw6] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_incremental[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/incremental/ticket_6435] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/complete_orm_no_plugin.py] [gw6] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/complete_orm_no_plugin.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/declarative_base_dynamic.py] [gw6] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/declarative_base_dynamic.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/invalid_noninferred_lh_type.py] [gw6] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/invalid_noninferred_lh_type.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_w_tablename.py] [gw6] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_w_tablename.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_direct_cls.py] [gw6] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_direct_cls.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/typing_err1.py] [gw6] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/typing_err1.py] test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_as_declarative [gw7] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_err3.py] test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_add_prop [gw4] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/cols_noninferred_plain_nonopt.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/decl_base_subclass_one.py] [gw4] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/decl_base_subclass_one.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/imperative_table.py] [gw4] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/imperative_table.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_three.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_6255_two.py] [gw2] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_6255_two.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/typeless_fk_col_cant_infer.py] [gw2] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/typeless_fk_col_cant_infer.py] test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_alt_name_attr_subclass_relationship_inline [gw3] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/issue_7321.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/orderinglist1.py] [gw3] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/orderinglist1.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_err1.py] [gw3] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_err1.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/typing_err2.py] [gw3] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/typing_err2.py] test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_back_populates_setup [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_back_populates_setup test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column_named_twice [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column_named_twice test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_custom_mapper_attribute [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_alt_name_attr_subclass_relationship_inline test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_cls_docstring [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_cls_docstring test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_custom_base [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_as_declarative test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_custom_base [gw4] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_three.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_6255_three.py] [gw4] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_6255_three.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/type_decorator.py] [gw4] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/type_decorator.py] test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_alt_name_attr_subclass_relationship_attrset [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_alt_name_attr_subclass_relationship_attrset test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_classes_can_override_new [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_classes_can_override_new test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_composite_separate [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_add_prop test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_cant_add_columns [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_cant_add_columns test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column_properties_2 [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_custom_mapper_argument [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_composite_separate test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_delattr_hybrid_fine [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_delattr_hybrid_fine test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_instrument_class_before_instrumentation [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_instrument_class_before_instrumentation test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_oops [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_oops test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_reserved_identifiers [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_reserved_identifiers test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_module_qualified [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_module_qualified test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_w_pj_annotations test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/abstract_one.py] [gw0] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/abstract_one.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/constr_cols_only.py] [gw0] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/constr_cols_only.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/ensure_descriptor_type_fully_inferred.py] [gw0] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/ensure_descriptor_type_fully_inferred.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/issue_7321_part2.py] [gw0] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/issue_7321_part2.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/orderinglist2.py] [gw0] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/orderinglist2.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_err2.py] [gw0] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_err2.py] [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_custom_mapper_attribute test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_dispose_attrs [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_dispose_attrs test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_mapping_to_join [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_mapping_to_join test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_recompile_on_othermapper [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_recompile_on_othermapper test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_delattr_mapped_raises [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_delattr_mapped_raises test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_kw_support_in_declarative_meta_init [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_kw_support_in_declarative_meta_init test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_order_by_multi [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_order_by_multi test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_setattr_hybrid_updates_descriptors [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_setattr_hybrid_updates_descriptors test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_no_magic [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_no_magic test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_synonym_added [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_synonym_added test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_none [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_none test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_undefer_column_name [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_undefer_column_name test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_alt_name_attr_subclass_column_attrset [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_alt_name_attr_subclass_column_attrset test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/boolean_col.py] [gw5] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/boolean_col.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/decl_attrs_two.py] [gw5] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/decl_attrs_two.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/enum_col.py] [gw5] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/enum_col.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_one.py] [gw5] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_one.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_6255_one.py] [gw5] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/relationship_6255_one.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/t_6950.py] [gw5] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/t_6950.py] test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_alt_name_attr_subclass_column_inline [gw5] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_alt_name_attr_subclass_column_inline test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_class_has_registry_attr [gw5] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_class_has_registry_attr test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_composite_inline [gw5] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_composite_inline test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_deferred_reflection_default_error [gw5] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_deferred_reflection_default_error test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_index_doesnt_compile [gw5] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_index_doesnt_compile test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_no_table [gw5] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_no_table test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_relationship_reference test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/as_declarative_base.py] [gw1] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/as_declarative_base.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/decl_attrs_one.py] [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_w_pj_annotations test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_no_dict [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_no_dict test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_uncompiled_attributes_in_relationship [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_custom_mapper_argument test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_difficult_class [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_difficult_class test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_lower_case_c_column_warning [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_lower_case_c_column_warning test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_pk_with_fk_init [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_pk_with_fk_init [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_uncompiled_attributes_in_relationship test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_add_prop test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/typing_err3.py] [gw0] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/typing_err3.py] test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_basic [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_basic test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column_properties [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column_properties test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_decl_cascading_warns_non_mixin [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_decl_cascading_warns_non_mixin test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_duplicate_classes_in_base [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_duplicate_classes_in_base test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_nice_dependency_error [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_nice_dependency_error test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_reentrant_compile_via_foreignkey [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_reentrant_compile_via_foreignkey test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_annotations [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_annotations test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_schemas [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_schemas test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_synonym_no_descriptor [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_synonym_no_descriptor test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_cls_attribute [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_cls_attribute test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_useless_declared_attr [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_orm_descriptor [gw1] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/decl_attrs_one.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/ensure_descriptor_type_semiinferred.py] [gw1] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/ensure_descriptor_type_semiinferred.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_not_mapped.py] [gw1] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/mixin_not_mapped.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/plugin_doesnt_break_one.py] [gw1] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/plugin_doesnt_break_one.py] test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/sa_module_prefix.py] [gw1] [ 0%] SKIPPED test/ext/mypy/test_mypy_plugin_py3k.py::MypyPluginTest::test_mypy[/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/ext/mypy/files/sa_module_prefix.py] test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_alt_name_attr_subclass_column_attrset [gw1] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_alt_name_attr_subclass_column_attrset test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_class_does_not_have_registry_attr [gw1] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_class_does_not_have_registry_attr test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column_repeated_under_prop [gw1] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column_repeated_under_prop test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_deferred [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_orm_descriptor test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_synonym_inline [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_add_prop [gw1] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_deferred test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_expression test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_shared_class_registry [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_shared_class_registry test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_no_table [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_no_table test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_synonym_for [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_synonym_for test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_tuple_format [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_tuple_format test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_unicode_string_resolve [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_unicode_string_resolve test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_alt_name_attr_subclass_column_inline [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_alt_name_attr_subclass_column_inline test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_class_has_registry_attr [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_class_has_registry_attr test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_composite_inline [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_composite_inline test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_deferred_reflection_default_error [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_deferred_reflection_default_error test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_index_doesnt_compile [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_index_doesnt_compile test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_no_table [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_no_table test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_relationship_reference [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_relationship_reference test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_in_backref [gw5] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_relationship_reference test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_in_backref test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_cant_add_columns [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_cant_add_columns test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column_properties_2 [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column_properties_2 [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_synonym_inline test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_type [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_type test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_unicode_string_resolve_backref [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_column_properties_2 test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_declared_on_base_class [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_declared_on_base_class test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_eager_order_by [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_eager_order_by test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_nice_dependency_error_works_with_hasattr [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_nice_dependency_error_works_with_hasattr test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_relationship_level_msg_for_invalid_callable [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_relationship_level_msg_for_invalid_callable test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_asselectable [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_asselectable test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_synonym [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_synonym test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_dict_format [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_dict_format test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_cls_attribute_return_none [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_useless_declared_attr test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_alt_name_attr_subclass_relationship_inline [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_alt_name_attr_subclass_relationship_inline test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_cls_docstring [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_cls_docstring test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_custom_base [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_custom_base test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_delattr_mapped_raises [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_delattr_mapped_raises test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_kw_support_in_declarative_meta_init [gw0] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_kw_support_in_declarative_meta_init test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_order_by_multi [gw5] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_in_backref test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_tables test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_class_does_not_have_registry_attr [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_class_does_not_have_registry_attr test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column_repeated_under_prop [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column_repeated_under_prop test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_deferred [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_deferred test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_expression [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_expression test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_no_change_to_all_descriptors [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_no_change_to_all_descriptors test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_relationship_level_msg_for_invalid_object [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_relationship_level_msg_for_invalid_object test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_class_over_table [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_class_over_table test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_table_over_class test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_declared_on_base_class [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_declared_on_base_class test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_eager_order_by [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_table_over_class test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_empty_dict [gw2] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_empty_dict [gw1] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_expression test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_no_change_to_all_descriptors [gw1] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_no_change_to_all_descriptors test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_relationship_level_msg_for_invalid_object [gw1] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_relationship_level_msg_for_invalid_object test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_class_over_table [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_in_backref test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_tables [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_tables test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_empty_tuple [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_empty_tuple test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_unbound_declarative_base [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_unbound_declarative_base test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_with_explicit_autoloaded [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_cls_attribute_return_none test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_uses_get_on_class_col_fk [gw4] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_eager_order_by test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_nice_dependency_error_works_with_hasattr [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_unicode_string_resolve_backref test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_alt_name_attr_subclass_relationship_attrset [gw3] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_alt_name_attr_subclass_relationship_attrset [gw6] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_with_explicit_autoloaded test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_cleanout_sub_to_base [gw7] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_uses_get_on_class_col_fk [gw1] [ 0%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_class_over_table test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_table_over_class [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_tables test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_empty_tuple [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_empty_tuple test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_unbound_declarative_base [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_unbound_declarative_base test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_with_explicit_autoloaded test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_unbound_cls_registry [gw2] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_unbound_cls_registry test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_using_explicit_prop_in_schema_objects [gw4] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_nice_dependency_error_works_with_hasattr test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_relationship_level_msg_for_invalid_callable [gw4] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_relationship_level_msg_for_invalid_callable test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_asselectable test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_classes_can_override_new [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_classes_can_override_new test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_composite_separate [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_composite_separate test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_delattr_hybrid_fine [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_delattr_hybrid_fine test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_instrument_class_before_instrumentation test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_as_declarative [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_string_dependency_resolution_table_over_class [gw0] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_order_by_multi test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_setattr_hybrid_updates_descriptors [gw0] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_setattr_hybrid_updates_descriptors test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_no_magic [gw0] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_no_magic test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_synonym_added [gw0] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_synonym_added test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_none [gw0] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_none test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_undefer_column_name [gw0] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_undefer_column_name test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_dupe_classes_cleanout [gw4] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_asselectable test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_empty_dict [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_table_args_empty_dict test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_unbound_cls_registry [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_unbound_cls_registry [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_instrument_class_before_instrumentation test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_oops [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_with_explicit_autoloaded test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_basic test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_using_explicit_prop_in_schema_objects [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_as_declarative [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_oops test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_reserved_identifiers test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_synonym test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_reserved_identifiers test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_module_qualified [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_dynamic::test_using_explicit_prop_in_schema_objects test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_back_populates_setup [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_back_populates_setup test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column_named_twice [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column_named_twice test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_custom_mapper_attribute [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_custom_mapper_attribute test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_dispose_attrs [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_module_qualified test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_w_pj_annotations [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_w_pj_annotations test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_no_dict test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_custom_mapper_argument [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_custom_mapper_argument [gw4] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_synonym [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_basic test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_difficult_class test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column_properties [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_no_dict [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_dispose_attrs test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_uncompiled_attributes_in_relationship [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_difficult_class test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_mapping_to_join test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_lower_case_c_column_warning test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_dict_format [gw4] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_dict_format test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_cls_attribute_return_none [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_lower_case_c_column_warning [gw4] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_cls_attribute_return_none test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_uses_get_on_class_col_fk [gw3] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_uncompiled_attributes_in_relationship test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_dupe_classes_back_to_one test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_pk_with_fk_init [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_column_properties [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_mapping_to_join test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_recompile_on_othermapper [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_pk_with_fk_init test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_shared_class_registry [gw4] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_uses_get_on_class_col_fk [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_shared_class_registry test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_no_table test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_decl_cascading_warns_non_mixin [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_decl_cascading_warns_non_mixin test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_duplicate_classes_in_base [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_recompile_on_othermapper test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_duplicate_classes_in_base [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_no_table test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_nice_dependency_error test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_synonym_for [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_nice_dependency_error test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_reentrant_compile_via_foreignkey [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_synonym_for test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_tuple_format [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_tuple_format test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_cleanout_cls_to_base test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_unicode_string_resolve [gw7] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_unicode_string_resolve test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_dupe_classes_name_race [gw7] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_dupe_classes_name_race test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[NonExistentFoo] [gw7] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[NonExistentFoo] test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_resolve_dupe_by_name [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_reentrant_compile_via_foreignkey test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_annotations [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_annotations test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_schemas [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_schemas test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_synonym_no_descriptor [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_synonym_no_descriptor test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_cls_attribute [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_cls_attribute test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_useless_declared_attr [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_orm_descriptor [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_string_dependency_resolution_orm_descriptor test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_synonym_inline [gw5] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_useless_declared_attr [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_synonym_inline test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_type test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_fragment_resolve [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_table_args_type test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_unicode_string_resolve_backref [gw1] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_unicode_string_resolve_backref test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_fragment_ambiguous [gw6] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_cleanout_sub_to_base test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[nonexistent.NonExistentFoo] [gw6] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[nonexistent.NonExistentFoo] test/orm/declarative/test_deprecations.py::BoundMetadataDeclarativeTest::test_bound_declarative_base [gw6] [ 1%] PASSED test/orm/declarative/test_deprecations.py::BoundMetadataDeclarativeTest::test_bound_declarative_base test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_columns_single_inheritance_conflict_resolution_pk [gw6] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_columns_single_inheritance_conflict_resolution_pk test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_polymorphic_on_converted_from_inst [gw6] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_polymorphic_on_converted_from_inst test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_from_joined_colsonsub [gw6] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_from_joined_colsonsub test/orm/declarative/test_inheritance.py::OverlapColPrecedenceTest::test_alt_name_base [gw6] [ 1%] PASSED test/orm/declarative/test_inheritance.py::OverlapColPrecedenceTest::test_alt_name_base test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_column_in_mapper_args [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_column_in_mapper_args test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_relationship_primryjoin [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_relationship_primryjoin test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_col_copy_vs_declared_attr_joined_propagation_newname [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_col_copy_vs_declared_attr_joined_propagation_newname test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_declare_first_base [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_declare_first_base test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_joined_table_propagation [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_joined_table_propagation test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_polymorphic_on_inherited [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_polymorphic_on_inherited test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_same_base_multiple_metadata [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_same_base_multiple_metadata test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_composite [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_composite test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_in_model_overrides_different_typed_column_in_mixin [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_in_model_overrides_different_typed_column_in_mixin test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_col_prop_attrs_associated_w_class_for_mapper_args [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_col_prop_attrs_associated_w_class_for_mapper_args test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_singleton_behavior_within_decl [gw4] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_cleanout_cls_to_base test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[existent.nonexistent.Foo] [gw6] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_singleton_behavior_within_decl [gw2] [ 1%] PASSED test/orm/declarative/test_basic.py::DeclarativeTest_explicit::test_using_explicit_prop_in_schema_objects test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_cleanout_race [gw2] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_cleanout_race test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[nonexistent.Foo] [gw2] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[nonexistent.Foo] test/orm/declarative/test_deprecations.py::BoundMetadataDeclarativeTest::test_bound_cls_registry_decorated [gw2] [ 1%] PASSED test/orm/declarative/test_deprecations.py::BoundMetadataDeclarativeTest::test_bound_cls_registry_decorated test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_columns_single_inheritance_conflict_resolution [gw2] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_columns_single_inheritance_conflict_resolution test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_joined_from_single [gw7] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_resolve_dupe_by_name test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_add_sub_parentcol_after_the_fact [gw7] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_add_sub_parentcol_after_the_fact test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_foreign_keys_with_col [gw7] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_foreign_keys_with_col [gw4] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[existent.nonexistent.Foo] test/orm/declarative/test_deprecations.py::BoundMetadataDeclarativeTest::test_bound_cls_registry_base [gw4] [ 1%] PASSED test/orm/declarative/test_deprecations.py::BoundMetadataDeclarativeTest::test_bound_cls_registry_base test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_columns_single_inheritance_cascading_resolution_pk [gw4] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_columns_single_inheritance_cascading_resolution_pk test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_joined [gw4] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_joined test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_detects_conflict [gw4] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_detects_conflict test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_we_must_only_copy_column_mapper_args [gw4] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_we_must_only_copy_column_mapper_args test/orm/declarative/test_mixin.py::AbstractTest::test_middle_abstract_attributes [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::AbstractTest::test_middle_abstract_attributes test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_doc [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_doc [gw3] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_dupe_classes_back_to_one test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_cleanout_two_sub test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_classproperty_still_works [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_classproperty_still_works test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_columns_single_table_inheritance [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_columns_single_table_inheritance [gw2] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_joined_from_single test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_fksonsub [gw2] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_fksonsub test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_with_undefined_foreignkey [gw2] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_with_undefined_foreignkey test/orm/declarative/test_mixin.py::AbstractTest::test_middle_abstract_inherits [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::AbstractTest::test_middle_abstract_inherits test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_relationship test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaToaM2O::test_roundtrip test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_honor_class_mro_two [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_honor_class_mro_two test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_inherited_descriptor [gw1] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_fragment_ambiguous test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[existent.NonExistentFoo] [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_inherited_descriptor test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_non_propagating_mixin_used_for_joined [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_non_propagating_mixin_used_for_joined test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_single_table_no_propagation [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_single_table_no_propagation test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_in_model_and_different_named_column_in_mixin [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_in_model_and_different_named_column_in_mixin test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_can_we_access_the_mixin_straight [gw6] [ 1%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaToaM2O::test_roundtrip [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_can_we_access_the_mixin_straight test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_property_cascade_mixin_override [gw4] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_property_cascade_mixin_override test/orm/declarative/test_reflection.py::DeclarativeReflectionTest::test_supplied_fk test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbTobM2O::test_roundtrip [gw1] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[existent.NonExistentFoo] test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_same_module_same_name [gw4] [ 1%] PASSED test/orm/declarative/test_reflection.py::DeclarativeReflectionTest::test_supplied_fk test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbToaM2O::test_roundtrip [gw6] [ 1%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbTobM2O::test_roundtrip test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcTocM2O::test_roundtrip test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_colsonbase [gw7] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_colsonbase test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_three_levels [gw7] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_three_levels test/orm/declarative/test_inheritance.py::OverlapColPrecedenceTest::test_basic [gw7] [ 1%] PASSED test/orm/declarative/test_inheritance.py::OverlapColPrecedenceTest::test_basic test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_correct_for_proxies [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_correct_for_proxies test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_one [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_one test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_column_join_checks_superclass_type [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_column_join_checks_superclass_type test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_hierarchical_bases_wbase [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_hierarchical_bases_wbase test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_declared_attr [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_declared_attr test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mixin_overrides_wbase [gw6] [ 1%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcTocM2O::test_roundtrip test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after[ac_attribute] [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_relationship test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_col_copy_vs_declared_attr_joined_propagation [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_col_copy_vs_declared_attr_joined_propagation test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_declarative_mixin_decorator [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_declarative_mixin_decorator test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_init_subclass_works [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_init_subclass_works test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_overridden [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_overridden test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_not_allowed [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_not_allowed test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_some_propagation [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_some_propagation test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_in_model_and_same_column_in_mixin [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_in_model_and_same_column_in_mixin test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_can_we_access_the_mixin_straight_special_names [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_can_we_access_the_mixin_straight_special_names [gw4] [ 1%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbToaM2O::test_roundtrip test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcTobM2O::test_roundtrip [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mixin_overrides_wbase test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_simple_wbase [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_simple_wbase test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_inherited_single_table_inheritance [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_inherited_single_table_inheritance test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_name_inherited [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_name_inherited test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_non_decl_access [gw7] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_non_decl_access test/orm/declarative/test_reflection.py::DeclarativeReflectionTest::test_basic [gw7] [ 1%] PASSED test/orm/declarative/test_reflection.py::DeclarativeReflectionTest::test_basic test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaTobO2M::test_roundtrip test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_property_noncascade [gw2] [ 1%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_property_noncascade test/orm/declarative/test_typing_py3k.py::DeclarativeBaseTest::test_class_getitem [gw4] [ 1%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcTobM2O::test_roundtrip [gw5] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_fragment_resolve test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[existent.existent.NonExistentFoo] [gw2] [ 1%] PASSED test/orm/declarative/test_typing_py3k.py::DeclarativeBaseTest::test_class_getitem [gw5] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_name_resolution_failures[existent.existent.NonExistentFoo] test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbToaO2M::test_roundtrip test/orm/declarative/test_concurrency.py::ConcurrentUseDeclMappingTest::test_concurrent_create [gw2] [ 1%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbToaO2M::test_roundtrip test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcTobO2M::test_roundtrip [gw2] [ 1%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcTobO2M::test_roundtrip test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after[ac_attr_w_of_type] test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_lazyload [gw1] [ 1%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_same_module_same_name test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_add_subcol_after_the_fact [gw1] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_add_subcol_after_the_fact test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_intermediate_abstract_class_on_classical [gw1] [ 1%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_intermediate_abstract_class_on_classical test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_colsonsub [gw6] [ 1%] PASSED test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after[ac_attribute] test/dialect/test_all.py::ImportStarTest::test_all_import [gw6] [ 1%] PASSED test/dialect/test_all.py::ImportStarTest::test_all_import test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_one [gw6] [ 1%] PASSED test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_one test/ext/test_associationproxy.py::AutoFlushTest::test_set_extend [gw6] [ 1%] PASSED test/ext/test_associationproxy.py::AutoFlushTest::test_set_extend test/ext/test_associationproxy.py::ComparatorTest::test_filter_collection_ne_fails_ul_nul [gw6] [ 1%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_collection_ne_fails_ul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_eq_nul_nul [gw6] [ 1%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_eq_nul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_ne_None_nul [gw6] [ 1%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_ne_None_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_like [gw6] [ 1%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_like test/ext/test_associationproxy.py::ComparatorTest::test_join_single_attr [gw6] [ 1%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_join_single_attr test/ext/test_associationproxy.py::CustomSetTest::test_bulk_replace [gw6] [ 1%] PASSED test/ext/test_associationproxy.py::CustomSetTest::test_bulk_replace [gw7] [ 1%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaTobO2M::test_roundtrip test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbTocO2M::test_roundtrip [gw2] [ 1%] PASSED test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after[ac_attr_w_of_type] test/orm/test_ac_relationships.py::AltSelectableTest::test_selectinload [gw2] [ 1%] PASSED test/orm/test_ac_relationships.py::AltSelectableTest::test_selectinload test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_four [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_four test/ext/test_associationproxy.py::AutoFlushTest::test_set_add [gw4] [ 2%] PASSED test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_lazyload test/orm/test_ac_relationships.py::AltSelectableTest::test_lazyload [gw4] [ 2%] PASSED test/orm/test_ac_relationships.py::AltSelectableTest::test_lazyload test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_five [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_five test/ext/test_associationproxy.py::AutoFlushTest::test_list_extend test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_varg [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_varg test/ext/test_associationproxy.py::LazyLoadTest::test_eager_scalar [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::AutoFlushTest::test_set_add [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::AutoFlushTest::test_list_extend test/ext/test_associationproxy.py::ComparatorTest::test_filter_collection_has_fails_ul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_collection_eq_fails_ul_nul [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::LazyLoadTest::test_eager_scalar test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_assign [gw7] [ 2%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbTocO2M::test_roundtrip test/orm/inheritance/test_abc_polymorphic.py::ABCTest::test_abc_poly_roundtrip[union] [gw7] [ 2%] PASSED test/orm/inheritance/test_abc_polymorphic.py::ABCTest::test_abc_poly_roundtrip[union] test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_noload_after [gw7] [ 2%] PASSED test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_noload_after test/orm/test_association.py::AssociationTest::test_modify [gw7] [ 2%] PASSED test/orm/test_association.py::AssociationTest::test_modify test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_w_subclass [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_assign test/ext/test_associationproxy.py::MultiOwnerTest::test_subclasses_conflicting_types [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_w_subclass test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_criterion_ul_nul [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_collection_has_fails_ul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_eq_chained_has_to_any [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_collection_eq_fails_ul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_contains_ul_nul [gw1] [ 2%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_colsonsub test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_subclass_mixin [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_eq_chained_has_to_any test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_scalar_raises [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_scalar_raises test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_eq_nul [gw1] [ 2%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_subclass_mixin [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_contains_ul_nul [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_subclasses_conflicting_types test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_kwarg_nul_ul test/orm/declarative/test_mixin.py::AbstractTest::test_abstract_boolean test/ext/test_associationproxy.py::ProxyHybridTest::test_get_ambiguous [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_eq_nul test/ext/test_associationproxy.py::ComparatorTest::test_join_separate_attr [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_join_separate_attr [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::AbstractTest::test_abstract_boolean [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_kwarg_nul_ul test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_correct_for_proxies_doesnt_impact_synonyms test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_eq test/ext/test_associationproxy.py::CustomObjectTest::test_basic [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyHybridTest::test_get_ambiguous test/ext/test_associationproxy.py::ProxyOfSynonymTest::test_o2m_instance_getter [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_eq test/ext/test_associationproxy.py::ComparatorTest::test_has_nul [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_correct_for_proxies_doesnt_impact_synonyms [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyOfSynonymTest::test_o2m_instance_getter [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_has_nul test/ext/test_associationproxy.py::ReconstitutionTest::test_pickle_set [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::CustomObjectTest::test_basic test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_three test/ext/test_associationproxy.py::CustomDictTest::test_mapping_ops [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_three test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_list test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_columns_joined_table_inheritance [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ReconstitutionTest::test_pickle_set [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_columns_joined_table_inheritance test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_del [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_list test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_hierarchical_bases_wdecorator test/ext/test_associationproxy.py::LazyLoadTest::test_eager_list [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::CustomDictTest::test_mapping_ops [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_hierarchical_bases_wdecorator [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_del test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_declared_attr_two test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_dict test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_del_already_nonpresent_no_proxy [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_declared_attr_two test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mixin_overrides_wdecorator [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_dict [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::LazyLoadTest::test_eager_list test/ext/test_associationproxy.py::InfoTest::test_via_cls [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::InfoTest::test_via_cls test/ext/test_associationproxy.py::MultiOwnerTest::test_rel_expressions_not_available [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mixin_overrides_wdecorator [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_del_already_nonpresent_no_proxy test/ext/test_associationproxy.py::MultiOwnerTest::test_column_collection_expressions test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_simple_wdecorator test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_set_none_to_none [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_set_none_to_none [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_simple_wdecorator test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_del test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_overridden [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_overridden test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_name_not_inherited [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_name_not_inherited test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_property_cascade_abstract [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_del [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_rel_expressions_not_available [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_criterion_ul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_contains_chained_any_to_has [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_contains_chained_any_to_has test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_chained_has_to_any [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_chained_has_to_any test/ext/test_associationproxy.py::ComparatorTest::test_filter_object_eq_None_nul [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_object_eq_None_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_object_contains_fails_nul_nul [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_object_contains_fails_nul_nul test/ext/test_associationproxy.py::CompositeAccessTest::test_access [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::CompositeAccessTest::test_access test/ext/test_associationproxy.py::CustomSetTest::test_set_mutation [gw1] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_property_cascade_abstract test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_del_already_nonpresent_no_proxy [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_column_collection_expressions test/orm/declarative/test_reflection.py::DeclarativeReflectionTest::test_rekey_wbase test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_none [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_del_already_nonpresent_no_proxy test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_set_none_to_none test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_none_raise [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_set_none_to_none test/ext/test_associationproxy.py::ScopeBehaviorTest::test_associated_dynamic_iterate [gw1] [ 2%] PASSED test/orm/declarative/test_reflection.py::DeclarativeReflectionTest::test_rekey_wbase test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaTocM2O::test_roundtrip [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_none_raise test/ext/test_associationproxy.py::ProxyHybridTest::test_expr_nonambiguous [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyHybridTest::test_expr_nonambiguous test/ext/test_associationproxy.py::ProxyOfSynonymTest::test_o2m_expr [gw1] [ 2%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaTocM2O::test_roundtrip [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyOfSynonymTest::test_o2m_expr test/ext/test_associationproxy.py::ReconstitutionTest::test_pickle_list test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcToaM2O::test_roundtrip [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ReconstitutionTest::test_pickle_list test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_set_nonnone_to_none [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_set_nonnone_to_none test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_del_already_nonpresent [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_del_already_nonpresent [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_none test/ext/test_associationproxy.py::ProxyHybridTest::test_explicit_expr [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyHybridTest::test_explicit_expr test/ext/test_associationproxy.py::ProxyOfSynonymTest::test_m2o_instance_getter [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyOfSynonymTest::test_m2o_instance_getter test/ext/test_associationproxy.py::ReconstitutionTest::test_pickle_dict [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ReconstitutionTest::test_pickle_dict test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_set_none_to_none [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_set_none_to_none test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_del [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_del test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_del_already_nonpresent_no_proxy [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_del_already_nonpresent_no_proxy test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_set_none_to_none test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_del_no_proxy [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_del_no_proxy test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_set_nonnone_to_none [gw0] [ 2%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_dupe_classes_cleanout test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_no_class [gw0] [ 2%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_no_class [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_set_none_to_none test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_del [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_del test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_del_already_nonpresent_no_proxy [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_del_already_nonpresent_no_proxy test/ext/test_associationproxy.py::ScopeBehaviorTest::test_associated_collection_iterate test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_resolve [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_set_nonnone_to_none test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_del_already_nonpresent [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_del_already_nonpresent test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_del_no_proxy [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_del_no_proxy test/ext/test_associationproxy.py::ScopeBehaviorTest::test_associated_dynamic_gc [gw1] [ 2%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcToaM2O::test_roundtrip test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_join_one [gw1] [ 2%] PASSED test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_join_one test/orm/test_ac_relationships.py::AltSelectableTest::test_join [gw1] [ 2%] PASSED test/orm/test_ac_relationships.py::AltSelectableTest::test_join test/orm/test_association.py::AssociationTest::test_replace [gw1] [ 2%] PASSED test/orm/test_association.py::AssociationTest::test_replace test/ext/test_associationproxy.py::AutoFlushTest::test_dict_set [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::AutoFlushTest::test_dict_set test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_criterion_ul_scalar [gw0] [ 2%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_resolve test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_add_parentcol_after_the_fact [gw0] [ 2%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_add_parentcol_after_the_fact test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_dupe_name_in_hierarchy [gw0] [ 2%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_dupe_name_in_hierarchy test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_cols_on_sub_to_joined [gw0] [ 2%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_cols_on_sub_to_joined test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_no_table_args [gw0] [ 2%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_no_table_args test/orm/declarative/test_inheritance.py::OverlapColPrecedenceTest::test_alt_name_sub [gw0] [ 2%] PASSED test/orm/declarative/test_inheritance.py::OverlapColPrecedenceTest::test_alt_name_sub test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_column_property [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_column_property test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_doesnt_apply_to_prepare_nocascade [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_doesnt_apply_to_prepare_nocascade test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_column_join_checks_subclass_type [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_column_join_checks_subclass_type test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_declare_first_mixin [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_criterion_ul_scalar [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_declare_first_mixin test/ext/test_associationproxy.py::ComparatorTest::test_filter_contains_chained_any_to_has_to_eq test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_custom_base [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_custom_base test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mixin_column_ordering [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mixin_column_ordering test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_same_registry_multiple_metadata [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_same_registry_multiple_metadata test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_inherited_descriptor [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_contains_chained_any_to_has_to_eq test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_criterion_nul_nul [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::CustomSetTest::test_set_mutation test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_varg [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::ScopeBehaviorTest::test_associated_dynamic_iterate test/ext/test_associationproxy.py::SetTest::test_set_mutation [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::ScopeBehaviorTest::test_associated_dynamic_gc test/ext/test_associationproxy.py::SetTest::test_set_comparisons [gw2] [ 2%] PASSED test/ext/test_associationproxy.py::SetTest::test_set_comparisons test/orm/test_assorted_eager.py::EagerTest::test_withjoinedload [gw3] [ 2%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_module_reg_cleanout_two_sub test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_no_fns_in_name_resolve [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_inherited_descriptor test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_name_inheritance_order [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_name_inheritance_order test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_mixin_attr_refers_to_column_copies [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_mixin_attr_refers_to_column_copies test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_warn_cascading_used_w_tablename [gw0] [ 2%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_warn_cascading_used_w_tablename test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaTobM2O::test_roundtrip [gw0] [ 2%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaTobM2O::test_roundtrip test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbTocM2O::test_roundtrip [gw0] [ 2%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbTocM2O::test_roundtrip test/orm/inheritance/test_abc_polymorphic.py::ABCTest::test_abc_poly_roundtrip[none] [gw0] [ 2%] PASSED test/orm/inheritance/test_abc_polymorphic.py::ABCTest::test_abc_poly_roundtrip[none] test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after_base_target_fails[True] [gw2] [ 2%] PASSED test/orm/test_assorted_eager.py::EagerTest::test_withjoinedload test/orm/test_assorted_eager.py::EagerTest6::test_one [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::ScopeBehaviorTest::test_associated_collection_iterate test/ext/test_associationproxy.py::SetTest::test_set_comparison_empty_to_empty [gw4] [ 2%] PASSED test/ext/test_associationproxy.py::SetTest::test_set_comparison_empty_to_empty test/orm/test_assorted_eager.py::EagerTest::test_noorm [gw4] [ 2%] PASSED test/orm/test_assorted_eager.py::EagerTest::test_noorm test/orm/test_assorted_eager.py::EagerTest5::test_basic [gw4] [ 2%] PASSED test/orm/test_assorted_eager.py::EagerTest5::test_basic test/orm/inheritance/test_assorted_poly.py::CorrelateExceptWPolyAdaptTest::test_poly_query_on_correlate [gw4] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::CorrelateExceptWPolyAdaptTest::test_poly_query_on_correlate test/orm/inheritance/test_assorted_poly.py::JoinedInhAdjacencyTest::test_joined_subclass_to_superclass [gw4] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::JoinedInhAdjacencyTest::test_joined_subclass_to_superclass test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[nodata-join1] [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_varg test/ext/test_associationproxy.py::LazyLoadTest::test_slicing_list [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::LazyLoadTest::test_slicing_list test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_delete_raises [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_delete_raises test/ext/test_associationproxy.py::OnlyRelationshipTest::test_setattr [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::OnlyRelationshipTest::test_setattr test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access test/ext/test_associationproxy.py::ProxyPlainPropertyTest::test_get_classlevel_ambiguous [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyPlainPropertyTest::test_get_classlevel_ambiguous test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_del_already_nonpresent [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_del_already_nonpresent test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_del_no_proxy [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_del_no_proxy test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_set_nonnone_to_none [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_set_nonnone_to_none [gw2] [ 2%] PASSED test/orm/test_assorted_eager.py::EagerTest6::test_one [gw0] [ 2%] PASSED test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after_base_target_fails[True] test/orm/test_association.py::AssociationTest::test_insert [gw0] [ 2%] PASSED test/orm/test_association.py::AssociationTest::test_insert [gw4] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[nodata-join1] test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_two [gw0] [ 2%] PASSED test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_two test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_del_already_nonpresent test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_criterion_nul_ul [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_del_already_nonpresent [gw6] [ 2%] PASSED test/ext/test_associationproxy.py::SetTest::test_set_mutation test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_del_no_proxy [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_del_no_proxy test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[nodata-join3] [gw4] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[nodata-join3] test/orm/inheritance/test_assorted_poly.py::RelationshipTest6::test_basic [gw4] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest6::test_basic test/orm/inheritance/test_assorted_poly.py::CorrelateExceptWPolyAdaptTest::test_poly_query_on_correlate_except [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_criterion_nul_nul test/orm/test_assorted_eager.py::EagerTest::test_without_outerjoin_literal [gw6] [ 2%] PASSED test/orm/test_assorted_eager.py::EagerTest::test_without_outerjoin_literal test/orm/test_assorted_eager.py::EagerTest7::test_load_m2o_attached_to_o2 test/ext/test_associationproxy.py::ComparatorTest::test_filter_object_ne_value_nul [gw6] [ 2%] PASSED test/orm/test_assorted_eager.py::EagerTest7::test_load_m2o_attached_to_o2 test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_detect_stale_ddl_cache_raise_recover [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_object_ne_value_nul test/orm/inheritance/test_assorted_poly.py::CustomPKTest::test_custompk [gw6] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::CustomPKTest::test_custompk test/ext/test_associationproxy.py::ComparatorTest::test_has_criterion_nul [gw4] [ 2%] SKIPPED test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_detect_stale_ddl_cache_raise_recover [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_has_criterion_nul test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_set_nonnone_to_none [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_set_nonnone_to_none test/ext/test_associationproxy.py::CompositeAccessTest::test_append [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::CompositeAccessTest::test_append test/ext/test_associationproxy.py::ScalarTest::test_empty_scalars test/orm/test_attributes.py::AttributeImplAPITest::test_scalar_obj_pop_invalid [gw7] [ 2%] PASSED test/ext/test_associationproxy.py::ScalarTest::test_empty_scalars [gw4] [ 2%] PASSED test/orm/test_attributes.py::AttributeImplAPITest::test_scalar_obj_pop_invalid test/ext/test_associationproxy.py::CustomSetTest::test_set_operations [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::CustomSetTest::test_set_operations test/orm/test_attributes.py::AttributesTest::test_del_scalar_nonobject test/orm/inheritance/test_assorted_poly.py::JoinedInhAdjacencyTest::test_joined_to_same_subclass [gw4] [ 2%] PASSED test/orm/test_attributes.py::AttributesTest::test_del_scalar_nonobject test/ext/test_associationproxy.py::ScopeBehaviorTest::test_plain_collection_gc [gw6] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::JoinedInhAdjacencyTest::test_joined_to_same_subclass test/orm/test_attributes.py::AttributesTest::test_lazytrackparent test/ext/test_associationproxy.py::InfoTest::test_constructor [gw4] [ 2%] PASSED test/orm/test_attributes.py::AttributesTest::test_lazytrackparent [gw2] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::CorrelateExceptWPolyAdaptTest::test_poly_query_on_correlate_except test/orm/test_attributes.py::BackrefTest::test_m2m [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::InfoTest::test_constructor [gw4] [ 2%] PASSED test/orm/test_attributes.py::BackrefTest::test_m2m test/orm/inheritance/test_assorted_poly.py::JoinedInhAdjacencyTest::test_joined_to_base test/ext/test_associationproxy.py::ListTest::test_sequence_ops test/orm/test_attributes.py::CyclicBackrefAssertionTest::test_broken_collection_assertion [gw4] [ 2%] PASSED test/orm/test_attributes.py::CyclicBackrefAssertionTest::test_broken_collection_assertion test/orm/test_attributes.py::GetNoValueTest::test_passive_no_result [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::ListTest::test_sequence_ops test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[nodata-join3] [gw6] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[nodata-join3] test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[usedata-join1] test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_get [gw6] [ 2%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[usedata-join1] [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_get test/orm/inheritance/test_assorted_poly.py::RelationshipTest8::test_selfref_onjoined test/ext/test_associationproxy.py::ProxyFactoryTest::test_sequence_ops [gw4] [ 2%] PASSED test/orm/test_attributes.py::GetNoValueTest::test_passive_no_result [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyFactoryTest::test_sequence_ops test/ext/test_associationproxy.py::ProxyHybridTest::test_set_ambiguous [gw1] [ 2%] PASSED test/ext/test_associationproxy.py::ProxyHybridTest::test_set_ambiguous test/ext/test_associationproxy.py::ProxyPlainPropertyTest::test_set_ambiguous [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::ProxyPlainPropertyTest::test_set_ambiguous test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_del_already_nonpresent_no_proxy test/orm/test_attributes.py::HistoryTest::test_committed_value_set_active_hist [gw4] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_committed_value_set_active_hist [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_del_already_nonpresent_no_proxy test/orm/test_attributes.py::HistoryTest::test_object_del_expired [gw4] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_object_del_expired test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_set_none_to_none test/orm/test_attributes.py::HistoryTest::test_scalar_active_set [gw4] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_set_none_to_none [gw2] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::JoinedInhAdjacencyTest::test_joined_to_base test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_dict_set [gw4] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_dict_set test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_del test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set [gw4] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_del test/orm/test_attributes.py::HistoryTest::test_scalar_obj_no_value [gw4] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_obj_no_value test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_del_already_nonpresent_no_proxy [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_del_already_nonpresent_no_proxy test/orm/test_attributes.py::HistoryTest::test_scalar_set_commit_reset_commit_del [gw4] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_commit_reset_commit_del test/orm/test_attributes.py::HistoryTest::test_use_object_set test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_set_none_to_none [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_set_none_to_none test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_del [gw4] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_del test/orm/test_attributes.py::HistoryTest::test_use_object_set_dict_set_None [gw4] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_dict_set_None test/orm/test_attributes.py::ListenerTest::test_collection_link_events test/ext/test_associationproxy.py::ScalarTest::test_scalar_proxy [gw4] [ 3%] PASSED test/orm/test_attributes.py::ListenerTest::test_collection_link_events test/orm/test_attributes.py::PendingBackrefTest::test_commit_removes_pending [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarTest::test_scalar_proxy [gw4] [ 3%] PASSED test/orm/test_attributes.py::PendingBackrefTest::test_commit_removes_pending test/orm/test_attributes.py::TestUnlink::test_expired [gw4] [ 3%] PASSED test/orm/test_attributes.py::TestUnlink::test_expired test/ext/test_associationproxy.py::ScopeBehaviorTest::test_plain_collection_iterate test/ext/test_automap.py::AutomapInhTest::test_single_inheritance_reflect [gw4] [ 3%] PASSED test/ext/test_automap.py::AutomapInhTest::test_single_inheritance_reflect test/ext/test_automap.py::AutomapTest::test_relationship_explicit_override_forwards_m2m [gw4] [ 3%] PASSED test/ext/test_automap.py::AutomapTest::test_relationship_explicit_override_forwards_m2m test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[nodata-join2] test/ext/test_automap.py::ConcurrentAutomapTest::test_concurrent_automaps_w_configure [gw2] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[nodata-join2] test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[nodata-join4] [gw2] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[nodata-join4] test/orm/inheritance/test_assorted_poly.py::RelationshipTest7::test_manytoone_lazyload [gw2] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest7::test_manytoone_lazyload test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_detect_stale_type_cache_raise_recover [gw2] [ 3%] SKIPPED test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_detect_stale_type_cache_raise_recover test/orm/test_attributes.py::AttributeImplAPITest::test_scalar_obj_pop_valid [gw2] [ 3%] PASSED test/orm/test_attributes.py::AttributeImplAPITest::test_scalar_obj_pop_valid test/orm/test_attributes.py::AttributesTest::test_del_scalar_object [gw2] [ 3%] PASSED test/orm/test_attributes.py::AttributesTest::test_del_scalar_object test/orm/test_attributes.py::AttributesTest::test_list [gw2] [ 3%] PASSED test/orm/test_attributes.py::AttributesTest::test_list test/orm/test_attributes.py::BackrefTest::test_o2m [gw2] [ 3%] PASSED test/orm/test_attributes.py::BackrefTest::test_o2m test/orm/test_attributes.py::CyclicBackrefAssertionTest::test_collection_append_type_assertion [gw2] [ 3%] PASSED test/orm/test_attributes.py::CyclicBackrefAssertionTest::test_collection_append_type_assertion test/orm/test_attributes.py::GetNoValueTest::test_passive_no_result_no_value [gw2] [ 3%] PASSED test/orm/test_attributes.py::GetNoValueTest::test_passive_no_result_no_value test/orm/test_attributes.py::HistoryTest::test_committed_value_set_commit [gw2] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_committed_value_set_commit test/orm/test_attributes.py::HistoryTest::test_object_init [gw2] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_object_init test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_None [gw2] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_None test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_dict_set_commit [gw2] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_dict_set_commit test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit [gw2] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit test/orm/test_attributes.py::HistoryTest::test_scalar_passive_flag [gw2] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_passive_flag test/orm/test_attributes.py::HistoryTest::test_scalar_set_dict [gw2] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_dict test/orm/test_attributes.py::HistoryTest::test_use_object_set_None [gw2] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_None test/orm/test_attributes.py::HistoryTest::test_use_object_set_dict_set_commit [gw2] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_dict_set_commit test/orm/test_attributes.py::ListenerTest::test_flag_modified [gw2] [ 3%] PASSED test/orm/test_attributes.py::ListenerTest::test_flag_modified test/orm/test_attributes.py::PendingBackrefTest::test_lazy_add [gw2] [ 3%] PASSED test/orm/test_attributes.py::PendingBackrefTest::test_lazy_add [gw3] [ 3%] PASSED test/orm/declarative/test_clsregistry.py::ClsRegistryTest::test_no_fns_in_name_resolve test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_add_deferred [gw3] [ 3%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_add_deferred test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_custom_join_condition [gw3] [ 3%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_custom_join_condition test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_cols_on_sub_base_of_joined [gw3] [ 3%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_cols_on_sub_base_of_joined test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_no_special_cols [gw3] [ 3%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_no_special_cols test/orm/declarative/test_inheritance.py::OverlapColPrecedenceTest::test_alt_name_both [gw3] [ 3%] PASSED test/orm/declarative/test_inheritance.py::OverlapColPrecedenceTest::test_alt_name_both test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_column_in_mapper_args_used_multiple_times [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_column_in_mapper_args_used_multiple_times test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_doesnt_apply_to_abstract_declared_attr [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_doesnt_apply_to_abstract_declared_attr test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_col_copy_vs_declared_attr_single_propagation [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_col_copy_vs_declared_attr_single_propagation test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_declare_first_direct [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_declare_first_direct test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_composite [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_composite test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_property test/orm/test_attributes.py::TestUnlink::test_pop_existing [gw2] [ 3%] PASSED test/orm/test_attributes.py::TestUnlink::test_pop_existing test/ext/test_automap.py::AutomapTest::test_exception_prepare_not_called [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_property test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_same_base_multiple_times [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_same_base_multiple_times test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_inherited [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_args_inherited test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_name_dependent_on_subclass [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_name_dependent_on_subclass test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_column_pre_map [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_column_pre_map test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_singleton_gc [gw6] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest8::test_selfref_onjoined test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_failed_commit_recover [gw6] [ 3%] SKIPPED test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_failed_commit_recover test/orm/test_attributes.py::AttributeImplAPITest::test_scalar_obj_remove_invalid [gw6] [ 3%] PASSED test/orm/test_attributes.py::AttributeImplAPITest::test_scalar_obj_remove_invalid [gw2] [ 3%] PASSED test/ext/test_automap.py::AutomapTest::test_exception_prepare_not_called test/ext/test_automap.py::AutomapTest::test_relationship_explicit_override_m2o [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_criterion_nul_ul test/ext/test_associationproxy.py::ComparatorTest::test_filter_column_ne_value_nul [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_column_ne_value_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_eq_value_nul [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_eq_value_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_ne_null_nul_nul [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_ne_null_nul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_object_any_fails_nul_nul [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_object_any_fails_nul_nul test/ext/test_associationproxy.py::ComparatorTest::test_nothas_nul test/orm/test_attributes.py::AttributesTest::test_descriptorattributes [gw6] [ 3%] PASSED test/orm/test_attributes.py::AttributesTest::test_descriptorattributes [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_nothas_nul test/orm/test_attributes.py::AttributesTest::test_no_double_state [gw6] [ 3%] PASSED test/orm/test_attributes.py::AttributesTest::test_no_double_state test/ext/test_associationproxy.py::CustomSetTest::test_set_comparisons test/orm/test_attributes.py::BackrefTest::test_o2o [gw6] [ 3%] PASSED test/orm/test_attributes.py::BackrefTest::test_o2o test/orm/test_attributes.py::CyclicBackrefAssertionTest::test_scalar_set_type_assertion [gw6] [ 3%] PASSED test/orm/test_attributes.py::CyclicBackrefAssertionTest::test_scalar_set_type_assertion [gw2] [ 3%] PASSED test/ext/test_automap.py::AutomapTest::test_relationship_explicit_override_m2o test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_add_remove_pending_backref [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::CustomSetTest::test_set_comparisons test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_list [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_list test/ext/test_associationproxy.py::LazyLoadTest::test_lazy_scalar test/orm/test_attributes.py::GetNoValueTest::test_passive_ret_no_value [gw6] [ 3%] PASSED test/orm/test_attributes.py::GetNoValueTest::test_passive_ret_no_value test/orm/test_attributes.py::HistoryTest::test_dict_collections [gw6] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_dict_collections test/orm/test_attributes.py::HistoryTest::test_object_init_active_history [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::LazyLoadTest::test_lazy_scalar test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_delete [gw6] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_object_init_active_history test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_None_from_dict_set [gw6] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_None_from_dict_set test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_twice_no_commit [gw6] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_twice_no_commit test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit_flag_modified [gw6] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit_flag_modified test/orm/test_attributes.py::HistoryTest::test_scalar_set [gw6] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set test/orm/test_attributes.py::HistoryTest::test_scalar_set_dict_set [gw6] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_dict_set test/orm/test_attributes.py::HistoryTest::test_use_object_set_commit [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_delete test/ext/test_associationproxy.py::OnlyRelationshipTest::test_getattr [gw2] [ 3%] PASSED test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_add_remove_pending_backref [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::OnlyRelationshipTest::test_getattr test/ext/test_associationproxy.py::ProxyHybridTest::test_get_nonambiguous [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ProxyHybridTest::test_get_nonambiguous test/ext/test_associationproxy.py::ProxyPlainPropertyTest::test_get_ambiguous [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::ScopeBehaviorTest::test_plain_collection_iterate test/ext/test_associationproxy.py::SynonymOfProxyTest::test_o2m_instance_getter [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ProxyPlainPropertyTest::test_get_ambiguous test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_del [gw1] [ 3%] PASSED test/ext/test_associationproxy.py::SynonymOfProxyTest::test_o2m_instance_getter test/orm/test_assorted_eager.py::EagerTest3::test_nesting_with_functions [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_del test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_del_already_nonpresent_no_proxy [gw7] [ 3%] PASSED test/ext/test_associationproxy.py::ScopeBehaviorTest::test_plain_collection_gc test/ext/test_associationproxy.py::SynonymOfProxyTest::test_o2m_expr [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_del_already_nonpresent_no_proxy [gw7] [ 3%] PASSED test/ext/test_associationproxy.py::SynonymOfProxyTest::test_o2m_expr test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_set_none_to_none test/orm/test_assorted_eager.py::EagerTest2::test_eager_terminate [gw1] [ 3%] PASSED test/orm/test_assorted_eager.py::EagerTest3::test_nesting_with_functions [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_set_none_to_none test/orm/inheritance/test_assorted_poly.py::ColSubclassTest::test_polymorphic_adaptation_auto test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_del [gw6] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_commit test/orm/test_attributes.py::HistoryTest::test_use_object_set_value_twice [gw6] [ 3%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_value_twice test/orm/test_attributes.py::ListenerTest::test_named [gw6] [ 3%] PASSED test/orm/test_attributes.py::ListenerTest::test_named test/orm/test_attributes.py::PendingBackrefTest::test_lazy_history_collection [gw6] [ 3%] PASSED test/orm/test_attributes.py::PendingBackrefTest::test_lazy_history_collection test/orm/test_attributes.py::TestUnlink::test_replaced [gw6] [ 3%] PASSED test/orm/test_attributes.py::TestUnlink::test_replaced test/ext/test_automap.py::AutomapTest::test_m2m_relationship_also_map_the_secondary test/orm/test_backref_mutations.py::M2MStaleBackrefTest::test_backref_pop_m2m [gw2] [ 3%] PASSED test/orm/test_backref_mutations.py::M2MStaleBackrefTest::test_backref_pop_m2m test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_move_preloaded [gw2] [ 3%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_move_preloaded [gw1] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::ColSubclassTest::test_polymorphic_adaptation_auto test/orm/inheritance/test_assorted_poly.py::GenerativeTest::test_join_to_q_person_car [gw6] [ 3%] PASSED test/ext/test_automap.py::AutomapTest::test_m2m_relationship_also_map_the_secondary test/ext/test_automap.py::AutomapTest::test_relationship_explicit_override_o2m test/orm/test_backref_mutations.py::O2MCollectionTest::test_straight_remove [gw2] [ 3%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_straight_remove test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_scalar_move_preloaded [gw6] [ 3%] PASSED test/ext/test_automap.py::AutomapTest::test_relationship_explicit_override_o2m test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_bulk_replace [gw3] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_singleton_gc test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaToaO2M::test_roundtrip [gw1] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::GenerativeTest::test_join_to_q_person_car test/orm/inheritance/test_assorted_poly.py::RelationshipTest1::test_descendant_refs_parent [gw1] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest1::test_descendant_refs_parent test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[nodata-join1] [gw7] [ 3%] PASSED test/orm/test_assorted_eager.py::EagerTest2::test_eager_terminate [gw1] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[nodata-join1] test/orm/inheritance/test_assorted_poly.py::ColPropWAliasJoinedToBaseTest::test_alias_omitted test/orm/inheritance/test_assorted_poly.py::RelationshipTest4::test_many_to_one_polymorphic [gw7] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::ColPropWAliasJoinedToBaseTest::test_alias_omitted [gw6] [ 3%] PASSED test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_bulk_replace test/orm/test_backref_mutations.py::O2MCollectionTest::test_append_del [gw6] [ 3%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_append_del test/orm/test_backref_mutations.py::O2MCollectionTest::test_del_from_collection [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_del test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_del_already_nonpresent_no_proxy [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_del_already_nonpresent_no_proxy test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_set_none_to_none [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_set_none_to_none test/ext/test_associationproxy.py::ScalarTest::test_custom_getset [gw0] [ 3%] PASSED test/ext/test_associationproxy.py::ScalarTest::test_custom_getset test/ext/test_associationproxy.py::ScopeBehaviorTest::test_dynamic_collection_iterate test/orm/inheritance/test_assorted_poly.py::GenerativeTest::test_join_to_q_person [gw6] [ 3%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_del_from_collection test/orm/test_backref_mutations.py::O2MCollectionTest::test_tuple_assignment_w_reverse [gw6] [ 3%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_tuple_assignment_w_reverse test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_collection_move_commitfirst [gw1] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest4::test_many_to_one_polymorphic test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_codec_registration[setup_asyncpg_json_codec] [gw1] [ 3%] SKIPPED test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_codec_registration[setup_asyncpg_json_codec] test/orm/test_attributes.py::AttributeImplAPITest::test_collection_obj_pop_valid [gw2] [ 3%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_scalar_move_preloaded [gw1] [ 3%] PASSED test/orm/test_attributes.py::AttributeImplAPITest::test_collection_obj_pop_valid test/orm/test_attributes.py::AttributesTest::test_deferred_pickleable [gw7] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::GenerativeTest::test_join_to_q_person [gw1] [ 3%] PASSED test/orm/test_attributes.py::AttributesTest::test_deferred_pickleable test/orm/test_attributes.py::AttributesTest::test_last_known_tracking [gw5] [ 3%] PASSED test/orm/declarative/test_concurrency.py::ConcurrentUseDeclMappingTest::test_concurrent_create [gw1] [ 3%] PASSED test/orm/test_attributes.py::AttributesTest::test_last_known_tracking test/orm/test_attributes.py::AttributesTest::test_state_gc test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_class_w_invalid_multiple_bases test/orm/inheritance/test_assorted_poly.py::MultiLevelTest::test_threelevels [gw6] [ 3%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_collection_move_commitfirst test/orm/test_backref_mutations.py::O2OScalarMoveTest_new_style::test_collection_move_commitfirst [gw7] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::MultiLevelTest::test_threelevels test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[usedata-join3] [gw2] [ 3%] PASSED test/orm/test_backref_mutations.py::O2OScalarMoveTest_new_style::test_collection_move_commitfirst test/ext/test_baked.py::LikeQueryTest::test_first_multiple_result [gw3] [ 3%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaToaO2M::test_roundtrip test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbTobO2M::test_roundtrip [gw3] [ 3%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestbTobO2M::test_roundtrip test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcTocO2M::test_roundtrip [gw3] [ 3%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcTocO2M::test_roundtrip test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after_base_target_fails[False] [gw5] [ 3%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_class_w_invalid_multiple_bases test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_intermediate_unmapped_class_on_classical [gw5] [ 3%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_intermediate_unmapped_class_on_classical test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_constraint_on_sub [gw5] [ 3%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_single_constraint_on_sub test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_we_must_copy_mapper_args [gw5] [ 3%] PASSED test/orm/declarative/test_inheritance.py::DeclarativeInheritanceTest::test_we_must_copy_mapper_args test/orm/declarative/test_mixin.py::AbstractTest::test_implicit_abstract_viadecorator [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::AbstractTest::test_implicit_abstract_viadecorator test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_deferred [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinPropertyTest::test_deferred test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_two [gw2] [ 3%] PASSED test/ext/test_baked.py::LikeQueryTest::test_first_multiple_result test/ext/test_baked.py::LikeQueryTest::test_one_or_none_no_result [gw2] [ 3%] PASSED test/ext/test_baked.py::LikeQueryTest::test_one_or_none_no_result test/orm/test_backref_mutations.py::O2OScalarOrphanTest::test_m2o_event [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_arbitrary_attrs_two test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_cachekeys_on_constructor test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_columns_single_inheritance_conflict_resolution [gw7] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[usedata-join3] test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[usedata-join4] [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_columns_single_inheritance_conflict_resolution test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_honor_class_mro_one [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_honor_class_mro_one test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_inherited [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_mapper_args_inherited test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_non_propagating_mixin [gw6] [ 3%] PASSED test/orm/test_backref_mutations.py::O2OScalarOrphanTest::test_m2o_event [gw2] [ 3%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_cachekeys_on_constructor test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_subquery_eagerloading [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_non_propagating_mixin test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_single_back_propagate test/ext/test_baked.py::LikeQueryTest::test_first_no_result [gw7] [ 3%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[usedata-join4] test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_closed_during_execute [gw7] [ 3%] SKIPPED test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_closed_during_execute test/orm/test_attributes.py::AttributeImplAPITest::test_collection_obj_pop_invalid [gw7] [ 3%] PASSED test/orm/test_attributes.py::AttributeImplAPITest::test_collection_obj_pop_invalid test/orm/test_attributes.py::AttributesTest::test_deferred [gw7] [ 3%] PASSED test/orm/test_attributes.py::AttributesTest::test_deferred test/orm/test_attributes.py::AttributesTest::test_inheritance2 [gw7] [ 3%] PASSED test/orm/test_attributes.py::AttributesTest::test_inheritance2 test/orm/test_attributes.py::AttributesTest::test_pickleness [gw7] [ 3%] PASSED test/orm/test_attributes.py::AttributesTest::test_pickleness test/orm/test_attributes.py::CollectionInitTest::test_assert_false_on_default_value [gw7] [ 3%] PASSED test/orm/test_attributes.py::CollectionInitTest::test_assert_false_on_default_value test/orm/test_attributes.py::EventPropagateTest::test_propagate_useobject [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_single_back_propagate test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_in_model_and_different_named_alt_key_column_in_mixin [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_table_in_model_and_different_named_alt_key_column_in_mixin test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_unique_column [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclarativeMixinTest::test_unique_column test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_property_cascade_mixin [gw5] [ 3%] PASSED test/orm/declarative/test_mixin.py::DeclaredAttrTest::test_property_cascade_mixin test/orm/declarative/test_reflection.py::DeclarativeReflectionTest::test_rekey_wdecorator [gw6] [ 3%] PASSED test/ext/test_baked.py::LikeQueryTest::test_first_no_result [gw3] [ 3%] PASSED test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after_base_target_fails[False] test/ext/test_baked.py::LikeQueryTest::test_one_or_none_result [gw6] [ 3%] PASSED test/ext/test_baked.py::LikeQueryTest::test_one_or_none_result test/orm/test_association.py::AssociationTest::test_delete test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_conditional_step [gw5] [ 4%] PASSED test/orm/declarative/test_reflection.py::DeclarativeReflectionTest::test_rekey_wdecorator test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaTocO2M::test_roundtrip [gw3] [ 4%] PASSED test/orm/test_association.py::AssociationTest::test_delete test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_three [gw5] [ 4%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestaTocO2M::test_roundtrip test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcToaO2M::test_roundtrip [gw1] [ 4%] PASSED test/orm/test_attributes.py::AttributesTest::test_state_gc [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::AttributeAccessTest::test_resolved_to_correct_class_three test/orm/test_attributes.py::CollectionInitTest::test_bulk_replace_resets_empty test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_chained [gw1] [ 4%] PASSED test/orm/test_attributes.py::CollectionInitTest::test_bulk_replace_resets_empty test/orm/test_attributes.py::EventPropagateTest::test_propagate_useobject_active_history [gw5] [ 4%] PASSED test/orm/inheritance/test_abc_inheritance.py::ABCTest_TestcToaO2M::test_roundtrip test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_join_two [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_chained [gw0] [ 4%] PASSED test/ext/test_associationproxy.py::ScopeBehaviorTest::test_dynamic_collection_iterate test/ext/test_associationproxy.py::ComparatorTest::test_filter_column_eq_None_nul test/ext/test_associationproxy.py::SynonymOfProxyTest::test_hasattr [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_column_eq_None_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_eq_null_nul_nul [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_eq_null_nul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_ne_nul_nul [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_ne_nul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_ne [gw0] [ 4%] PASSED test/ext/test_associationproxy.py::SynonymOfProxyTest::test_hasattr test/orm/test_assorted_eager.py::EagerTest::test_withoutouterjoin [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_ne test/ext/test_associationproxy.py::ComparatorTest::test_no_straight_expr [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_no_straight_expr test/ext/test_associationproxy.py::CustomSetTest::test_set_comparison_empty_to_empty [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::CustomSetTest::test_set_comparison_empty_to_empty [gw5] [ 4%] PASSED test/orm/test_ac_relationships.py::AliasedClassRelationshipTest::test_join_two test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_dict test/orm/test_ac_relationships.py::AltSelectableTest::test_joinedload [gw5] [ 4%] PASSED test/orm/test_ac_relationships.py::AltSelectableTest::test_joinedload test/ext/test_associationproxy.py::AttributeAccessTest::test_resolve_aliased_class [gw2] [ 4%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_subquery_eagerloading test/ext/test_baked.py::StateChangeTest::test_chained_add_operator [gw2] [ 4%] PASSED test/ext/test_baked.py::StateChangeTest::test_chained_add_operator test/orm/inheritance/test_basic.py::DiscriminatorOrPkNoneTest::test_pk_not_null_discriminator_null_from_base [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::DiscriminatorOrPkNoneTest::test_pk_not_null_discriminator_null_from_base test/orm/inheritance/test_basic.py::FalseDiscriminatorTest::test_false_on_base [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::FalseDiscriminatorTest::test_false_on_base test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_nonexistent_col_related [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_nonexistent_col_related test/orm/inheritance/test_basic.py::NoPKOnSubTableWarningTest::test_warning_on_sub [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::NoPKOnSubTableWarningTest::test_warning_on_sub test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_column_expression [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::AttributeAccessTest::test_resolve_aliased_class [gw6] [ 4%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_conditional_step test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_subqueryload_post_context [gw6] [ 4%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_subqueryload_post_context test/ext/test_baked.py::StateChangeTest::test_initial_key [gw6] [ 4%] PASSED test/ext/test_baked.py::StateChangeTest::test_initial_key test/orm/inheritance/test_basic.py::DiscriminatorOrPkNoneTest::test_pk_not_null_discriminator_null_from_sub [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::DiscriminatorOrPkNoneTest::test_pk_not_null_discriminator_null_from_sub test/orm/inheritance/test_basic.py::FalseDiscriminatorTest::test_false_on_sub [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::FalseDiscriminatorTest::test_false_on_sub test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_nonexistent_col_unrelated [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_nonexistent_col_unrelated test/orm/inheritance/test_basic.py::NoPolyIdentInMiddleTest::test_discriminator test/ext/test_associationproxy.py::AutoFlushTest::test_list_append [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::NoPolyIdentInMiddleTest::test_discriminator test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_column_expression_joined [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_column_expression test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_optimized_load_subclass_labels [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::AutoFlushTest::test_list_append test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_kwarg_ul_nul [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_column_expression_joined [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_optimized_load_subclass_labels test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_optimized_passes test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_plain [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_optimized_passes [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_plain test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_plain_descriptor test/orm/inheritance/test_basic.py::PolyExpressionEagerLoad::test_joinedload [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_plain_descriptor test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_base_class [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::PolyExpressionEagerLoad::test_joinedload test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_validate_on_upate [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_any_kwarg_ul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_contains_nul_ul [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_base_class [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_contains_nul_ul test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_kwarg_nul_nul test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_non_col_polymorphic_on [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_has_kwarg_nul_nul test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_contains [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_validate_on_upate [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_non_col_polymorphic_on test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_non_expr_prop [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_dict test/ext/test_associationproxy.py::LazyLoadTest::test_lazy_list [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::LazyLoadTest::test_lazy_list test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_assign_passes [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_assign_passes test/ext/test_associationproxy.py::OnlyRelationshipTest::test_get_class_attr [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::OnlyRelationshipTest::test_get_class_attr test/ext/test_associationproxy.py::ProxyHybridTest::test_get_classlevel_ambiguous [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ProxyHybridTest::test_get_classlevel_ambiguous test/ext/test_associationproxy.py::ProxyPlainPropertyTest::test_expr_ambiguous [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ProxyPlainPropertyTest::test_expr_ambiguous test/ext/test_associationproxy.py::ReconstitutionTest::test_weak_identity_map [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_filter_scalar_column_contains test/ext/test_associationproxy.py::ComparatorTest::test_has_kwargs_nul [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ComparatorTest::test_has_kwargs_nul test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_implicit_map_w_label_single [gw0] [ 4%] PASSED test/orm/test_assorted_eager.py::EagerTest::test_withoutouterjoin test/ext/test_associationproxy.py::CustomDictTest::test_bulk_replace test/orm/test_assorted_eager.py::EagerTest9::test_joinedload_on_path [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_implicit_map_w_label_single test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_d_b_missing [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::CustomDictTest::test_bulk_replace test/ext/test_associationproxy.py::DefaultTest::test_sequence_ops [gw0] [ 4%] PASSED test/orm/test_assorted_eager.py::EagerTest9::test_joinedload_on_path [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_d_b_missing test/orm/inheritance/test_basic.py::PolymorphicUnionTest::test_type_col_present test/orm/inheritance/test_assorted_poly.py::GenerativeTest::test_join_to_q_engineer [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::PolymorphicUnionTest::test_type_col_present test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[2-0] [gw2] [ 4%] PASSED test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[2-0] test/orm/test_bind.py::BindIntegrationTest::test_bind_from_metadata [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::DefaultTest::test_sequence_ops [gw0] [ 4%] PASSED test/orm/inheritance/test_assorted_poly.py::GenerativeTest::test_join_to_q_engineer test/ext/test_associationproxy.py::InfoTest::test_empty [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::InfoTest::test_empty [gw2] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_from_metadata test/ext/test_associationproxy.py::MultiOwnerTest::test_col_expressions_not_available test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e21] test/orm/inheritance/test_assorted_poly.py::MissingPolymorphicOnTest::test_polyon_col_setsup [gw2] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e21] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e12] [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_col_expressions_not_available test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_get_raises [gw0] [ 4%] PASSED test/orm/inheritance/test_assorted_poly.py::MissingPolymorphicOnTest::test_polyon_col_setsup test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[usedata-join2] [gw1] [ 4%] PASSED test/orm/test_attributes.py::EventPropagateTest::test_propagate_useobject_active_history test/orm/test_attributes.py::HistoryTest::test_committed_value_init [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::MultiOwnerTest::test_subclass_only_owner_get_raises [gw2] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e12] [gw1] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_committed_value_init test/orm/test_attributes.py::HistoryTest::test_object_collections_set test/ext/test_associationproxy.py::ProxyHybridTest::test_comparator_ambiguous [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ProxyHybridTest::test_comparator_ambiguous test/ext/test_associationproxy.py::ProxyHybridTest::test_set_nonambiguous [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ProxyHybridTest::test_set_nonambiguous test/ext/test_associationproxy.py::ReconstitutionTest::test_copy [gw1] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_object_collections_set test/orm/test_attributes.py::HistoryTest::test_scalar_active_init [gw1] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_init test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_commit_reset_commit_del [gw1] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_commit_reset_commit_del test/orm/test_attributes.py::HistoryTest::test_scalar_init [gw1] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_init test/orm/test_attributes.py::HistoryTest::test_scalar_no_init_side_effect [gw1] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_no_init_side_effect test/orm/test_attributes.py::HistoryTest::test_scalar_set_commit_reset [gw1] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_commit_reset test/orm/test_attributes.py::HistoryTest::test_use_object_init [gw1] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_init test/orm/test_attributes.py::HistoryTest::test_use_object_set_dict [gw1] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_dict test/orm/test_attributes.py::LazyloadHistoryTest::test_scalar_via_lazyload [gw1] [ 4%] PASSED test/orm/test_attributes.py::LazyloadHistoryTest::test_scalar_via_lazyload test/orm/test_attributes.py::ListenerTest::test_none_on_collection_event [gw1] [ 4%] PASSED test/orm/test_attributes.py::ListenerTest::test_none_on_collection_event test/orm/test_attributes.py::PendingBackrefTest::test_state_on_add_remove [gw1] [ 4%] PASSED test/orm/test_attributes.py::PendingBackrefTest::test_state_on_add_remove test/ext/test_automap.py::AutomapInhTest::test_conditional_relationship [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ReconstitutionTest::test_weak_identity_map test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_del_already_nonpresent [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_del_already_nonpresent test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_del_no_proxy [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarCascade::test_del_no_proxy test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_set_nonnone_to_none test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e20] [gw2] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e20] test/orm/test_bind.py::BindIntegrationTest::test_mapped_binds [gw2] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_mapped_binds test/orm/test_bind.py::GetBindTest::test_bind_joined_sub_class_joined_sub_class [gw2] [ 4%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_joined_sub_class_joined_sub_class test/orm/test_bind.py::GetBindTest::test_clause_extracts_orm_plugin_subject[delete] [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_set_nonnone_to_none test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_del_already_nonpresent [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_del_already_nonpresent test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_del_no_proxy [gw1] [ 4%] PASSED test/ext/test_automap.py::AutomapInhTest::test_conditional_relationship [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarCascade::test_del_no_proxy test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_set_nonnone_to_none [gw3] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_set_nonnone_to_none test/ext/test_automap.py::AutomapTest::test_prepare_w_dialect_kwargs test/ext/test_associationproxy.py::ScopeBehaviorTest::test_dynamic_collection_gc [gw7] [ 4%] PASSED test/orm/test_attributes.py::EventPropagateTest::test_propagate_useobject test/orm/test_attributes.py::HistoryTest::test_collections_via_backref [gw7] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_collections_via_backref test/orm/test_attributes.py::HistoryTest::test_object_collections_mutate [gw7] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_object_collections_mutate test/orm/test_attributes.py::HistoryTest::test_object_set_none_expired [gw7] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_object_set_none_expired test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_commit_reset_commit [gw7] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_commit_reset_commit test/orm/test_attributes.py::HistoryTest::test_scalar_get_first_set_None [gw7] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_get_first_set_None test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit_set_flag_modified [gw7] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit_set_flag_modified test/orm/test_attributes.py::HistoryTest::test_scalar_set_commit [gw7] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_commit test/orm/test_attributes.py::HistoryTest::test_use_object_get_first_set_None [gw7] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_get_first_set_None test/orm/test_attributes.py::HistoryTest::test_use_object_set_commit_set_commit [gw7] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_commit_set_commit test/orm/test_attributes.py::LazyloadHistoryTest::test_scalar_object_via_lazyload [gw7] [ 4%] PASSED test/orm/test_attributes.py::LazyloadHistoryTest::test_scalar_object_via_lazyload test/orm/test_attributes.py::ListenerTest::test_none_init_scalar [gw7] [ 4%] PASSED test/orm/test_attributes.py::ListenerTest::test_none_init_scalar test/orm/test_attributes.py::PendingBackrefTest::test_pending_combines_with_lazy [gw7] [ 4%] PASSED test/orm/test_attributes.py::PendingBackrefTest::test_pending_combines_with_lazy test/orm/test_attributes.py::UtilTest::test_set_committed_value_none_uselist [gw7] [ 4%] PASSED test/orm/test_attributes.py::UtilTest::test_set_committed_value_none_uselist test/ext/test_automap.py::AutomapTest::test_prepare_defaults_to_no_schema [gw7] [ 4%] PASSED test/ext/test_automap.py::AutomapTest::test_prepare_defaults_to_no_schema test/ext/test_automap.py::AutomapTest::test_relationship_pass_params [gw7] [ 4%] PASSED test/ext/test_automap.py::AutomapTest::test_relationship_pass_params test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_remove_add_pending_backref [gw7] [ 4%] PASSED test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_remove_add_pending_backref test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_assignment_mutates_previous_two [gw7] [ 4%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_assignment_mutates_previous_two test/orm/test_backref_mutations.py::O2MCollectionTest::test_scalar_move_commitfirst [gw7] [ 4%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_scalar_move_commitfirst test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_collection_move_notloaded [gw7] [ 4%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_collection_move_notloaded test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_scalar_move_commitfirst [gw0] [ 4%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[usedata-join2] test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[usedata-join3] [gw0] [ 4%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[usedata-join3] test/orm/inheritance/test_assorted_poly.py::Ticket2419Test::test_join_w_eager_w_any [gw0] [ 4%] PASSED test/orm/inheritance/test_assorted_poly.py::Ticket2419Test::test_join_w_eager_w_any test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_rollback_twice_no_problem [gw0] [ 4%] SKIPPED test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_rollback_twice_no_problem test/orm/test_attributes.py::AttributesTest::test_collectionclasses [gw0] [ 4%] PASSED test/orm/test_attributes.py::AttributesTest::test_collectionclasses test/orm/test_attributes.py::AttributesTest::test_inheritance [gw0] [ 4%] PASSED test/orm/test_attributes.py::AttributesTest::test_inheritance test/orm/test_attributes.py::AttributesTest::test_parenttrack [gw0] [ 4%] PASSED test/orm/test_attributes.py::AttributesTest::test_parenttrack test/orm/test_attributes.py::BackrefTest::test_symmetric_o2o_inheritance [gw0] [ 4%] PASSED test/orm/test_attributes.py::BackrefTest::test_symmetric_o2o_inheritance test/orm/test_attributes.py::EventPropagateTest::test_propagate_active_history [gw1] [ 4%] PASSED test/ext/test_automap.py::AutomapTest::test_prepare_w_dialect_kwargs test/ext/test_automap.py::AutomapTest::test_relationship_self_referential [gw1] [ 4%] PASSED test/ext/test_automap.py::AutomapTest::test_relationship_self_referential test/orm/test_backref_mutations.py::M2MScalarMoveTest::test_collection_move_commit [gw1] [ 4%] PASSED test/orm/test_backref_mutations.py::M2MScalarMoveTest::test_collection_move_commit test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_move_commitfirst [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ReconstitutionTest::test_copy test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_del_no_proxy [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectCascade::test_del_no_proxy [gw1] [ 4%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_move_commitfirst test/orm/test_backref_mutations.py::O2MCollectionTest::test_scalar_move_notloaded test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_set_nonnone_to_none [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListObjectNoCascade::test_set_nonnone_to_none test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_del_already_nonpresent [gw0] [ 4%] PASSED test/orm/test_attributes.py::EventPropagateTest::test_propagate_active_history test/orm/test_attributes.py::HistoryTest::test_collection_no_value [gw0] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_collection_no_value test/orm/test_attributes.py::HistoryTest::test_mark_dirty_no_attr [gw0] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_mark_dirty_no_attr test/orm/test_attributes.py::HistoryTest::test_object_set_none [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveListScalarNoCascade::test_del_already_nonpresent [gw1] [ 4%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_scalar_move_notloaded test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_del_no_proxy test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_collection_move_preloaded [gw5] [ 4%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectCascade::test_del_no_proxy test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_set_nonnone_to_none [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_non_expr_prop test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_d_c_b [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_d_c_b test/orm/inheritance/test_basic.py::SortOnlyOnImportantFKsTest::test_flush [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::SortOnlyOnImportantFKsTest::test_flush test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[2-1] [gw6] [ 4%] PASSED test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[2-1] test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e10] [gw6] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e10] test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e3] [gw6] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e3] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e13] [gw6] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e13] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e21] [gw6] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e21] test/orm/test_bind.py::BindIntegrationTest::test_table_binds [gw6] [ 4%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_table_binds test/orm/test_bind.py::GetBindTest::test_bind_joined_sub_table_joined_sub_class [gw6] [ 4%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_joined_sub_table_joined_sub_class test/orm/test_bind.py::GetBindTest::test_clause_extracts_orm_plugin_subject[insert] [gw6] [ 4%] PASSED test/orm/test_bind.py::GetBindTest::test_clause_extracts_orm_plugin_subject[insert] test/orm/test_bulk.py::BulkInheritanceTest::test_bulk_save_joined_inh_return_defaults [gw6] [ 4%] PASSED test/orm/test_bulk.py::BulkInheritanceTest::test_bulk_save_joined_inh_return_defaults test/orm/test_bulk.py::BulkInsertUpdateVersionId::test_bulk_insert_via_save [gw6] [ 4%] PASSED test/orm/test_bulk.py::BulkInsertUpdateVersionId::test_bulk_insert_via_save [gw2] [ 4%] PASSED test/orm/test_bind.py::GetBindTest::test_clause_extracts_orm_plugin_subject[delete] test/orm/test_bulk.py::BulkInheritanceTest::test_bulk_save_joined_inh_no_defaults [gw2] [ 4%] PASSED test/orm/test_bulk.py::BulkInheritanceTest::test_bulk_save_joined_inh_no_defaults test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_update [gw2] [ 4%] PASSED test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_update test/orm/test_bulk.py::BulkUDTestAltColKeys::test_insert_keys [gw2] [ 4%] PASSED test/orm/test_bulk.py::BulkUDTestAltColKeys::test_insert_keys test/orm/test_bundle.py::BundleTest::test_bundle_nesting_unions [gw2] [ 4%] PASSED test/orm/test_bundle.py::BundleTest::test_bundle_nesting_unions test/orm/test_bundle.py::BundleTest::test_labeled_cols_as_scalars_future [gw2] [ 4%] PASSED test/orm/test_bundle.py::BundleTest::test_labeled_cols_as_scalars_future test/orm/test_bundle.py::BundleTest::test_result [gw2] [ 4%] PASSED test/orm/test_bundle.py::BundleTest::test_result test/orm/test_bundle.py::BundleTest::test_tuple_suggests_bundle [gw2] [ 4%] PASSED test/orm/test_bundle.py::BundleTest::test_tuple_suggests_bundle test/orm/test_cache_key.py::CacheKeyTest::test_loader_criteria_bound_param_thing [gw2] [ 4%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_loader_criteria_bound_param_thing test/orm/test_cache_key.py::CacheKeyTest::test_query_expr [gw2] [ 4%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_query_expr test/orm/test_cache_key.py::PolyCacheKeyTest::test_wp_queries test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_attrs[dicts] [gw6] [ 4%] PASSED test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_attrs[dicts] [gw7] [ 4%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_scalar_move_commitfirst [gw2] [ 4%] PASSED test/orm/test_cache_key.py::PolyCacheKeyTest::test_wp_queries [gw1] [ 4%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_collection_move_preloaded test/orm/test_bundle.py::BundleTest::test_c_attr test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_scalar_move_notloaded [gw6] [ 4%] PASSED test/orm/test_bundle.py::BundleTest::test_c_attr test/orm/test_bundle.py::BundleTest::test_labeled_cols_non_single_entity_legacy_query [gw6] [ 4%] PASSED test/orm/test_bundle.py::BundleTest::test_labeled_cols_non_single_entity_legacy_query test/orm/test_bundle.py::BundleTest::test_same_named_col_clauselist [gw6] [ 4%] PASSED test/orm/test_bundle.py::BundleTest::test_same_named_col_clauselist test/orm/test_bundle.py::BundleTest::test_tuple_suggests_bundle_future [gw6] [ 4%] PASSED test/orm/test_bundle.py::BundleTest::test_tuple_suggests_bundle_future [gw1] [ 4%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_scalar_move_notloaded [gw0] [ 4%] PASSED test/orm/test_attributes.py::HistoryTest::test_object_set_none test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_commit_reset [gw0] [ 5%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_commit_reset [gw5] [ 5%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarObjectNoCascade::test_set_nonnone_to_none test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_del_already_nonpresent [gw5] [ 5%] PASSED test/ext/test_associationproxy.py::ScalarRemoveScalarScalarNoCascade::test_del_already_nonpresent test/ext/test_associationproxy.py::ScopeBehaviorTest::test_associated_collection_gc test/orm/test_attributes.py::HistoryTest::test_scalar_del_expired [gw0] [ 5%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_del_expired test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit_set test/ext/test_baked.py::CustomIntegrationTest::test_plain_w_baked_lazyload [gw7] [ 5%] PASSED test/ext/test_baked.py::CustomIntegrationTest::test_plain_w_baked_lazyload test/orm/test_cache_key.py::CacheKeyTest::test_mapper_and_aliased test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[False-True-True] [gw2] [ 5%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[False-True-True] [gw0] [ 5%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit_set test/orm/test_attributes.py::HistoryTest::test_scalar_set_None_from_dict_set [gw0] [ 5%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_None_from_dict_set test/orm/test_attributes.py::HistoryTest::test_scalar_set_twice_no_commit [gw0] [ 5%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_twice_no_commit test/orm/test_attributes.py::HistoryTest::test_use_object_set_commit_set test/orm/test_cascade.py::CascadeArgTest::test_cascade_deepcopy test/ext/test_baked.py::CustomIntegrationTest::test_use_w_baked [gw2] [ 5%] PASSED test/orm/test_cascade.py::CascadeArgTest::test_cascade_deepcopy test/ext/test_baked.py::LikeQueryTest::test_get_pk_w_null [gw0] [ 5%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_commit_set test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False--setdefault] test/orm/test_attributes.py::LazyloadHistoryTest::test_lazy_backref_collections [gw2] [ 5%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False--setdefault] test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True--update_kw] [gw0] [ 5%] PASSED test/orm/test_attributes.py::LazyloadHistoryTest::test_lazy_backref_collections test/orm/test_attributes.py::ListenerTest::test_none_init_object [gw7] [ 5%] PASSED test/ext/test_baked.py::LikeQueryTest::test_get_pk_w_null [gw0] [ 5%] PASSED test/orm/test_attributes.py::ListenerTest::test_none_init_object test/orm/test_attributes.py::PendingBackrefTest::test_passive_history_collection_no_value [gw0] [ 5%] PASSED test/orm/test_attributes.py::PendingBackrefTest::test_passive_history_collection_no_value test/orm/test_attributes.py::UtilTest::test_initiator_arg [gw0] [ 5%] PASSED test/orm/test_attributes.py::UtilTest::test_initiator_arg test/ext/test_automap.py::AutomapTest::test_prepare_accepts_optional_schema_arg test/ext/test_baked.py::ResultPostCriteriaTest::test_first [gw0] [ 5%] PASSED test/ext/test_automap.py::AutomapTest::test_prepare_accepts_optional_schema_arg [gw2] [ 5%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True--update_kw] test/orm/test_cascade.py::DoubleParentO2MOrphanTest::test_double_parent_expunge_o2o_legacy test/ext/test_automap.py::AutomapTest::test_relationship_o2m_default [gw1] [ 5%] PASSED test/ext/test_baked.py::CustomIntegrationTest::test_use_w_baked [gw7] [ 5%] PASSED test/ext/test_baked.py::ResultPostCriteriaTest::test_first test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_disable_on_session test/ext/test_baked.py::LikeQueryTest::test_one_multiple_result [gw0] [ 5%] PASSED test/ext/test_automap.py::AutomapTest::test_relationship_o2m_default test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_pending_combines_with_flushed [gw0] [ 5%] PASSED test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_pending_combines_with_flushed [gw1] [ 5%] PASSED test/ext/test_baked.py::LikeQueryTest::test_one_multiple_result test/ext/test_baked.py::ResultPostCriteriaTest::test_get [gw6] [ 5%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_mapper_and_aliased test/orm/test_cache_key.py::CacheKeyTest::test_selects_w_orm_joins [gw6] [ 5%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_selects_w_orm_joins test/orm/test_cache_key.py::RoundTripTest::test_cache_key_loader_strategies[joinedload-1] [gw1] [ 5%] PASSED test/ext/test_baked.py::ResultPostCriteriaTest::test_get test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_no_steps [gw1] [ 5%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_no_steps test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_to_query_session [gw2] [ 5%] PASSED test/orm/test_cascade.py::DoubleParentO2MOrphanTest::test_double_parent_expunge_o2o_legacy [gw1] [ 5%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_to_query_session test/orm/test_cascade.py::M2MCascadeTest::test_single_parent_error [gw6] [ 5%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_cache_key_loader_strategies[joinedload-1] [gw2] [ 5%] PASSED test/orm/test_cascade.py::M2MCascadeTest::test_single_parent_error test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[True-False-False] test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_cascade_on_deleted test/orm/inheritance/test_basic.py::ColExpressionsTest_sqlite+pysqlite_3_38_2::test_group_by [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::ColExpressionsTest_sqlite+pysqlite_3_38_2::test_group_by test/orm/inheritance/test_basic.py::DistinctPKTest::test_implicit [gw7] [ 5%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_disable_on_session test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_to_query_query [gw7] [ 5%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_to_query_query [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::DistinctPKTest::test_implicit [gw6] [ 5%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[True-False-False] test/orm/inheritance/test_basic.py::GetTest::test_get[test_get_nonpolymorphic] test/orm/inheritance/test_basic.py::CascadeTest::test_cascade test/orm/test_cascade.py::CascadeArgTest::test_cascade_immutable [gw6] [ 5%] PASSED test/orm/test_cascade.py::CascadeArgTest::test_cascade_immutable [gw2] [ 5%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_cascade_on_deleted test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False--update_dict] test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_orphan [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::GetTest::test_get[test_get_nonpolymorphic] test/orm/inheritance/test_basic.py::M2OUseGetTest::test_use_get [gw6] [ 5%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False--update_dict] test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True-list-append] [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::CascadeTest::test_cascade test/orm/inheritance/test_basic.py::DistinctPKTest::test_explicit_props [gw2] [ 5%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_orphan [gw6] [ 5%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True-list-append] test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_single_parent_backref test/orm/test_cascade.py::M2MCascadeTest::test_cascade_delete [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::DistinctPKTest::test_explicit_props test/orm/inheritance/test_basic.py::GetTest::test_get[polymorphic] [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::M2OUseGetTest::test_use_get test/orm/inheritance/test_basic.py::O2MTest::test_basic [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::O2MTest::test_basic [gw2] [ 5%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_single_parent_backref test/orm/test_cascade.py::NoBackrefCascadeTest::test_o2m_basic [gw2] [ 5%] PASSED test/orm/test_cascade.py::NoBackrefCascadeTest::test_o2m_basic test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_pending [gw2] [ 5%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_pending test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_pending [gw2] [ 5%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_pending test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_expunged [gw2] [ 5%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_expunged test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_load_expired_on_pending_twolevel [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_load_expired_on_pending_twolevel test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_override_implicit [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_override_implicit [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::GetTest::test_get[polymorphic] test/orm/inheritance/test_basic.py::JoinedNoFKSortingTest::test_ordering [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::JoinedNoFKSortingTest::test_ordering test/orm/inheritance/test_basic.py::NoPolyIdentInMiddleTest::test_load_multiple_from_middle [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::NoPolyIdentInMiddleTest::test_load_multiple_from_middle test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_load_expired_on_pending [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_load_expired_on_pending test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_override_explicit [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_override_explicit test/orm/inheritance/test_basic.py::PassiveDeletesTest::test_b_only [gw1] [ 5%] SKIPPED test/orm/inheritance/test_basic.py::PassiveDeletesTest::test_b_only test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_not_set_on_upate test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_assignment_mutates_previous_one [gw0] [ 5%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_assignment_mutates_previous_one test/orm/test_backref_mutations.py::O2MCollectionTest::test_plain_load_passive [gw0] [ 5%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_plain_load_passive test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_collection_move_commitfirst [gw0] [ 5%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_collection_move_commitfirst test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_collection_move_preloaded test/orm/test_cascade.py::O2MCascadeDeleteNoOrphanTest::test_cascade_delete_noorphans test/orm/inheritance/test_basic.py::PassiveDeletesTest::test_a_only [gw7] [ 5%] SKIPPED test/orm/inheritance/test_basic.py::PassiveDeletesTest::test_a_only test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_invalid_assignment_upwards [gw6] [ 5%] PASSED test/orm/test_cascade.py::M2MCascadeTest::test_cascade_delete [gw5] [ 5%] PASSED test/ext/test_associationproxy.py::ScopeBehaviorTest::test_associated_collection_gc test/orm/test_cascade.py::M2MCascadeTest::test_single_parent_raise test/ext/test_associationproxy.py::SetTest::test_bulk_replace [gw0] [ 5%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_collection_move_preloaded [gw2] [ 5%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteNoOrphanTest::test_cascade_delete_noorphans [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_not_set_on_upate test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_implicit_map_no_label_joined [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_invalid_assignment_upwards [gw6] [ 5%] PASSED test/orm/test_cascade.py::M2MCascadeTest::test_single_parent_raise test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_list_assignment_replace test/ext/test_baked.py::CustomIntegrationTest::test_non_baked_tuples [gw5] [ 5%] PASSED test/ext/test_associationproxy.py::SetTest::test_bulk_replace [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_implicit_map_no_label_joined test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_synonym test/orm/test_assorted_eager.py::EagerTest::test_dslish [gw3] [ 5%] PASSED test/ext/test_associationproxy.py::ScopeBehaviorTest::test_dynamic_collection_gc test/ext/test_associationproxy.py::SetTest::test_set_operations [gw3] [ 5%] PASSED test/ext/test_associationproxy.py::SetTest::test_set_operations test/orm/test_assorted_eager.py::EagerTest::test_withoutjoinedload [gw3] [ 5%] PASSED test/orm/test_assorted_eager.py::EagerTest::test_withoutjoinedload test/orm/test_assorted_eager.py::EagerTest8::test_nested_joins [gw3] [ 5%] PASSED test/orm/test_assorted_eager.py::EagerTest8::test_nested_joins test/orm/inheritance/test_assorted_poly.py::CustomPKTest::test_pk_collapses [gw3] [ 5%] PASSED test/orm/inheritance/test_assorted_poly.py::CustomPKTest::test_pk_collapses test/orm/inheritance/test_assorted_poly.py::ManyToManyPolyTest::test_pjoin_compile [gw3] [ 5%] PASSED test/orm/inheritance/test_assorted_poly.py::ManyToManyPolyTest::test_pjoin_compile test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[usedata-join1] [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_synonym test/orm/inheritance/test_basic.py::PolymorphicSynonymTest::test_polymorphic_synonym [gw2] [ 5%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_list_assignment_replace test/orm/test_cascade.py::O2MConflictTest::test_o2m_delete_old [gw0] [ 5%] PASSED test/ext/test_baked.py::CustomIntegrationTest::test_non_baked_tuples test/ext/test_baked.py::LikeQueryTest::test_get_includes_getclause test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_explicit_map [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_explicit_map test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_only_in_with_poly [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_only_in_with_poly test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_reverse_d_b [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_reverse_d_b test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[0-2] [gw0] [ 5%] PASSED test/ext/test_baked.py::LikeQueryTest::test_get_includes_getclause test/ext/test_baked.py::LikeQueryTest::test_scalar [gw0] [ 5%] PASSED test/ext/test_baked.py::LikeQueryTest::test_scalar test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_double_assignment test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_different_limits [gw3] [ 5%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest2::test_relationshiponsubclass[usedata-join1] test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[usedata-join2] [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicSynonymTest::test_polymorphic_synonym test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[1-0] [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[1-0] test/orm/inheritance/test_basic.py::VersioningTest::test_delete [gw5] [ 5%] PASSED test/orm/test_assorted_eager.py::EagerTest::test_dslish [gw6] [ 5%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_double_assignment [gw0] [ 5%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_different_limits test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_to_query_args [gw1] [ 5%] PASSED test/orm/inheritance/test_basic.py::VersioningTest::test_delete test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e14] [gw0] [ 5%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_to_query_args test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_orphan_on_update [gw2] [ 5%] PASSED test/orm/test_cascade.py::O2MConflictTest::test_o2m_delete_old test/ext/test_baked.py::StateChangeTest::test_inplace_add_operator test/orm/test_cascade.py::O2OSingleParentNoFlushTest::test_replace_attribute_no_flush [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[0-2] test/orm/test_assorted_eager.py::EagerTest4::test_basic [gw3] [ 5%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[usedata-join2] test/orm/inheritance/test_assorted_poly.py::SelfRefWPolyJoinedLoadTest::test_emit_lazy_loadonpk_parent [gw1] [ 5%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e14] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e110] [gw1] [ 5%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e110] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e17] [gw0] [ 5%] PASSED test/ext/test_baked.py::StateChangeTest::test_inplace_add_operator [gw2] [ 5%] PASSED test/orm/test_cascade.py::O2OSingleParentNoFlushTest::test_replace_attribute_no_flush [gw1] [ 5%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e17] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e30] test/orm/test_cascade.py::OrphanCriterionTest::test_current_transient_r1_notr2 test/orm/inheritance/test_basic.py::DistinctPKTest::test_explicit_pk [gw1] [ 5%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e30] [gw6] [ 5%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_orphan_on_update [gw5] [ 5%] PASSED test/orm/test_assorted_eager.py::EagerTest4::test_basic test/orm/inheritance/test_assorted_poly.py::ColSubclassTest::test_polymorphic_adaptation_manual_alias test/orm/test_bind.py::GetBindTest::test_bind_base_table_base_class [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::DistinctPKTest::test_explicit_pk test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_single_parent_raise test/orm/inheritance/test_basic.py::FlushTest::test_two test/orm/inheritance/test_basic.py::UnexpectedPolymorphicIdentityTest::test_single_invalid_ident [gw1] [ 5%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_base_table_base_class test/orm/test_bind.py::GetBindTest::test_bind_selectable_union [gw2] [ 5%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_current_transient_r1_notr2 [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::FlushTest::test_two [gw6] [ 5%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_single_parent_raise test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_nonexistent_table_unrelated test/orm/test_cascade.py::OrphanCriterionTest::test_leg_transient_r1_notr2 [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_nonexistent_table_unrelated test/orm/test_cascade.py::NoBackrefCascadeTest::test_o2m_commit_warns [gw1] [ 5%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_selectable_union test/orm/inheritance/test_basic.py::NoPolyIdentInMiddleTest::test_load_from_middle test/orm/test_bind.py::SessionBindTest::test_session_bind [gw2] [ 5%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_leg_transient_r1_notr2 [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::NoPolyIdentInMiddleTest::test_load_from_middle test/orm/test_cascade.py::PendingOrphanTestTwoLevel::test_singlelevel_remove test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_dont_generate_on_none [gw6] [ 5%] PASSED test/orm/test_cascade.py::NoBackrefCascadeTest::test_o2m_commit_warns [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_dont_generate_on_none test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_custom_descriptor [gw2] [ 5%] PASSED test/orm/test_cascade.py::PendingOrphanTestTwoLevel::test_singlelevel_remove [gw7] [ 5%] PASSED test/orm/inheritance/test_basic.py::UnexpectedPolymorphicIdentityTest::test_single_invalid_ident test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_write_cascades[setting0-settings_that_warn0] test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_transient test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e13] [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_custom_descriptor [gw2] [ 5%] PASSED test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_write_cascades[setting0-settings_that_warn0] test/sql/test_case_statement.py::CaseTest::test_text_doenst_explode_even_in_whenlist test/orm/inheritance/test_basic.py::PKDiscriminatorTest::test_pk_as_discriminator [gw1] [ 5%] PASSED test/orm/test_bind.py::SessionBindTest::test_session_bind [gw2] [ 5%] PASSED test/sql/test_case_statement.py::CaseTest::test_text_doenst_explode_even_in_whenlist test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_save_no_defaults test/orm/test_collection.py::CollectionsTest::test_dict_emulates [gw2] [ 5%] PASSED test/orm/test_collection.py::CollectionsTest::test_dict_emulates test/orm/test_collection.py::CollectionsTest::test_list_setitem_with_slices [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::PKDiscriminatorTest::test_pk_as_discriminator [gw2] [ 5%] PASSED test/orm/test_collection.py::CollectionsTest::test_list_setitem_with_slices test/orm/test_collection.py::CollectionsTest::test_set_subclass [gw5] [ 5%] PASSED test/orm/inheritance/test_assorted_poly.py::ColSubclassTest::test_polymorphic_adaptation_manual_alias test/orm/inheritance/test_assorted_poly.py::InheritingEagerTest::test_basic [gw5] [ 5%] PASSED test/orm/inheritance/test_assorted_poly.py::InheritingEagerTest::test_basic test/orm/inheritance/test_assorted_poly.py::RelationshipTest1::test_parent_refs_descendant [gw5] [ 5%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest1::test_parent_refs_descendant test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[nodata-join2] [gw3] [ 5%] PASSED test/orm/inheritance/test_assorted_poly.py::SelfRefWPolyJoinedLoadTest::test_emit_lazy_loadonpk_parent test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_failed_rollback_recover [gw3] [ 5%] SKIPPED test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_failed_rollback_recover test/orm/test_attributes.py::AttributesTest::test_basic [gw3] [ 5%] PASSED test/orm/test_attributes.py::AttributesTest::test_basic test/orm/test_attributes.py::AttributesTest::test_illegal_trackparent [gw3] [ 5%] PASSED test/orm/test_attributes.py::AttributesTest::test_illegal_trackparent test/orm/test_attributes.py::AttributesTest::test_object_dereferenced_error [gw1] [ 5%] PASSED test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_save_no_defaults test/orm/test_bulk.py::BulkUDPostfetchTest::test_update_w_fetch [gw1] [ 5%] PASSED test/orm/test_bulk.py::BulkUDPostfetchTest::test_update_w_fetch test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_keys[states] [gw1] [ 5%] PASSED test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_keys[states] test/orm/test_bundle.py::BundleTest::test_join_selectable [gw7] [ 5%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e13] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e10] [gw7] [ 5%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e10] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e16] [gw7] [ 5%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e16] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e24] [gw7] [ 5%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e24] test/orm/test_bind.py::GetBindTest::test_bind_base_class_joined_sub_class [gw7] [ 5%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_base_class_joined_sub_class test/orm/test_bind.py::GetBindTest::test_bind_selectable_table [gw7] [ 5%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_selectable_table test/orm/test_bind.py::GetBindTest::test_fallback_table_metadata [gw7] [ 5%] PASSED test/orm/test_bind.py::GetBindTest::test_fallback_table_metadata test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_save_mappings_preserve_order test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_invalid_assignment_downwards [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_invalid_assignment_downwards test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_column_str_prop [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_column_str_prop test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_not_present_col [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_not_present_col test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_ordered_b_d [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_ordered_b_d test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[0-1] [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[0-1] test/orm/inheritance/test_basic.py::UnexpectedPolymorphicIdentityTest::test_joined_invalid_ident [gw2] [ 5%] PASSED test/orm/test_collection.py::CollectionsTest::test_set_subclass test/orm/test_collection.py::CustomCollectionsTest::test_list [gw2] [ 5%] PASSED test/orm/test_collection.py::CustomCollectionsTest::test_list test/orm/test_collection.py::DictHelpersTest::test_mapped_collection2 [gw2] [ 5%] PASSED test/orm/test_collection.py::DictHelpersTest::test_mapped_collection2 test/sql/test_compare.py::CacheKeyTest::test_cache_key_equal [gw2] [ 5%] PASSED test/sql/test_compare.py::CacheKeyTest::test_cache_key_equal test/sql/test_compare.py::CacheKeyTest::test_generative_cache_key_regen_w_del [gw2] [ 5%] PASSED test/sql/test_compare.py::CacheKeyTest::test_generative_cache_key_regen_w_del test/sql/test_compare.py::CompareClausesTest::test_cache_key_limit_offset_values [gw2] [ 5%] PASSED test/sql/test_compare.py::CompareClausesTest::test_cache_key_limit_offset_values test/sql/test_compare.py::CompareClausesTest::test_compare_clauselist_not_associative [gw2] [ 5%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_clauselist_not_associative test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case1] [gw2] [ 5%] PASSED test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case1] test/sql/test_compare.py::TypesTest::test_thirdparty_no_cache[TypeDecorator] [gw2] [ 5%] PASSED test/sql/test_compare.py::TypesTest::test_thirdparty_no_cache[TypeDecorator] test/orm/test_compile.py::CompileTest::test_conflicting_backref_subclass [gw2] [ 5%] PASSED test/orm/test_compile.py::CompileTest::test_conflicting_backref_subclass test/sql/test_compiler.py::BindParameterTest::test_bind_callable [gw2] [ 5%] PASSED test/sql/test_compiler.py::BindParameterTest::test_bind_callable test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt12-stmt22-param12-param22-None-None] [gw2] [ 5%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt12-stmt22-param12-param22-None-None] test/sql/test_compiler.py::BindParameterTest::test_construct_params_w_bind_clones_post[True] [gw2] [ 5%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_w_bind_clones_post[True] test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[five] [gw0] [ 5%] PASSED test/orm/inheritance/test_basic.py::UnexpectedPolymorphicIdentityTest::test_joined_invalid_ident [gw7] [ 5%] PASSED test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_save_mappings_preserve_order test/orm/test_bulk.py::BulkUDPostfetchTest::test_insert_w_fetch [gw2] [ 5%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[five] test/sql/test_compiler.py::BindParameterTest::test_render_expanding_parameter_literal_binds [gw2] [ 5%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_expanding_parameter_literal_binds test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt2-SELECT mytable.myid, NULL AS anon_1 FROM mytable-False-None] [gw2] [ 5%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt2-SELECT mytable.myid, NULL AS anon_1 FROM mytable-False-None] test/sql/test_compiler.py::BindParameterTest::test_tuple_expanding_in_values [gw2] [ 5%] PASSED test/sql/test_compiler.py::BindParameterTest::test_tuple_expanding_in_values test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e12] [gw7] [ 5%] PASSED test/orm/test_bulk.py::BulkUDPostfetchTest::test_insert_w_fetch test/sql/test_compiler.py::CoercionTest::test_val_and_null [gw2] [ 5%] PASSED test/sql/test_compiler.py::CoercionTest::test_val_and_null test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_no_options [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_no_options test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_primary_key_defaults_to_identity [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_primary_key_defaults_to_identity [gw1] [ 6%] PASSED test/orm/test_bundle.py::BundleTest::test_join_selectable test/orm/test_bundle.py::BundleTest::test_non_mapped_columns_non_single_entity [gw1] [ 6%] PASSED test/orm/test_bundle.py::BundleTest::test_non_mapped_columns_non_single_entity test/orm/test_bundle.py::BundleTest::test_single_entity_flag_is_legacy_w_future [gw1] [ 6%] PASSED test/orm/test_bundle.py::BundleTest::test_single_entity_flag_is_legacy_w_future test/orm/test_cache_key.py::CacheKeyTest::test_bundles_in_annotations test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_keys[dicts] [gw7] [ 6%] PASSED test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_keys[dicts] test/orm/test_bundle.py::BundleTest::test_join_relationship [gw6] [ 6%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_transient test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_pending_nochange [gw5] [ 6%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest3::test_relationship_on_base_class[nodata-join2] [gw0] [ 6%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e12] test/orm/inheritance/test_assorted_poly.py::RelationshipTest5::test_eager_empty [gw7] [ 6%] PASSED test/orm/test_bundle.py::BundleTest::test_join_relationship test/orm/test_bundle.py::BundleTest::test_multi_bundle_future [gw7] [ 6%] PASSED test/orm/test_bundle.py::BundleTest::test_multi_bundle_future test/orm/test_bundle.py::BundleTest::test_single_entity_flag_but_multi_entities [gw7] [ 6%] PASSED test/orm/test_bundle.py::BundleTest::test_single_entity_flag_but_multi_entities test/orm/test_cache_key.py::CacheKeyTest::test_bundles_directly [gw5] [ 6%] PASSED test/orm/inheritance/test_assorted_poly.py::RelationshipTest5::test_eager_empty test/orm/test_bind.py::BindIntegrationTest::test_bound_connection_transactional test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_codec_registration[setup_asyncpg_jsonb_codec] [gw5] [ 6%] SKIPPED test/dialect/postgresql/test_async_pg_py3k.py::AsyncPgTest::test_codec_registration[setup_asyncpg_jsonb_codec] test/orm/test_attributes.py::AttributeImplAPITest::test_collection_obj_remove_invalid [gw5] [ 6%] PASSED test/orm/test_attributes.py::AttributeImplAPITest::test_collection_obj_remove_invalid [gw1] [ 6%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_bundles_in_annotations test/orm/test_cache_key.py::CacheKeyTest::test_orm_query_from_statement test/orm/test_attributes.py::AttributesTest::test_del_collection_object [gw5] [ 6%] PASSED test/orm/test_attributes.py::AttributesTest::test_del_collection_object test/orm/test_attributes.py::AttributesTest::test_lazyhistory [gw1] [ 6%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_orm_query_from_statement [gw0] [ 6%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bound_connection_transactional [gw5] [ 6%] PASSED test/orm/test_attributes.py::AttributesTest::test_lazyhistory test/orm/test_attributes.py::AttributesTest::test_unmapped_instance_raises test/orm/test_cache_key.py::CompositeTest::test_bulk_update_cache_key [gw5] [ 6%] PASSED test/orm/test_attributes.py::AttributesTest::test_unmapped_instance_raises test/orm/test_attributes.py::CollectionInitTest::test_loader_inits_collection_already_exists [gw5] [ 6%] PASSED test/orm/test_attributes.py::CollectionInitTest::test_loader_inits_collection_already_exists test/orm/test_attributes.py::GetNoValueTest::test_off_empty [gw5] [ 6%] PASSED test/orm/test_attributes.py::GetNoValueTest::test_off_empty [gw1] [ 6%] PASSED test/orm/test_cache_key.py::CompositeTest::test_bulk_update_cache_key test/orm/test_attributes.py::HistoryTest::test_committed_value_set test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e15] [gw5] [ 6%] PASSED test/orm/test_attributes.py::HistoryTest::test_committed_value_set test/orm/test_attributes.py::HistoryTest::test_object_del test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[False-False-False] [gw5] [ 6%] PASSED test/orm/test_attributes.py::HistoryTest::test_object_del test/orm/test_attributes.py::HistoryTest::test_scalar_active_no_init_side_effect [gw5] [ 6%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_no_init_side_effect test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_dict [gw5] [ 6%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_dict test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_replace_self_flag_modified_set [gw5] [ 6%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_replace_self_flag_modified_set test/orm/test_attributes.py::HistoryTest::test_scalar_no_value [gw5] [ 6%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_no_value test/orm/test_attributes.py::HistoryTest::test_scalar_set_commit_reset_commit [gw5] [ 6%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_commit_reset_commit test/orm/test_attributes.py::HistoryTest::test_use_object_no_init_side_effect [gw5] [ 6%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_no_init_side_effect test/orm/test_attributes.py::HistoryTest::test_use_object_set_dict_set [gw5] [ 6%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_dict_set [gw1] [ 6%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[False-False-False] test/orm/test_attributes.py::LazyloadHistoryTest::test_scalar_via_lazyload_with_active test/orm/test_cache_key.py::RoundTripTest::test_subqueryload [gw5] [ 6%] PASSED test/orm/test_attributes.py::LazyloadHistoryTest::test_scalar_via_lazyload_with_active test/orm/test_attributes.py::ListenerTest::test_receive_changes [gw5] [ 6%] PASSED test/orm/test_attributes.py::ListenerTest::test_receive_changes test/orm/test_attributes.py::TestUnlink::test_ad_hoc_lazy [gw5] [ 6%] PASSED test/orm/test_attributes.py::TestUnlink::test_ad_hoc_lazy test/ext/test_automap.py::AutomapInhTest::test_joined_inheritance_reflect [gw0] [ 6%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e15] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e23] [gw1] [ 6%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_subqueryload test/orm/test_cascade.py::CascadeArgTest::test_delete_with_passive_deletes_all [gw6] [ 6%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_pending_nochange test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_expunged_nochange [gw6] [ 6%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_expunged_nochange test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_cascade_delete_plusorphans [gw6] [ 6%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_cascade_delete_plusorphans test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_remove_pending_from_collection test/dialect/oracle/test_compiler.py::CompileTest::test_alias_outer_join [gw2] [ 6%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_alias_outer_join test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_type [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_type test/dialect/mysql/test_compiler.py::CompileTest::test_column_computed[no_persisted] [gw2] [ 6%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_column_computed[no_persisted] test/dialect/oracle/test_compiler.py::CompileTest::test_column_computed[persisted_none] [gw2] [ 6%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_computed[persisted_none] test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity[False] [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity[False] test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_on_null[False-None-BY DEFAULT] [gw2] [ 6%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_on_null[False-None-BY DEFAULT] test/dialect/mysql/test_compiler.py::CompileTest::test_create_composite_index_with_length [gw2] [ 6%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_composite_index_with_length test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_concurrently [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_concurrently test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_literals [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_literals test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_parser [gw2] [ 6%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_parser test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_with [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_with test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_inherits_tuple [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_inherits_tuple test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_tablespace_quoted [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_tablespace_quoted test/dialect/mssql/test_compiler.py::CompileTest::test_delete_extra_froms_alias [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_delete_extra_froms_alias [gw1] [ 6%] PASSED test/orm/test_cascade.py::CascadeArgTest::test_delete_with_passive_deletes_all test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True--__setitem__] [gw7] [ 6%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_bundles_directly test/orm/test_cache_key.py::CacheKeyTest::test_orm_query_basic [gw7] [ 6%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_orm_query_basic [gw6] [ 6%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_remove_pending_from_collection [gw1] [ 6%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True--__setitem__] test/dialect/mssql/test_compiler.py::CompileTest::test_delete_schema_multipart_needs_quoting test/orm/test_cache_key.py::CacheKeyTest::test_unbound_sub_options test/orm/test_cascade.py::DoubleParentO2MOrphanTest::test_double_parent_expunge_o2m_current [gw7] [ 6%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_unbound_sub_options [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_delete_schema_multipart_needs_quoting test/dialect/mssql/test_compiler.py::CompileTest::test_drop_index_w_schema [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_drop_index_w_schema test/orm/test_cascade.py::O2MConflictTest::test_o2o_backref_delete_old test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_ops_many [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_ops_many test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-10-fetch_kw0-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS ONLY-params0] [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-10-fetch_kw0-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS ONLY-params0] test/orm/test_cache_key.py::RoundTripTest::test_cache_key_loader_strategies[subqueryload-2] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[0-0-fetch_kw3-mssql_rn > :param_1 AND mssql_rn <= :param_2 + :param_1-params3] [gw1] [ 6%] PASSED test/orm/test_cascade.py::DoubleParentO2MOrphanTest::test_double_parent_expunge_o2m_current [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[0-0-fetch_kw3-mssql_rn > :param_1 AND mssql_rn <= :param_2 + :param_1-params3] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[fetch7-offset7-fetch_kw7-mssql_rn > Y AND mssql_rn <= Q + Y-params7] [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[fetch7-offset7-fetch_kw7-mssql_rn > Y AND mssql_rn <= Q + Y-params7] test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_offset_adaption_col_unpresent [gw2] [ 6%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_offset_adaption_col_unpresent test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_w_dot_case_sensitive[True] test/orm/test_cascade.py::M2MCascadeTest::test_none_m2m_collection_append [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_w_dot_case_sensitive[True] test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[percent] [gw6] [ 6%] PASSED test/orm/test_cascade.py::O2MConflictTest::test_o2o_backref_delete_old [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[percent] test/orm/test_cascade.py::O2OSingleParentTest::test_single_parent_raise [gw1] [ 6%] PASSED test/orm/test_cascade.py::M2MCascadeTest::test_none_m2m_collection_append test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_preserves_orphans_onelevel [gw6] [ 6%] PASSED test/orm/test_cascade.py::O2OSingleParentTest::test_single_parent_raise [gw1] [ 6%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_preserves_orphans_onelevel test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_save_update_sends_pending test/orm/test_cascade.py::OrphanCriterionTest::test_current_transient_r1_r2 [gw6] [ 6%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_current_transient_r1_r2 test/orm/test_cascade.py::OrphanCriterionTest::test_leg_transient_r1_r2 [gw6] [ 6%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_leg_transient_r1_r2 test/orm/test_cascade.py::SubclassCascadeTest::test_cascade_iterator_polymorphic [gw7] [ 6%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_cache_key_loader_strategies[subqueryload-2] test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[True-True-True] [gw7] [ 6%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[True-True-True] test/dialect/mssql/test_compiler.py::CompileTest::test_index_clustering [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_index_clustering test/dialect/mssql/test_compiler.py::CompileTest::test_insert [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_insert test/dialect/mssql/test_compiler.py::CompileTest::test_limit_offset_using_offset_fetch [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_limit_offset_using_offset_fetch test/dialect/oracle/test_compiler.py::CompileTest::test_limit_six [gw2] [ 6%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_six test/dialect/mssql/test_compiler.py::CompileTest::test_limit_zero_using_window [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_limit_zero_using_window test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_limit [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_limit test/dialect/mssql/test_compiler.py::CompileTest::test_offset_using_window [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_offset_using_window test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_two [gw2] [ 6%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_two test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_uses_base_array [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_uses_base_array test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[mysql-False] [gw2] [ 6%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[mysql-False] test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt2-MSSQL needs TOP to use PERCENT and/or WITH TIES. Only simple fetch without offset can be used.] [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt2-MSSQL needs TOP to use PERCENT and/or WITH TIES. Only simple fetch without offset can be used.] test/dialect/mssql/test_compiler.py::CompileTest::test_schema_autosplit_w_dot_case_sensitive[True] [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_schema_autosplit_w_dot_case_sensitive[True] test/dialect/mssql/test_compiler.py::CompileTest::test_strict_binds[-SELECT sometable.foo FROM sometable WHERE sometable.foo IN (__[POSTCOMPILE_foo_1])-kw1] [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_strict_binds[-SELECT sometable.foo FROM sometable WHERE sometable.foo IN (__[POSTCOMPILE_foo_1])-kw1] test/dialect/mssql/test_compiler.py::CompileTest::test_table_uc_clustering [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_table_uc_clustering test/dialect/postgresql/test_compiler.py::CompileTest::test_update_array_element [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_update_array_element test/dialect/mssql/test_compiler.py::CompileTest::test_update_to_select_schema [gw2] [ 6%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_update_to_select_schema test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_select [gw2] [ 6%] SKIPPED test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_select test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_column [gw2] [ 6%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_column test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_where[False] [gw2] [ 6%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_where[False] test/sql/test_compiler.py::CorrelateTest::test_correlate_except_inclusion_column [gw2] [ 6%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_inclusion_column test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_column_correlate_from_subq [gw2] [ 6%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_column_correlate_from_subq test/sql/test_compiler.py::CorrelateTest::test_from_implicit_correlation_disabled [gw2] [ 6%] PASSED test/sql/test_compiler.py::CorrelateTest::test_from_implicit_correlation_disabled test/sql/test_compiler.py::DDLTest::test_create_table_suffix [gw2] [ 6%] PASSED test/sql/test_compiler.py::DDLTest::test_create_table_suffix test/sql/test_compiler.py::DDLTest::test_schema_translate_map_sequence [gw2] [ 6%] PASSED test/sql/test_compiler.py::DDLTest::test_schema_translate_map_sequence test/ext/test_compiler.py::DefaultOnExistingTest::test_binds_in_dml [gw2] [ 6%] PASSED test/ext/test_compiler.py::DefaultOnExistingTest::test_binds_in_dml test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_on_columns_inline_list [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_on_columns_inline_list test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_plain [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_plain test/sql/test_compiler.py::ExecutionOptionsTest::test_non_dml [gw2] [ 6%] PASSED test/sql/test_compiler.py::ExecutionOptionsTest::test_non_dml test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_no_target [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_no_target test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_index_elements_where_target [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_index_elements_where_target test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_str_index_elements_target_two [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_str_index_elements_target_two test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_quote_raw_string_col [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_quote_raw_string_col test/sql/test_compiler.py::KwargPropagationTest::test_cast [gw2] [ 6%] PASSED test/sql/test_compiler.py::KwargPropagationTest::test_cast test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_against_expr[against1-`some col` + `some other col`] [gw2] [ 6%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_against_expr[against1-`some col` + `some other col`] test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_single_col[-MATCH (matchtable.title) AGAINST (%s IN NATURAL LANGUAGE MODE)] [gw2] [ 6%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_single_col[-MATCH (matchtable.title) AGAINST (%s IN NATURAL LANGUAGE MODE)] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-10-fetch_kw6-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) ROWS WITH TIES-params6] [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-10-fetch_kw6-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) ROWS WITH TIES-params6] test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match_str [gw2] [ 6%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match_str test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match_flags_col [gw2] [ 6%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match_flags_col test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_column [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_column test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_string [gw2] [ 6%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_string test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_match_str [gw2] [ 6%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_match_str test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_not_regexp_match_flags [gw2] [ 6%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_not_regexp_match_flags test/orm/test_cascade.py::CascadeArgTest::test_delete_orphan_without_delete [gw7] [ 6%] PASSED test/orm/test_cascade.py::CascadeArgTest::test_delete_orphan_without_delete test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False-set-add] [gw7] [ 6%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False-set-add] test/orm/test_cascade.py::DoubleParentM2OOrphanTest::test_orphan [gw7] [ 6%] PASSED test/orm/test_cascade.py::DoubleParentM2OOrphanTest::test_orphan test/orm/test_cascade.py::M2MCascadeTest::test_delete_orphan_dynamic [gw7] [ 6%] PASSED test/orm/test_cascade.py::M2MCascadeTest::test_delete_orphan_dynamic test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_cascade_delete_postappend_twolevel [gw6] [ 6%] PASSED test/orm/test_cascade.py::SubclassCascadeTest::test_cascade_iterator_polymorphic test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_write_cascades[setting1-settings_that_warn1] [gw6] [ 6%] PASSED test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_write_cascades[setting1-settings_that_warn1] test/sql/test_case_statement.py::CaseTest::test_text_doesnt_explode [gw6] [ 6%] PASSED test/sql/test_case_statement.py::CaseTest::test_text_doesnt_explode test/orm/test_collection.py::CollectionsTest::test_dict_subclass [gw6] [ 6%] PASSED test/orm/test_collection.py::CollectionsTest::test_dict_subclass test/orm/test_collection.py::CollectionsTest::test_list_subclass [gw6] [ 6%] PASSED test/orm/test_collection.py::CollectionsTest::test_list_subclass test/orm/test_collection.py::ColumnMappedWSerialize::test_indirect_table_column_mapped [gw6] [ 6%] PASSED test/orm/test_collection.py::ColumnMappedWSerialize::test_indirect_table_column_mapped test/orm/test_collection.py::CustomCollectionsTest::test_list_no_setslice [gw6] [ 6%] PASSED test/orm/test_collection.py::CustomCollectionsTest::test_list_no_setslice test/orm/test_collection.py::DictHelpersTest::test_mixin [gw7] [ 6%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_cascade_delete_postappend_twolevel [gw6] [ 6%] PASSED test/orm/test_collection.py::DictHelpersTest::test_mixin test/sql/test_compare.py::CacheKeyTest::test_cache_key_no_method [gw6] [ 6%] PASSED test/sql/test_compare.py::CacheKeyTest::test_cache_key_no_method test/sql/test_compare.py::CacheKeyTest::test_get_children_no_method [gw6] [ 6%] PASSED test/sql/test_compare.py::CacheKeyTest::test_get_children_no_method test/sql/test_compare.py::CompareClausesTest::test_compare_adhoc_tables [gw6] [ 6%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_adhoc_tables test/sql/test_compare.py::CompareClausesTest::test_compare_comparison_associative [gw6] [ 6%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_comparison_associative test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case2] [gw6] [ 6%] PASSED test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case2] test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_pending_expunge test/sql/test_compare.py::TypesTest::test_thirdparty_no_cache[UserDefinedType] [gw6] [ 6%] PASSED test/sql/test_compare.py::TypesTest::test_thirdparty_no_cache[UserDefinedType] test/orm/test_compile.py::CompileTest::test_conflicting_backref_two [gw6] [ 6%] PASSED test/orm/test_compile.py::CompileTest::test_conflicting_backref_two test/sql/test_compiler.py::BindParameterTest::test_bind_given_anon_name_dont_double [gw6] [ 6%] PASSED test/sql/test_compiler.py::BindParameterTest::test_bind_given_anon_name_dont_double test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt13-stmt23-param13-param23-extparam13-extparam23] [gw6] [ 6%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt13-stmt23-param13-param23-extparam13-extparam23] test/sql/test_compiler.py::BindParameterTest::test_construct_params_w_bind_clones_pre [gw6] [ 6%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_w_bind_clones_pre [gw5] [ 6%] PASSED test/ext/test_automap.py::AutomapInhTest::test_joined_inheritance_reflect test/ext/test_automap.py::AutomapTest::test_prepare_w_only [gw5] [ 6%] PASSED test/ext/test_automap.py::AutomapTest::test_prepare_w_only test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[four] [gw0] [ 6%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e23] test/orm/test_bind.py::GetBindTest::test_bind_base_class_concrete_sub_class [gw0] [ 6%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_base_class_concrete_sub_class test/orm/test_bind.py::GetBindTest::test_bind_selectable_join [gw0] [ 6%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_selectable_join test/orm/test_bind.py::GetBindTest::test_clause_extracts_orm_plugin_subject[update] [gw0] [ 6%] PASSED test/orm/test_bind.py::GetBindTest::test_clause_extracts_orm_plugin_subject[update] test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_insert_render_nulls [gw0] [ 6%] PASSED test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_insert_render_nulls test/orm/test_bulk.py::BulkIssue6793Test::test_issue_6793 [gw0] [ 6%] PASSED test/orm/test_bulk.py::BulkIssue6793Test::test_issue_6793 test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_both [gw0] [ 6%] PASSED test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_both test/orm/test_bundle.py::BundleTest::test_filter_by [gw0] [ 6%] PASSED test/orm/test_bundle.py::BundleTest::test_filter_by test/orm/test_bundle.py::BundleTest::test_multi_bundle [gw0] [ 6%] PASSED test/orm/test_bundle.py::BundleTest::test_multi_bundle test/orm/test_bundle.py::BundleTest::test_same_named_col_in_orderby [gw0] [ 6%] PASSED test/orm/test_bundle.py::BundleTest::test_same_named_col_in_orderby test/orm/test_cache_key.py::CacheKeyTest::test_bound_options [gw0] [ 6%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_bound_options test/orm/test_cache_key.py::CacheKeyTest::test_options [gw6] [ 6%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[four] test/sql/test_compiler.py::BindParameterTest::test_render_expanding_parameter_render_postcompile [gw6] [ 6%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_expanding_parameter_render_postcompile test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt3-SELECT mytable.myid FROM mytable WHERE mytable.myid IS NULL-False-None] [gw6] [ 6%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt3-SELECT mytable.myid FROM mytable WHERE mytable.myid IS NULL-False-None] test/sql/test_compiler.py::BindParameterTest::test_unique_binds_no_clone_collision [gw6] [ 6%] PASSED test/sql/test_compiler.py::BindParameterTest::test_unique_binds_no_clone_collision test/ext/test_automap.py::CascadeTest::test_o2m_relationship_cascade [gw5] [ 6%] PASSED test/ext/test_automap.py::CascadeTest::test_o2m_relationship_cascade test/orm/test_backref_mutations.py::M2MScalarMoveTest::test_collection_move_notloaded [gw5] [ 6%] PASSED test/orm/test_backref_mutations.py::M2MScalarMoveTest::test_collection_move_notloaded test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_move_hitslazy [gw5] [ 6%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_move_hitslazy test/orm/test_backref_mutations.py::O2MCollectionTest::test_scalar_move_preloaded [gw5] [ 6%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_scalar_move_preloaded test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_scalar_move_commitfirst [gw5] [ 6%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_scalar_move_commitfirst test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_scalar_move_preloaded [gw5] [ 6%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_scalar_move_preloaded test/ext/test_baked.py::LikeQueryTest::test_count [gw5] [ 7%] PASSED test/ext/test_baked.py::LikeQueryTest::test_count test/ext/test_baked.py::LikeQueryTest::test_one_no_result [gw5] [ 7%] PASSED test/ext/test_baked.py::LikeQueryTest::test_one_no_result test/ext/test_baked.py::ResultPostCriteriaTest::test_iter [gw5] [ 7%] PASSED test/ext/test_baked.py::ResultPostCriteriaTest::test_iter test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_spoiled_full_w_params [gw5] [ 7%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_spoiled_full_w_params test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_w_new_entities [gw5] [ 7%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_w_new_entities test/orm/inheritance/test_basic.py::DeleteOrphanTest::test_orphan_message [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::DeleteOrphanTest::test_orphan_message test/orm/inheritance/test_basic.py::EagerLazyTest::test_basic test/sql/test_compiler.py::CoercionTest::test_val_and_true_coerced [gw6] [ 7%] PASSED test/sql/test_compiler.py::CoercionTest::test_val_and_true_coerced test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_no_primary_key [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_no_primary_key test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_primary_key_no_identity [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_primary_key_no_identity test/dialect/postgresql/test_compiler.py::CompileTest::test_array [gw7] [ 7%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_pending_expunge test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_cascade_delete [gw0] [ 7%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_options test/orm/test_cache_key.py::CacheKeyTest::test_unbound_options [gw0] [ 7%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_unbound_options test/orm/test_cache_key.py::RoundTripTest::test_cache_key_loader_strategies[selectinload-2] [gw0] [ 7%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_cache_key_loader_strategies[selectinload-2] test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[True-True-False] [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::EagerLazyTest::test_basic [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array test/dialect/postgresql/test_compiler.py::CompileTest::test_array_zero_indexes[False] [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array_zero_indexes[False] test/dialect/oracle/test_compiler.py::CompileTest::test_column_computed[no_persisted] [gw6] [ 7%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_computed[no_persisted] test/dialect/postgresql/test_compiler.py::CompileTest::test_column_computed[persisted_none] [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_column_computed[persisted_none] test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity[True] [gw1] [ 7%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_save_update_sends_pending [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity[True] [gw0] [ 7%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[True-True-False] test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_deletes_orphans_onelevel test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_on_null[False-True-BY DEFAULT ON NULL] [gw6] [ 7%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_on_null[False-True-BY DEFAULT ON NULL] test/dialect/mysql/test_compiler.py::CompileTest::test_create_composite_index_with_length_quoted [gw6] [ 7%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_composite_index_with_length_quoted test/dialect/mssql/test_compiler.py::CompileTest::test_create_index_expr [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_create_index_expr test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_simple [gw6] [ 7%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_simple test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_prefix [gw6] [ 7%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_prefix test/dialect/postgresql/test_compiler.py::CompileTest::test_create_partial_index test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_ambiguous_fk [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_ambiguous_fk test/orm/inheritance/test_basic.py::NameConflictTest::test_name_conflict test/orm/test_cascade.py::CascadeArgTest::test_cascade_unicode [gw0] [ 7%] PASSED test/orm/test_cascade.py::CascadeArgTest::test_cascade_unicode test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False-list-append] [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_partial_index test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_partition_by_list [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_partition_by_list test/dialect/postgresql/test_compiler.py::CompileTest::test_create_type_schema_translate [gw1] [ 7%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_deletes_orphans_onelevel [gw7] [ 7%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_cascade_delete [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_type_schema_translate test/dialect/mysql/test_compiler.py::CompileTest::test_delete_extra_froms_alias [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::NameConflictTest::test_name_conflict [gw6] [ 7%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_delete_extra_froms_alias test/orm/test_cascade.py::NoBackrefCascadeTest::test_m2o_basic [gw0] [ 7%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False-list-append] test/dialect/postgresql/test_compiler.py::CompileTest::test_difficult_update_1 test/orm/test_cascade.py::M2OwNoUseGetCascadeTest::test_ignores_user[select] test/orm/inheritance/test_basic.py::OptimizedGetOnDeferredTest::test_column_property [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_difficult_update_1 test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_cast test/orm/test_cascade.py::DoubleParentM2OOrphanTest::test_non_orphan [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_cast test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_text [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_text test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-None-fetch_kw2-OFFSET 0 ROWS FETCH FIRST :param_1 ROWS ONLY-params2] [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-None-fetch_kw2-OFFSET 0 ROWS FETCH FIRST :param_1 ROWS ONLY-params2] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-0-fetch_kw4-TOP __[POSTCOMPILE_param_1] PERCENT-params4] [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::OptimizedGetOnDeferredTest::test_column_property [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-0-fetch_kw4-TOP __[POSTCOMPILE_param_1] PERCENT-params4] [gw7] [ 7%] PASSED test/orm/test_cascade.py::M2OwNoUseGetCascadeTest::test_ignores_user[select] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[fetch8-offset8-fetch_kw8-mssql_rn > [Y] AND mssql_rn <= [Q] + [Y]-params8] [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[fetch8-offset8-fetch_kw8-mssql_rn > [Y] AND mssql_rn <= [Q] + [Y]-params8] test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_no_optimize_on_map_to_join test/orm/test_cascade.py::NoSaveCascadeBackrefTest::test_unidirectional_cascade_m2o test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_offset_adaption_partial_col_unpresent [gw6] [ 7%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_offset_adaption_partial_col_unpresent test/dialect/postgresql/test_compiler.py::CompileTest::test_from_only [gw1] [ 7%] PASSED test/orm/test_cascade.py::NoBackrefCascadeTest::test_m2o_basic [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_from_only [gw3] [ 7%] PASSED test/orm/test_attributes.py::AttributesTest::test_object_dereferenced_error test/orm/test_attributes.py::BackrefTest::test_symmetric_o2m_inheritance test/orm/test_cascade.py::NoSaveCascadeBackrefTest::test_unidirectional_cascade_o2m [gw3] [ 7%] PASSED test/orm/test_attributes.py::BackrefTest::test_symmetric_o2m_inheritance [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_no_optimize_on_map_to_join test/orm/test_attributes.py::EventPropagateTest::test_propagate test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_override_onlyinparent [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_override_onlyinparent test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[plain] [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[plain] test/dialect/mssql/test_compiler.py::CompileTest::test_index_extra_include_1 [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_index_extra_include_1 test/dialect/mssql/test_compiler.py::CompileTest::test_insert_hint [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_insert_hint test/dialect/mssql/test_compiler.py::CompileTest::test_limit_offset_using_window [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_limit_offset_using_window test/dialect/oracle/test_compiler.py::CompileTest::test_limit_special_quoting [gw6] [ 7%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_special_quoting test/dialect/oracle/test_compiler.py::CompileTest::test_long_labels_legacy_ident_length [gw6] [ 7%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_long_labels_legacy_ident_length test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_limit_offset_newstyle test/orm/inheritance/test_basic.py::PassiveDeletesTest::test_c_only [gw5] [ 7%] SKIPPED test/orm/inheritance/test_basic.py::PassiveDeletesTest::test_c_only test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_poly_configured_immediate [gw1] [ 7%] PASSED test/orm/test_cascade.py::NoSaveCascadeBackrefTest::test_unidirectional_cascade_o2m test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_only_child_transient [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_poly_configured_immediate test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_implicit_map_no_label_single [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_limit_offset_newstyle test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_eight [gw6] [ 7%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_eight test/dialect/postgresql/test_compiler.py::CompileTest::test_overlap_no_cartesian[-&&] [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_overlap_no_cartesian[-&&] test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_uses_pg_array [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_uses_pg_array [gw0] [ 7%] PASSED test/orm/test_cascade.py::DoubleParentM2OOrphanTest::test_non_orphan test/orm/test_cascade.py::M2MCascadeTest::test_delete_orphan_cascades [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_implicit_map_no_label_single test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace_column2 [gw0] [ 7%] PASSED test/orm/test_cascade.py::M2MCascadeTest::test_delete_orphan_cascades test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_cascade_delete_postappend_onelevel test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_a [gw1] [ 7%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_only_child_transient test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_only_child_expunged [gw1] [ 7%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_only_child_expunged test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_only_child_pending [gw1] [ 7%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_only_child_pending test/dialect/oracle/test_compiler.py::CompileTest::test_returning_insert [gw6] [ 7%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_returning_insert test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_delete test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt3-MSSQL needs TOP to use PERCENT and/or WITH TIES. Only simple fetch without offset can be used.] [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt3-MSSQL needs TOP to use PERCENT and/or WITH TIES. Only simple fetch without offset can be used.] test/dialect/mssql/test_compiler.py::CompileTest::test_schema_many_tokens_one [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace_column2 test/sql/test_compiler.py::ResultMapTest::test_label_conflict_union [gw2] [ 7%] PASSED test/sql/test_compiler.py::ResultMapTest::test_label_conflict_union test/dialect/mysql/test_compiler.py::SQLTest::test_cast[BLOB-CAST(t.col AS BINARY)0] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[BLOB-CAST(t.col AS BINARY)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Date-CAST(t.col AS DATE)0] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Date-CAST(t.col AS DATE)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[LONGBLOB-CAST(t.col AS BINARY)] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[LONGBLOB-CAST(t.col AS BINARY)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NUMERIC-CAST(t.col AS DECIMAL)1] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NUMERIC-CAST(t.col AS DECIMAL)1] [gw0] [ 7%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_cascade_delete_postappend_onelevel test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TIME-CAST(t.col AS TIME)0] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TIME-CAST(t.col AS TIME)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Unicode-CAST(t.col AS CHAR)] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Unicode-CAST(t.col AS CHAR)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_36-CAST(t.col AS CHAR(32))] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_36-CAST(t.col AS CHAR(32))] test/dialect/mysql/test_compiler.py::SQLTest::test_cast_grouped_expression_non_castable [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast_grouped_expression_non_castable test/dialect/mysql/test_compiler.py::SQLTest::test_extract [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_extract test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-FLOAT-CAST(t.col AS FLOAT)1] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-FLOAT-CAST(t.col AS FLOAT)1] test/dialect/mysql/test_compiler.py::SQLTest::test_outer_join [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_outer_join test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[DOUBLE-t.col] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[DOUBLE-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[type_11-t.col] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[type_11-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[VARCHAR] [gw2] [ 7%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[VARCHAR] test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_select [gw2] [ 7%] PASSED test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_select test/dialect/mssql/test_compiler.py::SchemaTest::test_that_mssql_default_nullability_emits_null [gw2] [ 7%] PASSED test/dialect/mssql/test_compiler.py::SchemaTest::test_that_mssql_default_nullability_emits_null test/sql/test_compiler.py::SelectTest::test_anon_param_name_on_keys [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_anon_param_name_on_keys test/sql/test_compiler.py::SelectTest::test_custom_group_by_clause test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_orphan_on_update [gw1] [ 7%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_delete test/orm/test_cascade.py::O2MCascadeTest::test_none_o2m_collection_append [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_schema_many_tokens_one test/dialect/mssql/test_compiler.py::CompileTest::test_strict_binds[-sometable.foo IN (NULL)-kw2] [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_strict_binds[-sometable.foo IN (NULL)-kw2] test/dialect/mssql/test_compiler.py::CompileTest::test_table_uc_explicit_nonclustered [gw6] [ 7%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_table_uc_explicit_nonclustered [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_custom_group_by_clause test/sql/test_compiler.py::SelectTest::test_dupe_cols_hey_we_can_union [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_dupe_cols_hey_we_can_union test/sql/test_compiler.py::SelectTest::test_exists_method [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_exists_method test/dialect/postgresql/test_compiler.py::CompileTest::test_update_array_slice test/sql/test_compiler.py::SelectTest::test_fetch[fetch10-offset10-fetch_kw10-OFFSET Y + W ROWS FETCH FIRST Q + Z ROWS ONLY-params10] [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[fetch10-offset10-fetch_kw10-OFFSET Y + W ROWS FETCH FIRST Q + Z ROWS ONLY-params10] [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_update_array_slice test/sql/test_compiler.py::SelectTest::test_hints test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_disabled_one [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_hints test/sql/test_compiler.py::SelectTest::test_limit_offset[5-None-LIMIT :param_1-params2] [gw1] [ 7%] PASSED test/orm/test_cascade.py::O2MCascadeTest::test_none_o2m_collection_append [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_offset[5-None-LIMIT :param_1-params2] test/sql/test_compiler.py::SelectTest::test_literal_as_text_fromstring [gw6] [ 7%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_disabled_one [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_literal_as_text_fromstring test/sql/test_compiler.py::SelectTest::test_order_by_labels_enabled test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_select_labels test/orm/test_cascade.py::O2MConflictTest::test_o2o_delorphan_backref_delete_old [gw6] [ 7%] SKIPPED test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_select_labels test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_from [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_order_by_labels_enabled test/sql/test_compiler.py::SelectTest::test_overlapping_labels_plus_dupes_separate_keys_use_labels [gw6] [ 7%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_from [gw0] [ 7%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_orphan_on_update test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_where[None] [gw6] [ 7%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_where[None] [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_overlapping_labels_plus_dupes_separate_keys_use_labels test/sql/test_compiler.py::CorrelateTest::test_correlate_except_inclusion_from test/sql/test_compiler.py::SelectTest::test_percent_names_collide_with_anonymizing[per cent] [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_percent_names_collide_with_anonymizing[per cent] [gw6] [ 7%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_inclusion_from test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_from test/sql/test_compiler.py::SelectTest::test_table_select [gw6] [ 7%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_from test/sql/test_compiler.py::CorrelateTest::test_multilevel_froms_correlation [gw2] [ 7%] PASSED test/sql/test_compiler.py::SelectTest::test_table_select [gw1] [ 7%] PASSED test/orm/test_cascade.py::O2MConflictTest::test_o2o_delorphan_backref_delete_old [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_a test/dialect/oracle/test_compiler.py::SequenceTest::test_compile [gw2] [ 7%] PASSED test/dialect/oracle/test_compiler.py::SequenceTest::test_compile test/orm/test_cascade.py::OrphanCriterionTest::test_current_persistent_notr1_notr2_noevent test/sql/test_compiler.py::StringifySpecialTest::test_basic test/orm/inheritance/test_basic.py::PolymorphicUnionTest::test_no_cast_null [gw2] [ 7%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_basic test/sql/test_compiler.py::StringifySpecialTest::test_multirow_insert [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::PolymorphicUnionTest::test_no_cast_null [gw2] [ 7%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_multirow_insert test/sql/test_compiler.py::StringifySpecialTest::test_with_hint_statement test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[1-1] [gw2] [ 7%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_with_hint_statement test/sql/test_compiler.py::UnsupportedTest::test_unsupported_element_meth_visit_name [gw2] [ 7%] PASSED test/sql/test_compiler.py::UnsupportedTest::test_unsupported_element_meth_visit_name test/ext/test_compiler.py::UserDefinedTest::test_default_subclass [gw2] [ 7%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_default_subclass test/ext/test_compiler.py::UserDefinedTest::test_no_default_but_has_a_visit [gw2] [ 7%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_no_default_but_has_a_visit test/ext/test_compiler.py::UserDefinedTest::test_types [gw2] [ 7%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_types test/orm/test_composites.py::ConfigurationTest::test_attributes [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[1-1] test/orm/inheritance/test_basic.py::VersioningTest::test_save_update [gw3] [ 7%] PASSED test/orm/test_attributes.py::EventPropagateTest::test_propagate test/orm/test_attributes.py::GetNoValueTest::test_passive_ret_no_value_empty [gw2] [ 7%] PASSED test/orm/test_composites.py::ConfigurationTest::test_attributes [gw3] [ 7%] PASSED test/orm/test_attributes.py::GetNoValueTest::test_passive_ret_no_value_empty test/orm/test_attributes.py::HistoryTest::test_flag_modified_but_no_value_raises test/orm/test_composites.py::ManyToOneTest::test_persist [gw3] [ 7%] PASSED test/orm/test_attributes.py::HistoryTest::test_flag_modified_but_no_value_raises test/orm/test_attributes.py::HistoryTest::test_object_replace [gw3] [ 7%] PASSED test/orm/test_attributes.py::HistoryTest::test_object_replace test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_commit [gw3] [ 7%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_active_set_commit test/orm/test_attributes.py::HistoryTest::test_scalar_del [gw5] [ 7%] PASSED test/orm/inheritance/test_basic.py::VersioningTest::test_save_update [gw3] [ 7%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_del test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit_flag_modified_set [gw2] [ 7%] PASSED test/orm/test_composites.py::ManyToOneTest::test_persist test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e15] test/orm/test_composites.py::PointTest::test_cols_as_core_clauseelement [gw2] [ 7%] PASSED test/orm/test_composites.py::PointTest::test_cols_as_core_clauseelement [gw3] [ 7%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_inplace_mutation_set_commit_flag_modified_set test/orm/test_attributes.py::HistoryTest::test_scalar_set_None [gw3] [ 7%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_None test/orm/test_attributes.py::HistoryTest::test_scalar_set_dict_set_commit [gw3] [ 7%] PASSED test/orm/test_attributes.py::HistoryTest::test_scalar_set_dict_set_commit test/orm/test_attributes.py::HistoryTest::test_use_object_set_commit_del [gw3] [ 7%] PASSED test/orm/test_attributes.py::HistoryTest::test_use_object_set_commit_del test/orm/test_attributes.py::LazyloadHistoryTest::test_collections_via_lazyload [gw3] [ 7%] PASSED test/orm/test_attributes.py::LazyloadHistoryTest::test_collections_via_lazyload [gw1] [ 7%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_current_persistent_notr1_notr2_noevent test/orm/test_cascade.py::OrphanCriterionTest::test_leg_persistent_notr1_notr2_noevent [gw1] [ 7%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_leg_persistent_notr1_notr2_noevent test/orm/test_attributes.py::ListenerTest::test_none_init_collection [gw5] [ 7%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e15] test/orm/test_composites.py::PointTest::test_expire test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e111] test/orm/test_cascade.py::PendingOrphanTestSingleLevel::test_pending_collection_expunge [gw3] [ 7%] PASSED test/orm/test_attributes.py::ListenerTest::test_none_init_collection test/orm/test_attributes.py::PendingBackrefTest::test_normal_load [gw3] [ 7%] PASSED test/orm/test_attributes.py::PendingBackrefTest::test_normal_load test/orm/test_attributes.py::UtilTest::test_helpers [gw3] [ 7%] PASSED test/orm/test_attributes.py::UtilTest::test_helpers [gw5] [ 7%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e111] test/ext/test_automap.py::AutomapTest::test_naming_schemes test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e18] [gw2] [ 7%] PASSED test/orm/test_composites.py::PointTest::test_expire test/orm/test_composites.py::PrimaryKeyTest::test_get_by_col [gw5] [ 7%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e18] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e31] [gw7] [ 7%] PASSED test/orm/test_cascade.py::NoSaveCascadeBackrefTest::test_unidirectional_cascade_m2o test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_only_child_persistent [gw7] [ 7%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_only_child_persistent test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_future_child_expunged_nochange [gw7] [ 7%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_future_child_expunged_nochange test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_transient_nochange [gw7] [ 7%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_transient_nochange test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_collection_orphans [gw7] [ 7%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_collection_orphans test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_standalone_orphan [gw1] [ 7%] PASSED test/orm/test_cascade.py::PendingOrphanTestSingleLevel::test_pending_collection_expunge [gw6] [ 7%] PASSED test/sql/test_compiler.py::CorrelateTest::test_multilevel_froms_correlation test/sql/test_compiler.py::DDLTest::test_drop_index_exists [gw6] [ 7%] PASSED test/sql/test_compiler.py::DDLTest::test_drop_index_exists test/sql/test_compiler.py::DDLTest::test_schema_translate_map_sequence_server_default [gw6] [ 7%] PASSED test/sql/test_compiler.py::DDLTest::test_schema_translate_map_sequence_server_default test/ext/test_compiler.py::DefaultOnExistingTest::test_binds_in_select [gw6] [ 7%] PASSED test/ext/test_compiler.py::DefaultOnExistingTest::test_binds_in_select test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_on_columns_inline_scalar [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_on_columns_inline_scalar test/ext/test_compiler.py::ExecuteTest::test_insert [gw6] [ 7%] PASSED test/ext/test_compiler.py::ExecuteTest::test_insert test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_basic [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_basic test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_quoted_named_constraint_target [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_quoted_named_constraint_target test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_index_elements_where_target_multivalues [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_index_elements_where_target_multivalues test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_string_constraint_target [gw6] [ 7%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_string_constraint_target test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_from_literal [gw6] [ 7%] PASSED test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_from_literal test/sql/test_compiler.py::KwargPropagationTest::test_select [gw6] [ 8%] PASSED test/sql/test_compiler.py::KwargPropagationTest::test_select test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_against_expr[against2-`some col` + %s] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_against_expr[against2-`some col` + %s] test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_single_col[-MATCH (matchtable.title) AGAINST (%s WITH QUERY EXPANSION)] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_single_col[-MATCH (matchtable.title) AGAINST (%s WITH QUERY EXPANSION)] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-None-fetch_kw2-FETCH FIRST (%(param_1)s) ROWS ONLY-params2] [gw6] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-None-fetch_kw2-FETCH FIRST (%(param_1)s) ROWS ONLY-params2] test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match_column [gw6] [ 8%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match_column test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_str [gw6] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_str test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_flags_col [gw6] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_flags_col test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_column2 [gw6] [ 8%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_column2 test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_not_regexp_match [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_not_regexp_match test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_not_regexp_match_str [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_not_regexp_match_str test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace_flags [gw3] [ 8%] PASSED test/ext/test_automap.py::AutomapTest::test_naming_schemes test/ext/test_automap.py::AutomapTest::test_relationship_m2m test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_default_none_cascade [gw1] [ 8%] PASSED test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_default_none_cascade test/sql/test_case_statement.py::CaseTest::test_literal_interpretation_three [gw1] [ 8%] PASSED test/sql/test_case_statement.py::CaseTest::test_literal_interpretation_three test/sql/test_case_statement.py::CaseTest::test_when_dicts[-CASE test.col1 WHEN :param_1 THEN :param_2 WHEN :param_3 THEN :param_4 END] [gw1] [ 8%] PASSED test/sql/test_case_statement.py::CaseTest::test_when_dicts[-CASE test.col1 WHEN :param_1 THEN :param_2 WHEN :param_3 THEN :param_4 END] [gw7] [ 8%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_standalone_orphan test/orm/test_cascade.py::O2MConflictTest::test_o2o_delete_old [gw7] [ 8%] PASSED test/orm/test_cascade.py::O2MConflictTest::test_o2o_delete_old test/orm/test_cascade.py::OrphanCriterionTest::test_current_pers_r1_r2 [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace_flags test/sql/test_compiler.py::ResultMapTest::test_label_plus_element [gw6] [ 8%] PASSED test/sql/test_compiler.py::ResultMapTest::test_label_plus_element test/dialect/mysql/test_compiler.py::SQLTest::test_cast[BLOB-CAST(t.col AS BINARY)1] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[BLOB-CAST(t.col AS BINARY)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Date-CAST(t.col AS DATE)1] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Date-CAST(t.col AS DATE)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[LONGTEXT-CAST(t.col AS CHAR)] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[LONGTEXT-CAST(t.col AS CHAR)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NVARCHAR-CAST(t.col AS CHAR)] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NVARCHAR-CAST(t.col AS CHAR)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TIME-CAST(t.col AS TIME)1] [gw7] [ 8%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_current_pers_r1_r2 [gw5] [ 8%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e31] test/orm/test_bind.py::GetBindTest::test_bind_base_table_concrete_sub_class [gw5] [ 8%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_base_table_concrete_sub_class test/orm/test_bind.py::GetBindTest::test_bind_sub_class_concrete_sub_class [gw5] [ 8%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_sub_class_concrete_sub_class test/orm/test_bind.py::SessionBindTest::test_session_unbound [gw5] [ 8%] PASSED test/orm/test_bind.py::SessionBindTest::test_session_unbound test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_save_return_defaults [gw5] [ 8%] PASSED test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_save_return_defaults test/orm/test_bulk.py::BulkUDTestAltColKeys::test_insert_attrs [gw5] [ 8%] PASSED test/orm/test_bulk.py::BulkUDTestAltColKeys::test_insert_attrs test/orm/test_bundle.py::BundleTest::test_as_scalars_future [gw2] [ 8%] PASSED test/orm/test_composites.py::PrimaryKeyTest::test_get_by_col test/sql/test_computed.py::DDLComputedTest::test_other_options [gw2] [ 8%] PASSED test/sql/test_computed.py::DDLComputedTest::test_other_options test/orm/inheritance/test_concrete.py::ConcreteTest::test_multi_level_with_base [gw2] [ 8%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_multi_level_with_base test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_three test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_save_update_sends_pending [gw0] [ 8%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_save_update_sends_pending test/orm/test_cascade.py::M2OwNoUseGetCascadeTest::test_ignores_user[raise] [gw0] [ 8%] PASSED test/orm/test_cascade.py::M2OwNoUseGetCascadeTest::test_ignores_user[raise] test/orm/test_cascade.py::NoSaveCascadeBackrefTest::test_unidirectional_cascade_m2m test/orm/test_cascade.py::OrphanCriterionTest::test_leg_pers_r1_r2 test/orm/test_collection.py::CollectionsTest::test_list [gw1] [ 8%] PASSED test/orm/test_collection.py::CollectionsTest::test_list test/orm/test_collection.py::CollectionsTest::test_set [gw1] [ 8%] PASSED test/orm/test_collection.py::CollectionsTest::test_set test/orm/test_collection.py::CustomCollectionsTest::test_dict [gw1] [ 8%] PASSED test/orm/test_collection.py::CustomCollectionsTest::test_dict test/orm/test_collection.py::DictHelpersTest::test_column_mapped_collection2 [gw1] [ 8%] PASSED test/orm/test_collection.py::DictHelpersTest::test_column_mapped_collection2 test/sql/test_compare.py::CacheKeyTest::test_bindparam_subclass_nocache [gw1] [ 8%] PASSED test/sql/test_compare.py::CacheKeyTest::test_bindparam_subclass_nocache test/sql/test_compare.py::CacheKeyTest::test_dml_not_cached_yet[dml_stmt1] [gw1] [ 8%] PASSED test/sql/test_compare.py::CacheKeyTest::test_dml_not_cached_yet[dml_stmt1] test/sql/test_compare.py::CompareAndCopyTest::test_compare_col_identity [gw1] [ 8%] PASSED test/sql/test_compare.py::CompareAndCopyTest::test_compare_col_identity test/sql/test_compare.py::CompareClausesTest::test_compare_clauselist_assoc_different_operator [gw1] [ 8%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_clauselist_assoc_different_operator test/sql/test_compare.py::CompareClausesTest::test_compare_metadata_tables_annotations_two [gw5] [ 8%] PASSED test/orm/test_bundle.py::BundleTest::test_as_scalars_future test/orm/test_bundle.py::BundleTest::test_joins_from_adapted_entities [gw5] [ 8%] PASSED test/orm/test_bundle.py::BundleTest::test_joins_from_adapted_entities test/orm/test_bundle.py::BundleTest::test_non_mapped_columns_single_entity [gw5] [ 8%] PASSED test/orm/test_bundle.py::BundleTest::test_non_mapped_columns_single_entity test/orm/test_bundle.py::BundleTest::test_single_entity_legacy_query [gw5] [ 8%] PASSED test/orm/test_bundle.py::BundleTest::test_single_entity_legacy_query test/orm/test_cache_key.py::CacheKeyTest::test_instrumented_attributes [gw2] [ 8%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_three [gw1] [ 8%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_metadata_tables_annotations_two test/sql/test_compare.py::TypesTest::test_thirdparty_cache_false[UserDefinedType] [gw1] [ 8%] PASSED test/sql/test_compare.py::TypesTest::test_thirdparty_cache_false[UserDefinedType] test/sql/test_compare.py::TypesTest::test_userdefined_sub_subclass_cache_ok [gw1] [ 8%] PASSED test/sql/test_compare.py::TypesTest::test_userdefined_sub_subclass_cache_ok test/sql/test_compiler.py::BindParameterTest::test_bind_anon_name_special_chars_uniqueify_one [gw1] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_bind_anon_name_special_chars_uniqueify_one test/sql/test_compiler.py::BindParameterTest::test_construct_duped_params_w_bind_clones_post[True] [gw1] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_duped_params_w_bind_clones_post[True] [gw0] [ 8%] PASSED test/orm/test_cascade.py::NoSaveCascadeBackrefTest::test_unidirectional_cascade_m2m test/sql/test_compiler.py::BindParameterTest::test_construct_params_repeated_postcompile_params_one [gw1] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_repeated_postcompile_params_one test/sql/test_compiler.py::BindParameterTest::test_limit_offset_compound_select_literal_binds [gw1] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_limit_offset_compound_select_literal_binds test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[three] [gw1] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[three] test/sql/test_compiler.py::BindParameterTest::test_render_literal_execute_sent_parameter_literal_binds [gw1] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_literal_execute_sent_parameter_literal_binds test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt7-UPDATE mytable SET myid=NULL WHERE mytable.myid = NULL-True-None] [gw1] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt7-UPDATE mytable SET myid=NULL WHERE mytable.myid = NULL-True-None] test/sql/test_compiler.py::CoercionTest::test_coerce_bool_where_non_native [gw1] [ 8%] PASSED test/sql/test_compiler.py::CoercionTest::test_coerce_bool_where_non_native test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_no_primary_key [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_no_primary_key test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_options_ignored_with_identity_object[create_table1] [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_options_ignored_with_identity_object[create_table1] test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_order_by_multi_col [gw1] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_order_by_multi_col test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_contained_by [gw1] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_contained_by test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_only_child_pending test/dialect/postgresql/test_compiler.py::CompileTest::test_cast_enum_schema [gw1] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_cast_enum_schema test/dialect/oracle/test_compiler.py::CompileTest::test_column_computed[persisted_false] [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_computed[persisted_false] test/dialect/postgresql/test_compiler.py::CompileTest::test_column_computed_persisted_false [gw1] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_column_computed_persisted_false test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_not_supported [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_not_supported test/dialect/postgresql/test_compiler.py::CompileTest::test_copy_exclude_constraint_adhoc_columns[False-immediate] [gw1] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_copy_exclude_constraint_adhoc_columns[False-immediate] test/dialect/postgresql/test_compiler.py::CompileTest::test_create_foreign_key_constraint_not_valid [gw1] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_foreign_key_constraint_not_valid [gw7] [ 8%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_leg_pers_r1_r2 test/orm/test_cascade.py::PendingOrphanTestSingleLevel::test_nonorphans_ok [gw7] [ 8%] PASSED test/orm/test_cascade.py::PendingOrphanTestSingleLevel::test_nonorphans_ok test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_default_merge_cascade [gw7] [ 8%] PASSED test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_default_merge_cascade test/sql/test_case_statement.py::CaseTest::test_literal_interpretation_one [gw7] [ 8%] PASSED test/sql/test_case_statement.py::CaseTest::test_literal_interpretation_one test/sql/test_case_statement.py::CaseTest::test_when_dicts[-CASE test.col1 WHEN :param_1 THEN :param_2 END] [gw7] [ 8%] PASSED test/sql/test_case_statement.py::CaseTest::test_when_dicts[-CASE test.col1 WHEN :param_1 THEN :param_2 END] test/orm/test_collection.py::CollectionsTest::test_lifecycle [gw7] [ 8%] PASSED test/orm/test_collection.py::CollectionsTest::test_lifecycle test/orm/test_collection.py::CollectionsTest::test_recipes test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_expr_func_unary [gw0] [ 8%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_only_child_pending [gw7] [ 8%] PASSED test/orm/test_collection.py::CollectionsTest::test_recipes [gw1] [ 8%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_expr_func_unary test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_polymorphic_backref test/orm/test_collection.py::CustomCollectionsTest::test_custom test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_future_child_expunged test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_length_quoted [gw1] [ 8%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_length_quoted test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_using [gw1] [ 8%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_using test/dialect/oracle/test_compiler.py::CompileTest::test_create_table_compress [gw7] [ 8%] PASSED test/orm/test_collection.py::CustomCollectionsTest::test_custom [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_create_table_compress test/orm/test_collection.py::DictHelpersTest::test_column_mapped_collection [gw5] [ 8%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_instrumented_attributes test/orm/test_cache_key.py::CacheKeyTest::test_orm_query_using_with_entities test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_oncommit_option [gw5] [ 8%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_orm_query_using_with_entities [gw0] [ 8%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_future_child_expunged test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_transient [gw0] [ 8%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_transient test/orm/test_cache_key.py::PolyCacheKeyTest::test_wp_joins [gw7] [ 8%] PASSED test/orm/test_collection.py::DictHelpersTest::test_column_mapped_collection [gw1] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_oncommit_option test/dialect/mssql/test_compiler.py::CompileTest::test_delete_extra_froms test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_cascades_onlycollection [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_delete_extra_froms test/dialect/mssql/test_compiler.py::CompileTest::test_delete_schema [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_delete_schema [gw3] [ 8%] PASSED test/ext/test_automap.py::AutomapTest::test_relationship_m2m test/dialect/mysql/test_compiler.py::CompileTest::test_drop_constraint_mariadb test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_duplicate_adds [gw3] [ 8%] PASSED test/orm/test_backref_mutations.py::M2MCollectionMoveTest::test_duplicate_adds test/orm/test_backref_mutations.py::O2MCollectionTest::test_bulk_replace [gw3] [ 8%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_bulk_replace test/orm/test_backref_mutations.py::O2MCollectionTest::test_del_from_scalar [gw3] [ 8%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_del_from_scalar test/orm/test_backref_mutations.py::O2MStaleBackrefTest::test_backref_pop_m2o [gw1] [ 8%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_drop_constraint_mariadb test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_copy_where_using [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TIME-CAST(t.col AS TIME)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[UnicodeText-CAST(t.col AS CHAR)] [gw3] [ 8%] PASSED test/orm/test_backref_mutations.py::O2MStaleBackrefTest::test_backref_pop_m2o [gw1] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_copy_where_using [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[UnicodeText-CAST(t.col AS CHAR)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_37-CAST(t.col AS CHAR(32))] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[0-0-fetch_kw3-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS ONLY-params3] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_37-CAST(t.col AS CHAR(32))] test/dialect/mysql/test_compiler.py::SQLTest::test_cast_literal_bind test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_collection_move_notloaded [gw2] [ 8%] PASSED test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_polymorphic_backref test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_contextvars [gw5] [ 8%] PASSED test/orm/test_cache_key.py::PolyCacheKeyTest::test_wp_joins test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[False-False-True] [gw5] [ 8%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[False-False-True] [gw0] [ 8%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_cascades_onlycollection test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_save_update_sends_pending test/orm/test_cascade.py::CascadeArgTest::test_bad_cascade [gw5] [ 8%] PASSED test/orm/test_cascade.py::CascadeArgTest::test_bad_cascade test/orm/test_cascade.py::CollectionAssignmentOrphanTest::test_basic [gw0] [ 8%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_save_update_sends_pending [gw3] [ 8%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_new_style::test_collection_move_notloaded test/orm/test_cascade.py::O2MConflictTest::test_o2o_delcascade_delete_old [gw5] [ 8%] PASSED test/orm/test_cascade.py::CollectionAssignmentOrphanTest::test_basic test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True--setdefault] test/ext/test_baked.py::CustomIntegrationTest::test_non_baked [gw5] [ 8%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True--setdefault] test/orm/test_cascade.py::DoubleParentO2MOrphanTest::test_double_parent_expunge_o2m_legacy test/orm/test_collection.py::InstrumentationTest::test_uncooperative_descriptor_in_sweep [gw7] [ 8%] PASSED test/orm/test_collection.py::InstrumentationTest::test_uncooperative_descriptor_in_sweep test/sql/test_compare.py::CacheKeyTest::test_dml_not_cached_yet[dml_stmt0] [gw7] [ 8%] PASSED test/sql/test_compare.py::CacheKeyTest::test_dml_not_cached_yet[dml_stmt0] test/sql/test_compare.py::CompareAndCopyTest::test_all_present [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast_literal_bind test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-DOUBLE-CAST(t.col AS DOUBLE)] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-DOUBLE-CAST(t.col AS DOUBLE)] test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-FLOAT-CAST(t.col AS FLOAT)2] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-FLOAT-CAST(t.col AS FLOAT)2] test/dialect/mysql/test_compiler.py::SQLTest::test_precolumns [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_precolumns test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[ENUM-t.col] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[ENUM-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[type_13-t.col] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[type_13-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[type_2] [gw6] [ 8%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[type_2] test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_select_alias [gw6] [ 8%] PASSED test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_select_alias test/dialect/mssql/test_compiler.py::SchemaTest::test_that_mssql_none_nullability_does_not_emit_nullability [gw6] [ 8%] PASSED test/dialect/mssql/test_compiler.py::SchemaTest::test_that_mssql_none_nullability_does_not_emit_nullability test/sql/test_compiler.py::SelectTest::test_attribute_sanity [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_attribute_sanity test/sql/test_compiler.py::SelectTest::test_custom_order_by_clause [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_custom_order_by_clause test/sql/test_compiler.py::SelectTest::test_dupe_columns [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_dupe_columns test/sql/test_compiler.py::SelectTest::test_fetch[0-0-fetch_kw3-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS ONLY-params3] [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[0-0-fetch_kw3-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS ONLY-params3] test/sql/test_compiler.py::SelectTest::test_fetch[fetch7-offset7-fetch_kw7-OFFSET Y ROWS FETCH FIRST Q ROWS ONLY-params7] [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[fetch7-offset7-fetch_kw7-OFFSET Y ROWS FETCH FIRST Q ROWS ONLY-params7] test/sql/test_compiler.py::SelectTest::test_int_limit_offset_coercion [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_int_limit_offset_coercion test/sql/test_compiler.py::SelectTest::test_limit_offset[None-10-LIMIT -1 OFFSET :param_1-params1] [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_offset[None-10-LIMIT -1 OFFSET :param_1-params1] test/sql/test_compiler.py::SelectTest::test_literal_as_text_nonstring_raise [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_literal_as_text_nonstring_raise [gw7] [ 8%] PASSED test/sql/test_compare.py::CompareAndCopyTest::test_all_present test/sql/test_compare.py::CompareClausesTest::test_compare_binds [gw7] [ 8%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_binds test/sql/test_compiler.py::SelectTest::test_order_by_nulls [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_order_by_nulls test/sql/test_compiler.py::SelectTest::test_overlapping_labels_plus_dupes_use_labels [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_overlapping_labels_plus_dupes_use_labels test/sql/test_compiler.py::SelectTest::test_prefix [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_prefix test/sql/test_compare.py::CompareClausesTest::test_compare_metadata_tables_annotations_one [gw7] [ 8%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_metadata_tables_annotations_one test/sql/test_compiler.py::SelectTest::test_true_short_circuit [gw6] [ 8%] PASSED test/sql/test_compiler.py::SelectTest::test_true_short_circuit test/dialect/postgresql/test_compiler.py::SequenceTest::test_create_index_concurrently[BigInteger-AS BIGINT ] [gw3] [ 8%] PASSED test/ext/test_baked.py::CustomIntegrationTest::test_non_baked test/ext/test_baked.py::LikeQueryTest::test_get test/sql/test_compare.py::TypesTest::test_thirdparty_cache_false[TypeDecorator] [gw7] [ 8%] PASSED test/sql/test_compare.py::TypesTest::test_thirdparty_cache_false[TypeDecorator] test/sql/test_compare.py::TypesTest::test_typedec_cache_ok_params [gw7] [ 8%] PASSED test/sql/test_compare.py::TypesTest::test_typedec_cache_ok_params test/sql/test_compiler.py::BindParameterTest::test_bind_anon_name_no_special_chars [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[0-0-fetch_kw3-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS ONLY-params3] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[fetch7-offset7-fetch_kw7-OFFSET Y ROWS FETCH FIRST Q ROWS ONLY-params7] [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[fetch7-offset7-fetch_kw7-OFFSET Y ROWS FETCH FIRST Q ROWS ONLY-params7] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-None-fetch_kw5-TOP __[POSTCOMPILE_param_1] PERCENT WITH TIES-params5] [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-None-fetch_kw5-TOP __[POSTCOMPILE_param_1] PERCENT WITH TIES-params5] test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_adaption_col_present [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_adaption_col_present test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_name_w_dot_case_sensitive[True] [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_name_w_dot_case_sensitive[True] test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[dash] [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[dash] test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[unmatched_left_square_bracket] [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[unmatched_left_square_bracket] test/dialect/mssql/test_compiler.py::CompileTest::test_index_include_where [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_index_include_where test/dialect/oracle/test_compiler.py::CompileTest::test_limit_five [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_five test/dialect/oracle/test_compiler.py::CompileTest::test_limit_one_firstrows [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_one_firstrows test/dialect/mssql/test_compiler.py::CompileTest::test_limit_using_top_literal_binds [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_limit_using_top_literal_binds test/dialect/oracle/test_compiler.py::CompileTest::test_nonansi_nested_right_join [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_nonansi_nested_right_join test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_offset_oldstyle[10] [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_offset_oldstyle[10] test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_seven [gw7] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_bind_anon_name_no_special_chars test/sql/test_compiler.py::BindParameterTest::test_construct_duped_params_w_bind_clones_post[False] [gw7] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_duped_params_w_bind_clones_post[False] test/sql/test_compiler.py::BindParameterTest::test_construct_params_positional_plain_repeated [gw7] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_positional_plain_repeated test/sql/test_compiler.py::BindParameterTest::test_fetch_offset_select_literal_binds [gw7] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_fetch_offset_select_literal_binds test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[six] [gw7] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[six] test/sql/test_compiler.py::BindParameterTest::test_render_literal_execute_parameter_render_postcompile [gw7] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_literal_execute_parameter_render_postcompile test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt6-UPDATE mytable SET myid=NULL-False-None] [gw7] [ 8%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt6-UPDATE mytable SET myid=NULL-False-None] test/sql/test_compiler.py::CoercionTest::test_coerce_bool_where [gw7] [ 8%] PASSED test/sql/test_compiler.py::CoercionTest::test_coerce_bool_where [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_seven test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_explicit_base_array [gw1] [ 8%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_explicit_base_array test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_increment_5 [gw3] [ 8%] PASSED test/ext/test_baked.py::LikeQueryTest::test_get test/ext/test_baked.py::LikeQueryTest::test_one_result [gw3] [ 8%] PASSED test/ext/test_baked.py::LikeQueryTest::test_one_result test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_conditional_step_oneline test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[dialect4-False] [gw1] [ 8%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[dialect4-False] test/dialect/oracle/test_compiler.py::CompileTest::test_returning_update_computed_warning [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_returning_update_computed_warning test/dialect/mssql/test_compiler.py::CompileTest::test_schema_autosplit_w_dot_case_insensitive[False] [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_schema_autosplit_w_dot_case_insensitive[False] test/dialect/mssql/test_compiler.py::CompileTest::test_select_with_nolock_schema [gw1] [ 8%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_select_with_nolock_schema test/dialect/oracle/test_compiler.py::CompileTest::test_table_options [gw1] [ 8%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_table_options test/dialect/mssql/test_compiler.py::CompileTest::test_union [gw1] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_union test/dialect/mssql/test_compiler.py::CompileTest::test_update_hint [gw1] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_update_hint test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_enabled_three [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_increment_5 test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_options_ignored_with_identity_object[create_table0] [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_options_ignored_with_identity_object[create_table0] test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_order_by_adapt [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_order_by_adapt test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_compare [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_compare [gw1] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_enabled_three test/sql/test_compiler.py::CorrelateTest::test_correlate_all_from [gw1] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_all_from test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_column test/dialect/oracle/test_compiler.py::CompileTest::test_bindparam_quote_works_on_expanding [gw0] [ 9%] PASSED test/orm/test_cascade.py::O2MConflictTest::test_o2o_delcascade_delete_old test/orm/test_cascade.py::OrphanCriterionTest::test_current_pers_r1_notr2 [gw0] [ 9%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_current_pers_r1_notr2 test/orm/test_cascade.py::OrphanCriterionTest::test_leg_pers_r1_notr2 [gw0] [ 9%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_leg_pers_r1_notr2 test/orm/test_cascade.py::PartialFlushTest::test_o2m_m2o [gw1] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_column test/sql/test_compiler.py::CorrelateTest::test_correlate_except_exclusion_where [gw7] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_bindparam_quote_works_on_expanding test/dialect/mysql/test_compiler.py::CompileTest::test_column_computed[persisted_false] [gw1] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_exclusion_where test/sql/test_compiler.py::CorrelateTest::test_correlate_except_semiauto_where_singlefrom [gw7] [ 9%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_column_computed[persisted_false] [gw1] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_semiauto_where_singlefrom [gw5] [ 9%] PASSED test/orm/test_cascade.py::DoubleParentO2MOrphanTest::test_double_parent_expunge_o2m_legacy test/orm/test_cascade.py::M2MCascadeTest::test_none_m2m_collection_assignment [gw5] [ 9%] PASSED test/orm/test_cascade.py::M2MCascadeTest::test_none_m2m_collection_assignment test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_preserves_orphans_onelevel_postremove [gw5] [ 9%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_preserves_orphans_onelevel_postremove test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_cascade_on_deleted test/dialect/postgresql/test_compiler.py::CompileTest::test_column_computed[persisted_true] [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_column_computed[persisted_true] test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity_no_support[True] [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity_no_support[True] test/dialect/mysql/test_compiler.py::CompileTest::test_concat_compile_kw [gw7] [ 9%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_concat_compile_kw test/dialect/postgresql/test_compiler.py::CompileTest::test_create_foreign_key_column_not_valid [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_foreign_key_column_not_valid test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_expr_func [gw7] [ 9%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_expr_func test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_length [gw3] [ 9%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_conditional_step_oneline test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_subqueryload_post_context_w_cancelling_event [gw3] [ 9%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_subqueryload_post_context_w_cancelling_event test/ext/test_baked.py::StateChangeTest::test_inplace_add [gw6] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::SequenceTest::test_create_index_concurrently[BigInteger-AS BIGINT ] test/sql/test_compiler.py::StringifySpecialTest::test_cte [gw6] [ 9%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_cte test/sql/test_compiler.py::StringifySpecialTest::test_next_sequence_value [gw6] [ 9%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_next_sequence_value test/sql/test_compiler.py::StringifySpecialTest::test_with_hint_table [gw6] [ 9%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_with_hint_table test/sql/test_compiler.py::UnsupportedTest::test_unsupported_element_str_visit_name [gw6] [ 9%] PASSED test/sql/test_compiler.py::UnsupportedTest::test_unsupported_element_str_visit_name test/ext/test_compiler.py::UserDefinedTest::test_dialect_specific [gw6] [ 9%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_dialect_specific test/ext/test_compiler.py::UserDefinedTest::test_no_default_has_no_visit [gw6] [ 9%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_no_default_has_no_visit test/orm/test_composites.py::ComparatorTest::test_clause_expansion [gw6] [ 9%] PASSED test/orm/test_composites.py::ComparatorTest::test_clause_expansion test/orm/test_composites.py::ConfigurationTest::test_check_prop_type [gw6] [ 9%] PASSED test/orm/test_composites.py::ConfigurationTest::test_check_prop_type test/orm/test_composites.py::ManyToOneTest::test_query [gw6] [ 9%] PASSED test/orm/test_composites.py::ManyToOneTest::test_query [gw0] [ 9%] PASSED test/orm/test_cascade.py::PartialFlushTest::test_o2m_m2o test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_default_cascade [gw0] [ 9%] PASSED test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_default_cascade test/orm/test_composites.py::PointTest::test_comparator [gw7] [ 9%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_length test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_text_or_composite [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_text_or_composite test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_array_embedded_schema_type_schema_translate [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_array_embedded_schema_type_schema_translate test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_oids [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_oids test/dialect/mssql/test_compiler.py::CompileTest::test_delete_exclude_hint [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_delete_exclude_hint test/sql/test_case_statement.py::CaseTest::test_case test/dialect/mssql/test_compiler.py::CompileTest::test_delete_returning [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_delete_returning [gw3] [ 9%] PASSED test/ext/test_baked.py::StateChangeTest::test_inplace_add test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_where_singlefrom [gw1] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_where_singlefrom test/sql/test_compiler.py::DDLTest::test_composite_pk_constraint_maintains_order_explicit [gw1] [ 9%] PASSED test/sql/test_compiler.py::DDLTest::test_composite_pk_constraint_maintains_order_explicit test/sql/test_compiler.py::DDLTest::test_reraise_of_column_spec_issue [gw1] [ 9%] PASSED test/sql/test_compiler.py::DDLTest::test_reraise_of_column_spec_issue test/sql/test_compiler.py::DDLTest::test_table_no_cols [gw1] [ 9%] PASSED test/sql/test_compiler.py::DDLTest::test_table_no_cols test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_literal_binds [gw1] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_literal_binds test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_on_columns [gw1] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_on_columns test/orm/inheritance/test_basic.py::DistinctPKTest::test_explicit_composite_pk [gw0] [ 9%] PASSED test/sql/test_case_statement.py::CaseTest::test_case test/sql/test_case_statement.py::CaseTest::test_when_dicts[-CASE WHEN (test.col1 = :col1_1) THEN :param_1 WHEN (test.col1 = :col1_2) THEN :param_2 ELSE :param_3 END] [gw0] [ 9%] PASSED test/sql/test_case_statement.py::CaseTest::test_when_dicts[-CASE WHEN (test.col1 = :col1_1) THEN :param_1 WHEN (test.col1 = :col1_2) THEN :param_2 ELSE :param_3 END] test/orm/test_collection.py::CollectionsTest::test_dict_subclass3 test/dialect/postgresql/test_compiler.py::CompileTest::test_difficult_update_4 [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_difficult_update_4 test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_copy [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_copy test/dialect/mssql/test_compiler.py::CompileTest::test_extract [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_extract test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[fetch10-offset10-fetch_kw10-OFFSET Y + W ROWS FETCH FIRST Q + Z ROWS ONLY-params10] [gw0] [ 9%] PASSED test/orm/test_collection.py::CollectionsTest::test_dict_subclass3 test/orm/test_collection.py::CollectionsTest::test_object_emulates [gw6] [ 9%] PASSED test/orm/test_composites.py::PointTest::test_comparator [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[fetch10-offset10-fetch_kw10-OFFSET Y + W ROWS FETCH FIRST Q + Z ROWS ONLY-params10] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-None-fetch_kw2-mssql_rn <= :param_1-params2] test/orm/test_composites.py::PointTest::test_get_history [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-None-fetch_kw2-mssql_rn <= :param_1-params2] test/dialect/postgresql/test_compiler.py::CompileTest::test_for_update [gw3] [ 9%] PASSED test/orm/inheritance/test_basic.py::DistinctPKTest::test_explicit_composite_pk test/orm/inheritance/test_basic.py::FlushTest::test_one [gw0] [ 9%] PASSED test/orm/test_collection.py::CollectionsTest::test_object_emulates test/orm/test_collection.py::CustomCollectionsTest::test_basic [gw6] [ 9%] PASSED test/orm/test_composites.py::PointTest::test_get_history [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_for_update [gw0] [ 9%] PASSED test/orm/test_collection.py::CustomCollectionsTest::test_basic test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_name_w_dot_case_sensitive[False] [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_name_w_dot_case_sensitive[False] [gw3] [ 9%] PASSED test/orm/inheritance/test_basic.py::FlushTest::test_one test/dialect/postgresql/test_compiler.py::CompileTest::test_generic_enum test/orm/test_collection.py::DictHelpersTest::test_column_mapped_assertions test/orm/test_composites.py::PrimaryKeyTest::test_get_by_composite test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_nonexistent_table_related [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_generic_enum [gw0] [ 9%] PASSED test/orm/test_collection.py::DictHelpersTest::test_column_mapped_assertions test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[space] [gw3] [ 9%] PASSED test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_nonexistent_table_related [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[space] test/orm/test_collection.py::InstrumentationTest::test_referenced_by_owner test/orm/inheritance/test_basic.py::NoPolyIdentInMiddleTest::test_load_from_base test/dialect/postgresql/test_compiler.py::CompileTest::test_index_extra_include_2 [gw0] [ 9%] PASSED test/orm/test_collection.py::InstrumentationTest::test_referenced_by_owner [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_index_extra_include_2 test/sql/test_compare.py::CacheKeyTest::test_copy_internals_no_method [gw6] [ 9%] PASSED test/orm/test_composites.py::PrimaryKeyTest::test_get_by_composite test/dialect/mssql/test_compiler.py::CompileTest::test_join_with_hint [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_join_with_hint test/dialect/oracle/test_compiler.py::CompileTest::test_limit_one [gw0] [ 9%] PASSED test/sql/test_compare.py::CacheKeyTest::test_copy_internals_no_method test/sql/test_compare.py::CacheKeyTest::test_values_doesnt_caches_right_now [gw0] [ 9%] PASSED test/sql/test_compare.py::CacheKeyTest::test_values_doesnt_caches_right_now test/sql/test_compare.py::CompareClausesTest::test_compare_annotated_wo_annotations [gw0] [ 9%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_annotated_wo_annotations test/sql/test_compare.py::CompareClausesTest::test_compare_labels [gw7] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_one [gw0] [ 9%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_labels test/dialect/mssql/test_compiler.py::CompileTest::test_limit_using_top test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case4] [gw0] [ 9%] PASSED test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case4] [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_limit_using_top test/sql/test_compare.py::TypesTest::test_thirdparty_sub_subclass_no_cache test/dialect/oracle/test_compiler.py::CompileTest::test_no_paren_fns [gw0] [ 9%] PASSED test/sql/test_compare.py::TypesTest::test_thirdparty_sub_subclass_no_cache test/orm/test_compile.py::CompileTest::test_with_polymorphic [gw7] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_no_paren_fns test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_offset_oldstyle[0] [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_offset_oldstyle[0] [gw3] [ 9%] PASSED test/orm/inheritance/test_basic.py::NoPolyIdentInMiddleTest::test_load_from_base test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_composite_column_joined test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_one test/sql/test_computed.py::DDLComputedTest::test_server_default_onupdate [gw7] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_one [gw6] [ 9%] PASSED test/sql/test_computed.py::DDLComputedTest::test_server_default_onupdate test/dialect/oracle/test_compiler.py::CompileTest::test_owner test/orm/inheritance/test_concrete.py::ConcreteTest::test_relationship [gw7] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_owner test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[dialect3-True] [gw2] [ 9%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_contextvars test/sql/test_constraints.py::ConstraintCompilationTest::test_create_table_omit_fks [gw2] [ 9%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_create_table_omit_fks test/sql/test_constraints.py::ConstraintCompilationTest::test_drop_index_plain_unattached [gw2] [ 9%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_drop_index_plain_unattached test/sql/test_constraints.py::ConstraintCompilationTest::test_index_against_text_separate [gw2] [ 9%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_index_against_text_separate test/sql/test_constraints.py::ConstraintCompilationTest::test_render_check_constraint_inline_sql_literal [gw2] [ 9%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_check_constraint_inline_sql_literal test/sql/test_constraints.py::ConstraintCompilationTest::test_use_alter [gw2] [ 9%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_use_alter test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_table_auto_alter_constraint_create [gw0] [ 9%] PASSED test/orm/test_compile.py::CompileTest::test_with_polymorphic [gw7] [ 9%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[dialect3-True] test/dialect/oracle/test_compiler.py::CompileTest::test_returning_insert_labeled [gw7] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_returning_insert_labeled test/sql/test_compiler.py::BindParameterTest::test_binds test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt6-MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause] test/sql/test_compiler.py::ExecutionOptionsTest::test_dml [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt6-MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause] test/dialect/mssql/test_compiler.py::CompileTest::test_select_with_nolock [gw1] [ 9%] PASSED test/sql/test_compiler.py::ExecutionOptionsTest::test_dml test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_tsvectorconfig_regconfig [gw3] [ 9%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_composite_column_joined [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_select_with_nolock test/dialect/mssql/test_compiler.py::CompileTest::test_table_idx_explicit_nonclustered [gw2] [ 9%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_table_auto_alter_constraint_create [gw1] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_tsvectorconfig_regconfig [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_table_idx_explicit_nonclustered test/dialect/mssql/test_compiler.py::CompileTest::test_try_cast test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_base_descriptors_over_base_cols test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_exclude_eagerloads test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_add_whereclause_references_excluded [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_try_cast test/dialect/mssql/test_compiler.py::CompileTest::test_update_from_hint [gw1] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_add_whereclause_references_excluded [gw7] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_update_from_hint test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_set_clause_literal test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_enabled_one [gw1] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_set_clause_literal [gw7] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_enabled_one test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_on_conflict_as_cte test/sql/test_compiler.py::CorrelateTest::test_correlate_all_column [gw1] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_on_conflict_as_cte [gw7] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_all_column test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_update_sql_expr [gw1] [ 9%] PASSED test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_update_sql_expr test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_where_singlefrom test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_invalid_combinations[True-True-True] [gw1] [ 9%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_invalid_combinations[True-True-True] [gw7] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_where_singlefrom test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s WITH QUERY EXPANSION)] test/sql/test_compiler.py::CorrelateTest::test_correlate_except_exclusion_from [gw5] [ 9%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_cascade_on_deleted [gw7] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_exclusion_from test/sql/test_compiler.py::CorrelateTest::test_correlate_except_none[None] [gw7] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_none[None] test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_where [gw3] [ 9%] PASSED test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_base_descriptors_over_base_cols test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_deletes_orphans_twolevel test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_sub_columns_over_base_descriptors [gw1] [ 9%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s WITH QUERY EXPANSION)] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-10-fetch_kw0-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) ROWS ONLY-params0] [gw1] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-10-fetch_kw0-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) ROWS ONLY-params0] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[fetch8-offset8-fetch_kw8-OFFSET ("Y") ROWS FETCH FIRST ("Q") ROWS ONLY-params8] [gw1] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[fetch8-offset8-fetch_kw8-OFFSET ("Y") ROWS FETCH FIRST ("Q") ROWS ONLY-params8] test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match_flags_col [gw1] [ 9%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match_flags_col test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_column [gw1] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_column test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace [gw3] [ 9%] PASSED test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_sub_columns_over_base_descriptors [gw7] [ 9%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_where test/sql/test_compiler.py::DDLTest::test_composite_pk_constraint_autoinc_first_implicit [gw7] [ 9%] PASSED test/sql/test_compiler.py::DDLTest::test_composite_pk_constraint_autoinc_first_implicit test/sql/test_compiler.py::DDLTest::test_fk_render [gw7] [ 9%] PASSED test/sql/test_compiler.py::DDLTest::test_fk_render test/sql/test_compiler.py::DDLTest::test_system_flag [gw7] [ 9%] PASSED test/sql/test_compiler.py::DDLTest::test_system_flag [gw1] [ 9%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_flags_col [gw1] [ 9%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_flags_col test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_match [gw1] [ 9%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_match test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace_string [gw1] [ 9%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace_string test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_entirely_oob_assignment test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_distinct_on_subquery_named [gw6] [ 9%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_relationship test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_two [gw5] [ 9%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_deletes_orphans_twolevel test/orm/test_cascade.py::NoBackrefCascadeTest::test_m2o_commit_warns [gw2] [ 9%] PASSED test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_exclude_eagerloads [gw0] [ 9%] PASSED test/sql/test_compiler.py::BindParameterTest::test_binds test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt15-stmt25-param15-param25-None-None] [gw0] [ 9%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt15-stmt25-param15-param25-None-None] test/sql/test_compiler.py::BindParameterTest::test_fetch_offset_compound_select_literal_binds [gw0] [ 9%] PASSED test/sql/test_compiler.py::BindParameterTest::test_fetch_offset_compound_select_literal_binds test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[seven] [gw0] [ 9%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[seven] test/sql/test_compiler.py::BindParameterTest::test_render_literal_execute_parameter_literal_binds [gw0] [ 9%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_literal_execute_parameter_literal_binds [gw5] [ 9%] PASSED test/orm/test_cascade.py::NoBackrefCascadeTest::test_m2o_commit_warns test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt5-INSERT INTO mytable DEFAULT VALUES-False-params5] [gw0] [ 9%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt5-INSERT INTO mytable DEFAULT VALUES-False-params5] test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_expunged test/sql/test_compiler.py::CoercionTest::test_None_and_val test/orm/test_core_compilation.py::CorrelateTest::test_correlate_all_column [gw0] [ 9%] PASSED test/sql/test_compiler.py::CoercionTest::test_None_and_val test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_illegal_two_autoincrements [gw0] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_illegal_two_autoincrements [gw2] [ 9%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_all_column test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_separate_from_primary_key test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_where_singlefrom [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_distinct_on_subquery_named test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_distinct_on_aliased [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_distinct_on_aliased test/ext/test_compiler.py::ExecuteTest::test_select_session [gw7] [ 9%] PASSED test/ext/test_compiler.py::ExecuteTest::test_select_session test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_tsvectorconfig [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_tsvectorconfig test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_add_whereclause [gw7] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_add_whereclause [gw5] [ 9%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_expunged test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_expunged [gw5] [ 9%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_expunged test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_only_child_pending [gw5] [ 9%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_only_child_pending test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_only_child_persistent [gw5] [ 9%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_only_child_persistent [gw2] [ 9%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_where_singlefrom test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_exclusion_from [gw2] [ 9%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_exclusion_from test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_none[None] [gw2] [ 9%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_none[None] test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_where [gw2] [ 9%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_where test/orm/test_core_compilation.py::ExplicitWithPolymorhpicTest::test_subquery_col_expressions_wpoly_one [gw6] [ 9%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_two test/base/test_concurrency_py3k.py::TestAsyncAdaptedQueue::test_error_other_loop [gw0] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_separate_from_primary_key test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_orcer_by_no_arg [gw0] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_orcer_by_no_arg test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal [gw0] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal test/dialect/oracle/test_compiler.py::CompileTest::test_bindparam_quote [gw0] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_bindparam_quote test/dialect/mssql/test_compiler.py::CompileTest::test_column_computed[persisted_false] [gw0] [ 9%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_column_computed[persisted_false] test/dialect/mysql/test_compiler.py::CompileTest::test_column_computed[persisted_true] test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_delete_unloaded_collections [gw3] [ 9%] PASSED test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_entirely_oob_assignment test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_column_prop [gw0] [ 9%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_column_computed[persisted_true] test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity_no_support[False] [gw0] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity_no_support[False] test/dialect/oracle/test_compiler.py::CompileTest::test_compound [gw0] [ 9%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_compound test/dialect/postgresql/test_compiler.py::CompileTest::test_create_drop_enum [gw0] [ 9%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_drop_enum test/dialect/oracle/test_compiler.py::CompileTest::test_create_index_expr [gw0] [ 10%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_create_index_expr test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_labeled_ops [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_labeled_ops [gw3] [ 10%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_column_prop test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_not_in_with_poly test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_match_str [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_match_str test/sql/test_compiler.py::ResultMapTest::test_compound_populates [gw1] [ 10%] PASSED test/sql/test_compiler.py::ResultMapTest::test_compound_populates test/dialect/mysql/test_compiler.py::SQLTest::test_backslash_escaping [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_backslash_escaping test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DATETIME-CAST(t.col AS DATETIME)] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DATETIME-CAST(t.col AS DATETIME)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[INTEGER-CAST(t.col AS SIGNED INTEGER)1] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[INTEGER-CAST(t.col AS SIGNED INTEGER)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NCHAR-CAST(t.col AS CHAR)0] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NCHAR-CAST(t.col AS CHAR)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[String-CAST(t.col AS CHAR)] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[String-CAST(t.col AS CHAR)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TINYINT-CAST(t.col AS SIGNED INTEGER)] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TINYINT-CAST(t.col AS SIGNED INTEGER)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_3-CAST(t.col AS UNSIGNED INTEGER)] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_3-CAST(t.col AS UNSIGNED INTEGER)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_56-CAST(t.col AS BINARY)] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_56-CAST(t.col AS BINARY)] [gw3] [ 10%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_not_in_with_poly test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_set_clause_column_keys [gw7] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_set_clause_column_keys test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_unnamed_pk_constraint_target [gw7] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_unnamed_pk_constraint_target test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_python_values [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_python_values test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_invalid_combinations[True-True-False] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_invalid_combinations[True-True-False] test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s IN NATURAL LANGUAGE MODE)] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s IN NATURAL LANGUAGE MODE)] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[0-0-fetch_kw3-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) ROWS ONLY-params3] [gw7] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[0-0-fetch_kw3-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) ROWS ONLY-params3] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[fetch7-offset7-fetch_kw7-OFFSET (Y) ROWS FETCH FIRST (Q) ROWS ONLY-params7] [gw7] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[fetch7-offset7-fetch_kw7-OFFSET (Y) ROWS FETCH FIRST (Q) ROWS ONLY-params7] test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_flags [gw7] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_flags test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match_column [gw7] [ 10%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match_column test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_str [gw7] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_str test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_flags [gw7] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_flags test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_not_regexp_match_str [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_not_regexp_match_str test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace_flags [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace_flags test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_match_flags [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_match_flags test/sql/test_compiler.py::ResultMapTest::test_compound_only_top_populates [gw7] [ 10%] PASSED test/sql/test_compiler.py::ResultMapTest::test_compound_only_top_populates test/sql/test_compiler.py::ResultMapTest::test_select_wraps_for_translate_ambiguity_dupe_cols [gw7] [ 10%] PASSED test/sql/test_compiler.py::ResultMapTest::test_select_wraps_for_translate_ambiguity_dupe_cols test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DATE-CAST(t.col AS DATE)] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DATE-CAST(t.col AS DATE)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[INTEGER-CAST(t.col AS SIGNED INTEGER)0] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[INTEGER-CAST(t.col AS SIGNED INTEGER)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[MEDIUMTEXT-CAST(t.col AS CHAR)] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[MEDIUMTEXT-CAST(t.col AS CHAR)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[SmallInteger-CAST(t.col AS SIGNED INTEGER)] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[SmallInteger-CAST(t.col AS SIGNED INTEGER)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TINYBLOB-CAST(t.col AS BINARY)] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TINYBLOB-CAST(t.col AS BINARY)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[VARCHAR-CAST(t.col AS CHAR)1] test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_partition_and_other_opts [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_partition_and_other_opts test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-Float-CAST(t.col AS FLOAT)] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-Float-CAST(t.col AS FLOAT)] test/dialect/mysql/test_compiler.py::SQLTest::test_innodb_autoincrement [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_innodb_autoincrement test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[BIT-t.col] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[BIT-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[REAL-t.col] [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[REAL-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_utc_timestamp_fsp [gw1] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_utc_timestamp_fsp test/sql/test_compiler.py::SchemaTest::test_alias [gw1] [ 10%] PASSED test/sql/test_compiler.py::SchemaTest::test_alias test/sql/test_compiler.py::SchemaTest::test_schema_translate_crud [gw1] [ 10%] PASSED test/sql/test_compiler.py::SchemaTest::test_schema_translate_crud test/sql/test_compiler.py::SelectTest::test_alias [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_alias test/sql/test_compiler.py::SelectTest::test_compound_grouping [gw2] [ 10%] PASSED test/orm/test_core_compilation.py::ExplicitWithPolymorhpicTest::test_subquery_col_expressions_wpoly_one test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_d_selectable [gw3] [ 10%] PASSED test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_d_selectable test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[0-0] test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_text [gw0] [ 10%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_text test/dialect/mysql/test_compiler.py::CompileTest::test_create_pk_with_using [gw0] [ 10%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_pk_with_using test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_multiple_options [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_multiple_options test/dialect/mysql/test_compiler.py::CompileTest::test_deferrable_initially_kw_not_ignored [gw0] [ 10%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_deferrable_initially_kw_not_ignored test/dialect/mssql/test_compiler.py::CompileTest::test_delete_hint [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_delete_hint test/dialect/postgresql/test_compiler.py::CompileTest::test_difficult_update_3 [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_difficult_update_3 test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_colname_needs_quoting [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_colname_needs_quoting test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_with_using_unusual_conditions [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_with_using_unusual_conditions test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[None-10-fetch_kw1-OFFSET :param_1 ROWS-params1] [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[None-10-fetch_kw1-OFFSET :param_1 ROWS-params1] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-10-fetch_kw0-mssql_rn > :param_1 AND mssql_rn <= :param_2 + :param_1-params0] [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-10-fetch_kw0-mssql_rn > :param_1 AND mssql_rn <= :param_2 + :param_1-params0] test/dialect/oracle/test_compiler.py::CompileTest::test_for_update [gw0] [ 10%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_for_update test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_name_w_dot_case_insensitive [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_name_w_dot_case_insensitive test/dialect/mssql/test_compiler.py::CompileTest::test_function_overrides [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_function_overrides test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[slash] [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[slash] test/dialect/mssql/test_compiler.py::CompileTest::test_index_extra_include_2 [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_index_extra_include_2 [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_compound_grouping test/sql/test_compiler.py::SelectTest::test_delayed_col_naming [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[VARCHAR-CAST(t.col AS CHAR)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_54-CAST(t.col AS BINARY)] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_54-CAST(t.col AS BINARY)] test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_partition [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_partition test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-FLOAT-CAST(t.col AS FLOAT)2] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-FLOAT-CAST(t.col AS FLOAT)2] test/dialect/mysql/test_compiler.py::SQLTest::test_inner_join [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_inner_join test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_cast_literal_bind [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_cast_literal_bind test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[Float-t.col] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[Float-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_utc_timestamp [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_utc_timestamp test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[type_6] [gw7] [ 10%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[type_6] test/sql/test_compiler.py::SchemaTest::test_schema_translate_aliases [gw7] [ 10%] PASSED test/sql/test_compiler.py::SchemaTest::test_schema_translate_aliases test/sql/test_compiler.py::SchemaTest::test_update [gw7] [ 10%] PASSED test/sql/test_compiler.py::SchemaTest::test_update test/sql/test_compiler.py::SelectTest::test_collate [gw3] [ 10%] PASSED test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[0-0] test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[2-2] [gw3] [ 10%] PASSED test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[2-2] [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_collate test/sql/test_compiler.py::SelectTest::test_deduping_unique_across_selects [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_deduping_unique_across_selects test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels_derived_selectable_mix_annotations [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels_derived_selectable_mix_annotations test/sql/test_compiler.py::SelectTest::test_fetch[5-10-fetch_kw5-OFFSET :param_1 ROWS FETCH FIRST :param_2 PERCENT ROWS WITH TIES-params5] [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[5-10-fetch_kw5-OFFSET :param_1 ROWS FETCH FIRST :param_2 PERCENT ROWS WITH TIES-params5] test/sql/test_compiler.py::SelectTest::test_fetch_limit_offset_self_group [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch_limit_offset_self_group test/sql/test_compiler.py::SelectTest::test_label_comparison_two [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_label_comparison_two test/sql/test_compiler.py::SelectTest::test_limit_offset_no_int_coercion_one [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_offset_no_int_coercion_one test/sql/test_compiler.py::SelectTest::test_nested_label_targeting [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_nested_label_targeting test/sql/test_compiler.py::SelectTest::test_over [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_over test/sql/test_compiler.py::SelectTest::test_paramstyles [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_paramstyles test/sql/test_compiler.py::SelectTest::test_scalar_select [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_scalar_select test/sql/test_compiler.py::SelectTest::test_where_empty [gw7] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_where_empty test/dialect/postgresql/test_compiler.py::SequenceTest::test_create_index_concurrently[SmallInteger-AS SMALLINT ] [gw7] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::SequenceTest::test_create_index_concurrently[SmallInteger-AS SMALLINT ] test/sql/test_compiler.py::StringifySpecialTest::test_empty_insert [gw7] [ 10%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_empty_insert test/sql/test_compiler.py::StringifySpecialTest::test_render_datetime[time] [gw7] [ 10%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_render_datetime[time] test/dialect/oracle/test_compiler.py::TableValuedFunctionTest::test_scalar_alias_column [gw7] [ 10%] PASSED test/dialect/oracle/test_compiler.py::TableValuedFunctionTest::test_scalar_alias_column test/ext/test_compiler.py::UserDefinedTest::test_annotations [gw7] [ 10%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_annotations test/ext/test_compiler.py::UserDefinedTest::test_function_subclasses_two [gw7] [ 10%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_function_subclasses_two test/ext/test_compiler.py::UserDefinedTest::test_no_default_proxy_generation[True] test/orm/test_core_compilation.py::ExtraColsTest::test_joinedload_outermost [gw2] [ 10%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_joinedload_outermost test/orm/test_core_compilation.py::ImplicitWithPolymorphicTest::test_select_where_columns_subclass [gw5] [ 10%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_delete_unloaded_collections test/orm/test_cascade.py::O2MCascadeTest::test_none_o2m_collection_assignment [gw5] [ 10%] PASSED test/orm/test_cascade.py::O2MCascadeTest::test_none_o2m_collection_assignment test/orm/test_cascade.py::O2MConflictTest::test_o2o_delorphan_delete_old [gw5] [ 10%] PASSED test/orm/test_cascade.py::O2MConflictTest::test_o2o_delorphan_delete_old test/orm/test_cascade.py::OrphanCriterionTest::test_current_transient_notr1_notr2 [gw5] [ 10%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_current_transient_notr1_notr2 test/orm/test_cascade.py::OrphanCriterionTest::test_leg_transient_notr1_notr2 [gw5] [ 10%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_leg_transient_notr1_notr2 test/orm/test_cascade.py::PendingOrphanTestSingleLevel::test_pending_standalone_orphan [gw5] [ 10%] PASSED test/orm/test_cascade.py::PendingOrphanTestSingleLevel::test_pending_standalone_orphan test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_expunge_cascade [gw5] [ 10%] PASSED test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_expunge_cascade test/sql/test_case_statement.py::CaseTest::test_literal_interpretation_two [gw6] [ 10%] PASSED test/base/test_concurrency_py3k.py::TestAsyncAdaptedQueue::test_error_other_loop test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_ok [gw6] [ 10%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_ok test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_column_check [gw6] [ 10%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_column_check test/sql/test_constraints.py::ConstraintCompilationTest::test_drop_index_schema [gw6] [ 10%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_drop_index_schema test/sql/test_constraints.py::ConstraintCompilationTest::test_index_declaration_inline [gw6] [ 10%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_index_declaration_inline test/sql/test_constraints.py::ConstraintCompilationTest::test_render_check_constraint_sql_literal [gw6] [ 10%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_check_constraint_sql_literal test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_check_constraint_create [gw6] [ 10%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_check_constraint_create test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_table_use_alter_constraint_create [gw6] [ 10%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_table_use_alter_constraint_create test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_maintain_annotations_from_annoated_cols [gw6] [ 10%] PASSED test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_maintain_annotations_from_annoated_cols test/dialect/postgresql/test_compiler.py::CompileTest::test_insert_returning [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_insert_returning test/dialect/mssql/test_compiler.py::CompileTest::test_limit_offset_with_correlated_order_by [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_limit_offset_with_correlated_order_by test/dialect/oracle/test_compiler.py::CompileTest::test_limit_two [gw0] [ 10%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_two test/dialect/mysql/test_compiler.py::CompileTest::test_match_kw_raises [gw0] [ 10%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_match_kw_raises test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_offset_newstyle[10] [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_offset_newstyle[10] test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_four [gw0] [ 10%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_four test/dialect/postgresql/test_compiler.py::CompileTest::test_overlap_no_cartesian[-@>] [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_overlap_no_cartesian[-@>] test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[dialect2-False] [gw0] [ 10%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[dialect2-False] test/dialect/oracle/test_compiler.py::CompileTest::test_returning_insert_functional [gw0] [ 10%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_returning_insert_functional test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt5-MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause] [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt5-MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause] test/dialect/mssql/test_compiler.py::CompileTest::test_select_w_order_by_collate [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_select_w_order_by_collate test/dialect/postgresql/test_compiler.py::CompileTest::test_substring [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_substring test/dialect/oracle/test_compiler.py::CompileTest::test_true_false [gw0] [ 10%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_true_false test/dialect/mssql/test_compiler.py::CompileTest::test_update_from [gw0] [ 10%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_update_from [gw7] [ 10%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_no_default_proxy_generation[True] test/orm/test_composites.py::ComparatorTest::test_custom_comparator_factory [gw7] [ 10%] PASSED test/orm/test_composites.py::ComparatorTest::test_custom_comparator_factory test/orm/test_composites.py::ConfigurationTest::test_strings [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_delayed_col_naming [gw5] [ 10%] PASSED test/sql/test_case_statement.py::CaseTest::test_literal_interpretation_two test/orm/test_collection.py::CollectionsTest::test_dict [gw5] [ 10%] PASSED test/orm/test_collection.py::CollectionsTest::test_dict test/orm/test_collection.py::CollectionsTest::test_list_duck [gw5] [ 10%] PASSED test/orm/test_collection.py::CollectionsTest::test_list_duck test/orm/test_collection.py::CollectionsTest::test_set_duck test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e11] [gw3] [ 10%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e11] test/orm/test_bind.py::BindIntegrationTest::test_bound_connection [gw3] [ 10%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bound_connection test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e14] [gw3] [ 10%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e14] test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e22] [gw3] [ 10%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e22] test/orm/test_bind.py::GetBindTest::test_bind_base_class_base_class [gw3] [ 10%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_base_class_base_class test/orm/test_bind.py::GetBindTest::test_bind_mixin_class_simple_class [gw3] [ 10%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_mixin_class_simple_class test/orm/test_bind.py::GetBindTest::test_clause_extracts_orm_plugin_subject[select] [gw3] [ 10%] PASSED test/orm/test_bind.py::GetBindTest::test_clause_extracts_orm_plugin_subject[select] test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_insert [gw7] [ 10%] PASSED test/orm/test_composites.py::ConfigurationTest::test_strings [gw5] [ 10%] PASSED test/orm/test_collection.py::CollectionsTest::test_set_duck test/orm/test_collection.py::CustomCollectionsTest::test_dict_wrapper test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_disabled_two [gw0] [ 10%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_disabled_two test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_update_whereclause [gw0] [ 10%] SKIPPED test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_update_whereclause test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_where [gw0] [ 10%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_where test/sql/test_compiler.py::CorrelateTest::test_correlate_except_exclusion_column [gw0] [ 10%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_exclusion_column test/sql/test_compiler.py::CorrelateTest::test_correlate_except_none[False] [gw0] [ 10%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_none[False] test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_having_from_subq [gw0] [ 10%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_having_from_subq test/sql/test_compiler.py::CorrelateTest::test_no_contextless_correlate_except [gw0] [ 10%] PASSED test/sql/test_compiler.py::CorrelateTest::test_no_contextless_correlate_except test/sql/test_compiler.py::DDLTest::test_fk_illegal_sql_phrases test/orm/test_core_compilation.py::CorrelateTest::test_correlate_all_from [gw6] [ 10%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_all_from test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_column [gw6] [ 10%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_column test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_exclusion_where [gw6] [ 10%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_exclusion_where test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_semiauto_where_singlefrom [gw6] [ 10%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_semiauto_where_singlefrom test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_where_singlefrom [gw5] [ 10%] PASSED test/orm/test_collection.py::CustomCollectionsTest::test_dict_wrapper test/orm/test_collection.py::DictHelpersTest::test_declarative_column_mapped [gw6] [ 10%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_where_singlefrom test/orm/test_core_compilation.py::ExplicitWithPolymorhpicTest::test_subquery_col_expressions_wpoly_two test/orm/test_composites.py::NestedTest::test_round_trip [gw7] [ 10%] PASSED test/orm/test_composites.py::NestedTest::test_round_trip test/orm/test_composites.py::PointTest::test_delete test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels_from_anon [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels_from_anon test/sql/test_compiler.py::SelectTest::test_fetch[5-10-fetch_kw6-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS WITH TIES-params6] [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[5-10-fetch_kw6-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS WITH TIES-params6] test/sql/test_compiler.py::SelectTest::test_for_update [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_for_update test/sql/test_compiler.py::SelectTest::test_limit_fetch_interaction [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_fetch_interaction test/sql/test_compiler.py::SelectTest::test_limit_offset_no_int_coercion_three [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_offset_no_int_coercion_three test/sql/test_compiler.py::SelectTest::test_nested_label_targeting_keyed [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_nested_label_targeting_keyed test/sql/test_compiler.py::SelectTest::test_over_framespec [gw2] [ 10%] PASSED test/orm/test_core_compilation.py::ImplicitWithPolymorphicTest::test_select_where_columns_subclass test/orm/test_core_compilation.py::JoinTest::test_join_from_w_filter_by [gw3] [ 10%] PASSED test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_insert test/orm/test_bulk.py::BulkInsertUpdateVersionId::test_bulk_update_via_save [gw3] [ 10%] PASSED test/orm/test_bulk.py::BulkInsertUpdateVersionId::test_bulk_update_via_save [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_over_framespec test/sql/test_compiler.py::SelectTest::test_percent_chars test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_attrs[states] [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_percent_chars test/sql/test_compiler.py::SelectTest::test_select_from_clauselist [gw0] [ 10%] PASSED test/sql/test_compiler.py::DDLTest::test_fk_illegal_sql_phrases test/sql/test_compiler.py::DDLTest::test_schema_translate_map_table [gw0] [ 10%] PASSED test/sql/test_compiler.py::DDLTest::test_schema_translate_map_table test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_distinct_on_subquery_anon [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_distinct_on_subquery_anon test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_plain_inline [gw0] [ 10%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_plain_inline [gw1] [ 10%] PASSED test/sql/test_compiler.py::SelectTest::test_select_from_clauselist test/sql/test_compiler.py::SelectTest::test_where_multiple [gw1] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_where_multiple [gw7] [ 11%] PASSED test/orm/test_composites.py::PointTest::test_delete test/dialect/postgresql/test_compiler.py::SequenceTest::test_format [gw1] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::SequenceTest::test_format test/sql/test_compiler.py::StringifySpecialTest::test_grouped_selectables_print_alone[alias] [gw1] [ 11%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_grouped_selectables_print_alone[alias] test/sql/test_compiler.py::StringifySpecialTest::test_returning [gw1] [ 11%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_returning test/dialect/oracle/test_compiler.py::TableValuedFunctionTest::test_table_valued [gw3] [ 11%] PASSED test/orm/test_bulk.py::BulkUDTestAltColKeys::test_update_attrs[states] test/orm/test_composites.py::PointTest::test_query_cols_labeled [gw1] [ 11%] PASSED test/dialect/oracle/test_compiler.py::TableValuedFunctionTest::test_table_valued test/ext/test_compiler.py::UserDefinedTest::test_callout_to_compiler [gw1] [ 11%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_callout_to_compiler test/orm/test_bundle.py::BundleTest::test_clause_expansion test/ext/test_compiler.py::UserDefinedTest::test_functions [gw1] [ 11%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_functions [gw7] [ 11%] PASSED test/orm/test_composites.py::PointTest::test_query_cols_labeled test/ext/test_compiler.py::UserDefinedTest::test_result_map_population_explicit test/sql/test_computed.py::DDLComputedTest::test_column_computed[no_persisted] [gw1] [ 11%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_result_map_population_explicit [gw7] [ 11%] PASSED test/sql/test_computed.py::DDLComputedTest::test_column_computed[no_persisted] test/ext/test_compiler.py::ExecuteTest::test_select [gw5] [ 11%] PASSED test/orm/test_collection.py::DictHelpersTest::test_declarative_column_mapped test/sql/test_compare.py::CacheKeyTest::test_bindparam_subclass_ok_cache [gw5] [ 11%] PASSED test/sql/test_compare.py::CacheKeyTest::test_bindparam_subclass_ok_cache test/sql/test_compare.py::CacheKeyTest::test_dml_not_cached_yet[dml_stmt2] [gw5] [ 11%] PASSED test/sql/test_compare.py::CacheKeyTest::test_dml_not_cached_yet[dml_stmt2] test/sql/test_compare.py::CompareAndCopyTest::test_compare_labels test/orm/inheritance/test_concrete.py::ColKeysTest::test_keys test/orm/test_composites.py::ComparatorTest::test_default_comparator_factory [gw0] [ 11%] PASSED test/ext/test_compiler.py::ExecuteTest::test_select test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_tsvector [gw0] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_tsvector [gw2] [ 11%] PASSED test/orm/test_core_compilation.py::JoinTest::test_join_from_w_filter_by test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_super_long_name_constraint_target [gw7] [ 11%] PASSED test/orm/inheritance/test_concrete.py::ColKeysTest::test_keys [gw0] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_super_long_name_constraint_target test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_pk_constraint_index_elements_target test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_five [gw1] [ 11%] PASSED test/orm/test_composites.py::ComparatorTest::test_default_comparator_factory [gw0] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_pk_constraint_index_elements_target test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_unnamed_index_target test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_deferred_subq_two [gw0] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_unnamed_index_target [gw3] [ 11%] PASSED test/orm/test_bundle.py::BundleTest::test_clause_expansion test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_no_call_twice [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_no_call_twice test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_invalid_combinations[True-False-True] test/orm/test_bundle.py::BundleTest::test_labeled_cols_single_entity_legacy_query [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_invalid_combinations[True-False-True] [gw3] [ 11%] PASSED test/orm/test_bundle.py::BundleTest::test_labeled_cols_single_entity_legacy_query test/orm/test_bundle.py::BundleTest::test_same_named_col_in_fetch test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s IN NATURAL LANGUAGE MODE WITH QUERY EXPANSION)] [gw3] [ 11%] PASSED test/orm/test_bundle.py::BundleTest::test_same_named_col_in_fetch [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s IN NATURAL LANGUAGE MODE WITH QUERY EXPANSION)] test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_operator test/orm/test_composites.py::DefaultsTest::test_attributes_with_defaults [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_operator test/orm/test_cache_key.py::CacheKeyTest::test_attributes test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[fetch10-offset10-fetch_kw10-OFFSET (Y + W) ROWS FETCH FIRST (Q + Z) ROWS ONLY-params10] [gw0] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[fetch10-offset10-fetch_kw10-OFFSET (Y + W) ROWS FETCH FIRST (Q + Z) ROWS ONLY-params10] test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match_flags [gw0] [ 11%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match_flags [gw7] [ 11%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_five [gw1] [ 11%] PASSED test/orm/test_composites.py::DefaultsTest::test_attributes_with_defaults test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match test/orm/test_composites.py::PointTest::test_bulk_update_evaluate [gw0] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_merge_w_relationship test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match_str [gw0] [ 11%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match_str test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_flags [gw0] [ 11%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_flags [gw2] [ 11%] PASSED test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_deferred_subq_two [gw1] [ 11%] PASSED test/orm/test_composites.py::PointTest::test_bulk_update_evaluate test/orm/test_composites.py::PointTest::test_detect_change test/orm/test_core_compilation.py::RawSelectTest::test_col_prop_builtin_function test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_not_regexp_match_flags [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_not_regexp_match_flags test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace_column2 [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace_column2 test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_match_column [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_match_column test/sql/test_compiler.py::ResultMapTest::test_compound_not_toplevel_doesnt_populate [gw0] [ 11%] PASSED test/sql/test_compiler.py::ResultMapTest::test_compound_not_toplevel_doesnt_populate test/sql/test_compiler.py::ResultMapTest::test_select_wraps_for_translate_ambiguity [gw0] [ 11%] PASSED test/sql/test_compiler.py::ResultMapTest::test_select_wraps_for_translate_ambiguity test/dialect/mysql/test_compiler.py::SQLTest::test_cast[CLOB-CAST(t.col AS CHAR)] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[CLOB-CAST(t.col AS CHAR)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DateTime-CAST(t.col AS DATETIME)1] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DateTime-CAST(t.col AS DATETIME)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[MEDIUMBLOB-CAST(t.col AS BINARY)] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[MEDIUMBLOB-CAST(t.col AS BINARY)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[SMALLINT-CAST(t.col AS SIGNED INTEGER)] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[SMALLINT-CAST(t.col AS SIGNED INTEGER)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TIMESTAMP-CAST(t.col AS DATETIME)1] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TIMESTAMP-CAST(t.col AS DATETIME)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[VARCHAR-CAST(t.col AS CHAR)0] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[VARCHAR-CAST(t.col AS CHAR)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_49-CAST(t.col AS BINARY)] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_49-CAST(t.col AS BINARY)] test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_collate [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_collate test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-FLOAT-CAST(t.col AS FLOAT)1] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-FLOAT-CAST(t.col AS FLOAT)1] test/dialect/mysql/test_compiler.py::SQLTest::test_full_outer_join [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_full_outer_join test/dialect/mysql/test_compiler.py::SQLTest::test_too_long_index [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_too_long_index test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[FLOAT-t.col1] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[FLOAT-t.col1] test/dialect/mysql/test_compiler.py::SQLTest::test_update_limit [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_update_limit test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[type_4] [gw0] [ 11%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[type_4] test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_select_subquery [gw0] [ 11%] PASSED test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_select_subquery test/dialect/mssql/test_compiler.py::SchemaTest::test_that_mssql_specified_nullable_emits_null [gw0] [ 11%] PASSED test/dialect/mssql/test_compiler.py::SchemaTest::test_that_mssql_specified_nullable_emits_null test/sql/test_compiler.py::SelectTest::test_cast [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_cast test/sql/test_compiler.py::SelectTest::test_deduping_hash_algo [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_deduping_hash_algo test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels_derived_selectable [gw3] [ 11%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_attributes test/orm/test_cache_key.py::CacheKeyTest::test_more_with_entities_sanity_checks [gw3] [ 11%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_more_with_entities_sanity_checks test/orm/test_cache_key.py::CacheKeyTest::test_synonyms [gw3] [ 11%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_synonyms [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels_derived_selectable test/sql/test_compiler.py::SelectTest::test_fetch[5-10-fetch_kw4-OFFSET :param_1 ROWS FETCH FIRST :param_2 PERCENT ROWS ONLY-params4] [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[5-10-fetch_kw4-OFFSET :param_1 ROWS FETCH FIRST :param_2 PERCENT ROWS ONLY-params4] test/sql/test_compiler.py::SelectTest::test_fetch[fetch9-offset9-fetch_kw9-OFFSET :Y ROWS FETCH FIRST :Q ROWS ONLY-params9] [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[fetch9-offset9-fetch_kw9-OFFSET :Y ROWS FETCH FIRST :Q ROWS ONLY-params9] test/sql/test_compiler.py::SelectTest::test_label_comparison_one [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_label_comparison_one test/sql/test_compiler.py::SelectTest::test_limit_offset[lim5-offset5-LIMIT "Q" OFFSET "Y"-params5] [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_offset[lim5-offset5-LIMIT "Q" OFFSET "Y"-params5] test/sql/test_compiler.py::SelectTest::test_nested_conjunctions_short_circuit [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_nested_conjunctions_short_circuit test/orm/test_cache_key.py::RoundTripTest::test_cache_key_loader_strategies[lazyload-2] [gw3] [ 11%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_cache_key_loader_strategies[lazyload-2] test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[True-False-True] [gw3] [ 11%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[True-False-True] test/orm/test_cascade.py::CascadeArgTest::test_cascade_repr [gw3] [ 11%] PASSED test/orm/test_cascade.py::CascadeArgTest::test_cascade_repr test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False--update_kw] [gw3] [ 11%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False--update_kw] test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True-set-add] [gw3] [ 11%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True-set-add] test/orm/test_cascade.py::M2MCascadeTest::test_delete_orphan [gw3] [ 11%] PASSED test/orm/test_cascade.py::M2MCascadeTest::test_delete_orphan test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_cascade_delete [gw7] [ 11%] PASSED test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_merge_w_relationship test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_await_fallback_error [gw7] [ 11%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_await_fallback_error test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_sync_error [gw7] [ 11%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_sync_error test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_table_check [gw7] [ 11%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_table_check test/sql/test_constraints.py::ConstraintCompilationTest::test_external_ck_constraint_cancels_internal [gw7] [ 11%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_external_ck_constraint_cancels_internal test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_fk_constraint_stringcol [gw7] [ 11%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_fk_constraint_stringcol test/sql/test_constraints.py::ConstraintCompilationTest::test_render_drop_constraint [gw7] [ 11%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_drop_constraint test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_cant_drop_cycled_unnamed [gw7] [ 11%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_cant_drop_cycled_unnamed test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_index_create_inline [gw7] [ 11%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_index_create_inline test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_replace_into_select_from_maintains_existing[True] [gw7] [ 11%] PASSED test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_replace_into_select_from_maintains_existing[True] test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_column [gw7] [ 11%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_column test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_where[False] [gw7] [ 11%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_where[False] test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_inclusion_column [gw7] [ 11%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_inclusion_column test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_column_correlate_from_subq [gw7] [ 11%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_column_correlate_from_subq test/orm/test_core_compilation.py::CorrelateTest::test_from_implicit_correlation_disabled [gw7] [ 11%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_from_implicit_correlation_disabled [gw3] [ 11%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_cascade_delete [gw1] [ 11%] PASSED test/orm/test_composites.py::PointTest::test_detect_change test/orm/test_composites.py::PointTest::test_query_cols_legacy [gw1] [ 11%] PASSED test/orm/test_composites.py::PointTest::test_query_cols_legacy test/sql/test_computed.py::DDLComputedTest::test_column_computed[persisted_false] [gw1] [ 11%] PASSED test/sql/test_computed.py::DDLComputedTest::test_column_computed[persisted_false] test/orm/inheritance/test_concrete.py::ConcreteTest::test_basic [gw1] [ 11%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_basic test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_four [gw1] [ 11%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_four test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_noninherited_warning [gw1] [ 11%] PASSED test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_noninherited_warning test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_await_fallback_no_greenlet [gw1] [ 11%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_await_fallback_no_greenlet test/sql/test_constraints.py::ConstraintCompilationTest::test_column_level_ck_name [gw1] [ 11%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_column_level_ck_name test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_table_fk [gw1] [ 11%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_table_fk test/sql/test_constraints.py::ConstraintCompilationTest::test_fk_match_clause [gw1] [ 11%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_fk_match_clause test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_pk_constraint [gw1] [ 11%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_pk_constraint test/sql/test_constraints.py::ConstraintCompilationTest::test_render_drop_constraint_cascade [gw1] [ 11%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_drop_constraint_cascade test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_column_auto_alter_inline_constraint_create [gw1] [ 11%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_column_auto_alter_inline_constraint_create test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_index_functional_create [gw1] [ 11%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_index_functional_create test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_replace_into_select_from_with_loader_criteria[False] [gw6] [ 11%] PASSED test/orm/test_core_compilation.py::ExplicitWithPolymorhpicTest::test_subquery_col_expressions_wpoly_two test/orm/test_core_compilation.py::ExtraColsTest::test_no_joinedload_embedded [gw6] [ 11%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_no_joinedload_embedded test/orm/test_core_compilation.py::ImplicitWithPolymorphicTest::test_select_where_subclass [gw6] [ 11%] PASSED test/orm/test_core_compilation.py::ImplicitWithPolymorphicTest::test_select_where_subclass test/orm/test_core_compilation.py::JoinTest::test_join_from_w_relationship [gw6] [ 11%] PASSED test/orm/test_core_compilation.py::JoinTest::test_join_from_w_relationship test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_nested_union_deferred [gw6] [ 11%] PASSED test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_nested_union_deferred [gw5] [ 11%] PASSED test/sql/test_compare.py::CompareAndCopyTest::test_compare_labels test/sql/test_compare.py::CompareClausesTest::test_compare_clauselist_associative [gw5] [ 11%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_clauselist_associative test/sql/test_compare.py::CompareClausesTest::test_compare_tables [gw5] [ 11%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_tables test/sql/test_compare.py::TypesTest::test_thirdparty_cache_ok[TypeDecorator] [gw5] [ 11%] PASSED test/sql/test_compare.py::TypesTest::test_thirdparty_cache_ok[TypeDecorator] test/sql/test_compare.py::TypesTest::test_userdefined_sub_subclass_no_cache [gw5] [ 11%] PASSED test/sql/test_compare.py::TypesTest::test_userdefined_sub_subclass_no_cache test/sql/test_compiler.py::BindParameterTest::test_bind_anon_name_special_chars_uniqueify_two [gw5] [ 11%] PASSED test/sql/test_compiler.py::BindParameterTest::test_bind_anon_name_special_chars_uniqueify_two test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt10-stmt20-param10-param20-None-None] [gw5] [ 11%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt10-stmt20-param10-param20-None-None] test/sql/test_compiler.py::BindParameterTest::test_construct_params_repeated_postcompile_params_two [gw5] [ 11%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_repeated_postcompile_params_two test/sql/test_compiler.py::BindParameterTest::test_limit_offset_select_literal_binds [gw5] [ 11%] PASSED test/sql/test_compiler.py::BindParameterTest::test_limit_offset_select_literal_binds test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[two] [gw5] [ 11%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[two] test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt0-SELECT mytable.myid FROM mytable WHERE mytable.myid = NULL-True-None] [gw5] [ 11%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt0-SELECT mytable.myid FROM mytable WHERE mytable.myid = NULL-True-None] test/sql/test_compiler.py::BindParameterTest::test_tuple_clauselist_in [gw5] [ 11%] PASSED test/sql/test_compiler.py::BindParameterTest::test_tuple_clauselist_in test/sql/test_compiler.py::CoercionTest::test_val_and_None [gw5] [ 11%] PASSED test/sql/test_compiler.py::CoercionTest::test_val_and_None test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_1_1 [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_1_1 test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_separate_from_primary_key [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_separate_from_primary_key test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_order_by_one [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_order_by_one test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_contains test/orm/test_core_compilation.py::RawSelectTest::test_columns_clause_aliased_columns [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_contains test/dialect/postgresql/test_compiler.py::CompileTest::test_cast_enum_schema_translate [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_cast_enum_schema_translate test/dialect/mssql/test_compiler.py::CompileTest::test_column_computed[persisted_none] [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_column_computed[persisted_none] test/dialect/oracle/test_compiler.py::CompileTest::test_column_computed_persisted_true [gw5] [ 11%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_computed_persisted_true test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity_null [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_column_identity_null test/dialect/postgresql/test_compiler.py::CompileTest::test_copy_exclude_constraint_adhoc_columns[True-deferred] [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_copy_exclude_constraint_adhoc_columns[True-deferred] test/dialect/oracle/test_compiler.py::CompileTest::test_create_index_alt_schema [gw5] [ 11%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_create_index_alt_schema test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_expr_gets_parens [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_expr_gets_parens test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_multiple_options test/sql/test_compiler.py::SelectTest::test_orderby_subquery [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_orderby_subquery test/sql/test_compiler.py::SelectTest::test_overlapping_labels_use_labels [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_overlapping_labels_use_labels test/sql/test_compiler.py::SelectTest::test_prefix_dialect_specific [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_prefix_dialect_specific test/sql/test_compiler.py::SelectTest::test_use_labels_keyed test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties_can_we_use [gw7] [ 11%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties_can_we_use test/orm/test_core_compilation.py::ExtraColsTest::test_with_expr_three [gw7] [ 11%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_with_expr_three test/orm/test_core_compilation.py::JoinTest::test_join_from_conflicting_left_side_aliased_vs_mapper test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_orphan [gw0] [ 11%] PASSED test/sql/test_compiler.py::SelectTest::test_use_labels_keyed test/dialect/postgresql/test_compiler.py::SequenceTest::test_create_index_concurrently[None-] [gw0] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::SequenceTest::test_create_index_concurrently[None-] [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_multiple_options test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_using [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_using test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_inherits [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_inherits test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_schema_type_schema_translate test/sql/test_compiler.py::StringifySpecialTest::test_dialect_specific_sql [gw0] [ 11%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_dialect_specific_sql [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_schema_type_schema_translate test/sql/test_compiler.py::StringifySpecialTest::test_render_datetime[datetime] [gw0] [ 11%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_render_datetime[datetime] test/dialect/oracle/test_compiler.py::TableValuedFunctionTest::test_column_valued [gw0] [ 11%] PASSED test/dialect/oracle/test_compiler.py::TableValuedFunctionTest::test_column_valued test/sql/test_compiler.py::UnsupportedTest::test_unsupported_type [gw2] [ 11%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_col_prop_builtin_function test/orm/test_core_compilation.py::RawSelectTest::test_delete_from_entity [gw2] [ 11%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_delete_from_entity test/dialect/mysql/test_compiler.py::CompileTest::test_delete_extra_froms [gw5] [ 11%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_delete_extra_froms test/dialect/mssql/test_compiler.py::CompileTest::test_delete_schema_multipart [gw0] [ 11%] PASSED test/sql/test_compiler.py::UnsupportedTest::test_unsupported_type test/ext/test_compiler.py::UserDefinedTest::test_function_subclasses_one [gw0] [ 11%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_function_subclasses_one test/ext/test_compiler.py::UserDefinedTest::test_no_default_proxy_generation[False] [gw0] [ 11%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_no_default_proxy_generation[False] test/orm/test_composites.py::ComparatorTest::test_comparator_behavior_default [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_delete_schema_multipart test/orm/test_core_compilation.py::RawSelectTest::test_update_from_entity test/dialect/mysql/test_compiler.py::CompileTest::test_drop_constraint_mysql [gw2] [ 11%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_update_from_entity [gw5] [ 11%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_drop_constraint_mysql test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_full [gw5] [ 11%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_full test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-0-fetch_kw4-TOP __[POSTCOMPILE_param_1] PERCENT-params4] [gw1] [ 11%] PASSED test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_replace_into_select_from_with_loader_criteria[False] [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-0-fetch_kw4-TOP __[POSTCOMPILE_param_1] PERCENT-params4] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[fetch8-offset8-fetch_kw8-OFFSET [Y] ROWS FETCH FIRST [Q] ROWS ONLY-params8] [gw0] [ 11%] PASSED test/orm/test_composites.py::ComparatorTest::test_comparator_behavior_default [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[fetch8-offset8-fetch_kw8-OFFSET [Y] ROWS FETCH FIRST [Q] ROWS ONLY-params8] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[None-10-fetch_kw1-mssql_rn > :param_1-params1] [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[None-10-fetch_kw1-mssql_rn > :param_1-params1] test/orm/test_composites.py::ConfigurationTest::test_deferred test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_adaption_col_unpresent test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_wpoly_aliased_of_type [gw5] [ 11%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_adaption_col_unpresent test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_w_dot_case_insensitive [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_w_dot_case_insensitive test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[double quotes] [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[double quotes] test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[unmatched_right_square_bracket] [gw5] [ 11%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[unmatched_right_square_bracket] test/dialect/mssql/test_compiler.py::CompileTest::test_index_ordering test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_from [gw5] [ 12%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_index_ordering [gw3] [ 12%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_legacy_style::test_orphan [gw6] [ 12%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_columns_clause_aliased_columns test/orm/test_core_compilation.py::RawSelectTest::test_inline_select_from_entity test/dialect/oracle/test_compiler.py::CompileTest::test_limit_four [gw0] [ 12%] PASSED test/orm/test_composites.py::ConfigurationTest::test_deferred [gw5] [ 12%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_four test/dialect/oracle/test_compiler.py::CompileTest::test_limit_one_literal_binds test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_pending_expunge [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_from [gw5] [ 12%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_one_literal_binds test/orm/test_composites.py::MappedSelectTest::test_set_composite_attrs_via_selectable test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_where[None] test/dialect/mssql/test_compiler.py::CompileTest::test_limit_zero_offset_using_window [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_where[None] [gw5] [ 12%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_limit_zero_offset_using_window [gw6] [ 12%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_inline_select_from_entity test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_inclusion_from test/orm/test_core_compilation.py::RawSelectTest::test_where_m2m_relationship test/dialect/oracle/test_compiler.py::CompileTest::test_nonansi_plusses_everthing_in_the_condition [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_inclusion_from test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_from [gw6] [ 12%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_where_m2m_relationship [gw5] [ 12%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_nonansi_plusses_everthing_in_the_condition [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_from test/orm/test_core_compilation.py::CorrelateTest::test_multilevel_froms_correlation test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_parameters_insubquery [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::JoinTest::test_join_from_conflicting_left_side_aliased_vs_mapper test/orm/test_core_compilation.py::JoinTest::test_params_with_join[-SELECT users.id, users.name FROM users JOIN addresses ON users.id = addresses.user_id WHERE users.id = :foo-bindparams2-expected_params2] [gw5] [ 12%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_parameters_insubquery test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_six [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::JoinTest::test_params_with_join[-SELECT users.id, users.name FROM users JOIN addresses ON users.id = addresses.user_id WHERE users.id = :foo-bindparams2-expected_params2] [gw5] [ 12%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_six [gw3] [ 12%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_pending_expunge test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_explicit_pg_array [gw0] [ 12%] PASSED test/orm/test_composites.py::MappedSelectTest::test_set_composite_attrs_via_selectable [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_multilevel_froms_correlation [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_explicit_pg_array test/orm/test_composites.py::PointTest::test_default_value test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[dialect5-True] test/orm/test_cascade.py::M2OwNoUseGetCascadeTest::test_cascade_deletes_user test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties_subquery test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_no_joinedload_in_subquery_select_rows [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[dialect5-True] test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt0-MSSQL needs TOP to use PERCENT and/or WITH TIES. Only simple fetch without offset can be used.] [gw5] [ 12%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt0-MSSQL needs TOP to use PERCENT and/or WITH TIES. Only simple fetch without offset can be used.] test/dialect/mssql/test_compiler.py::CompileTest::test_schema_autosplit_w_dot_case_insensitive[True] [gw5] [ 12%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_schema_autosplit_w_dot_case_insensitive[True] test/dialect/mssql/test_compiler.py::CompileTest::test_simple_limit_expression_offset_using_window [gw5] [ 12%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_simple_limit_expression_offset_using_window test/dialect/mssql/test_compiler.py::CompileTest::test_table_pkc_clustering [gw5] [ 12%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_table_pkc_clustering test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_wpoly_of_type test/dialect/mssql/test_compiler.py::CompileTest::test_update [gw5] [ 12%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_update test/dialect/mssql/test_compiler.py::CompileTest::test_update_returning [gw3] [ 12%] PASSED test/orm/test_cascade.py::M2OwNoUseGetCascadeTest::test_cascade_deletes_user [gw0] [ 12%] PASSED test/orm/test_composites.py::PointTest::test_default_value test/orm/test_composites.py::PointTest::test_query_cols test/orm/test_cascade.py::NoBackrefCascadeTest::test_o2m_flag_on_backref [gw5] [ 12%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_update_returning test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_enabled_two [gw5] [ 12%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_enabled_two test/sql/test_compiler.py::CorrelateTest::test_correlate_all_where [gw5] [ 12%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_all_where test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_from [gw5] [ 12%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_from [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties_subquery test/sql/test_compiler.py::CorrelateTest::test_correlate_except_froms test/orm/test_core_compilation.py::ExtraColsTest::test_with_expr_two [gw5] [ 12%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_froms test/sql/test_compiler.py::CorrelateTest::test_correlate_from_all_ok [gw5] [ 12%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_from_all_ok test/sql/test_compiler.py::CorrelateTest::test_correlate_where_all_unintentional [gw5] [ 12%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_where_all_unintentional [gw0] [ 12%] PASSED test/orm/test_composites.py::PointTest::test_query_cols test/sql/test_compiler.py::DDLTest::test_create_index_exists [gw5] [ 12%] PASSED test/sql/test_compiler.py::DDLTest::test_create_index_exists test/sql/test_compiler.py::DDLTest::test_reraise_of_column_spec_issue_unicode [gw5] [ 12%] PASSED test/sql/test_compiler.py::DDLTest::test_reraise_of_column_spec_issue_unicode test/sql/test_compiler.py::DDLTest::test_table_no_cols_w_constraint test/orm/test_composites.py::PrimaryKeyTest::test_pk_mutation [gw5] [ 12%] PASSED test/sql/test_compiler.py::DDLTest::test_table_no_cols_w_constraint [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_with_expr_two test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_on_columns_generative [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_on_columns_generative test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_on_columns_multi_call test/orm/test_core_compilation.py::JoinTest::test_join_from_conflicting_left_side_mapper_vs_aliased [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_on_columns_multi_call test/sql/test_compiler.py::ExecutionOptionsTest::test_embedded_element_true_to_false [gw0] [ 12%] PASSED test/orm/test_composites.py::PrimaryKeyTest::test_pk_mutation [gw5] [ 12%] PASSED test/sql/test_compiler.py::ExecutionOptionsTest::test_embedded_element_true_to_false test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_combined_with_cte [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_combined_with_cte test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_additional_colnames test/orm/inheritance/test_concrete.py::AdaptOnNamesTest::test_contains_eager [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_additional_colnames test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_set_clause_none [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_set_clause_none test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_on_conflict_cte_plus_textual [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_on_conflict_cte_plus_textual test/sql/test_compiler.py::KwargPropagationTest::test_binary [gw2] [ 12%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_wpoly_aliased_of_type [gw5] [ 12%] PASSED test/sql/test_compiler.py::KwargPropagationTest::test_binary [gw3] [ 12%] PASSED test/orm/test_cascade.py::NoBackrefCascadeTest::test_o2m_flag_on_backref test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_transient_nochange test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_literal_binds [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_literal_binds test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_wpoly_of_type [gw3] [ 12%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_transient_nochange test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s)] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s)] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-10-fetch_kw4-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) PERCENT ROWS ONLY-params4] [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-10-fetch_kw4-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) PERCENT ROWS ONLY-params4] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[fetch9-offset9-fetch_kw9-OFFSET (%(Y)s) ROWS FETCH FIRST (%(Q)s) ROWS ONLY-params9] [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[fetch9-offset9-fetch_kw9-OFFSET (%(Y)s) ROWS FETCH FIRST (%(Q)s) ROWS ONLY-params9] test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_flags_col [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_flags_col test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match_flags [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_no_joinedload_in_subquery_select_rows [gw5] [ 12%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match_flags test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace test/orm/test_core_compilation.py::RawSelectTest::test_columns_clause_entity test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_flags_col [gw5] [ 12%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_flags_col test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_match_column [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_match_column test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_transient test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_not_regexp_match [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_not_regexp_match test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace [gw3] [ 12%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_transient test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_pending test/sql/test_compiler.py::ResultMapTest::test_insert_from_select [gw5] [ 12%] PASSED test/sql/test_compiler.py::ResultMapTest::test_insert_from_select [gw6] [ 12%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_wpoly_of_type test/dialect/mysql/test_compiler.py::SQLTest::test_cast[BIGINT-CAST(t.col AS SIGNED INTEGER)] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[BIGINT-CAST(t.col AS SIGNED INTEGER)] [gw3] [ 12%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_backref_child_pending test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DECIMAL-CAST(t.col AS DECIMAL)0] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DECIMAL-CAST(t.col AS DECIMAL)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Integer-CAST(t.col AS SIGNED INTEGER)] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Integer-CAST(t.col AS SIGNED INTEGER)] test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_cascade_nosideeffects [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_columns_clause_entity test/orm/test_core_compilation.py::RawSelectTest::test_insert_from_query_col_attr test/orm/test_core_compilation.py::RelationshipNaturalCompileTest::test_many_to_many_explicit_join test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NCHAR-CAST(t.col AS CHAR)1] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NCHAR-CAST(t.col AS CHAR)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TEXT-CAST(t.col AS CHAR)0] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TEXT-CAST(t.col AS CHAR)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TINYTEXT-CAST(t.col AS CHAR)] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TINYTEXT-CAST(t.col AS CHAR)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_32-CAST(t.col AS CHAR CHARACTER SET utf8)] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_32-CAST(t.col AS CHAR CHARACTER SET utf8)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_8-CAST(t.col AS SIGNED INTEGER)] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_8-CAST(t.col AS SIGNED INTEGER)] [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_insert_from_query_col_attr test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_partition_hash test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_straight [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_partition_hash test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-DOUBLE-CAST(t.col AS DOUBLE)] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-DOUBLE-CAST(t.col AS DOUBLE)] test/dialect/mysql/test_compiler.py::SQLTest::test_innodb_autoincrement_reserved_word_column_name [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_innodb_autoincrement_reserved_word_column_name test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[BOOLEAN-t.col] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[BOOLEAN-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[SET-t.col] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[SET-t.col] [gw3] [ 12%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_cascade_nosideeffects test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_remove_pending_from_pending_parent [gw3] [ 12%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_remove_pending_from_pending_parent test/orm/test_cascade.py::O2MConflictTest::test_o2o_backref_delorphan_delete_old [gw3] [ 12%] PASSED test/orm/test_cascade.py::O2MConflictTest::test_o2o_backref_delorphan_delete_old test/orm/test_cascade.py::OrphanCriterionTest::test_current_pers_notr1_notr2 [gw3] [ 12%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_current_pers_notr1_notr2 test/orm/test_cascade.py::OrphanCriterionTest::test_leg_pers_notr1_notr2 [gw0] [ 12%] PASSED test/orm/inheritance/test_concrete.py::AdaptOnNamesTest::test_contains_eager test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_buildit_newstyle[True] [gw0] [ 12%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_buildit_newstyle[True] test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_inheriting [gw0] [ 12%] PASSED test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_inheriting [gw2] [ 12%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_wpoly_of_type test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_two_level [gw2] [ 12%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_two_level test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-3] [gw2] [ 12%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-3] test/orm/test_core_compilation.py::SelectableTest::test_froms_single_table [gw2] [ 12%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_froms_single_table [gw3] [ 12%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_leg_pers_notr1_notr2 test/sql/test_cte.py::CTETest::test_cte_refers_to_aliased_cte_twice test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_async_error [gw0] [ 12%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_async_error test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_require_await [gw0] [ 12%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_require_await test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_pk test/orm/test_cascade.py::PartialFlushTest::test_circular_sort [gw0] [ 12%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_pk [gw2] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_cte_refers_to_aliased_cte_twice test/sql/test_cte.py::CTETest::test_multi_subq_alias test/sql/test_constraints.py::ConstraintCompilationTest::test_empty_uc [gw0] [ 12%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_empty_uc [gw2] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_multi_subq_alias test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_fk_constraint_realcol test/sql/test_cte.py::CTETest::test_order_by_group_by_label_w_scalar_subquery[group_by-True] [gw2] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_order_by_group_by_label_w_scalar_subquery[group_by-True] test/sql/test_cte.py::CTETest::test_positional_binds_2 [gw0] [ 12%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_fk_constraint_realcol test/sql/test_constraints.py::ConstraintCompilationTest::test_render_ck_constraint_inline [gw2] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_positional_binds_2 [gw0] [ 12%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_ck_constraint_inline test/sql/test_cte.py::CTETest::test_recursive_union_alias_one test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_cycle_unnamed_fks [gw2] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_recursive_union_alias_one test/sql/test_cte.py::CTETest::test_reserved_quote [gw2] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_reserved_quote test/sql/test_cte.py::CTETest::test_textual_select_stack_correction [gw2] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_textual_select_stack_correction [gw0] [ 12%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_cycle_unnamed_fks [gw3] [ 12%] PASSED test/orm/test_cascade.py::PartialFlushTest::test_circular_sort test/orm/test_cascade.py::SubclassCascadeTest::test_delete_orphan_round_trip test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_index_create_camelcase [gw0] [ 12%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_index_create_camelcase test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_replace_into_select_from_maintains_existing[False] test/sql/test_cte.py::CTETest::test_update_w_insert_independent_cte [gw2] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_update_w_insert_independent_cte test/sql/test_cte.py::NestingCTETest::test_compound_select_with_nesting_cte_in_cte [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_straight test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_straight_whereclause [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_straight_whereclause test/orm/test_core_compilation.py::RelationshipNaturalCompileTest::test_of_type_implicit_join [gw2] [ 12%] PASSED test/sql/test_cte.py::NestingCTETest::test_compound_select_with_nesting_cte_in_cte test/sql/test_cte.py::NestingCTETest::test_nesting_cte_in_recursive_cte [gw2] [ 12%] PASSED test/sql/test_cte.py::NestingCTETest::test_nesting_cte_in_recursive_cte test/sql/test_cte.py::NestingCTETest::test_select_with_aliased_nesting_cte_in_cte [gw2] [ 12%] PASSED test/sql/test_cte.py::NestingCTETest::test_select_with_aliased_nesting_cte_in_cte test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_cycle test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[String] [gw5] [ 12%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[String] test/sql/test_compiler.py::SchemaTest::test_insert [gw5] [ 12%] PASSED test/sql/test_compiler.py::SchemaTest::test_insert test/sql/test_compiler.py::SchemaTest::test_schema_translate_select [gw5] [ 12%] PASSED test/sql/test_compiler.py::SchemaTest::test_schema_translate_select test/sql/test_compiler.py::SelectTest::test_alias_nesting_subquery [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_alias_nesting_subquery test/sql/test_compiler.py::SelectTest::test_compound_selects [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_compound_selects test/sql/test_compiler.py::SelectTest::test_distinct [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_distinct test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels_mix_annotations [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::JoinTest::test_join_from_conflicting_left_side_mapper_vs_aliased [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels_mix_annotations test/sql/test_compiler.py::SelectTest::test_fetch[5-None-fetch_kw2-FETCH FIRST :param_1 ROWS ONLY-params2] test/orm/test_core_compilation.py::JoinTest::test_params_with_join[-SELECT users.id, users.name FROM users JOIN addresses ON users.id = addresses.user_id WHERE users.id = :foo-bindparams3-expected_params3] [gw3] [ 12%] PASSED test/orm/test_cascade.py::SubclassCascadeTest::test_delete_orphan_round_trip [gw6] [ 12%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalCompileTest::test_many_to_many_explicit_join [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[5-None-fetch_kw2-FETCH FIRST :param_1 ROWS ONLY-params2] test/sql/test_compiler.py::SelectTest::test_from_subquery [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::JoinTest::test_params_with_join[-SELECT users.id, users.name FROM users JOIN addresses ON users.id = addresses.user_id WHERE users.id = :foo-bindparams3-expected_params3] test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_write_cascades[setting2-settings_that_warn2] test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_wpoly_aliased_flat_of_type [gw3] [ 12%] PASSED test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_write_cascades[setting2-settings_that_warn2] test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_non_deferred_col_prop_targetable_in_subq [gw2] [ 12%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_cycle test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_m2o [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalCompileTest::test_of_type_implicit_join test/orm/test_core_compilation.py::SelectableTest::test_c_accessor_not_mutated_subq [gw1] [ 12%] PASSED test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_non_deferred_col_prop_targetable_in_subq [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_from_subquery test/sql/test_compiler.py::SelectTest::test_limit_offset[0-0-LIMIT :param_1 OFFSET :param_2-params3] [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_offset[0-0-LIMIT :param_1 OFFSET :param_2-params3] test/sql/test_compiler.py::SelectTest::test_limit_offset_no_int_coercion_two [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_offset_no_int_coercion_two test/sql/test_compiler.py::SelectTest::test_no_group_by_labels [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_no_group_by_labels test/sql/test_compiler.py::SelectTest::test_over_invalid_framespecs [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_over_invalid_framespecs test/sql/test_compiler.py::SelectTest::test_percent_names_collide_with_anonymizing[%percent] [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_percent_names_collide_with_anonymizing[%percent] test/sql/test_compiler.py::SelectTest::test_select_precol_compile_ordering [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_select_precol_compile_ordering test/sql/test_compiler.py::SelectTest::test_where_subquery [gw5] [ 12%] PASSED test/sql/test_compiler.py::SelectTest::test_where_subquery test/dialect/postgresql/test_compiler.py::SequenceTest::test_reverse_eng_name [gw5] [ 12%] SKIPPED test/dialect/postgresql/test_compiler.py::SequenceTest::test_reverse_eng_name test/sql/test_compiler.py::StringifySpecialTest::test_grouped_selectables_print_alone[cte] [gw5] [ 12%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_grouped_selectables_print_alone[cte] test/sql/test_compiler.py::StringifySpecialTest::test_unknown_type [gw5] [ 12%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_unknown_type test/sql/test_compiler.py::TestCompilerFixture::test_dont_access_statement [gw5] [ 12%] PASSED test/sql/test_compiler.py::TestCompilerFixture::test_dont_access_statement test/ext/test_compiler.py::UserDefinedTest::test_column test/sql/test_case_statement.py::CaseTest::test_when_dicts[-CASE WHEN (test.col1 = :col1_1) THEN :param_1 ELSE :param_2 END] [gw3] [ 12%] PASSED test/sql/test_case_statement.py::CaseTest::test_when_dicts[-CASE WHEN (test.col1 = :col1_1) THEN :param_1 ELSE :param_2 END] test/orm/test_core_compilation.py::RawSelectTest::test_core_join_in_select_from_no_onclause [gw2] [ 12%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_m2o test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_dont_expire_on_delete_no_postupdate [gw5] [ 12%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_column test/ext/test_compiler.py::UserDefinedTest::test_functions_args_noname [gw5] [ 12%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_functions_args_noname test/ext/test_compiler.py::UserDefinedTest::test_result_map_population_implicit [gw5] [ 12%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_result_map_population_implicit [gw6] [ 12%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_wpoly_aliased_flat_of_type test/orm/test_composites.py::ComparatorTest::test_order_by [gw5] [ 12%] PASSED test/orm/test_composites.py::ComparatorTest::test_order_by test/orm/test_composites.py::DefaultsTest::test_set_composite_values test/orm/test_collection.py::CollectionsTest::test_dict_subclass2 test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-4] [gw3] [ 12%] PASSED test/orm/test_collection.py::CollectionsTest::test_dict_subclass2 test/orm/test_collection.py::CollectionsTest::test_object_duck [gw5] [ 12%] PASSED test/orm/test_composites.py::DefaultsTest::test_set_composite_values test/orm/test_composites.py::PointTest::test_bulk_update_fetch [gw3] [ 12%] PASSED test/orm/test_collection.py::CollectionsTest::test_object_duck test/orm/test_collection.py::ColumnMappedWSerialize::test_selectable_column_mapped [gw3] [ 12%] PASSED test/orm/test_collection.py::ColumnMappedWSerialize::test_selectable_column_mapped test/orm/test_collection.py::DictHelpersTest::test_attr_mapped_collection [gw3] [ 12%] PASSED test/orm/test_collection.py::DictHelpersTest::test_attr_mapped_collection [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_c_accessor_not_mutated_subq test/orm/test_core_compilation.py::SelectableTest::test_dml_descriptions[----insert] [gw7] [ 12%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_dml_descriptions[----insert] [gw5] [ 12%] PASSED test/orm/test_composites.py::PointTest::test_bulk_update_fetch test/orm/test_collection.py::DictHelpersTest::test_mixin2 test/sql/test_cte.py::CTETest::test_anon_update_cte [gw0] [ 12%] PASSED test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_replace_into_select_from_maintains_existing[False] test/orm/test_composites.py::PointTest::test_eager_load [gw5] [ 12%] PASSED test/orm/test_composites.py::PointTest::test_eager_load test/orm/test_composites.py::PointTest::test_round_trip [gw7] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_anon_update_cte test/sql/test_cte.py::CTETest::test_independent_cte_can_be_referenced [gw6] [ 12%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-4] [gw7] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_independent_cte_can_be_referenced test/sql/test_cte.py::CTETest::test_named_alias_quote [gw7] [ 12%] PASSED test/sql/test_cte.py::CTETest::test_named_alias_quote test/orm/test_core_compilation.py::SelectableTest::test_scalar_subquery_from_subq_same_source test/sql/test_cte.py::CTETest::test_pg_example_one_select_only test/orm/test_core_compilation.py::CorrelateTest::test_correlate_alone_noeffect [gw6] [ 13%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_scalar_subquery_from_subq_same_source [gw5] [ 13%] PASSED test/orm/test_composites.py::PointTest::test_round_trip [gw3] [ 13%] PASSED test/orm/test_collection.py::DictHelpersTest::test_mixin2 test/sql/test_cte.py::CTETest::test_delete_against_cte_directly [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_alone_noeffect [gw7] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_pg_example_one_select_only test/sql/test_cte.py::CTETest::test_recursive_cte_with_multiple_union [gw7] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_recursive_cte_with_multiple_union test/sql/test_cte.py::CTETest::test_recursive_union_no_alias_one [gw7] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_recursive_union_no_alias_one test/sql/test_cte.py::CTETest::test_select_from_update_cte[postgresql] test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_having test/sql/test_computed.py::DDLComputedTest::test_column_computed[persisted_none] [gw6] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_delete_against_cte_directly test/sql/test_cte.py::CTETest::test_multi_subq_quote [gw7] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_select_from_update_cte[postgresql] [gw6] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_multi_subq_quote [gw5] [ 13%] PASSED test/sql/test_computed.py::DDLComputedTest::test_column_computed[persisted_none] test/sql/test_cte.py::CTETest::test_order_by_group_by_label_w_scalar_subquery[order_by-False] [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_having test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_having test/orm/inheritance/test_concrete.py::ConcreteTest::test_multi_level_no_base [gw6] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_order_by_group_by_label_w_scalar_subquery[order_by-False] test/sql/test_cte.py::CTETest::test_positional_binds_2_asliteral [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_having test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_column [gw6] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_positional_binds_2_asliteral test/sql/test_cte.py::CTETest::test_recursive_union_alias_three [gw6] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_recursive_union_alias_three [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_column test/sql/test_cte.py::CTETest::test_select_from_delete_cte[default_enhanced] test/orm/test_core_compilation.py::CorrelateTest::test_dont_overcorrelate [gw6] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_select_from_delete_cte[default_enhanced] test/sql/test_cte.py::CTETest::test_textual_select_uses_independent_cte_one [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_dont_overcorrelate [gw6] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_textual_select_uses_independent_cte_one test/sql/test_cte.py::CTETest::test_upsert_from_select [gw1] [ 13%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_core_join_in_select_from_no_onclause test/orm/test_core_compilation.py::RawSelectTest::test_join_to_entity_no_onclause [gw1] [ 13%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_join_to_entity_no_onclause [gw6] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_upsert_from_select test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties_aliased_subquery test/sql/test_cte.py::NestingCTETest::test_compound_select_with_nesting_cte_in_custom_order [gw6] [ 13%] PASSED test/sql/test_cte.py::NestingCTETest::test_compound_select_with_nesting_cte_in_custom_order test/sql/test_cte.py::NestingCTETest::test_recursive_cte_referenced_multiple_times_with_nesting_cte test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_straight_whereclause [gw6] [ 13%] PASSED test/sql/test_cte.py::NestingCTETest::test_recursive_cte_referenced_multiple_times_with_nesting_cte test/sql/test_cte.py::NestingCTETest::test_select_with_nesting_cte_in_cte [gw6] [ 13%] PASSED test/sql/test_cte.py::NestingCTETest::test_select_with_nesting_cte_in_cte test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_backref [gw5] [ 13%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_multi_level_no_base test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_one [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties_aliased_subquery test/orm/test_core_compilation.py::ExtraColsTest::test_with_expr_one [gw6] [ 13%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_backref test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_m2o_detect_none [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_with_expr_one test/orm/test_core_compilation.py::JoinTest::test_join_from_alised_w_relationship [gw6] [ 13%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_m2o_detect_none test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_refresh_flush_event [gw5] [ 13%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_one [gw1] [ 13%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_straight_whereclause test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_overlapping_backref_relationship test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_two_level [gw6] [ 13%] PASSED test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_refresh_flush_event test/orm/test_cycles.py::SelfReferentialTest::test_many_to_one_only test/sql/test_compare.py::CacheKeyTest::test_cache_key_unknown_traverse [gw3] [ 13%] PASSED test/sql/test_compare.py::CacheKeyTest::test_cache_key_unknown_traverse test/sql/test_compare.py::CacheKeyTest::test_literal_binds [gw3] [ 13%] PASSED test/sql/test_compare.py::CacheKeyTest::test_literal_binds test/sql/test_compare.py::CompareClausesTest::test_compare_annotated_clears_mapping [gw3] [ 13%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_annotated_clears_mapping test/sql/test_compare.py::CompareClausesTest::test_compare_comparison_non_commutative_inverses [gw3] [ 13%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_comparison_non_commutative_inverses test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case3] [gw3] [ 13%] PASSED test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case3] test/sql/test_compare.py::TypesTest::test_thirdparty_sub_subclass_cache_ok [gw3] [ 13%] PASSED test/sql/test_compare.py::TypesTest::test_thirdparty_sub_subclass_cache_ok test/orm/test_compile.py::CompileTest::test_misc_one [gw3] [ 13%] PASSED test/orm/test_compile.py::CompileTest::test_misc_one test/sql/test_compiler.py::BindParameterTest::test_bind_params_missing [gw3] [ 13%] PASSED test/sql/test_compiler.py::BindParameterTest::test_bind_params_missing test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt14-stmt24-param14-param24-extparam14-extparam24] [gw3] [ 13%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt14-stmt24-param14-param24-extparam14-extparam24] test/sql/test_compiler.py::BindParameterTest::test_expanding_parameter [gw3] [ 13%] PASSED test/sql/test_compiler.py::BindParameterTest::test_expanding_parameter test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[one] [gw3] [ 13%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_binds_as_literal[one] test/sql/test_compiler.py::BindParameterTest::test_render_literal_execute_parameter [gw3] [ 13%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_literal_execute_parameter test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt4-INSERT INTO mytable (myid) VALUES (NULL)-False-None] [gw3] [ 13%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt4-INSERT INTO mytable (myid) VALUES (NULL)-False-None] test/sql/test_compiler.py::CoercionTest::test_None_and_nothing [gw3] [ 13%] PASSED test/sql/test_compiler.py::CoercionTest::test_None_and_nothing test/sql/test_compiler.py::CoercionTest::test_val_is_null_coerced [gw3] [ 13%] PASSED test/sql/test_compiler.py::CoercionTest::test_val_is_null_coerced test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_no_primary_key_non_nullable [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_no_primary_key_non_nullable test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_primary_key_with_identity_object [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_primary_key_with_identity_object test/dialect/postgresql/test_compiler.py::CompileTest::test_array_agg_w_filter_subscript [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array_agg_w_filter_subscript test/dialect/postgresql/test_compiler.py::CompileTest::test_array_zero_indexes[True] [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array_zero_indexes[True] test/dialect/postgresql/test_compiler.py::CompileTest::test_column_computed[no_persisted] [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_column_computed[no_persisted] test/dialect/mssql/test_compiler.py::CompileTest::test_column_computed[persisted_true] [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_column_computed[persisted_true] test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_no_generated [gw5] [ 13%] PASSED test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_overlapping_backref_relationship [gw6] [ 13%] PASSED test/orm/test_cycles.py::SelfReferentialTest::test_many_to_one_only test/orm/test_dataclasses_py3k.py::DataclassesTest::test_equality test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_await_only_error test/sql/test_cte.py::CTETest::test_union_cte_aliases [gw7] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_union_cte_aliases test/sql/test_cte.py::CTETest::test_wrecur_dupe_col_names_w_grouping [gw7] [ 13%] PASSED test/sql/test_cte.py::CTETest::test_wrecur_dupe_col_names_w_grouping [gw5] [ 13%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_await_only_error test/sql/test_cte.py::NestingCTETest::test_fully_aliased_recursive_nesting_cte_in_cte test/sql/test_constraints.py::ConstraintCompilationTest::test_create_index_plain [gw7] [ 13%] PASSED test/sql/test_cte.py::NestingCTETest::test_fully_aliased_recursive_nesting_cte_in_cte [gw5] [ 13%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_create_index_plain test/sql/test_cte.py::NestingCTETest::test_same_nested_cte_is_not_generated_twice test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_unique [gw3] [ 13%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_no_generated test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_on_null[True-True-ALWAYS ON NULL] [gw3] [ 13%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_on_null[True-True-ALWAYS ON NULL] test/dialect/mysql/test_compiler.py::CompileTest::test_create_composite_index_with_length_quoted_3085_workaround [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_composite_index_with_length_quoted_3085_workaround test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_expr [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_expr test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_arbitrary_column_element [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_with_arbitrary_column_element [gw5] [ 13%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_unique test/sql/test_constraints.py::ConstraintCompilationTest::test_functional_index_w_string_cols_combo test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_tablespace [gw7] [ 13%] PASSED test/sql/test_cte.py::NestingCTETest::test_same_nested_cte_is_not_generated_twice [gw5] [ 13%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_functional_index_w_string_cols_combo test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_uq_constraint_realcol test/orm/test_cycles.py::BiDirectionalOneToManyTest::test_cycle [gw5] [ 13%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_uq_constraint_realcol [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_tablespace test/sql/test_constraints.py::ConstraintCompilationTest::test_render_index_sql_literal [gw5] [ 13%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_index_sql_literal test/dialect/mysql/test_compiler.py::CompileTest::test_create_pk_plain [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_pk_plain [gw6] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::DataclassesTest::test_equality test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_column_use_alter_constraint_create test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_partition_by_range test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_equality [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_partition_by_range test/dialect/oracle/test_compiler.py::CompileTest::test_cte [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::JoinTest::test_join_from_alised_w_relationship test/orm/test_core_compilation.py::JoinTest::test_params_with_join[-SELECT users.id, users.name FROM users JOIN addresses ON users.id = addresses.user_id WHERE users.id = :foo-bindparams1-expected_params1] [gw7] [ 13%] PASSED test/orm/test_cycles.py::BiDirectionalOneToManyTest::test_cycle [gw3] [ 13%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_cte [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::JoinTest::test_params_with_join[-SELECT users.id, users.name FROM users JOIN addresses ON users.id = addresses.user_id WHERE users.id = :foo-bindparams1-expected_params1] test/dialect/postgresql/test_compiler.py::CompileTest::test_delete_extra_froms_alias [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_delete_extra_froms_alias test/dialect/postgresql/test_compiler.py::CompileTest::test_difficult_update_2 [gw5] [ 13%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_column_use_alter_constraint_create test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_m2o_no_cascade test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_pk_fk_constraint_create test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_no_joinedload_in_subquery_select_entity [gw5] [ 13%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_pk_fk_constraint_create test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_replace_into_select_from_with_loader_criteria[True] [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_difficult_update_2 test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_cast_quote [gw6] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_equality [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_cast_quote test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_when [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_when test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-None-fetch_kw5-TOP __[POSTCOMPILE_param_1] PERCENT WITH TIES-params5] [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-None-fetch_kw5-TOP __[POSTCOMPILE_param_1] PERCENT WITH TIES-params5] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-0-fetch_kw6-TOP __[POSTCOMPILE_param_1] WITH TIES-params6] [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[5-0-fetch_kw6-TOP __[POSTCOMPILE_param_1] WITH TIES-params6] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[fetch9-offset9-fetch_kw9-mssql_rn > :Y AND mssql_rn <= :Q + :Y-params9] [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[fetch9-offset9-fetch_kw9-mssql_rn > :Y AND mssql_rn <= :Q + :Y-params9] test/dialect/postgresql/test_compiler.py::CompileTest::test_for_update_with_schema [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_for_update_with_schema test/dialect/mssql/test_compiler.py::CompileTest::test_function test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_asdict_and_astuple_special_widget [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_function test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[question mark] [gw2] [ 13%] PASSED test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_dont_expire_on_delete_no_postupdate [gw7] [ 13%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_m2o_no_cascade test/orm/test_cycles.py::PostUpdateBatchingTest::test_one [gw1] [ 13%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_two_level test/orm/test_cycles.py::SelfReferentialTest::test_cycle [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[question mark] [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_no_joinedload_in_subquery_select_entity test/dialect/postgresql/test_compiler.py::CompileTest::test_index_extra_include_1 [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_index_extra_include_1 test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_columns test/dialect/mssql/test_compiler.py::CompileTest::test_insert_returning test/orm/test_core_compilation.py::RawSelectTest::test_columns_clause_columns [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_insert_returning test/dialect/mssql/test_compiler.py::CompileTest::test_limit_offset_w_ambiguous_cols [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_limit_offset_w_ambiguous_cols test/dialect/oracle/test_compiler.py::CompileTest::test_limit_three [gw3] [ 13%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_three test/dialect/mysql/test_compiler.py::CompileTest::test_mariadb_for_update [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_mariadb_for_update test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_offset_newstyle[0] [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery_offset_newstyle[0] test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_five [gw7] [ 13%] PASSED test/orm/test_cycles.py::PostUpdateBatchingTest::test_one [gw3] [ 13%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_five test/dialect/postgresql/test_compiler.py::CompileTest::test_overlap_no_cartesian[-<@] [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_overlap_no_cartesian[-<@] test/dialect/postgresql/test_compiler.py::CompileTest::test_reserved_words [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_reserved_words test/orm/test_cycles.py::SelfReferentialNoPKTest::test_lazy_clause [gw7] [ 13%] PASSED test/orm/test_cycles.py::SelfReferentialNoPKTest::test_lazy_clause [gw1] [ 13%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_columns test/orm/test_dataclasses_py3k.py::DataclassesTest::test_appending_to_relationship test/dialect/oracle/test_compiler.py::CompileTest::test_returning_insert_computed [gw3] [ 13%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_returning_insert_computed test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt4-MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause] [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt4-MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause] test/dialect/mssql/test_compiler.py::CompileTest::test_schema_many_tokens_two [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_columns_clause_columns [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_schema_many_tokens_two test/orm/test_core_compilation.py::RawSelectTest::test_insert_from_query [gw0] [ 13%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_insert_from_query test/dialect/oracle/test_compiler.py::CompileTest::test_subquery [gw3] [ 13%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_subquery test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_columns test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-0] [gw7] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::DataclassesTest::test_appending_to_relationship test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_appending_to_relationship test/dialect/mssql/test_compiler.py::CompileTest::test_true_false [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_true_false test/dialect/mssql/test_compiler.py::CompileTest::test_update_exclude_hint [gw3] [ 13%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_update_exclude_hint test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_disabled_three [gw5] [ 13%] PASSED test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_replace_into_select_from_with_loader_criteria[True] [gw3] [ 13%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_use_binds_for_limits_disabled_three test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_update [gw3] [ 13%] SKIPPED test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_update test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_having test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_having [gw7] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_appending_to_relationship [gw2] [ 13%] PASSED test/orm/test_cycles.py::SelfReferentialTest::test_cycle [gw3] [ 13%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_auto_having test/sql/test_compiler.py::CorrelateTest::test_correlate_except_empty test/orm/test_dataclasses_py3k.py::FieldEmbeddedMixinWDeclaredAttrTest::test_asdict_and_astuple_special_widget [gw3] [ 13%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_empty test/sql/test_compiler.py::CorrelateTest::test_correlate_except_inclusion_where [gw3] [ 13%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_inclusion_where test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_having [gw3] [ 13%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_having test/sql/test_compiler.py::CorrelateTest::test_multilevel_implicit_correlation_disabled test/orm/test_dataclasses_py3k.py::DataclassesTest::test_construction [gw2] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::DataclassesTest::test_construction test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_construction [gw3] [ 13%] PASSED test/sql/test_compiler.py::CorrelateTest::test_multilevel_implicit_correlation_disabled test/sql/test_compiler.py::DDLTest::test_drop_table_exists [gw7] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedMixinWDeclaredAttrTest::test_asdict_and_astuple_special_widget [gw3] [ 13%] PASSED test/sql/test_compiler.py::DDLTest::test_drop_table_exists test/sql/test_compiler.py::DDLTest::test_schema_translate_map_special_chars [gw3] [ 13%] PASSED test/sql/test_compiler.py::DDLTest::test_schema_translate_map_special_chars test/ext/test_compiler.py::DefaultOnExistingTest::test_select [gw3] [ 13%] PASSED test/ext/test_compiler.py::DefaultOnExistingTest::test_select test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_plain_generative [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_plain_generative test/ext/test_compiler.py::ExecuteTest::test_insert_session [gw3] [ 13%] PASSED test/ext/test_compiler.py::ExecuteTest::test_insert_session test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_regconfig [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::FullTextSearchTest::test_match_regconfig test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_quoted_string_constraint_target [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_quoted_string_constraint_target test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_named_unique_constraint_target [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_named_unique_constraint_target test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_unnamed_exclude_constraint_target [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_unnamed_exclude_constraint_target test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_from_values [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::InsertOnDuplicateTest::test_from_values test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_cols_required [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_cols_required test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s IN BOOLEAN MODE)] [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_multiple_cols[-MATCH (user.firstname, user.lastname) AGAINST (%s IN BOOLEAN MODE)] test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_construction [gw7] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_construction test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_construction [gw7] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_construction test/orm/test_dataclasses_py3k.py::PropagationFromMixinTest::test_propagate_w_field_mixin_col_and_default test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_single_col[-MATCH (matchtable.title) AGAINST (%s)] [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_single_col[-MATCH (matchtable.title) AGAINST (%s)] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[None-10-fetch_kw1-LIMIT ALL OFFSET %(param_1)s-params1] [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[None-10-fetch_kw1-LIMIT ALL OFFSET %(param_1)s-params1] test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_column [gw2] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_construction test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_appending_to_relationship [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_column [gw2] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_appending_to_relationship test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_appending_to_relationship test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match [gw3] [ 13%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_match [gw2] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_appending_to_relationship [gw7] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::PropagationFromMixinTest::test_propagate_w_field_mixin_col_and_default test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_flags_ignorecase test/orm/test_dataclasses_py3k.py::PropagationFromAbstractTest::test_propagate_w_field_mixin_col test/sql/test_ddlemit.py::EmitDDLTest::test_create_index_nocheck_doesnt_exist [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_flags_ignorecase test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_column2 [gw3] [ 13%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_replace_column2 [gw7] [ 13%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_index_nocheck_doesnt_exist test/sql/test_ddlemit.py::EmitDDLTest::test_create_table_index_checkfirst test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_not_regexp_match_column [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_not_regexp_match_column [gw2] [ 13%] PASSED test/orm/test_dataclasses_py3k.py::PropagationFromAbstractTest::test_propagate_w_field_mixin_col test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace_column [gw1] [ 13%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-0] [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_replace_column test/orm/test_core_compilation.py::SelectableTest::test_dml_descriptions[----update] [gw7] [ 13%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_table_index_checkfirst test/sql/test_ddlemit.py::EmitDDLTest::test_drop_metadata_checkfirst test/sql/test_ddlemit.py::EmitDDLTest::test_create_collection_nocheck test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_match [gw1] [ 13%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_dml_descriptions[----update] [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_match test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace_string [gw2] [ 13%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_collection_nocheck [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace_string test/sql/test_ddlemit.py::EmitDDLTest::test_create_metadata_inline_fk [gw7] [ 13%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_metadata_checkfirst test/sql/test_compiler.py::ResultMapTest::test_nested_api [gw3] [ 13%] PASSED test/sql/test_compiler.py::ResultMapTest::test_nested_api test/dialect/mysql/test_compiler.py::SQLTest::test_cast[CHAR-CAST(t.col AS CHAR)] [gw3] [ 13%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[CHAR-CAST(t.col AS CHAR)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DateTime-CAST(t.col AS DATETIME)0] test/sql/test_cte.py::CTETest::test_cloned_alias [gw2] [ 13%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_metadata_inline_fk test/sql/test_ddlemit.py::EmitDDLTest::test_drop_index_checkfirst_doesnt_exist [gw2] [ 13%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_index_checkfirst_doesnt_exist test/engine/test_ddlevents.py::DDLEventTest::test_metadata_drop_before [gw7] [ 14%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_metadata_drop_before test/engine/test_ddlevents.py::DDLEventTest::test_table_drop_before test/engine/test_ddlevents.py::DDLEventTest::test_metadata_create_after [gw1] [ 14%] PASSED test/sql/test_cte.py::CTETest::test_cloned_alias test/sql/test_cte.py::CTETest::test_insert_from_select_uses_independent_cte [gw2] [ 14%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_metadata_create_after test/engine/test_ddlevents.py::DDLEventTest::test_table_create_after [gw1] [ 14%] PASSED test/sql/test_cte.py::CTETest::test_insert_from_select_uses_independent_cte [gw2] [ 14%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_table_create_after test/sql/test_cte.py::CTETest::test_no_alias_construct [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DateTime-CAST(t.col AS DATETIME)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[LargeBinary-CAST(t.col AS BINARY)] [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[LargeBinary-CAST(t.col AS BINARY)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Numeric-CAST(t.col AS DECIMAL)] [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Numeric-CAST(t.col AS DECIMAL)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TIMESTAMP-CAST(t.col AS DATETIME)0] [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TIMESTAMP-CAST(t.col AS DATETIME)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[VARBINARY-CAST(t.col AS BINARY)] [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[VARBINARY-CAST(t.col AS BINARY)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_38-CAST(t.col AS CHAR(32))] [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_38-CAST(t.col AS CHAR(32))] test/dialect/mysql/test_compiler.py::SQLTest::test_cast_type_decorator [gw1] [ 14%] PASSED test/sql/test_cte.py::CTETest::test_no_alias_construct test/engine/test_ddlevents.py::DDLExecutionTest::test_metadata [gw2] [ 14%] PASSED test/engine/test_ddlevents.py::DDLExecutionTest::test_metadata test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_future_engine [gw7] [ 14%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_table_drop_before test/engine/test_ddlevents.py::DDLTest::test_filter [gw7] [ 14%] PASSED test/engine/test_ddlevents.py::DDLTest::test_filter [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast_type_decorator test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-FLOAT-CAST(t.col AS FLOAT)0] [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[False-FLOAT-CAST(t.col AS FLOAT)0] test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-Float-CAST(t.col AS FLOAT)] [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-Float-CAST(t.col AS FLOAT)] test/dialect/mysql/test_compiler.py::SQLTest::test_sysdate [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_sysdate test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[FLOAT-t.col0] test/sql/test_cte.py::CTETest::test_pg_example_three [gw1] [ 14%] PASSED test/sql/test_cte.py::CTETest::test_pg_example_three test/sql/test_cte.py::CTETest::test_recursive_cte_with_multiple_union_all [gw1] [ 14%] PASSED test/sql/test_cte.py::CTETest::test_recursive_cte_with_multiple_union_all test/sql/test_cte.py::CTETest::test_recursive_union_no_alias_three [gw1] [ 14%] PASSED test/sql/test_cte.py::CTETest::test_recursive_union_no_alias_three test/sql/test_cte.py::CTETest::test_select_uses_independent_cte [gw1] [ 14%] PASSED test/sql/test_cte.py::CTETest::test_select_uses_independent_cte test/sql/test_cte.py::CTETest::test_update_against_cte_directly [gw2] [ 14%] PASSED test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_future_engine test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_disable_eagerloads test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_joined [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[FLOAT-t.col0] test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[type_7-t.col] [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[type_7-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[type_3] [gw1] [ 14%] PASSED test/sql/test_cte.py::CTETest::test_update_against_cte_directly test/sql/test_cte.py::CTETest::test_wrecur_ovlp_lbls_plus_dupes_separate_keys_use_labels [gw3] [ 14%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[type_3] test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_select_labels [gw3] [ 14%] PASSED test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_select_labels test/dialect/mssql/test_compiler.py::SchemaTest::test_that_mssql_specified_not_nullable_emits_not_null [gw1] [ 14%] PASSED test/sql/test_cte.py::CTETest::test_wrecur_ovlp_lbls_plus_dupes_separate_keys_use_labels [gw3] [ 14%] PASSED test/dialect/mssql/test_compiler.py::SchemaTest::test_that_mssql_specified_not_nullable_emits_not_null test/sql/test_cte.py::NestingCTETest::test_nesting_cte_at_top_level test/sql/test_compiler.py::SelectTest::test_calculated_columns [gw1] [ 14%] PASSED test/sql/test_cte.py::NestingCTETest::test_nesting_cte_at_top_level test/sql/test_cte.py::NestingCTETest::test_select_from_delete_cte_with_nesting [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_calculated_columns test/sql/test_compiler.py::SelectTest::test_date_between [gw1] [ 14%] PASSED test/sql/test_cte.py::NestingCTETest::test_select_from_delete_cte_with_nesting [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_date_between test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels test/orm/test_cycles.py::BiDirectionalOneToManyTest2::test_cycle [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_dupe_columns_use_labels test/sql/test_compiler.py::SelectTest::test_fetch[5-10-fetch_kw0-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS ONLY-params0] [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[5-10-fetch_kw0-OFFSET :param_1 ROWS FETCH FIRST :param_2 ROWS ONLY-params0] test/sql/test_compiler.py::SelectTest::test_fetch[fetch8-offset8-fetch_kw8-OFFSET "Y" ROWS FETCH FIRST "Q" ROWS ONLY-params8] [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[fetch8-offset8-fetch_kw8-OFFSET "Y" ROWS FETCH FIRST "Q" ROWS ONLY-params8] test/sql/test_compiler.py::SelectTest::test_joins [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_joins test/sql/test_compiler.py::SelectTest::test_limit_offset[lim4-offset4-LIMIT Q OFFSET Y-params4] [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_offset[lim4-offset4-LIMIT Q OFFSET Y-params4] test/sql/test_compiler.py::SelectTest::test_naming [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_naming test/sql/test_compiler.py::SelectTest::test_orderby_groupby [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_orderby_groupby test/sql/test_compiler.py::SelectTest::test_overlapping_labels_plus_dupes_use_labels_mix_annotations [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_overlapping_labels_plus_dupes_use_labels_mix_annotations [gw6] [ 14%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_asdict_and_astuple_special_widget test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_asdict_and_astuple_special_widget [gw6] [ 14%] PASSED test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_asdict_and_astuple_special_widget test/orm/test_dataclasses_py3k.py::PropagationFromAbstractTest::test_propagate_w_field_mixin_col_and_default [gw6] [ 14%] PASSED test/orm/test_dataclasses_py3k.py::PropagationFromAbstractTest::test_propagate_w_field_mixin_col_and_default test/sql/test_ddlemit.py::EmitDDLTest::test_create_empty_collection [gw6] [ 14%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_empty_collection test/sql/test_ddlemit.py::EmitDDLTest::test_create_metadata_nocheck [gw6] [ 14%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_metadata_nocheck test/sql/test_ddlemit.py::EmitDDLTest::test_drop_index_checkfirst_exists [gw6] [ 14%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_index_checkfirst_exists test/engine/test_ddlevents.py::DDLEventTest::test_metadata_create_before [gw6] [ 14%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_metadata_create_before test/engine/test_ddlevents.py::DDLEventTest::test_table_create_before [gw6] [ 14%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_table_create_before test/engine/test_ddlevents.py::DDLExecutionTest::test_platform_escape [gw6] [ 14%] PASSED test/engine/test_ddlevents.py::DDLExecutionTest::test_platform_escape test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_legacy_connection_no_transaction [gw6] [ 14%] PASSED test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_legacy_connection_no_transaction test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_joined_path_wildcards [gw6] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_joined_path_wildcards test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_star_must_be_alone [gw6] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_star_must_be_alone test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_autoinc_detection_no_affinity [gw6] [ 14%] PASSED test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_autoinc_detection_no_affinity [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_having test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_empty [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_empty test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_inclusion_where [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_inclusion_where test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_having [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_having test/orm/test_core_compilation.py::CorrelateTest::test_multilevel_implicit_correlation_disabled [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_multilevel_implicit_correlation_disabled test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties_subquery_two [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties_subquery_two test/orm/test_core_compilation.py::ImplicitWithPolymorphicTest::test_select_columns_where_baseclass test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[insert-select-_exclusions2] [gw6] [ 14%] SKIPPED test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[insert-select-_exclusions2] test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[executemany-attribute-_exclusions2] [gw6] [ 14%] PASSED test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[executemany-attribute-_exclusions2] [gw2] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_joined test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_select_with_subqueryload [gw1] [ 14%] PASSED test/orm/test_cycles.py::BiDirectionalOneToManyTest2::test_cycle test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_o2m [gw1] [ 14%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_o2m test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults [gw1] [ 14%] PASSED test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults test/orm/test_cycles.py::SelfReferentialPostUpdateTest::test_one [gw7] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_disable_eagerloads test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_last_one_wins test/sql/test_defaults.py::DDLTest::test_sqlexpr [gw6] [ 14%] PASSED test/sql/test_defaults.py::DDLTest::test_sqlexpr test/sql/test_defaults.py::DefaultObjectTest::test_no_embed_in_sql [gw6] [ 14%] PASSED test/sql/test_defaults.py::DefaultObjectTest::test_no_embed_in_sql test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_standalone [gw6] [ 14%] PASSED test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_standalone test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insertmany [gw6] [ 14%] PASSED test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insertmany test/sql/test_defaults.py::InsertFromSelectTest_sqlite+pysqlite_3_38_2::test_insert_from_select_override_defaults [gw6] [ 14%] PASSED test/sql/test_defaults.py::InsertFromSelectTest_sqlite+pysqlite_3_38_2::test_insert_from_select_override_defaults test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_string_default_none_on_insert [gw6] [ 14%] PASSED test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_string_default_none_on_insert test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_sequence [gw6] [ 14%] PASSED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_sequence test/sql/test_defaults.py::UnicodeDefaultsTest_sqlite+pysqlite_3_38_2::test_nonunicode_default [gw6] [ 14%] PASSED test/sql/test_defaults.py::UnicodeDefaultsTest_sqlite+pysqlite_3_38_2::test_nonunicode_default test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_path_specific [gw1] [ 14%] PASSED test/orm/test_cycles.py::SelfReferentialPostUpdateTest::test_one test/orm/test_dataclasses_py3k.py::DataclassesTest::test_asdict_and_astuple_special_widget [gw1] [ 14%] PASSED test/orm/test_dataclasses_py3k.py::DataclassesTest::test_asdict_and_astuple_special_widget test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_asdict_and_astuple_special_widget [gw7] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_last_one_wins test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_subquery_with_joinedload [gw2] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_select_with_subqueryload test/orm/test_default_strategies.py::NoLoadTest::test_upgrade_o2m_noload_lazyload_option [gw2] [ 14%] PASSED test/orm/test_default_strategies.py::NoLoadTest::test_upgrade_o2m_noload_lazyload_option test/sql/test_compiler.py::SelectTest::test_prefix_constructor [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_prefix_constructor test/sql/test_compiler.py::SelectTest::test_use_labels [gw3] [ 14%] PASSED test/sql/test_compiler.py::SelectTest::test_use_labels test/dialect/postgresql/test_compiler.py::SequenceTest::test_create_index_concurrently[Integer-AS INTEGER ] [gw3] [ 14%] PASSED test/dialect/postgresql/test_compiler.py::SequenceTest::test_create_index_concurrently[Integer-AS INTEGER ] test/sql/test_compiler.py::StringifySpecialTest::test_dialect_specific_ddl [gw3] [ 14%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_dialect_specific_ddl test/sql/test_compiler.py::StringifySpecialTest::test_render_datetime[date] [gw3] [ 14%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_render_datetime[date] test/sql/test_compiler.py::StringifySpecialTest::test_within_group [gw3] [ 14%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_within_group [gw6] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_path_specific test/orm/test_deferred.py::DeferredOptionsTest::test_options [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::ImplicitWithPolymorphicTest::test_select_columns_where_baseclass test/orm/test_core_compilation.py::JoinTest::test_join_from_conflicting_left_side_plain [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::JoinTest::test_join_from_conflicting_left_side_plain test/orm/test_core_compilation.py::JoinTest::test_params_with_join[-SELECT users.id, users.name FROM users WHERE users.id = :foo-bindparams0-expected_params0] [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::JoinTest::test_params_with_join[-SELECT users.id, users.name FROM users WHERE users.id = :foo-bindparams0-expected_params0] [gw0] [ 14%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_columns test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_straight [gw1] [ 14%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_asdict_and_astuple_special_widget test/orm/test_dataclasses_py3k.py::FieldEmbeddedMixinWDeclaredAttrTest::test_setup test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[delete-select-_exclusions1] [gw2] [ 14%] SKIPPED test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[delete-select-_exclusions1] test/orm/test_defaults.py::ComputedDefaultsOnUpdateTest_sqlite+pysqlite_3_38_2::test_update_computed[noneagerload] [gw6] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_options test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_from_relationship_subqueryload [gw2] [ 14%] PASSED test/orm/test_defaults.py::ComputedDefaultsOnUpdateTest_sqlite+pysqlite_3_38_2::test_update_computed[noneagerload] test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_non_deferred_subq_one test/sql/test_defaults.py::DDLTest::test_literal_binds_w_quotes test/sql/test_compiler.py::UnsupportedTest::test_unsupported_operator [gw3] [ 14%] PASSED test/sql/test_compiler.py::UnsupportedTest::test_unsupported_operator test/ext/test_compiler.py::UserDefinedTest::test_function_calls_base [gw3] [ 14%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_function_calls_base test/ext/test_compiler.py::UserDefinedTest::test_no_default_message [gw3] [ 14%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_no_default_message test/orm/test_composites.py::ComparatorTest::test_comparator_behavior_custom [gw3] [ 14%] PASSED test/orm/test_composites.py::ComparatorTest::test_comparator_behavior_custom test/orm/test_composites.py::ConfigurationTest::test_columns [gw3] [ 14%] PASSED test/orm/test_composites.py::ConfigurationTest::test_columns test/orm/test_composites.py::ManyToOneTest::test_query_aliased [gw3] [ 14%] PASSED test/orm/test_composites.py::ManyToOneTest::test_query_aliased test/orm/test_composites.py::PointTest::test_comparator_aliased [gw3] [ 14%] PASSED test/orm/test_composites.py::PointTest::test_comparator_aliased [gw1] [ 14%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedMixinWDeclaredAttrTest::test_setup test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_equality test/orm/test_composites.py::PointTest::test_not_none [gw2] [ 14%] PASSED test/sql/test_defaults.py::DDLTest::test_literal_binds_w_quotes test/sql/test_defaults.py::DefaultObjectTest::test_bad_arg_signature [gw2] [ 14%] PASSED test/sql/test_defaults.py::DefaultObjectTest::test_bad_arg_signature test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_missing_many_param [gw1] [ 14%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_equality [gw3] [ 14%] PASSED test/orm/test_composites.py::PointTest::test_not_none [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_non_deferred_subq_one [gw2] [ 14%] PASSED test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_missing_many_param test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_equality test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert_values test/orm/test_core_compilation.py::RawSelectTest::test_correlate_aliased_entity [gw2] [ 14%] PASSED test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert_values test/orm/test_composites.py::PrimaryKeyTest::test_null_pk test/sql/test_defaults.py::InsertFromSelectTest_sqlite+pysqlite_3_38_2::test_insert_from_select_fn_defaults [gw0] [ 14%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_straight [gw1] [ 14%] PASSED test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_equality [gw2] [ 14%] PASSED test/sql/test_defaults.py::InsertFromSelectTest_sqlite+pysqlite_3_38_2::test_insert_from_select_fn_defaults test/orm/test_dataclasses_py3k.py::PropagationFromMixinTest::test_propagate_w_plain_mixin_col [gw3] [ 14%] PASSED test/orm/test_composites.py::PrimaryKeyTest::test_null_pk test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_int_default_on_insert_with_returning [gw2] [ 14%] SKIPPED test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_int_default_on_insert_with_returning [gw6] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_from_relationship_subqueryload test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_plain [gw7] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_subquery_with_joinedload test/orm/test_core_compilation.py::RelationshipNaturalCompileTest::test_of_type_explicit_join [gw2] [ 14%] PASSED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_plain test/sql/test_defaults.py::UnicodeDefaultsTest_sqlite+pysqlite_3_38_2::test_no_default [gw2] [ 14%] PASSED test/sql/test_defaults.py::UnicodeDefaultsTest_sqlite+pysqlite_3_38_2::test_no_default test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_parent_specific test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_single_col [gw7] [ 14%] PASSED test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_single_col test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[update-select-_exclusions0] [gw7] [ 14%] SKIPPED test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[update-select-_exclusions0] test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[single-attribute-_exclusions0] [gw1] [ 14%] PASSED test/orm/test_dataclasses_py3k.py::PropagationFromMixinTest::test_propagate_w_plain_mixin_col [gw7] [ 14%] PASSED test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[single-attribute-_exclusions0] test/sql/test_ddlemit.py::EmitDDLTest::test_create_index_nocheck_exists test/sql/test_computed.py::DDLComputedTest::test_to_metadata test/sql/test_defaults.py::DDLTest::test_text [gw7] [ 14%] PASSED test/sql/test_defaults.py::DDLTest::test_text test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert [gw3] [ 14%] PASSED test/sql/test_computed.py::DDLComputedTest::test_to_metadata test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_buildit_newstyle[False] [gw1] [ 14%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_index_nocheck_exists [gw7] [ 14%] PASSED test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_updatemany [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_correlate_aliased_entity [gw7] [ 14%] PASSED test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_updatemany test/orm/test_core_compilation.py::RawSelectTest::test_select_from_aliased_entity [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_select_from_aliased_entity test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_update test/sql/test_ddlemit.py::EmitDDLTest::test_drop_collection_checkfirst [gw7] [ 14%] PASSED test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_update [gw1] [ 14%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_collection_checkfirst test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_two_level test/sql/test_ddlemit.py::EmitDDLTest::test_drop_metadata_nocheck test/sql/test_defaults.py::PKIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement [gw1] [ 14%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_metadata_nocheck test/engine/test_ddlevents.py::DDLEventTest::test_metadata_drop_both [gw7] [ 14%] PASSED test/sql/test_defaults.py::PKIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement [gw0] [ 14%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalCompileTest::test_of_type_explicit_join test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_wpoly_of_type [gw2] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_parent_specific test/orm/test_deferred.py::DeferredOptionsTest::test_locates_col_w_option_rowproc_only test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_literal_column_default_no_label [gw7] [ 14%] PASSED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_literal_column_default_no_label test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_server_default_no_implicit_returning [gw7] [ 14%] SKIPPED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_server_default_no_implicit_returning test/orm/test_deferred.py::DeferredOptionsTest::test_chained_multi_col_options [gw1] [ 14%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_metadata_drop_both test/engine/test_ddlevents.py::DDLEventTest::test_table_drop_both [gw1] [ 14%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_table_drop_both test/engine/test_ddlevents.py::DDLTest::test_tokens [gw1] [ 14%] PASSED test/engine/test_ddlevents.py::DDLTest::test_tokens test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_downgrade_baseline [gw3] [ 14%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_buildit_newstyle[False] test/orm/inheritance/test_concrete.py::ManySallyanyTest::test_selective_relationships [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_two_level test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_wpoly_aliased_flat_of_type [gw2] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_locates_col_w_option_rowproc_only test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_from_relationship_lazyload [gw2] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_from_relationship_lazyload test/orm/test_deferred.py::DeferredPopulationTest::test_joinedload_with_clear [gw7] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_chained_multi_col_options test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_synonym [gw7] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_synonym [gw3] [ 14%] PASSED test/orm/inheritance/test_concrete.py::ManySallyanyTest::test_selective_relationships test/base/test_concurrency_py3k.py::TestAsyncAdaptedQueue::test_lazy_init [gw2] [ 14%] PASSED test/orm/test_deferred.py::DeferredPopulationTest::test_joinedload_with_clear test/orm/test_deferred.py::DeferredTest::test_map_selectable_wo_deferred [gw2] [ 14%] PASSED test/orm/test_deferred.py::DeferredTest::test_map_selectable_wo_deferred test/orm/test_deferred.py::InheritanceTest::test_defer_on_wildcard_subclass test/orm/test_deferred.py::DeferredOptionsTest::test_raise_on_col_w_option_rowproc_only [gw7] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_raise_on_col_w_option_rowproc_only test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_star [gw7] [ 14%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_star test/orm/test_deferred.py::DeferredTest::test_basic [gw7] [ 14%] PASSED test/orm/test_deferred.py::DeferredTest::test_basic test/orm/test_deferred.py::DeferredTest::test_unsaved [gw1] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_downgrade_baseline test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_noload_with_joinedload [gw1] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_noload_with_joinedload test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_subquery_with_lazyload [gw1] [ 14%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_subquery_with_lazyload test/orm/test_deferred.py::DeferredPopulationTest::test_no_previous_query [gw6] [ 14%] PASSED test/orm/test_deferred.py::DeferredPopulationTest::test_no_previous_query test/orm/test_deferred.py::DeferredTest::test_preserve_changes [gw6] [ 14%] PASSED test/orm/test_deferred.py::DeferredTest::test_preserve_changes test/orm/test_deferred.py::InheritanceTest::test_defer_super_name_on_subclass test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_col_w_nonoptional_sequence_non_autoinc_no_firing [gw1] [ 14%] PASSED test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_col_w_nonoptional_sequence_non_autoinc_no_firing test/orm/test_defaults.py::ComputedDefaultsOnUpdateTest_sqlite+pysqlite_3_38_2::test_insert_computed[eager] [gw7] [ 14%] PASSED test/orm/test_deferred.py::DeferredTest::test_unsaved [gw5] [ 14%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_wpoly_aliased_flat_of_type [gw3] [ 14%] PASSED test/base/test_concurrency_py3k.py::TestAsyncAdaptedQueue::test_lazy_init test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_propagate_cancelled [gw3] [ 14%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_propagate_cancelled test/orm/test_deferred.py::InheritanceTest::test_load_only_alias_subclass_bound test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_straight test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_column_fk [gw3] [ 14%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_deferrable_column_fk test/sql/test_constraints.py::ConstraintCompilationTest::test_empty_pkc [gw3] [ 14%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_empty_pkc test/sql/test_constraints.py::ConstraintCompilationTest::test_multiple [gw3] [ 14%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_multiple test/sql/test_constraints.py::ConstraintCompilationTest::test_render_ck_constraint_external [gw3] [ 14%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_ck_constraint_external test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_cycle_named_fks [gw3] [ 14%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_cycle_named_fks test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_index_create [gw3] [ 15%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_index_create test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_maintain_annotations_from_table [gw7] [ 15%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_alias_subclass_bound test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_from_relationship_bound [gw7] [ 15%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_from_relationship_bound test/orm/test_deferred.py::RaiseLoadTest::test_does_expire_cancel_normal_defer_option [gw5] [ 15%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_straight [gw7] [ 15%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_does_expire_cancel_normal_defer_option test/orm/test_deferred.py::RaiseLoadTest::test_option_raiseload_unexpire_modified_obj test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-1] [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_maintain_annotations_from_table test/orm/test_core_compilation.py::CorrelateTest::test_correlate_all_where [gw2] [ 15%] PASSED test/orm/test_deferred.py::InheritanceTest::test_defer_on_wildcard_subclass test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_and_superclass [gw2] [ 15%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_and_superclass [gw0] [ 15%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_wpoly_of_type test/orm/test_core_compilation.py::SelectableTest::test_dml_descriptions[----delete] test/orm/test_deferred.py::InheritanceTest::test_wildcard_subclass_of_type [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_all_where test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_from [gw2] [ 15%] PASSED test/orm/test_deferred.py::InheritanceTest::test_wildcard_subclass_of_type [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_disabled_from test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_froms test/orm/test_deferred.py::RaiseLoadTest::test_mapper_raise_after_expire_obj [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_froms test/orm/test_core_compilation.py::CorrelateTest::test_correlate_from_all_ok [gw1] [ 15%] PASSED test/orm/test_defaults.py::ComputedDefaultsOnUpdateTest_sqlite+pysqlite_3_38_2::test_insert_computed[eager] [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_from_all_ok test/orm/test_core_compilation.py::CorrelateTest::test_correlate_where_all_unintentional [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_where_all_unintentional test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[single-method-_exclusions1] [gw1] [ 15%] PASSED test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[single-method-_exclusions1] [gw2] [ 15%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_mapper_raise_after_expire_obj test/sql/test_defaults.py::DDLTest::test_text_literal_binds test/orm/test_deferred.py::WithExpressionTest::test_expr_default_value [gw1] [ 15%] PASSED test/sql/test_defaults.py::DDLTest::test_text_literal_binds test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert_multivalues [gw7] [ 15%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_option_raiseload_unexpire_modified_obj [gw1] [ 15%] PASSED test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert_multivalues test/orm/test_deferred.py::WithExpressionTest::test_reuse_expr test/orm/test_defaults.py::ExcludedDefaultsTest::test_exclude [gw2] [ 15%] PASSED test/orm/test_deferred.py::WithExpressionTest::test_expr_default_value test/sql/test_delete.py::DeleteFromCompileTest::test_delete_extra_froms [gw2] [ 15%] PASSED test/sql/test_delete.py::DeleteFromCompileTest::test_delete_extra_froms test/sql/test_delete.py::DeleteTest::test_delete [gw1] [ 15%] PASSED test/orm/test_defaults.py::ExcludedDefaultsTest::test_exclude [gw2] [ 15%] PASSED test/sql/test_delete.py::DeleteTest::test_delete test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_update_values test/base/test_dependency.py::DependencySortTest::test_find_multiple_cycles_three [gw2] [ 15%] PASSED test/base/test_dependency.py::DependencySortTest::test_find_multiple_cycles_three test/base/test_dependency.py::DependencySortTest::test_sort_one [gw2] [ 15%] PASSED test/base/test_dependency.py::DependencySortTest::test_sort_one test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_accounting_commit_fails_delete [gw1] [ 15%] PASSED test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_update_values [gw7] [ 15%] PASSED test/orm/test_deferred.py::WithExpressionTest::test_reuse_expr test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_autoincrement_reflected_from_server_default test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table [gw1] [ 15%] PASSED test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_autoincrement_reflected_from_server_default test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_literal_default_label [gw7] [ 15%] SKIPPED test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table [gw1] [ 15%] PASSED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_literal_default_label test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_text_clause_default_no_type [gw1] [ 15%] PASSED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_text_clause_default_no_type test/sql/test_delete.py::DeleteTest::test_where_empty test/orm/test_deferred.py::DeferredOptionsTest::test_deep_options [gw5] [ 15%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-1] test/orm/test_core_compilation.py::SelectableTest::test_filter_by [gw7] [ 15%] PASSED test/sql/test_delete.py::DeleteTest::test_where_empty [gw5] [ 15%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_filter_by test/base/test_dependency.py::DependencySortTest::test_raise_on_cycle_three [gw7] [ 15%] PASSED test/base/test_dependency.py::DependencySortTest::test_raise_on_cycle_three test/orm/test_deprecations.py::AliasFromCorrectLeftTest::test_join_prop_to_prop test/sql/test_cte.py::CTETest::test_compound_select_uses_independent_cte [gw2] [ 15%] PASSED test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_accounting_commit_fails_delete [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_column_properties [gw5] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_compound_select_uses_independent_cte test/orm/test_core_compilation.py::ExtraColsTest::test_with_expr_four test/sql/test_cte.py::CTETest::test_insert_in_the_cte [gw5] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_insert_in_the_cte test/sql/test_cte.py::CTETest::test_nonrecursive test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_drop [gw5] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_nonrecursive test/sql/test_cte.py::CTETest::test_pg_example_two [gw5] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_pg_example_two test/sql/test_cte.py::CTETest::test_recursive_inner_cte_unioned_to_alias [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_with_expr_four [gw7] [ 15%] PASSED test/orm/test_deprecations.py::AliasFromCorrectLeftTest::test_join_prop_to_prop [gw2] [ 15%] PASSED test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_drop [gw0] [ 15%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_dml_descriptions[----delete] test/orm/test_deprecations.py::BindSensitiveStringifyTest::test_query_unbound_session test/orm/test_core_compilation.py::JoinTest::test_join_conflicting_right_side [gw2] [ 15%] PASSED test/orm/test_deprecations.py::BindSensitiveStringifyTest::test_query_unbound_session test/sql/test_cte.py::CTETest::test_anon_insert_cte test/orm/test_deprecations.py::CacheKeyTest::test_orm_query_w_orm_joins [gw0] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_anon_insert_cte test/sql/test_cte.py::CTETest::test_delete_uses_independent_cte [gw0] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_delete_uses_independent_cte test/sql/test_cte.py::CTETest::test_named_alias_no_quote [gw5] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_recursive_inner_cte_unioned_to_alias test/sql/test_cte.py::CTETest::test_recursive_union_no_alias_two [gw0] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_named_alias_no_quote test/sql/test_cte.py::CTETest::test_pg_example_one [gw1] [ 15%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_deep_options [gw5] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_recursive_union_no_alias_two test/sql/test_cte.py::CTETest::test_standalone_function [gw5] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_standalone_function [gw0] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_pg_example_one test/sql/test_cte.py::CTETest::test_update_pulls_from_cte test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_w_deferred test/sql/test_cte.py::CTETest::test_recursive [gw5] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_update_pulls_from_cte test/sql/test_cte.py::NestingCTETest::test_aliased_recursive_nesting_cte_in_cte [gw5] [ 15%] PASSED test/sql/test_cte.py::NestingCTETest::test_aliased_recursive_nesting_cte_in_cte test/sql/test_cte.py::NestingCTETest::test_nesting_cte_in_cte_with_same_name [gw0] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_recursive [gw5] [ 15%] PASSED test/sql/test_cte.py::NestingCTETest::test_nesting_cte_in_cte_with_same_name test/sql/test_cte.py::CTETest::test_recursive_union_no_alias_four test/sql/test_cte.py::NestingCTETest::test_select_from_insert_cte_with_nesting [gw1] [ 15%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_w_deferred [gw5] [ 15%] PASSED test/sql/test_cte.py::NestingCTETest::test_select_from_insert_cte_with_nesting [gw0] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_recursive_union_no_alias_four test/sql/test_cte.py::CTETest::test_select_from_update_cte[default_enhanced] test/orm/test_cycles.py::InheritTestOne::test_many_to_one_only test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group [gw0] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_select_from_update_cte[default_enhanced] test/sql/test_cte.py::CTETest::test_union [gw0] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_union test/sql/test_cte.py::CTETest::test_wrecur_dupe_col_names [gw0] [ 15%] PASSED test/sql/test_cte.py::CTETest::test_wrecur_dupe_col_names test/sql/test_cte.py::NestingCTETest::test_double_nesting_cte_with_cross_reference_in_cte [gw5] [ 15%] PASSED test/orm/test_cycles.py::InheritTestOne::test_many_to_one_only test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_cycle [gw5] [ 15%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_cycle test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_can_set_value [gw5] [ 15%] PASSED test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_can_set_value test/orm/test_cycles.py::SelfReferentialPostUpdateTest2::test_one [gw5] [ 15%] PASSED test/orm/test_cycles.py::SelfReferentialPostUpdateTest2::test_one test/orm/test_dataclasses_py3k.py::DataclassesTest::test_asdict_and_astuple_widget [gw5] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::DataclassesTest::test_asdict_and_astuple_widget test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_asdict_and_astuple_widget [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::JoinTest::test_join_conflicting_right_side test/orm/test_core_compilation.py::JoinTest::test_join_from_we_can_explicitly_tree_joins [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::JoinTest::test_join_from_we_can_explicitly_tree_joins test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_nested_union_undefer_option [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_nested_union_undefer_option test/orm/test_core_compilation.py::RawSelectTest::test_columns_clause_aliased_entity [gw2] [ 15%] PASSED test/orm/test_deprecations.py::CacheKeyTest::test_orm_query_w_orm_joins test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False-set-add] [gw2] [ 15%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False-set-add] test/orm/test_deprecations.py::ColumnAccessTest::test_select_entity_from_no_entities [gw1] [ 15%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group test/orm/test_deferred.py::DeferredPopulationTest::test_join_no_clear [gw1] [ 15%] PASSED test/orm/test_deferred.py::DeferredPopulationTest::test_join_no_clear test/orm/test_deferred.py::DeferredTest::test_commits_state [gw1] [ 15%] PASSED test/orm/test_deferred.py::DeferredTest::test_commits_state test/orm/test_deferred.py::DeferredTest::test_unsaved_2 [gw1] [ 15%] PASSED test/orm/test_deferred.py::DeferredTest::test_unsaved_2 test/orm/test_deferred.py::InheritanceTest::test_load_only_from_with_polymorphic [gw5] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_asdict_and_astuple_widget [gw0] [ 15%] PASSED test/sql/test_cte.py::NestingCTETest::test_double_nesting_cte_with_cross_reference_in_cte test/sql/test_cte.py::NestingCTETest::test_recursive_nesting_cte_in_recursive_cte [gw0] [ 15%] PASSED test/sql/test_cte.py::NestingCTETest::test_recursive_nesting_cte_in_recursive_cte test/orm/test_cycles.py::BiDirectionalManyToOneTest::test_reflush_2 test/orm/test_dataclasses_py3k.py::FieldEmbeddedMixinWLambdaTest::test_asdict_and_astuple_special_widget [gw6] [ 15%] PASSED test/orm/test_deferred.py::InheritanceTest::test_defer_super_name_on_subclass test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_and_superclass_bound [gw6] [ 15%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_and_superclass_bound [gw5] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedMixinWLambdaTest::test_asdict_and_astuple_special_widget test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_filtering_on_relationship test/orm/test_deferred.py::RaiseLoadTest::test_deferred_raise_option_load_after_expire_obj [gw0] [ 15%] PASSED test/orm/test_cycles.py::BiDirectionalManyToOneTest::test_reflush_2 [gw6] [ 15%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_deferred_raise_option_load_after_expire_obj test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_m2o_detect_none test/orm/test_deferred.py::RaiseLoadTest::test_mapper_raise_after_modify_attr_expire_obj [gw6] [ 15%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_mapper_raise_after_modify_attr_expire_obj test/orm/test_deferred.py::WithExpressionTest::test_in_joinedload [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_columns_clause_aliased_entity [gw0] [ 15%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_m2o_detect_none test/orm/test_core_compilation.py::RawSelectTest::test_insert_from_entity [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_insert_from_entity test/orm/test_core_compilation.py::RawSelectTest::test_where_relationship test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_o2m [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_where_relationship test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_columns [gw5] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_filtering_on_relationship test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_filtering_on_relationship [gw6] [ 15%] PASSED test/orm/test_deferred.py::WithExpressionTest::test_in_joinedload test/sql/test_delete.py::DeleteFromCompileTest::test_dont_correlate_to_extra [gw0] [ 15%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_o2m test/orm/test_cycles.py::SelfReferentialNoPKTest::test_basic [gw1] [ 15%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_from_with_polymorphic test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_from_relationship_polymorphic [gw0] [ 15%] PASSED test/orm/test_cycles.py::SelfReferentialNoPKTest::test_basic test/orm/test_cycles.py::SelfReferentialTest::test_single [gw5] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_filtering_on_relationship test/sql/test_ddlemit.py::EmitDDLTest::test_comment [gw5] [ 15%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_comment test/sql/test_ddlemit.py::EmitDDLTest::test_create_metadata_auto_alter_fk [gw5] [ 15%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_metadata_auto_alter_fk test/sql/test_ddlemit.py::EmitDDLTest::test_drop_collection_nocheck [gw5] [ 15%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_collection_nocheck test/sql/test_ddlemit.py::EmitDDLTest::test_drop_seq_checkfirst [gw5] [ 15%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_seq_checkfirst test/engine/test_ddlevents.py::DDLEventTest::test_metadata_table_isolation [gw2] [ 15%] PASSED test/orm/test_deprecations.py::ColumnAccessTest::test_select_entity_from_no_entities [gw6] [ 15%] PASSED test/sql/test_delete.py::DeleteFromCompileTest::test_dont_correlate_to_extra test/sql/test_delete.py::DeleteTest::test_delete_literal_binds [gw6] [ 15%] PASSED test/sql/test_delete.py::DeleteTest::test_delete_literal_binds test/base/test_dependency.py::DependencySortTest::test_find_multiple_cycles_two [gw6] [ 15%] PASSED test/base/test_dependency.py::DependencySortTest::test_find_multiple_cycles_two test/base/test_dependency.py::DependencySortTest::test_sort_three [gw6] [ 15%] PASSED test/base/test_dependency.py::DependencySortTest::test_sort_three test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_accounting_no_select_needed test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_close_conn [gw5] [ 15%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_metadata_table_isolation test/engine/test_ddlevents.py::DDLExecutionTest::test_conditional_constraint [gw0] [ 15%] PASSED test/orm/test_cycles.py::SelfReferentialTest::test_single [gw2] [ 15%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_close_conn test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_implicit_execute [gw5] [ 15%] PASSED test/engine/test_ddlevents.py::DDLExecutionTest::test_conditional_constraint test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_future_connection_autobegin_transaction [gw2] [ 15%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_implicit_execute test/engine/test_deprecations.py::CreateEngineTest::test_strategy_keyword_unknown test/orm/test_dataclasses_py3k.py::DataclassesTest::test_round_trip [gw2] [ 15%] PASSED test/engine/test_deprecations.py::CreateEngineTest::test_strategy_keyword_unknown [gw5] [ 15%] PASSED test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_future_connection_autobegin_transaction test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_case_insensitive_unoptimized test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_global_star_ignored_no_entities_bound [gw2] [ 15%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_case_insensitive_unoptimized test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_ddl_deprecated [gw2] [ 15%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_ddl_deprecated test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropSchema] [gw0] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::DataclassesTest::test_round_trip [gw2] [ 15%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropSchema] test/sql/test_deprecations.py::DMLTest::test_insert_inline_kw_defaults test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_round_trip [gw2] [ 15%] PASSED test/sql/test_deprecations.py::DMLTest::test_insert_inline_kw_defaults test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t0-idx_to_value0] [gw2] [ 15%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t0-idx_to_value0] test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t8-idx_to_value8] [gw0] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_round_trip test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_classes_are_still_dataclasses [gw2] [ 15%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t8-idx_to_value8] test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_downgrade_baseline [gw5] [ 15%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_global_star_ignored_no_entities_bound test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_noload_with_subqueryload [gw0] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_classes_are_still_dataclasses test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_classes_are_still_dataclasses [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_columns [gw6] [ 15%] PASSED test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_accounting_no_select_needed test/orm/test_core_compilation.py::RelationshipNaturalCompileTest::test_many_to_many_implicit_join [gw0] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_classes_are_still_dataclasses test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_insert test/orm/test_dataclasses_py3k.py::PropagationFromMixinTest::test_propagate_w_field_mixin_col [gw6] [ 15%] PASSED test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_insert [gw0] [ 15%] PASSED test/orm/test_dataclasses_py3k.py::PropagationFromMixinTest::test_propagate_w_field_mixin_col test/sql/test_deprecations.py::BoundMetadataTest::test_arg_deprecated test/sql/test_ddlemit.py::EmitDDLTest::test_create_index_checkfirst_exists [gw6] [ 15%] PASSED test/sql/test_deprecations.py::BoundMetadataTest::test_arg_deprecated test/orm/test_deprecations.py::CacheKeyTest::test_unbound_options [gw0] [ 15%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_index_checkfirst_exists test/sql/test_ddlemit.py::EmitDDLTest::test_create_table_exists_index_checkfirst [gw0] [ 15%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_table_exists_index_checkfirst test/sql/test_ddlemit.py::EmitDDLTest::test_drop_index_nocheck_exists [gw0] [ 15%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_index_nocheck_exists test/engine/test_ddlevents.py::DDLEventTest::test_metadata_drop_after [gw2] [ 15%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_downgrade_baseline [gw0] [ 15%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_metadata_drop_after test/engine/test_ddlevents.py::DDLEventTest::test_table_drop_after test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_noload_with_joinedload [gw0] [ 15%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_table_drop_after test/engine/test_ddlevents.py::DDLExecutionTest::test_table_standalone [gw0] [ 15%] PASSED test/engine/test_ddlevents.py::DDLExecutionTest::test_table_standalone test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_legacy_engine test/orm/test_deprecations.py::AutocommitClosesOnFailTest::test_close_transaction_on_commit_fail [gw7] [ 15%] SKIPPED test/orm/test_deprecations.py::AutocommitClosesOnFailTest::test_close_transaction_on_commit_fail [gw5] [ 15%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_noload_with_subqueryload test/ext/test_deprecations.py::AutomapTest::test_reflect_true [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalCompileTest::test_many_to_many_implicit_join [gw2] [ 15%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_noload_with_joinedload [gw0] [ 15%] PASSED test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_legacy_engine test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_joined_with_subqueryload test/orm/test_default_strategies.py::NoLoadTest::test_m2o_noload_option [gw5] [ 15%] PASSED test/orm/test_default_strategies.py::NoLoadTest::test_m2o_noload_option test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_col_w_optional_sequence_non_autoinc_no_firing [gw5] [ 15%] PASSED test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_col_w_optional_sequence_non_autoinc_no_firing test/orm/test_defaults.py::ComputedDefaultsOnUpdateTest_sqlite+pysqlite_3_38_2::test_insert_computed[noneager] [gw7] [ 15%] PASSED test/ext/test_deprecations.py::AutomapTest::test_reflect_true test/sql/test_deprecations.py::BoundMetadataTest::test_bind_arg_text [gw7] [ 15%] PASSED test/sql/test_deprecations.py::BoundMetadataTest::test_bind_arg_text test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False--setdefault] [gw7] [ 15%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False--setdefault] test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True--update_kw] [gw7] [ 15%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True--update_kw] test/sql/test_deprecations.py::ConnectionlessCursorResultTest_sqlite+pysqlite_3_38_2::test_connectionless_autoclose_no_metadata [gw7] [ 15%] PASSED test/sql/test_deprecations.py::ConnectionlessCursorResultTest_sqlite+pysqlite_3_38_2::test_connectionless_autoclose_no_metadata test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_subquery_with_lazyload [gw2] [ 15%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_subquery_with_lazyload test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_wpoly_aliased_of_type test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_create_drop_err_metadata [gw7] [ 15%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_create_drop_err_metadata test/sql/test_deprecations.py::ConvertUnicodeDeprecationTest_sqlite+pysqlite_3_38_2::test_ignoring_unicode_error [gw5] [ 15%] PASSED test/orm/test_defaults.py::ComputedDefaultsOnUpdateTest_sqlite+pysqlite_3_38_2::test_insert_computed[noneager] [gw7] [ 15%] PASSED test/sql/test_deprecations.py::ConvertUnicodeDeprecationTest_sqlite+pysqlite_3_38_2::test_ignoring_unicode_error test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_label_overlap_fallback test/sql/test_defaults.py::DDLTest::test_literal_binds_pgarray [gw5] [ 15%] PASSED test/sql/test_defaults.py::DDLTest::test_literal_binds_pgarray test/sql/test_defaults.py::DDLTest::test_text_w_quotes [gw5] [ 15%] PASSED test/sql/test_defaults.py::DDLTest::test_text_w_quotes test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert_values [gw7] [ 15%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_label_overlap_fallback test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_keys_deprecated [gw5] [ 15%] PASSED test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert_values test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert [gw7] [ 15%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_keys_deprecated test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[CreateSchema] [gw7] [ 15%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[CreateSchema] [gw3] [ 15%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_wpoly_aliased_of_type test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[SetTableComment] [gw7] [ 15%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[SetTableComment] test/sql/test_deprecations.py::DMLTest::test_update_ordered_parameters_oldstyle_1 [gw5] [ 15%] PASSED test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_updatemany test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-5] [gw5] [ 15%] PASSED test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_updatemany [gw7] [ 15%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_ordered_parameters_oldstyle_1 test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_int_default_none_on_insert test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t4-idx_to_value4] test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_alias_subclass_bound [gw5] [ 15%] PASSED test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_int_default_none_on_insert test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_literal_default_no_label [gw5] [ 15%] PASSED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_literal_default_no_label [gw6] [ 15%] PASSED test/orm/test_deprecations.py::CacheKeyTest::test_unbound_options test/orm/test_defaults.py::TriggerDefaultsTest::test_insert [gw0] [ 15%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_joined_with_subqueryload test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_subquery_path_wildcards test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True--__setitem__] [gw5] [ 16%] PASSED test/orm/test_defaults.py::TriggerDefaultsTest::test_insert [gw6] [ 16%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True--__setitem__] test/dialect/mysql/test_deprecations.py::CompileTest::test_distinct_string test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_no_pk [gw6] [ 16%] PASSED test/dialect/mysql/test_deprecations.py::CompileTest::test_distinct_string test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_close_engine [gw6] [ 16%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_close_engine test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_inspector_constructor_connection [gw6] [ 16%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_inspector_constructor_connection test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column_case_sensitive [gw7] [ 16%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t4-idx_to_value4] [gw6] [ 16%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column_case_sensitive test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_contains_key_deprecated test/dialect/test_deprecations.py::DatabaseRemovedTest::test_deprecate_databases [gw6] [ 16%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_contains_key_deprecated [gw7] [ 16%] PASSED test/dialect/test_deprecations.py::DatabaseRemovedTest::test_deprecate_databases test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_drop_index_deprecated test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_joined_path_wildcards [gw6] [ 16%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_drop_index_deprecated test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropSequence] [gw6] [ 16%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropSequence] test/sql/test_deprecations.py::DMLTest::test_update_dialect_kwargs [gw2] [ 16%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_alias_subclass_bound test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_from_relationship_bound [gw2] [ 16%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_from_relationship_bound [gw6] [ 16%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_dialect_kwargs test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t1-idx_to_value1] test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_correlation [gw2] [ 16%] PASSED test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_correlation [gw6] [ 16%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t1-idx_to_value1] test/engine/test_deprecations.py::DeprecatedConnectionFeatureTest_sqlite+pysqlite_3_38_2::test_scalar_plain_string test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t9-idx_to_value9] [gw3] [ 16%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-5] [gw2] [ 16%] PASSED test/engine/test_deprecations.py::DeprecatedConnectionFeatureTest_sqlite+pysqlite_3_38_2::test_scalar_plain_string test/engine/test_deprecations.py::DeprecatedExecParamsTest_sqlite+pysqlite_3_38_2::test_kwargs [gw6] [ 16%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t9-idx_to_value9] [gw2] [ 16%] PASSED test/engine/test_deprecations.py::DeprecatedExecParamsTest_sqlite+pysqlite_3_38_2::test_kwargs test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_global_star_ignored_no_entities_bound test/orm/test_deprecations.py::DeprecatedInhTest::test_with_polymorphic [gw5] [ 16%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_no_pk test/orm/test_deferred.py::DeferredOptionsTest::test_locates_col test/sql/test_cte.py::CTETest::test_all_aliases [gw3] [ 16%] PASSED test/sql/test_cte.py::CTETest::test_all_aliases test/sql/test_cte.py::CTETest::test_delete_against_user_textual_cte [gw3] [ 16%] PASSED test/sql/test_cte.py::CTETest::test_delete_against_user_textual_cte [gw7] [ 16%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_joined_path_wildcards test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_star_must_be_alone test/sql/test_cte.py::CTETest::test_named_alias_disable_quote [gw3] [ 16%] PASSED test/sql/test_cte.py::CTETest::test_named_alias_disable_quote test/sql/test_cte.py::CTETest::test_order_by_group_by_label_w_scalar_subquery[order_by-True] [gw3] [ 16%] PASSED test/sql/test_cte.py::CTETest::test_order_by_group_by_label_w_scalar_subquery[order_by-True] test/sql/test_cte.py::CTETest::test_prefixes [gw3] [ 16%] PASSED test/sql/test_cte.py::CTETest::test_prefixes [gw6] [ 16%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_global_star_ignored_no_entities_bound test/sql/test_cte.py::CTETest::test_recursive_union_alias_two [gw5] [ 16%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_locates_col test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_from_relationship_joinedload [gw3] [ 16%] PASSED test/sql/test_cte.py::CTETest::test_recursive_union_alias_two test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_noload_with_subqueryload test/sql/test_cte.py::CTETest::test_select_from_delete_cte[postgresql] [gw3] [ 16%] PASSED test/sql/test_cte.py::CTETest::test_select_from_delete_cte[postgresql] test/sql/test_cte.py::CTETest::test_textual_select_uses_independent_cte_two [gw3] [ 16%] PASSED test/sql/test_cte.py::CTETest::test_textual_select_uses_independent_cte_two test/sql/test_cte.py::CTETest::test_with_recursive_no_name_currently_buggy [gw3] [ 16%] PASSED test/sql/test_cte.py::CTETest::test_with_recursive_no_name_currently_buggy test/sql/test_cte.py::NestingCTETest::test_double_nesting_cte_in_cte [gw7] [ 16%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_star_must_be_alone [gw6] [ 16%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_noload_with_subqueryload test/sql/test_deprecations.py::DefaultTest_sqlite+pysqlite_3_38_2::test_close_on_branched [gw5] [ 16%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_from_relationship_joinedload test/orm/test_deprecations.py::Deferred_InheritanceTest::test_defer_on_wildcard_subclass [gw1] [ 16%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_from_relationship_polymorphic test/orm/test_deferred.py::RaiseLoadTest::test_mapper_defer_unraise [gw1] [ 16%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_mapper_defer_unraise test/orm/test_deferred.py::SelfReferentialMultiPathTest::test_present_overrides_deferred [gw2] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedInhTest::test_with_polymorphic test/orm/test_deprecations.py::DeprecatedQueryTest::test_deprecated_negative_slices [gw3] [ 16%] PASSED test/sql/test_cte.py::NestingCTETest::test_double_nesting_cte_in_cte test/sql/test_cte.py::NestingCTETest::test_recursive_nesting_cte_in_cte [gw3] [ 16%] PASSED test/sql/test_cte.py::NestingCTETest::test_recursive_nesting_cte_in_cte test/orm/test_cycles.py::BiDirectionalManyToOneTest::test_reflush [gw3] [ 16%] PASSED test/orm/test_cycles.py::BiDirectionalManyToOneTest::test_reflush [gw6] [ 16%] PASSED test/sql/test_deprecations.py::DefaultTest_sqlite+pysqlite_3_38_2::test_close_on_branched test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_from_with_polymorphic test/orm/test_deferred.py::DeferredPopulationTest::test_join_with_clear test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_m2o [gw1] [ 16%] PASSED test/orm/test_deferred.py::SelfReferentialMultiPathTest::test_present_overrides_deferred test/orm/test_deferred.py::WithExpressionTest::test_simple_expr [gw7] [ 16%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_defer_on_wildcard_subclass test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_and_superclass [gw7] [ 16%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_and_superclass test/orm/test_deprecations.py::Deferred_InheritanceTest::test_wildcard_subclass_of_type [gw5] [ 16%] PASSED test/orm/test_deferred.py::DeferredPopulationTest::test_join_with_clear test/orm/test_deferred.py::DeferredTest::test_defer_primary_key [gw7] [ 16%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_wildcard_subclass_of_type test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_order_by [gw5] [ 16%] PASSED test/orm/test_deferred.py::DeferredTest::test_defer_primary_key [gw1] [ 16%] PASSED test/orm/test_deferred.py::WithExpressionTest::test_simple_expr [gw7] [ 16%] PASSED test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_order_by test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_transaction_connection_fn_commit test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table_plus_alias test/orm/test_deferred.py::DeferredTest::test_unsaved_group [gw2] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_deprecated_negative_slices [gw7] [ 16%] PASSED test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_transaction_connection_fn_commit test/orm/test_deprecations.py::DeprecatedQueryTest::test_join_no_order_by test/ext/declarative/test_deprecations.py::DeprecatedImportsTest::test_declarative_base [gw7] [ 16%] PASSED test/ext/declarative/test_deprecations.py::DeprecatedImportsTest::test_declarative_base test/orm/test_deprecations.py::DeprecatedMapperTest::test_polymorphic_union_w_select [gw1] [ 16%] SKIPPED test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table_plus_alias test/base/test_dependency.py::DependencySortTest::test_find_cycle_one [gw1] [ 16%] PASSED test/base/test_dependency.py::DependencySortTest::test_find_cycle_one test/base/test_dependency.py::DependencySortTest::test_raise_on_cycle_two [gw1] [ 16%] PASSED test/base/test_dependency.py::DependencySortTest::test_raise_on_cycle_two test/orm/test_deprecations.py::AliasFromCorrectLeftTest::test_join_prop_to_string [gw6] [ 16%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_from_with_polymorphic [gw2] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_join_no_order_by test/orm/test_deprecations.py::DeprecatedQueryTest::test_select_entity_from_crit test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_from_relationship_polymorphic [gw2] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_select_entity_from_crit test/orm/test_deprecations.py::DeprecatedQueryTest::test_text_as_column [gw3] [ 16%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_legacy_style::test_post_update_m2o [gw6] [ 16%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_from_relationship_polymorphic [gw2] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_text_as_column test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_m2o_no_cascade test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_from [gw7] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedMapperTest::test_polymorphic_union_w_select [gw6] [ 16%] PASSED test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_from test/engine/test_deprecations.py::DeprecatedReflectionTest::test_reflecttable [gw1] [ 16%] PASSED test/orm/test_deprecations.py::AliasFromCorrectLeftTest::test_join_prop_to_string test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_execute_plain_string test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_alter test/orm/test_deprecations.py::DeprecatedQueryTest::test_from_alias_three [gw2] [ 16%] PASSED test/engine/test_deprecations.py::DeprecatedReflectionTest::test_reflecttable [gw6] [ 16%] PASSED test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_execute_plain_string [gw1] [ 16%] PASSED test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_alter test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[UniqueConstraint] [gw2] [ 16%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[UniqueConstraint] test/engine/test_deprecations.py::DeprecatedExecParamsTest_sqlite+pysqlite_3_38_2::test_positional_dicts [gw3] [ 16%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_m2o_no_cascade test/orm/test_deprecations.py::BindIntegrationTest::test_bound_connection_transactional [gw6] [ 16%] PASSED test/engine/test_deprecations.py::DeprecatedExecParamsTest_sqlite+pysqlite_3_38_2::test_positional_dicts test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_refresh_flush_event_no_postupdate test/orm/test_deprecations.py::DeprecatedMapperTest::test_add_property test/orm/test_deprecations.py::DistinctOrderByImplicitTest::test_columns_augmented_roundtrip_two [gw1] [ 16%] PASSED test/orm/test_deprecations.py::BindIntegrationTest::test_bound_connection_transactional test/sql/test_deprecations.py::BoundMetadataTest::test_bind_attr_join_no_warning [gw1] [ 16%] PASSED test/sql/test_deprecations.py::BoundMetadataTest::test_bind_attr_join_no_warning [gw3] [ 16%] PASSED test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_refresh_flush_event_no_postupdate test/orm/test_cycles.py::SelfReferentialTest::test_setnull_ondelete test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False--update_dict] [gw3] [ 16%] PASSED test/orm/test_cycles.py::SelfReferentialTest::test_setnull_ondelete [gw1] [ 16%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False--update_dict] test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True-list-append] [gw1] [ 16%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True-list-append] test/sql/test_deprecations.py::ConnectionlessCursorResultTest_sqlite+pysqlite_3_38_2::test_connectionless_autoclose_no_rows [gw1] [ 16%] PASSED test/sql/test_deprecations.py::ConnectionlessCursorResultTest_sqlite+pysqlite_3_38_2::test_connectionless_autoclose_no_rows test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_create_drop_err_table [gw1] [ 16%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_create_drop_err_table test/orm/test_dataclasses_py3k.py::DataclassesTest::test_filtering_on_relationship [gw3] [ 16%] PASSED test/orm/test_dataclasses_py3k.py::DataclassesTest::test_filtering_on_relationship test/sql/test_deprecations.py::ConvertUnicodeDeprecationTest_sqlite+pysqlite_3_38_2::test_unicode_warnings_dialectlevel test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_filtering_on_relationship [gw1] [ 16%] PASSED test/sql/test_deprecations.py::ConvertUnicodeDeprecationTest_sqlite+pysqlite_3_38_2::test_unicode_warnings_dialectlevel test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys_no_rows [gw1] [ 16%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys_no_rows test/orm/test_deprecations.py::CustomJoinTest::test_double_same_mappers_flag_alias [gw3] [ 16%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_filtering_on_relationship [gw6] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedMapperTest::test_add_property test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_asdict_and_astuple_widget test/orm/test_deprecations.py::DeprecatedQueryTest::test_deprecated_negative_slices_compile [gw3] [ 16%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_asdict_and_astuple_widget test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_asdict_and_astuple_widget [gw3] [ 16%] PASSED test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_asdict_and_astuple_widget test/orm/test_dataclasses_py3k.py::PropagationFromAbstractTest::test_propagate_w_plain_mixin_col [gw3] [ 16%] PASSED test/orm/test_dataclasses_py3k.py::PropagationFromAbstractTest::test_propagate_w_plain_mixin_col test/sql/test_ddlemit.py::EmitDDLTest::test_create_index_checkfirst_doesnt_exist [gw3] [ 16%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_index_checkfirst_doesnt_exist test/sql/test_ddlemit.py::EmitDDLTest::test_create_seq_checkfirst [gw1] [ 16%] PASSED test/orm/test_deprecations.py::CustomJoinTest::test_double_same_mappers_flag_alias [gw3] [ 16%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_seq_checkfirst test/sql/test_ddlemit.py::EmitDDLTest::test_drop_index_nocheck_doesnt_exist [gw3] [ 16%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_index_nocheck_doesnt_exist test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[CreateSequence] test/engine/test_ddlevents.py::DDLEventTest::test_metadata_create_both [gw1] [ 16%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[CreateSequence] [gw3] [ 16%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_metadata_create_both test/engine/test_ddlevents.py::DDLEventTest::test_table_create_both test/engine/test_deprecations.py::DDLExecutionTest::test_ddl_execute [gw3] [ 16%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_table_create_both test/engine/test_ddlevents.py::DDLExecutionTest::test_table_by_metadata [gw1] [ 16%] PASSED test/engine/test_deprecations.py::DDLExecutionTest::test_ddl_execute [gw3] [ 16%] PASSED test/engine/test_ddlevents.py::DDLExecutionTest::test_table_by_metadata [gw7] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_from_alias_three test/orm/test_deprecations.py::DeprecatedQueryTest::test_onclause_conditional_adaption test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_legacy_connection_transaction [gw0] [ 16%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_subquery_path_wildcards [gw7] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_onclause_conditional_adaption test/orm/test_deprecations.py::DeprecatedQueryTest::test_str_col_loader_opt [gw3] [ 16%] PASSED test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_legacy_connection_transaction [gw7] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_str_col_loader_opt test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_joined_with_lazyload [gw6] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_deprecated_negative_slices_compile test/orm/test_deprecations.py::DeprecatedQueryTest::test_more_joins test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_ignore_fk [gw0] [ 16%] PASSED test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_ignore_fk test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[select-update-_exclusions3] [gw0] [ 16%] SKIPPED test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[select-update-_exclusions3] test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[multivalues-method-_exclusions4] [gw6] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_more_joins test/orm/test_deprecations.py::DeprecatedQueryTest::test_select_entity_from_q_statement [gw0] [ 16%] PASSED test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[multivalues-method-_exclusions4] [gw6] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_select_entity_from_q_statement test/engine/test_deprecations.py::DeprecatedReflectionTest::test_create_drop_explicit test/orm/test_deprecations.py::DeprecatedQueryTest::test_via_textasfrom_select_from test/sql/test_defaults.py::DDLTest::test_string_w_quotes [gw0] [ 16%] PASSED test/sql/test_defaults.py::DDLTest::test_string_w_quotes test/sql/test_defaults.py::DefaultObjectTest::test_py_vs_server_default_detection_two [gw6] [ 16%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_via_textasfrom_select_from [gw7] [ 16%] PASSED test/engine/test_deprecations.py::DeprecatedReflectionTest::test_create_drop_explicit test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[ForeignKeyConstraint] [gw7] [ 16%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[ForeignKeyConstraint] test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_string_convert_unicode test/orm/test_deprecations.py::DeprecationScopedSessionTest::test_config_errors [gw7] [ 16%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_string_convert_unicode test/engine/test_deprecations.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams0-params0-expected_multiparams0-expected_params0-_exclusions0] [gw6] [ 16%] PASSED test/orm/test_deprecations.py::DeprecationScopedSessionTest::test_config_errors test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_empty_and_or [gw6] [ 16%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_empty_and_or test/orm/test_deprecations.py::DistinctOrderByImplicitTest::test_columns_augmented_sql_one [gw0] [ 16%] PASSED test/sql/test_defaults.py::DefaultObjectTest::test_py_vs_server_default_detection_two [gw7] [ 16%] PASSED test/engine/test_deprecations.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams0-params0-expected_multiparams0-expected_params0-_exclusions0] test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_update_values test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_implicit_text [gw7] [ 16%] SKIPPED test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_implicit_text test/orm/test_deprecations.py::FromSelfTest::test_anonymous_expression_plus_flag_aliased_join [gw0] [ 16%] PASSED test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_update_values [gw3] [ 16%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_joined_with_lazyload test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_standalone [gw0] [ 16%] PASSED test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_standalone test/sql/test_defaults.py::PKDefaultTest_sqlite+pysqlite_3_38_2::test_with_implicit_returning test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_subquery [gw0] [ 16%] SKIPPED test/sql/test_defaults.py::PKDefaultTest_sqlite+pysqlite_3_38_2::test_with_implicit_returning test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_clause [gw0] [ 16%] PASSED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_clause test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_server_default_no_autoincrement [gw0] [ 16%] PASSED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_server_default_no_autoincrement test/orm/test_deferred.py::AutoflushTest::test_deferred_autoflushes [gw0] [ 16%] PASSED test/orm/test_deferred.py::AutoflushTest::test_deferred_autoflushes [gw3] [ 16%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_subquery test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_propagate_unbound [gw7] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_anonymous_expression_plus_flag_aliased_join test/orm/test_deprecations.py::FromSelfTest::test_columns_augmented_distinct_on [gw7] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_columns_augmented_distinct_on test/orm/test_deprecations.py::FromSelfTest::test_illegal_operations [gw7] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_illegal_operations test/sql/test_deprecations.py::FutureSelectTest::test_kw_triggers_old_style [gw7] [ 16%] PASSED test/sql/test_deprecations.py::FutureSelectTest::test_kw_triggers_old_style test/orm/test_deprecations.py::GetBindTest::test_bind_base_table_concrete_sub_class [gw2] [ 16%] PASSED test/orm/test_deprecations.py::DistinctOrderByImplicitTest::test_columns_augmented_roundtrip_two test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_control [gw2] [ 16%] SKIPPED test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_control test/orm/test_deprecations.py::ExplicitJoinTest_string_separate::test_aliased_join [gw2] [ 16%] PASSED test/orm/test_deprecations.py::ExplicitJoinTest_string_separate::test_aliased_join test/orm/test_deprecations.py::FromSelfTest::test_column_access_from_self_twice [gw0] [ 16%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_propagate_unbound test/orm/test_deferred.py::DeferredOptionsTest::test_raise_on_col_rowproc_only [gw7] [ 16%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_base_table_concrete_sub_class test/orm/test_deprecations.py::GetBindTest::test_bind_sub_class_concrete_sub_class [gw7] [ 16%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_sub_class_concrete_sub_class test/orm/test_deprecations.py::GetTest::test_get_against_col [gw0] [ 16%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_raise_on_col_rowproc_only test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_multi_pathed [gw0] [ 16%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_multi_pathed test/orm/test_deferred.py::DeferredPopulationTest::test_query_twice_with_clear [gw2] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_column_access_from_self_twice test/orm/test_deprecations.py::FromSelfTest::test_from_self_internal_literals_oldstyle [gw2] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_from_self_internal_literals_oldstyle test/orm/test_deprecations.py::FromSelfTest::test_no_joinedload [gw0] [ 16%] PASSED test/orm/test_deferred.py::DeferredPopulationTest::test_query_twice_with_clear [gw2] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_no_joinedload test/orm/test_deferred.py::DeferredTest::test_synonym_group_bug test/orm/test_deprecations.py::GetBindTest::test_bind_base_class_base_class [gw5] [ 16%] PASSED test/orm/test_deferred.py::DeferredTest::test_unsaved_group test/orm/test_deferred.py::InheritanceTest::test_load_only_of_type_with_polymorphic [gw6] [ 16%] PASSED test/orm/test_deprecations.py::DistinctOrderByImplicitTest::test_columns_augmented_sql_one test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_explicit_compiled [gw6] [ 16%] SKIPPED test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_explicit_compiled test/orm/test_deprecations.py::FromSelfTest::test_aliases [gw6] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_aliases test/orm/test_deprecations.py::FromSelfTest::test_column_queries_eleven [gw6] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_column_queries_eleven test/orm/test_deprecations.py::FromSelfTest::test_from_self_resets_joinpaths [gw6] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_from_self_resets_joinpaths test/orm/test_deprecations.py::FromSelfTest::test_self_referential [gw0] [ 16%] PASSED test/orm/test_deferred.py::DeferredTest::test_synonym_group_bug [gw2] [ 16%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_base_class_base_class test/orm/test_deprecations.py::GetBindTest::test_bind_mixin_class_simple_class [gw7] [ 16%] PASSED test/orm/test_deprecations.py::GetTest::test_get_against_col test/orm/test_deferred.py::InheritanceTest::test_load_only_alias_subclass test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_selectable [gw2] [ 16%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_mixin_class_simple_class test/orm/test_deprecations.py::GetBindTest::test_clause_extracts_orm_plugin_subject[select] test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_fk_disqualifies [gw3] [ 16%] PASSED test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_fk_disqualifies test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[select-insert-_exclusions4] [gw3] [ 16%] SKIPPED test/sql/test_defaults.py::CTEDefaultTest::test_a_in_b[select-insert-_exclusions4] test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[executemany-method-_exclusions3] [gw3] [ 16%] PASSED test/sql/test_defaults.py::CurrentParametersTest_sqlite+pysqlite_3_38_2::test_parameters[executemany-method-_exclusions3] test/sql/test_defaults.py::DDLTest::test_string [gw3] [ 16%] PASSED test/sql/test_defaults.py::DDLTest::test_string test/sql/test_defaults.py::DefaultObjectTest::test_py_vs_server_default_detection_one [gw6] [ 16%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_self_referential [gw5] [ 16%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_of_type_with_polymorphic test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_from_relationship_polymorphic_bound [gw3] [ 16%] PASSED test/sql/test_defaults.py::DefaultObjectTest::test_py_vs_server_default_detection_one test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_update [gw5] [ 16%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_from_relationship_polymorphic_bound [gw2] [ 16%] PASSED test/orm/test_deprecations.py::GetBindTest::test_clause_extracts_orm_plugin_subject[select] test/orm/test_deprecations.py::GetTest::test_only_full_mapper_zero test/orm/test_deferred.py::RaiseLoadTest::test_mapper_raise test/orm/test_deprecations.py::GetBindTest::test_bind_base_class_concrete_sub_class [gw3] [ 16%] PASSED test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_update [gw5] [ 16%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_mapper_raise test/orm/test_deferred.py::WithExpressionTest::test_dont_explode_on_expire_individual [gw5] [ 16%] PASSED test/orm/test_deferred.py::WithExpressionTest::test_dont_explode_on_expire_individual [gw7] [ 16%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_selectable test/orm/test_deprecations.py::InheritedJoinTest::test_load_only_of_type_with_polymorphic [gw7] [ 16%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_load_only_of_type_with_polymorphic test/orm/test_deprecations.py::InstancesTest::test_contains_eager_multi_string_alias test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_missing_many_param [gw3] [ 16%] PASSED test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_missing_many_param test/sql/test_defaults.py::PKDefaultTest_sqlite+pysqlite_3_38_2::test_regular [gw3] [ 16%] PASSED test/sql/test_defaults.py::PKDefaultTest_sqlite+pysqlite_3_38_2::test_regular test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_string_default_on_insert_with_returning [gw3] [ 16%] SKIPPED test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_string_default_on_insert_with_returning test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_server_default [gw3] [ 17%] PASSED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_server_default test/sql/test_defaults.py::UnicodeDefaultsTest_sqlite+pysqlite_3_38_2::test_unicode_default [gw3] [ 17%] PASSED test/sql/test_defaults.py::UnicodeDefaultsTest_sqlite+pysqlite_3_38_2::test_unicode_default test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_propagate_bound test/sql/test_delete.py::DeleteFromCompileTest::test_autocorrelate_error [gw6] [ 17%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_base_class_concrete_sub_class test/orm/test_deprecations.py::GetBindTest::test_bind_selectable_join [gw6] [ 17%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_selectable_join test/orm/test_deprecations.py::GetBindTest::test_clause_extracts_orm_plugin_subject[update] [gw6] [ 17%] PASSED test/orm/test_deprecations.py::GetBindTest::test_clause_extracts_orm_plugin_subject[update] test/ext/test_deprecations.py::HorizontalShardTest::test_query_chooser [gw6] [ 17%] PASSED test/ext/test_deprecations.py::HorizontalShardTest::test_query_chooser test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_two [gw6] [ 17%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_two test/orm/test_deprecations.py::InstancesTest::test_contains_eager [gw5] [ 17%] PASSED test/sql/test_delete.py::DeleteFromCompileTest::test_autocorrelate_error test/sql/test_delete.py::DeleteTest::test_alias [gw5] [ 17%] PASSED test/sql/test_delete.py::DeleteTest::test_alias test/base/test_dependency.py::DependencySortTest::test_find_multiple_cycles_four [gw5] [ 17%] PASSED test/base/test_dependency.py::DependencySortTest::test_find_multiple_cycles_four test/base/test_dependency.py::DependencySortTest::test_sort_deterministic_one [gw5] [ 17%] PASSED test/base/test_dependency.py::DependencySortTest::test_sort_deterministic_one test/orm/test_deprecations.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after [gw5] [ 17%] PASSED test/orm/test_deprecations.py::AliasedClassRelationshipTest::test_selectinload_w_joinedload_after test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_create [gw5] [ 17%] PASSED test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_create test/orm/test_deprecations.py::BindSensitiveStringifyTest::test_query_bound_session [gw2] [ 17%] PASSED test/orm/test_deprecations.py::GetTest::test_only_full_mapper_zero test/sql/test_deprecations.py::DMLTest::test_update_ordered_parameters_oldstyle_2 [gw1] [ 17%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_ordered_parameters_oldstyle_2 test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t5-idx_to_value5] [gw1] [ 17%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t5-idx_to_value5] [gw5] [ 17%] PASSED test/orm/test_deprecations.py::BindSensitiveStringifyTest::test_query_bound_session test/orm/test_deprecations.py::CacheKeyTest::test_bound_options test/orm/test_deprecations.py::DeclarativeBind::test_as_declarative [gw1] [ 17%] PASSED test/orm/test_deprecations.py::DeclarativeBind::test_as_declarative test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_joined_with_lazyload [gw0] [ 17%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_alias_subclass test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_from_relationship [gw0] [ 17%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_from_relationship test/orm/test_deferred.py::RaiseLoadTest::test_deferred_raise_option_raise_column_plain [gw0] [ 17%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_deferred_raise_option_raise_column_plain test/orm/test_deferred.py::RaiseLoadTest::test_option_raise_deferred [gw0] [ 17%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_option_raise_deferred test/orm/test_deferred.py::WithExpressionTest::test_no_sql_not_set_up [gw0] [ 17%] PASSED test/orm/test_deferred.py::WithExpressionTest::test_no_sql_not_set_up test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_three_table [gw0] [ 17%] SKIPPED test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_three_table test/sql/test_delete.py::DeleteTest::test_prefix_with [gw0] [ 17%] PASSED test/sql/test_delete.py::DeleteTest::test_prefix_with test/base/test_dependency.py::DependencySortTest::test_raise_on_cycle_one [gw0] [ 17%] PASSED test/base/test_dependency.py::DependencySortTest::test_raise_on_cycle_one test/base/test_dependency.py::DependencySortTest::test_ticket_1380 [gw0] [ 17%] PASSED test/base/test_dependency.py::DependencySortTest::test_ticket_1380 test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_begin_preflush [gw0] [ 17%] PASSED test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_begin_preflush [gw3] [ 17%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_propagate_bound test/orm/test_deferred.py::DeferredOptionsTest::test_path_entity [gw3] [ 17%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_path_entity test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_multi [gw3] [ 17%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_multi test/orm/test_deferred.py::DeferredPopulationTest::test_query_twice_no_clear [gw3] [ 17%] PASSED test/orm/test_deferred.py::DeferredPopulationTest::test_query_twice_no_clear test/orm/test_deferred.py::DeferredTest::test_save [gw3] [ 17%] PASSED test/orm/test_deferred.py::DeferredTest::test_save test/orm/test_deferred.py::InheritanceTest::test_defer_super_name_on_subclass_bound test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_update [gw0] [ 17%] PASSED test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_update test/sql/test_deprecations.py::BoundMetadataTest::test_bind_arg_select [gw0] [ 17%] PASSED test/sql/test_deprecations.py::BoundMetadataTest::test_bind_arg_select [gw7] [ 17%] PASSED test/orm/test_deprecations.py::InstancesTest::test_contains_eager_multi_string_alias test/orm/test_deprecations.py::JoinLateralTest::test_select_subquery_sef_explicit_correlate test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False--__setitem__] [gw0] [ 17%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False--__setitem__] test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True--update_dict] [gw3] [ 17%] PASSED test/orm/test_deferred.py::InheritanceTest::test_defer_super_name_on_subclass_bound test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_bound [gw0] [ 17%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True--update_dict] [gw7] [ 17%] PASSED test/orm/test_deprecations.py::JoinLateralTest::test_select_subquery_sef_explicit_correlate test/sql/test_deprecations.py::ConnectionlessCursorResultTest_sqlite+pysqlite_3_38_2::test_connectionless_autoclose_crud_rows_exhausted [gw3] [ 17%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_bound test/orm/test_deprecations.py::JoinTest::test_from_joinpoint [gw0] [ 17%] SKIPPED test/sql/test_deprecations.py::ConnectionlessCursorResultTest_sqlite+pysqlite_3_38_2::test_connectionless_autoclose_crud_rows_exhausted test/orm/test_deferred.py::RaiseLoadTest::test_deferred_raise_option_load_column_unexpire [gw5] [ 17%] PASSED test/orm/test_deprecations.py::CacheKeyTest::test_bound_options test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False--update_kw] test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_create_drop_constructor_bound [gw5] [ 17%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False--update_kw] test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_six_selectable_auto_alias test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True-set-add] [gw3] [ 17%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_deferred_raise_option_load_column_unexpire test/orm/test_deferred.py::RaiseLoadTest::test_mapper_undefer_unraise [gw5] [ 17%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True-set-add] [gw3] [ 17%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_mapper_undefer_unraise test/sql/test_deprecations.py::ConnectionlessCursorResultTest_sqlite+pysqlite_3_38_2::test_connectionless_autoclose_rows_exhausted test/orm/test_deferred.py::WithExpressionTest::test_no_refresh_unless_populate_existing [gw5] [ 17%] PASSED test/sql/test_deprecations.py::ConnectionlessCursorResultTest_sqlite+pysqlite_3_38_2::test_connectionless_autoclose_rows_exhausted [gw0] [ 17%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_create_drop_constructor_bound test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_inspector_from_engine [gw0] [ 17%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_inspector_from_engine [gw6] [ 17%] PASSED test/orm/test_deprecations.py::InstancesTest::test_contains_eager test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_implicit_execution [gw5] [ 17%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_implicit_execution test/orm/test_deprecations.py::InstrumentationTest::test_name_setup [gw6] [ 17%] PASSED test/orm/test_deprecations.py::InstrumentationTest::test_name_setup test/orm/test_deprecations.py::JoinTest::test_does_filter_aliasing_work test/engine/test_deprecations.py::CreateEngineTest::test_empty_in_keyword [gw5] [ 17%] PASSED test/engine/test_deprecations.py::CreateEngineTest::test_empty_in_keyword test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_pickled_rows test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_textual_select [gw0] [ 17%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_textual_select test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_string [gw3] [ 17%] PASSED test/orm/test_deferred.py::WithExpressionTest::test_no_refresh_unless_populate_existing [gw0] [ 17%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_string test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_alias_plus_table test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[AddConstraint] [gw0] [ 17%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[AddConstraint] test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[SetColumnComment] [gw1] [ 17%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_joined_with_lazyload [gw0] [ 17%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[SetColumnComment] [gw3] [ 17%] SKIPPED test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_alias_plus_table test/sql/test_deprecations.py::DMLTest::test_update_ordered_parameters_fire_onupdate test/sql/test_delete.py::DeleteTest::test_non_correlated_select test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_subquery [gw2] [ 17%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_six_selectable_auto_alias [gw3] [ 17%] PASSED test/sql/test_delete.py::DeleteTest::test_non_correlated_select test/orm/test_deprecations.py::InheritedJoinTest::test_with_poly_loader_criteria_warning [gw0] [ 17%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_ordered_parameters_fire_onupdate test/base/test_dependency.py::DependencySortTest::test_large_sort [gw2] [ 17%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_with_poly_loader_criteria_warning test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t3-idx_to_value3] [gw0] [ 17%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t3-idx_to_value3] test/orm/test_deprecations.py::InstrumentationTest::test_dict_subclass4 test/sql/test_deprecations.py::DMLTest::test_update_whereclause [gw2] [ 17%] PASSED test/orm/test_deprecations.py::InstrumentationTest::test_dict_subclass4 [gw0] [ 17%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_whereclause test/orm/test_deprecations.py::JoinTest::test_aliased test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_joined [gw7] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_from_joinpoint test/orm/test_deprecations.py::JoinTest::test_onclause_conditional_adaption [gw7] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_onclause_conditional_adaption test/orm/test_deprecations.py::JoinTest::test_single_prop_10 [gw7] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_single_prop_10 test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_one [gw0] [ 17%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_joined [gw3] [ 17%] PASSED test/base/test_dependency.py::DependencySortTest::test_large_sort test/base/test_dependency.py::DependencySortTest::test_sort_two [gw1] [ 17%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_subquery test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_select_with_subqueryload [gw3] [ 17%] PASSED test/base/test_dependency.py::DependencySortTest::test_sort_two test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_begin_nested_requires_trans [gw3] [ 17%] PASSED test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_begin_nested_requires_trans test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_select [gw3] [ 17%] PASSED test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_select test/sql/test_deprecations.py::BoundMetadataTest::test_bind_arg_function [gw3] [ 17%] PASSED test/sql/test_deprecations.py::BoundMetadataTest::test_bind_arg_function [gw2] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_aliased test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_three [gw2] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_three test/orm/test_deprecations.py::JoinTest::test_overlapping_paths_three [gw2] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_overlapping_paths_three test/orm/test_deprecations.py::JoinTest::test_single_prop_8 [gw2] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_single_prop_8 [gw6] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_does_filter_aliasing_work test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_three_point_five [gw6] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_three_point_five test/orm/test_deprecations.py::JoinTest::test_overlapping_paths_two [gw6] [ 17%] PASSED test/orm/test_deprecations.py::JoinTest::test_overlapping_paths_two test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_column_label_overlap_fallback [gw5] [ 17%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_pickled_rows test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_create_index_deprecated [gw5] [ 17%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_create_index_deprecated test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropColumnComment] [gw5] [ 17%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropColumnComment] test/sql/test_deprecations.py::DMLTest::test_delete_whereclause [gw5] [ 17%] PASSED test/sql/test_deprecations.py::DMLTest::test_delete_whereclause test/sql/test_deprecations.py::DMLTest::test_update_ordered_parameters_override_onupdate [gw5] [ 17%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_ordered_parameters_override_onupdate test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t6-idx_to_value6] [gw5] [ 17%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t6-idx_to_value6] test/orm/test_deprecations.py::DeclarativeBind::test_declarative_base [gw5] [ 17%] PASSED test/orm/test_deprecations.py::DeclarativeBind::test_declarative_base test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_joined_with_subqueryload [gw5] [ 17%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_joined_with_subqueryload test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_subquery_path_wildcards test/orm/test_deprecations.py::Deferred_InheritanceTest::test_defer_super_name_on_subclass [gw5] [ 17%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_subquery_path_wildcards test/orm/test_deprecations.py::LazyLoadOptSpecificityTest::test_string_options_unaliased_whatever [gw7] [ 17%] PASSED test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_one test/orm/test_deprecations.py::CacheKeyTest::test_unbound_sub_options test/orm/test_deprecations.py::Deferred_InheritanceTest::test_defer_super_name_on_subclass_bound [gw0] [ 17%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_select_with_subqueryload test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5429_operators [gw7] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5429_operators test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_startswith_op-notstartswith_op-a NOT LIKE b || '%'] [gw7] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_startswith_op-notstartswith_op-a NOT LIKE b || '%'] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[is_true-istrue-True] [gw7] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[is_true-istrue-True] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[nulls_first_op-nullsfirst_op-False] [gw7] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[nulls_first_op-nullsfirst_op-False] test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_join_to_schema [gw7] [ 17%] PASSED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_join_to_schema test/sql/test_deprecations.py::LegacySequenceExecTest::test_explicit [gw7] [ 17%] SKIPPED test/sql/test_deprecations.py::LegacySequenceExecTest::test_explicit test/orm/test_deprecations.py::LoadOnFKsTest::test_enable_rel_loading_on_persistent_allows_backref_event [gw6] [ 17%] PASSED test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_column_label_overlap_fallback test/orm/test_deprecations.py::LazyTest::test_backrefs_dont_lazyload [gw2] [ 17%] PASSED test/orm/test_deprecations.py::LazyLoadOptSpecificityTest::test_string_options_unaliased_whatever test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_endswith_op-notendswith_op-a NOT LIKE '%' || b] [gw2] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_endswith_op-notendswith_op-a NOT LIKE '%' || b] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[nulls_first-nullsfirst] [gw2] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[nulls_first-nullsfirst] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_ilike_op-notilike_op-True] [gw2] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_ilike_op-notilike_op-True] test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingBackendTest::test_delete_schema_legacy [gw2] [ 17%] SKIPPED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingBackendTest::test_delete_schema_legacy test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_result_map_use_labels [gw2] [ 17%] PASSED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_result_map_use_labels test/sql/test_deprecations.py::LegacySequenceExecTest::test_func_implicit_connectionless_execute [gw2] [ 17%] SKIPPED test/sql/test_deprecations.py::LegacySequenceExecTest::test_func_implicit_connectionless_execute test/orm/test_deprecations.py::MergeResultTest::test_single_column [gw7] [ 17%] PASSED test/orm/test_deprecations.py::LoadOnFKsTest::test_enable_rel_loading_on_persistent_allows_backref_event test/orm/test_deprecations.py::MixedEntitiesTest::test_values_with_boolean_selects test/orm/test_deprecations.py::DeferredOptionsTest::test_load_only_synonym [gw1] [ 17%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_defer_super_name_on_subclass test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_and_superclass_bound [gw1] [ 17%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_and_superclass_bound test/dialect/mysql/test_deprecations.py::DeprecateQuoting::test_enum_warning [gw1] [ 17%] PASSED test/dialect/mysql/test_deprecations.py::DeprecateQuoting::test_enum_warning test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_prefix [gw1] [ 17%] PASSED test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_prefix test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_transaction_connection_fn_rollback [gw1] [ 17%] PASSED test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_transaction_connection_fn_rollback test/ext/declarative/test_deprecations.py::DeprecatedImportsTest::test_has_inherited_table [gw3] [ 17%] PASSED test/orm/test_deprecations.py::CacheKeyTest::test_unbound_sub_options [gw1] [ 17%] PASSED test/ext/declarative/test_deprecations.py::DeprecatedImportsTest::test_has_inherited_table test/orm/test_deprecations.py::DeprecatedOptionAllTest::test_defer_addtl_attrs [gw5] [ 17%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_defer_super_name_on_subclass_bound [gw6] [ 17%] PASSED test/orm/test_deprecations.py::LazyTest::test_backrefs_dont_lazyload test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_bound [gw0] [ 17%] PASSED test/orm/test_deprecations.py::DeferredOptionsTest::test_load_only_synonym [gw5] [ 17%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_bound test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_ilike_op-notilike_op-lower(a) NOT LIKE lower(b)] [gw6] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_ilike_op-notilike_op-lower(a) NOT LIKE lower(b)] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[nulls_last-nullslast] [gw6] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[nulls_last-nullslast] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_like_op-notlike_op-True] [gw6] [ 17%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_like_op-notlike_op-True] test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass test/dialect/mysql/test_deprecations.py::DeprecateQuoting::test_set_warning test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingBackendTest::test_insertid_schema [gw5] [ 17%] PASSED test/dialect/mysql/test_deprecations.py::DeprecateQuoting::test_set_warning [gw6] [ 17%] SKIPPED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingBackendTest::test_insertid_schema test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_straight_select test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_whereclause [gw6] [ 17%] PASSED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_straight_select [gw5] [ 17%] PASSED test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_whereclause test/sql/test_deprecations.py::LegacySequenceExecTest::test_func_implicit_connectionless_scalar test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_transaction_engine_fn_commit [gw6] [ 17%] SKIPPED test/sql/test_deprecations.py::LegacySequenceExecTest::test_func_implicit_connectionless_scalar test/orm/test_deprecations.py::MergeResultTest::test_single_entity [gw1] [ 17%] PASSED test/orm/test_deprecations.py::DeprecatedOptionAllTest::test_defer_addtl_attrs test/orm/test_deprecations.py::DeprecatedQueryTest::test_from_joinpoint [gw5] [ 17%] PASSED test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_transaction_engine_fn_commit [gw7] [ 17%] PASSED test/orm/test_deprecations.py::MixedEntitiesTest::test_values_with_boolean_selects test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_modified_event test/ext/declarative/test_deprecations.py::DeprecatedImportsTest::test_synonym_for [gw5] [ 17%] PASSED test/ext/declarative/test_deprecations.py::DeprecatedImportsTest::test_synonym_for test/orm/test_deprecations.py::DeprecatedQueryTest::test_aliased [gw0] [ 17%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_of_type [gw0] [ 17%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_of_type test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_having [gw0] [ 17%] PASSED test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_having [gw6] [ 17%] PASSED test/orm/test_deprecations.py::MergeResultTest::test_single_entity [gw5] [ 17%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_aliased test/orm/test_deprecations.py::DeprecatedQueryTest::test_invalid_column [gw5] [ 17%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_invalid_column test/orm/test_deprecations.py::DeprecatedQueryTest::test_replace_with_eager test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_scalar_plain_string [gw2] [ 17%] PASSED test/orm/test_deprecations.py::MergeResultTest::test_single_column [gw0] [ 17%] PASSED test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_scalar_plain_string [gw7] [ 17%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_modified_event test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_unrelated_flush [gw7] [ 17%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_unrelated_flush test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_modified_event [gw7] [ 17%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_modified_event test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_setdefault [gw7] [ 17%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_setdefault test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_legacy test/ext/declarative/test_deprecations.py::DeprecatedImportsTest::test_as_declarative test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_coerce_raise [gw0] [ 17%] PASSED test/ext/declarative/test_deprecations.py::DeprecatedImportsTest::test_as_declarative test/orm/test_deprecations.py::DeprecatedMapperTest::test_deferred_scalar_loader_name_change [gw5] [ 17%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_replace_with_eager test/orm/test_deprecations.py::DeprecatedQueryTest::test_str_rel_loader_opt test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_copy [gw5] [ 17%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_str_rel_loader_opt test/engine/test_deprecations.py::DeprecatedReflectionTest::test_engine_table_names [gw2] [ 17%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_coerce_raise test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_popitem [gw5] [ 17%] PASSED test/engine/test_deprecations.py::DeprecatedReflectionTest::test_engine_table_names [gw6] [ 17%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_copy test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[Identity] test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_replace [gw5] [ 17%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[Identity] [gw7] [ 17%] PASSED test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_legacy [gw0] [ 17%] PASSED test/orm/test_deprecations.py::DeprecatedMapperTest::test_deferred_scalar_loader_name_change test/orm/test_deprecations.py::DistinctOrderByImplicitTest::test_columns_augmented_roundtrip_one [gw2] [ 17%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_popitem [gw6] [ 17%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_replace test/orm/test_deprecations.py::DeprecatedQueryTest::test_from_alias_four test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_multi_non_relation_basestring test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_coerce_raise test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True--setdefault] test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_copy [gw3] [ 17%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[True--setdefault] [gw2] [ 17%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_coerce_raise [gw6] [ 17%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_copy test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_pop_default test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_popitem test/orm/inheritance/test_deprecations.py::ConcreteTest::test_without_default_polymorphic [gw6] [ 17%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_popitem [gw2] [ 17%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_pop_default test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_2_legacy test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_2 [gw1] [ 17%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_from_joinpoint test/orm/test_deprecations.py::DeprecatedQueryTest::test_query_as_scalar [gw1] [ 17%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_query_as_scalar test/orm/test_deprecations.py::DeprecatedQueryTest::test_str_join_target [gw7] [ 17%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_multi_non_relation_basestring [gw1] [ 17%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_str_join_target test/orm/test_deprecations.py::OptionsNoPropTest::test_option_with_column_basestring [gw2] [ 17%] PASSED test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_2 test/engine/test_deprecations.py::DeprecatedReflectionTest::test_engine_has_table [gw6] [ 17%] PASSED test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_2_legacy [gw1] [ 17%] PASSED test/engine/test_deprecations.py::DeprecatedReflectionTest::test_engine_has_table test/orm/test_deprecations.py::NonPrimaryRelationshipLoaderTest::test_selectload test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[ForeignKey] [gw1] [ 18%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[ForeignKey] [gw5] [ 18%] PASSED test/orm/test_deprecations.py::DistinctOrderByImplicitTest::test_columns_augmented_roundtrip_one test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_string_convert_unicode_force [gw1] [ 18%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_string_convert_unicode_force test/engine/test_deprecations.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_string test/engine/test_deprecations.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_retval_flag [gw1] [ 18%] PASSED test/engine/test_deprecations.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_string [gw5] [ 18%] PASSED test/engine/test_deprecations.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_retval_flag test/orm/test_deprecations.py::ExplicitJoinTest_literal_inline::test_aliased_join test/orm/test_deprecations.py::ExplicitJoinTest_literal_separate::test_aliased_join [gw0] [ 18%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_from_alias_four test/orm/test_deprecations.py::DeprecatedQueryTest::test_multiple_joins [gw0] [ 18%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_multiple_joins test/orm/test_deprecations.py::DeprecatedQueryTest::test_select_from_q_statement_no_aliasing [gw0] [ 18%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_select_from_q_statement_no_aliasing [gw7] [ 18%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_with_column_basestring test/orm/test_deprecations.py::NonPrimaryRelationshipLoaderTest::test_subqueryload test/orm/test_deprecations.py::OptionsTest::test_get_path_one_level_string [gw1] [ 18%] PASSED test/orm/test_deprecations.py::ExplicitJoinTest_literal_inline::test_aliased_join [gw5] [ 18%] PASSED test/orm/test_deprecations.py::ExplicitJoinTest_literal_separate::test_aliased_join test/orm/test_deprecations.py::FromSelfTest::test_clause_onclause test/orm/test_deprecations.py::FromSelfTest::test_basic_filter_by test/engine/test_deprecations.py::DeprecatedReflectionTest::test_create_drop_err_table [gw0] [ 18%] PASSED test/engine/test_deprecations.py::DeprecatedReflectionTest::test_create_drop_err_table test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[Column] [gw0] [ 18%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[Column] test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_ident_preparer_force [gw3] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::ConcreteTest::test_without_default_polymorphic [gw0] [ 18%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_ident_preparer_force test/engine/test_deprecations.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_argument_format_execute [gw0] [ 18%] PASSED test/engine/test_deprecations.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_argument_format_execute test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_create_drop_bound test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_explicit_text [gw0] [ 18%] SKIPPED test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_explicit_text test/orm/test_deprecations.py::FromSelfTest::test_anonymous_expression_plus_explicit_aliased_join [gw3] [ 18%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_create_drop_bound test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_inspector_constructor_engine [gw3] [ 18%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_inspector_constructor_engine test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_basic_text [gw3] [ 18%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_basic_text test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_column [gw2] [ 18%] PASSED test/orm/test_deprecations.py::NonPrimaryRelationshipLoaderTest::test_selectload test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_nonexistent_basestring [gw2] [ 18%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_nonexistent_basestring [gw3] [ 18%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_column test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_drop_table_deprecated [gw3] [ 18%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_drop_table_deprecated test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropTableComment] [gw3] [ 18%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropTableComment] test/sql/test_deprecations.py::DMLTest::test_update_inline_kw_defaults test/orm/test_deprecations.py::OptionsNoPropTestInh::test_missing_str_attr_of_type_subclass [gw6] [ 18%] PASSED test/orm/test_deprecations.py::NonPrimaryRelationshipLoaderTest::test_subqueryload [gw3] [ 18%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_inline_kw_defaults [gw1] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_basic_filter_by test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t2-idx_to_value2] test/orm/test_deprecations.py::FromSelfTest::test_columns_augmented_roundtrip_one_from_self [gw1] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_columns_augmented_roundtrip_one_from_self [gw3] [ 18%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t2-idx_to_value2] test/orm/test_deprecations.py::FromSelfTest::test_join test/sql/test_deprecations.py::DMLTest::test_update_values test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_nonexistent_twolevel_basestring [gw3] [ 18%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_values [gw1] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_join test/sql/test_deprecations.py::FutureSelectTest::test_legacy_calling_style_col_seq_only test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_global_star_ignored_no_entities_unbound [gw1] [ 18%] PASSED test/sql/test_deprecations.py::FutureSelectTest::test_legacy_calling_style_col_seq_only test/orm/test_deprecations.py::GetBindTest::test_bind_base_table_joined_sub_class [gw1] [ 18%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_base_table_joined_sub_class test/orm/test_deprecations.py::GetBindTest::test_bind_sub_table_concrete_sub_class [gw6] [ 18%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_nonexistent_twolevel_basestring [gw7] [ 18%] PASSED test/orm/test_deprecations.py::OptionsTest::test_get_path_one_level_string test/orm/test_deprecations.py::OptionsTest::test_chained [gw1] [ 18%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_sub_table_concrete_sub_class test/orm/test_deprecations.py::ParentTest::test_m2m [gw2] [ 18%] PASSED test/orm/test_deprecations.py::OptionsNoPropTestInh::test_missing_str_attr_of_type_subclass test/orm/test_deprecations.py::OptionsTest::test_with_current_matching_string test/orm/test_deprecations.py::GetTest::test_loader_options [gw5] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_clause_onclause test/orm/test_deprecations.py::FromSelfTest::test_columns_augmented_roundtrip_three_from_self [gw5] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_columns_augmented_roundtrip_three_from_self test/orm/test_deprecations.py::FromSelfTest::test_multiple_entities [gw3] [ 18%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_global_star_ignored_no_entities_unbound [gw5] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_multiple_entities test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_select_with_joinedload test/sql/test_deprecations.py::FutureSelectTest::test_legacy_calling_style_kw_only [gw5] [ 18%] PASSED test/sql/test_deprecations.py::FutureSelectTest::test_legacy_calling_style_kw_only test/orm/test_deprecations.py::GetBindTest::test_bind_joined_sub_class_joined_sub_class [gw5] [ 18%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_joined_sub_class_joined_sub_class test/orm/test_deprecations.py::GetBindTest::test_clause_extracts_orm_plugin_subject[delete] [gw6] [ 18%] PASSED test/orm/test_deprecations.py::OptionsTest::test_chained test/orm/test_deprecations.py::OptionsTest::test_with_current_nonmatching_string [gw6] [ 18%] PASSED test/orm/test_deprecations.py::OptionsTest::test_with_current_nonmatching_string test/orm/test_deprecations.py::ParentTest::test_select_from_alias_explicit_prop [gw7] [ 18%] PASSED test/orm/test_deprecations.py::ParentTest::test_m2m test/orm/test_deprecations.py::ParentTest::test_unique_binds_union [gw5] [ 18%] PASSED test/orm/test_deprecations.py::GetBindTest::test_clause_extracts_orm_plugin_subject[delete] [gw7] [ 18%] PASSED test/orm/test_deprecations.py::ParentTest::test_unique_binds_union test/orm/test_deprecations.py::GetTest::test_no_criterion test/orm/test_deprecations.py::PickleTest::test_bound_options[3] [gw2] [ 18%] PASSED test/orm/test_deprecations.py::OptionsTest::test_with_current_matching_string [gw1] [ 18%] PASSED test/orm/test_deprecations.py::GetTest::test_loader_options test/orm/test_deprecations.py::ParentTest::test_select_from_alias test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_selectable_auto_alias [gw7] [ 18%] PASSED test/orm/test_deprecations.py::PickleTest::test_bound_options[3] [gw0] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_anonymous_expression_plus_explicit_aliased_join test/orm/test_deprecations.py::FromSelfTest::test_column_queries_ten [gw0] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_column_queries_ten test/orm/test_deprecations.py::FromSelfTest::test_having [gw0] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_having test/orm/test_deprecations.py::FromSelfTest::test_table_anonymous_expression_from_self_twice_oldstyle [gw0] [ 18%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_table_anonymous_expression_from_self_twice_oldstyle test/orm/test_deprecations.py::GetBindTest::test_bind_base_table_base_class [gw0] [ 18%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_base_table_base_class test/orm/test_deprecations.py::GetBindTest::test_bind_selectable_union [gw0] [ 18%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_selectable_union test/orm/test_deprecations.py::GetTest::test_get [gw0] [ 18%] PASSED test/orm/test_deprecations.py::GetTest::test_get test/orm/test_deprecations.py::ImmediateTest::test_value_cancels_loader_opts test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three [gw0] [ 18%] PASSED test/orm/test_deprecations.py::ImmediateTest::test_value_cancels_loader_opts [gw5] [ 18%] PASSED test/orm/test_deprecations.py::GetTest::test_no_criterion test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_seven_selectable_auto_alias test/orm/test_deprecations.py::InheritedJoinTest::test_load_only_alias_subclass_bound [gw6] [ 18%] PASSED test/orm/test_deprecations.py::ParentTest::test_select_from_alias_explicit_prop test/orm/test_deprecations.py::PickleTest::test_bound_options[0] [gw6] [ 18%] PASSED test/orm/test_deprecations.py::PickleTest::test_bound_options[0] test/orm/test_deprecations.py::PickleTest::test_unbound_options[3] [gw2] [ 18%] PASSED test/orm/test_deprecations.py::ParentTest::test_select_from_alias test/orm/test_deprecations.py::PickleTest::test_became_bound_options [gw6] [ 18%] PASSED test/orm/test_deprecations.py::PickleTest::test_unbound_options[3] test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three [gw2] [ 18%] PASSED test/orm/test_deprecations.py::PickleTest::test_became_bound_options test/orm/test_deprecations.py::PickleTest::test_unbound_options[2] [gw2] [ 18%] PASSED test/orm/test_deprecations.py::PickleTest::test_unbound_options[2] test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two [gw0] [ 18%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_load_only_alias_subclass_bound test/orm/test_deprecations.py::InstancesTest::test_contains_eager_multi_alias [gw5] [ 18%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_seven_selectable_auto_alias test/orm/test_deprecations.py::InheritedJoinTest::test_prop_with_polymorphic_1 [gw5] [ 18%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_prop_with_polymorphic_1 [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one test/orm/test_deprecations.py::InstancesTest::test_from_alias_one [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two [gw1] [ 18%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_selectable_auto_alias [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two test/orm/test_deprecations.py::InheritedJoinTest::test_multiple_adaption test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two [gw1] [ 18%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_multiple_adaption [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two [gw5] [ 18%] PASSED test/orm/test_deprecations.py::InstancesTest::test_from_alias_one test/orm/test_deprecations.py::JoinLateralTest::test_select_subquery_sef_implicit_correlate test/orm/test_deprecations.py::InstancesTest::test_contains_eager_string_alias [gw0] [ 18%] PASSED test/orm/test_deprecations.py::InstancesTest::test_contains_eager_multi_alias test/orm/test_deprecations.py::JoinLateralTest::test_from_function_sef [gw5] [ 18%] PASSED test/orm/test_deprecations.py::JoinLateralTest::test_select_subquery_sef_implicit_correlate test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_four [gw2] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two [gw0] [ 18%] PASSED test/orm/test_deprecations.py::JoinLateralTest::test_from_function_sef test/orm/test_deprecations.py::JoinTest::test_filter_by_from_join[string_relationship_only] [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two [gw2] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two [gw2] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one [gw1] [ 18%] PASSED test/orm/test_deprecations.py::InstancesTest::test_contains_eager_string_alias test/orm/test_deprecations.py::JoinLateralTest::test_select_subquery_sef_explicit_correlate_coreonly [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two [gw5] [ 18%] PASSED test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_four test/orm/test_deprecations.py::JoinTest::test_overlap_with_aliases [gw1] [ 18%] PASSED test/orm/test_deprecations.py::JoinLateralTest::test_select_subquery_sef_explicit_correlate_coreonly test/orm/test_deprecations.py::JoinTest::test_implicit_joins_from_aliases test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five [gw5] [ 18%] PASSED test/orm/test_deprecations.py::JoinTest::test_overlap_with_aliases test/orm/test_deprecations.py::JoinTest::test_single_prop_5 [gw5] [ 18%] PASSED test/orm/test_deprecations.py::JoinTest::test_single_prop_5 [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_two [gw0] [ 18%] PASSED test/orm/test_deprecations.py::JoinTest::test_filter_by_from_join[string_relationship_only] test/orm/test_deprecations.py::JoinTest::test_multiple_adaption test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw0] [ 18%] PASSED test/orm/test_deprecations.py::JoinTest::test_multiple_adaption test/orm/test_deprecations.py::JoinTest::test_single_name [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three [gw0] [ 18%] PASSED test/orm/test_deprecations.py::JoinTest::test_single_name [gw3] [ 18%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_select_with_joinedload [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three [gw2] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five [gw2] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_four test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one test/orm/test_deprecations.py::DeferredOptionsTest::test_deep_options [gw1] [ 18%] PASSED test/orm/test_deprecations.py::JoinTest::test_implicit_joins_from_aliases test/orm/test_deprecations.py::JoinTest::test_orderby_arg_bug [gw1] [ 18%] PASSED test/orm/test_deprecations.py::JoinTest::test_orderby_arg_bug test/orm/test_deprecations.py::JoinTest::test_single_prop_11 [gw1] [ 18%] PASSED test/orm/test_deprecations.py::JoinTest::test_single_prop_11 [gw0] [ 18%] PASSED test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_four test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_three [gw5] [ 18%] PASSED test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_two test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5429_compile [gw0] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5429_compile test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_match_op-notmatch_op-NOT a MATCH b] [gw0] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_match_op-notmatch_op-NOT a MATCH b] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[is_not_distinct_from-isnot_distinct_from-a IS NOT DISTINCT FROM b] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[is_not_distinct_from-isnot_distinct_from-True] [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one test/sql/test_deprecations.py::QuoteTest::test_literal_column_label_embedded_select_diffname_explicit_quote [gw7] [ 18%] PASSED test/sql/test_deprecations.py::QuoteTest::test_literal_column_label_embedded_select_diffname_explicit_quote [gw1] [ 18%] PASSED test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_three test/orm/inheritance/test_deprecations.py::RelationshipToSingleTest::test_of_type_aliased_fromjoinpoint [gw5] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[is_not_distinct_from-isnot_distinct_from-a IS NOT DISTINCT FROM b] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[not_ilike-notilike] [gw5] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[not_ilike-notilike] [gw3] [ 18%] PASSED test/orm/test_deprecations.py::DeferredOptionsTest::test_deep_options test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_contains_op-notcontains_op-False] [gw0] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[is_not_distinct_from-isnot_distinct_from-True] [gw5] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_contains_op-notcontains_op-False] [gw6] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three [gw2] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_startswith_op-notstartswith_op-False] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_unary_operators[nulls_first_op-nullsfirst_op-a NULLS FIRST] [gw0] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_startswith_op-notstartswith_op-False] [gw5] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_unary_operators[nulls_first_op-nullsfirst_op-a NULLS FIRST] test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_column_subquery_to_alias test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_legacy_schema_flag[cfg1-False] [gw5] [ 18%] PASSED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_legacy_schema_flag[cfg1-False] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_between_operators[not_between_op-notbetween_op-a NOT BETWEEN b AND c] test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three test/sql/test_deprecations.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_overlapping [gw6] [ 18%] PASSED test/sql/test_deprecations.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_overlapping [gw2] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one test/sql/test_deprecations.py::LegacySequenceExecTest::test_func_embedded_select [gw5] [ 18%] SKIPPED test/sql/test_deprecations.py::LegacySequenceExecTest::test_func_embedded_select [gw1] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_between_operators[not_between_op-notbetween_op-a NOT BETWEEN b AND c] test/orm/test_deprecations.py::MergeResultTest::test_entity_col_mix_plain_tuple test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_python [gw7] [ 18%] PASSED test/orm/inheritance/test_deprecations.py::RelationshipToSingleTest::test_of_type_aliased_fromjoinpoint test/orm/test_deprecations.py::SelectFromTest::test_join test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[is_not_distinct_from-isnot_distinct_from] [gw1] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[is_not_distinct_from-isnot_distinct_from] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_between_op-notbetween_op-True] [gw1] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_between_op-notbetween_op-True] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[nulls_last_op-nullslast_op-False] [gw1] [ 18%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[nulls_last_op-nullslast_op-False] test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_legacy_schema_flag[cfg0-True] [gw1] [ 18%] PASSED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_legacy_schema_flag[cfg0-True] test/sql/test_deprecations.py::LegacySequenceExecTest::test_explicit_optional [gw1] [ 18%] SKIPPED test/sql/test_deprecations.py::LegacySequenceExecTest::test_explicit_optional test/orm/test_deprecations.py::MergeResultTest::test_entity_col_mix_keyed_tuple [gw6] [ 18%] SKIPPED test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_python test/orm/test_deprecations.py::SelectFromTest::test_filter_by[-SELECT anon_1.id AS anon_1_id, anon_1.name AS anon_1_name FROM (SELECT users.id AS id, users.name AS name FROM users WHERE users.id IN (__[POSTCOMPILE_id_1])) AS anon_1 WHERE anon_1.name = :name_10] [gw6] [ 18%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_filter_by[-SELECT anon_1.id AS anon_1_id, anon_1.name AS anon_1_name FROM (SELECT users.id AS id, users.name AS name FROM users WHERE users.id IN (__[POSTCOMPILE_id_1])) AS anon_1 WHERE anon_1.name = :name_10] [gw5] [ 18%] PASSED test/orm/test_deprecations.py::MergeResultTest::test_entity_col_mix_plain_tuple test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_clear [gw5] [ 18%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_clear test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_pop [gw5] [ 18%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_pop test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_clear [gw5] [ 18%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_clear test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_pickle_parent [gw5] [ 18%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_pickle_parent test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_update [gw5] [ 18%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_update test/orm/test_deprecations.py::NonPrimaryRelationshipLoaderTest::test_joinedload [gw5] [ 18%] PASSED test/orm/test_deprecations.py::NonPrimaryRelationshipLoaderTest::test_joinedload test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_multi_nonexistent_basestring test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_of_type_with_polymorphic [gw3] [ 18%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_of_type_with_polymorphic test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_from_relationship_polymorphic_bound [gw3] [ 18%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_from_relationship_polymorphic_bound test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_group_by [gw3] [ 18%] PASSED test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_group_by test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_execute_plain_string_events [gw3] [ 18%] PASSED test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_execute_plain_string_events test/engine/test_deprecations.py::DeprecatedExecParamsTest_sqlite+pysqlite_3_38_2::test_single_scalar [gw3] [ 18%] PASSED test/engine/test_deprecations.py::DeprecatedExecParamsTest_sqlite+pysqlite_3_38_2::test_single_scalar test/orm/test_deprecations.py::DeprecatedMapperTest::test_comparable_column [gw3] [ 18%] PASSED test/orm/test_deprecations.py::DeprecatedMapperTest::test_comparable_column test/orm/test_deprecations.py::DeprecatedQueryTest::test_dotted_options [gw3] [ 18%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_dotted_options test/orm/test_deprecations.py::DeprecatedQueryTest::test_multiple_entities [gw3] [ 18%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_multiple_entities test/orm/test_deprecations.py::DeprecatedQueryTest::test_select_entity_from_select [gw0] [ 18%] PASSED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_column_subquery_to_alias test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_union_schema_to_non [gw0] [ 18%] PASSED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_union_schema_to_non test/orm/test_deprecations.py::LoadOnFKsTest::test_enable_rel_loading_allows_backref_event [gw0] [ 18%] PASSED test/orm/test_deprecations.py::LoadOnFKsTest::test_enable_rel_loading_allows_backref_event test/orm/test_deprecations.py::MixedEntitiesTest::test_values_specific_order_by [gw0] [ 18%] PASSED test/orm/test_deprecations.py::MixedEntitiesTest::test_values_specific_order_by test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_in_place_mutation [gw0] [ 18%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_in_place_mutation test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_setdefault [gw0] [ 18%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_setdefault test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_in_place_mutation [gw0] [ 18%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_in_place_mutation test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_replace_itself_still_ok [gw0] [ 19%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_replace_itself_still_ok [gw3] [ 19%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_select_entity_from_select test/orm/test_deprecations.py::DeprecatedQueryTest::test_with_labels [gw3] [ 19%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_with_labels test/orm/test_deprecations.py::SelectFromTest::test_select_from_aliased_two [gw6] [ 19%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_select_from_aliased_two test/sql/test_deprecations.py::SelectableTest::test_case_whens_dict_kw [gw6] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_case_whens_dict_kw test/sql/test_deprecations.py::SelectableTest::test_select_column_collection_argument [gw6] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_column_collection_argument test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-FromClause-whereclause-SELECT table1.col1, table1.col2, table1.col3, table1.colx FROM table1 WHERE table1.col1 = :col1_10] [gw6] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-FromClause-whereclause-SELECT table1.col1, table1.col2, table1.col3, table1.colx FROM table1 WHERE table1.col1 = :col1_10] test/sql/test_deprecations.py::SelectableTest::test_when_kwarg[-CASE test.col1 WHEN :param_1 THEN :param_2 WHEN :param_3 THEN :param_4 END] [gw6] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_when_kwarg[-CASE test.col1 WHEN :param_1 THEN :param_2 WHEN :param_3 THEN :param_4 END] test/orm/test_deprecations.py::SelfReferentialTest::test_join_2 [gw6] [ 19%] PASSED test/orm/test_deprecations.py::SelfReferentialTest::test_join_2 test/orm/test_deprecations.py::SessionEventsTest::test_on_bulk_delete_hook [gw6] [ 19%] PASSED test/orm/test_deprecations.py::SessionEventsTest::test_on_bulk_delete_hook test/orm/test_deprecations.py::SessionTest::test_contextmanager_commit [gw6] [ 19%] PASSED test/orm/test_deprecations.py::SessionTest::test_contextmanager_commit test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_deactive_status_check [gw6] [ 19%] PASSED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_deactive_status_check test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_noautocommit test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_3_legacy test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[CheckConstraint] [gw3] [ 19%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[CheckConstraint] [gw6] [ 19%] PASSED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_noautocommit test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_engine_convert_unicode [gw3] [ 19%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_engine_convert_unicode test/orm/test_deprecations.py::DynamicTest::test_negative_slice_access_raises [gw0] [ 19%] PASSED test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_3_legacy test/sql/test_deprecations.py::SubqueryCoercionsTest::test_as_scalar [gw6] [ 19%] PASSED test/sql/test_deprecations.py::SubqueryCoercionsTest::test_as_scalar test/orm/test_deprecations.py::SynonymTest::test_options_syn_of_syn_string [gw1] [ 19%] PASSED test/orm/test_deprecations.py::MergeResultTest::test_entity_col_mix_keyed_tuple test/orm/test_deprecations.py::MultiplePathTest::test_basic [gw1] [ 19%] PASSED test/orm/test_deprecations.py::MultiplePathTest::test_basic test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_pickle_parent [gw1] [ 19%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_pickle_parent test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_update [gw1] [ 19%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_update test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_non_mutable [gw1] [ 19%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_non_mutable test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_unrelated_flush [gw1] [ 19%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_unrelated_flush test/orm/test_deprecations.py::NonPrimaryMapperTest::test_non_primary_identity_class [gw2] [ 19%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three [gw2] [ 19%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased [gw2] [ 19%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six [gw2] [ 19%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two [gw2] [ 19%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two [gw2] [ 19%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_multi_no_entities_basestring [gw3] [ 19%] PASSED test/orm/test_deprecations.py::DynamicTest::test_negative_slice_access_raises test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_explicit_connection [gw3] [ 19%] SKIPPED test/engine/test_deprecations.py::ExplicitAutoCommitTest::test_explicit_connection test/orm/test_deprecations.py::FromSelfTest::test_anonymous_expression_from_self_twice_oldstyle [gw7] [ 19%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_join [gw5] [ 19%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_multi_nonexistent_basestring test/orm/test_deprecations.py::OptionsNoPropTest::test_option_with_mapper_basestring [gw6] [ 19%] PASSED test/orm/test_deprecations.py::SynonymTest::test_options_syn_of_syn_string test/sql/test_deprecations.py::TextualSelectTest::test_column_collection_pos_plus_bykey [gw6] [ 19%] PASSED test/sql/test_deprecations.py::TextualSelectTest::test_column_collection_pos_plus_bykey test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-True-True-False] test/sql/test_deprecations.py::SelectableTest::test_against_cloned_non_table [gw7] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_against_cloned_non_table test/sql/test_deprecations.py::SelectableTest::test_deprecated_subquery_standalone [gw7] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_deprecated_subquery_standalone test/sql/test_deprecations.py::SelectableTest::test_select_list_argument [gw7] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_list_argument test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Join-whereclause-SELECT table1.col1, table1.col2, table1.col3, table1.colx, table2.col1, table2.col2, table2.col3, table2.coly FROM table1 JOIN table2 ON table1.col1 = table2.col2 WHERE table1.col1 = :col1_10] [gw7] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Join-whereclause-SELECT table1.col1, table1.col2, table1.col3, table1.colx, table2.col1, table2.col2, table2.col3, table2.coly FROM table1 JOIN table2 ON table1.col1 = table2.col2 WHERE table1.col1 = :col1_10] test/orm/test_deprecations.py::SelfRefFromSelfTest::test_multiple_explicit_entities_five [gw7] [ 19%] PASSED test/orm/test_deprecations.py::SelfRefFromSelfTest::test_multiple_explicit_entities_five test/orm/test_deprecations.py::SelfReferentialTest::test_join_4_filter [gw7] [ 19%] PASSED test/orm/test_deprecations.py::SelfReferentialTest::test_join_4_filter test/orm/test_deprecations.py::SessionTest::test_autocommit_deprecated [gw7] [ 19%] PASSED test/orm/test_deprecations.py::SessionTest::test_autocommit_deprecated test/orm/test_deprecations.py::SessionTest::test_session_str [gw7] [ 19%] PASSED test/orm/test_deprecations.py::SessionTest::test_session_str test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_heavy_nesting [gw7] [ 19%] SKIPPED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_heavy_nesting test/orm/test_deprecations.py::SubOptionsTest::test_five_strings [gw1] [ 19%] PASSED test/orm/test_deprecations.py::NonPrimaryMapperTest::test_non_primary_identity_class test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_multi_non_relation_twolevel_basestring [gw1] [ 19%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_multi_non_relation_twolevel_basestring test/orm/test_deprecations.py::OptionsNoPropTest::test_option_with_column_then_mapper_basestring [gw2] [ 19%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_named [gw2] [ 19%] PASSED test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_named test/orm/test_deprecations.py::SelectFromTest::test_differentiate_self_external [gw2] [ 19%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_differentiate_self_external test/orm/test_deprecations.py::SelectFromTest::test_select_from_aliased_one [gw6] [ 19%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-True-True-False] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-True-True-False] [gw2] [ 19%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_select_from_aliased_one [gw0] [ 19%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_multi_no_entities_basestring test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_wrong_entity_type_basestring [gw6] [ 19%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-True-True-False] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-True-True-False] [gw6] [ 19%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-True-True-False] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-True-True-False] [gw6] [ 19%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-True-True-False] [gw5] [ 19%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_with_mapper_basestring test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_orig_rollback test/orm/test_deprecations.py::OptionsTest::test_multi_entity_opt_on_string [gw6] [ 19%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_orig_rollback test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_inactive_due_to_subtransaction_no_commit [gw6] [ 19%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_inactive_due_to_subtransaction_no_commit test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_transaction_container [gw6] [ 19%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_transaction_container test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_fixture [gw6] [ 19%] PASSED test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_fixture test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_import_foreign_schema [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_import_foreign_schema test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_update [gw0] [ 19%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_wrong_entity_type_basestring [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_update test/dialect/mysql/test_dialect.py::BackendDialectTest::test_variable_fetch[5.6.49] [gw6] [ 19%] SKIPPED test/dialect/mysql/test_dialect.py::BackendDialectTest::test_variable_fetch[5.6.49] test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_mode [gw6] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_mode [gw1] [ 19%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_with_column_then_mapper_basestring test/orm/test_deprecations.py::OptionsTest::test_get_path_one_level_with_unrelated test/sql/test_deprecations.py::SelectableTest::test_case_list_legacy [gw2] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_case_list_legacy test/sql/test_deprecations.py::SelectableTest::test_join_alias [gw2] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_join_alias test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-FromClause-kwargs-SELECT table1.col1, table1.col2, table1.col3, table1.colx FROM table1 ORDER BY table1.col1] [gw2] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-FromClause-kwargs-SELECT table1.col1, table1.col2, table1.col3, table1.colx FROM table1 ORDER BY table1.col1] test/sql/test_deprecations.py::SelectableTest::test_when_kwarg[-CASE test.col1 WHEN :param_1 THEN :param_2 END] [gw2] [ 19%] PASSED test/sql/test_deprecations.py::SelectableTest::test_when_kwarg[-CASE test.col1 WHEN :param_1 THEN :param_2 END] test/orm/test_deprecations.py::SelfReferentialTest::test_join_1 [gw2] [ 19%] PASSED test/orm/test_deprecations.py::SelfReferentialTest::test_join_1 test/orm/test_deprecations.py::SessionEventsTest::test_flush_autocommit_hook [gw2] [ 19%] PASSED test/orm/test_deprecations.py::SessionEventsTest::test_flush_autocommit_hook test/orm/test_deprecations.py::SessionTest::test_bind_kwarg_deprecated[kw3] test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_122_11compat [gw6] [ 19%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_122_11compat test/dialect/oracle/test_dialect.py::ComputedReturningTest::test_computed_update_warning [gw6] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::ComputedReturningTest::test_computed_update_warning test/dialect/postgresql/test_dialect.py::DialectTest::test_pg_dialect_use_native_unicode_from_config [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::DialectTest::test_pg_dialect_use_native_unicode_from_config test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_nonempty_connection_string_w_query_two [gw6] [ 19%] PASSED test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_nonempty_connection_string_w_query_two test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[None-cONnection aLREady closed-InternalError-pymysql-True] [gw6] [ 19%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[None-cONnection aLREady closed-InternalError-pymysql-True] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[compress-True] [gw6] [ 19%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[compress-True] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_special_encodings[utf8mb4] [gw6] [ 19%] SKIPPED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_special_encodings[utf8mb4] test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[DPI-1080: connection was closed by ORA-3113-None-True] [gw6] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[DPI-1080: connection was closed by ORA-3113-None-True] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_cx_oracle_py3k[STRING] [gw6] [ 19%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_cx_oracle_py3k[STRING] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_cx_oracle_py3k[STRING] [gw6] [ 19%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_cx_oracle_py3k[STRING] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_older_cx_oracle_warning[STRING] [gw6] [ 19%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_older_cx_oracle_warning[STRING] test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert_page_size [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert_page_size test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert[pg_insert] [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert[pg_insert] test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_returning_values [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_returning_values test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert[pg_insert_on_conflict] [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert[pg_insert_on_conflict] test/dialect/mysql/test_dialect.py::ExecutionTest::test_sysdate [gw6] [ 19%] SKIPPED test/dialect/mysql/test_dialect.py::ExecutionTest::test_sysdate test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_checksfor_sequence [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_checksfor_sequence test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_initial_transaction_state [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_initial_transaction_state test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_readonly_flag_connection[True] [gw6] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_readonly_flag_connection[True] test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_bound_offset [gw6] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_bound_offset test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_percent [gw6] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_percent test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch_percent [gw6] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch_percent test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_offset [gw6] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_offset test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[True-10.2.6-MariaDB-10.2.6+maria~stretch.log] [gw6] [ 19%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[True-10.2.6-MariaDB-10.2.6+maria~stretch.log] test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected4-5.7.20-version4-False] [gw6] [ 19%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected4-5.7.20-version4-False] test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_python_side_default[True] [gw6] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_python_side_default[True] test/dialect/mysql/test_dialect.py::SQLModeDetectionTest::test_combination [gw6] [ 19%] SKIPPED test/dialect/mysql/test_dialect.py::SQLModeDetectionTest::test_combination test/orm/test_dynamic.py::DynamicTest::test_association_nonaliased [gw7] [ 19%] PASSED test/orm/test_deprecations.py::SubOptionsTest::test_five_strings test/sql/test_deprecations.py::SubqueryCoercionsTest::test_functions_select_method_two [gw7] [ 19%] PASSED test/sql/test_deprecations.py::SubqueryCoercionsTest::test_functions_select_method_two test/orm/test_deprecations.py::TestDeprecation20::test_relation [gw7] [ 19%] PASSED test/orm/test_deprecations.py::TestDeprecation20::test_relation test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-False-False-True] [gw7] [ 19%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-False-False-True] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-False-False-True] [gw7] [ 19%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-False-False-True] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-False-False-True] [gw7] [ 19%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-False-False-True] [gw5] [ 19%] PASSED test/orm/test_deprecations.py::OptionsTest::test_multi_entity_opt_on_string test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-False-False-True] test/orm/test_deprecations.py::ParentTest::test_o2m [gw3] [ 19%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_anonymous_expression_from_self_twice_oldstyle test/orm/test_deprecations.py::FromSelfTest::test_column_queries_nine [gw3] [ 19%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_column_queries_nine test/orm/test_deprecations.py::FromSelfTest::test_group_by [gw7] [ 19%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-False-False-True] [gw3] [ 19%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_group_by test/orm/test_deprecations.py::FromSelfTest::test_single_prop_9 [gw3] [ 19%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_single_prop_9 test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_begin_begin_commit_commit test/orm/test_deprecations.py::GetBindTest::test_bind_base_class_joined_sub_class [gw7] [ 19%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_begin_begin_commit_commit test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_close [gw7] [ 19%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_close test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nested_rollback [gw7] [ 19%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nested_rollback test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[enable_typechecks-False] [gw7] [ 19%] PASSED test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[enable_typechecks-False] [gw3] [ 19%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_base_class_joined_sub_class test/orm/test_deprecations.py::GetBindTest::test_bind_selectable_table test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_alter [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_alter test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_refresh_view [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_refresh_view test/dialect/mysql/test_dialect.py::BackendDialectTest::test_no_default_isolation_level [gw7] [ 19%] SKIPPED test/dialect/mysql/test_dialect.py::BackendDialectTest::test_no_default_isolation_level test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_deprecated_auto_convert_lobs [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_deprecated_auto_convert_lobs test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_threaded_deprecated_at_dialect_level [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_threaded_deprecated_at_dialect_level test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_ora10_flags [gw2] [ 19%] PASSED test/orm/test_deprecations.py::SessionTest::test_bind_kwarg_deprecated[kw3] test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_active_flag_autocommit [gw2] [ 19%] PASSED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_active_flag_autocommit test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_external_subtrans [gw2] [ 19%] PASSED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_external_subtrans test/orm/test_deprecations.py::OptionsTest::test_chained_plus_multi [gw0] [ 19%] PASSED test/orm/test_deprecations.py::OptionsTest::test_chained_plus_multi test/orm/test_deprecations.py::ParentTest::test_from_entity_query_entity [gw6] [ 19%] PASSED test/orm/test_dynamic.py::DynamicTest::test_association_nonaliased test/orm/test_dynamic.py::DynamicTest::test_m2m [gw6] [ 19%] PASSED test/orm/test_dynamic.py::DynamicTest::test_m2m test/orm/test_dynamic.py::DynamicTest::test_noload_issue[star] [gw3] [ 19%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_selectable_table test/orm/test_deprecations.py::GetBindTest::test_fallback_table_metadata test/orm/test_deprecations.py::SubqRelationsFromSelfTest::test_subq_w_from_self_two [gw1] [ 19%] PASSED test/orm/test_deprecations.py::OptionsTest::test_get_path_one_level_with_unrelated [gw7] [ 19%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_ora10_flags test/dialect/oracle/test_dialect.py::DialectTest::test_cx_oracle_version_parse [gw7] [ 19%] PASSED test/dialect/oracle/test_dialect.py::DialectTest::test_cx_oracle_version_parse test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_empty_connection_string_w_query_one [gw7] [ 19%] PASSED test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_empty_connection_string_w_query_one test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[1927-Connection was killed-OperationalError-pymysql-True] [gw7] [ 19%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[1927-Connection was killed-OperationalError-pymysql-True] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_mariadb_connector_special_encodings [gw7] [ 19%] SKIPPED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_mariadb_connector_special_encodings test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[read_timeout-30] [gw7] [ 19%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[read_timeout-30] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_ssl_arguments[pymysql] test/orm/test_deprecations.py::ParentTest::test_noparent [gw7] [ 19%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_ssl_arguments[pymysql] [gw6] [ 19%] PASSED test/orm/test_dynamic.py::DynamicTest::test_noload_issue[star] test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[ORA-1234 fake error-1234-False] [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[ORA-1234 fake error-1234-False] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[NCLOB] test/orm/test_dynamic.py::DynamicTest::test_statement [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[NCLOB] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[NCLOB] [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[NCLOB] [gw3] [ 19%] PASSED test/orm/test_deprecations.py::GetBindTest::test_fallback_table_metadata test/dialect/oracle/test_dialect.py::ExecuteTest::test_sequences_are_integers [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::ExecuteTest::test_sequences_are_integers test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_update [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_update test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_no_page_size [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_no_page_size test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_not_sane_rowcount [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_not_sane_rowcount test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert_unicode_keys [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert_unicode_keys test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_autocommit_pre_ping[True] [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_autocommit_pre_ping[True] test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_dbapi_autocommit_attribute [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_dbapi_autocommit_attribute test/orm/test_deprecations.py::ImmediateTest::test_value test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_preexecute_passivedefault [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_preexecute_passivedefault test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_schema_roundtrips [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_schema_roundtrips test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_limit_offset [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_limit_offset test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_ties_exact_number [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_ties_exact_number test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit test/dialect/postgresql/test_dialect.py::PGCodeTest::test_error_code [gw7] [ 19%] SKIPPED test/dialect/postgresql/test_dialect.py::PGCodeTest::test_error_code test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_madness [gw7] [ 19%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_madness test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected7-10.1.9-MariaDBV1.0R050D002-20170809-1522-version7-True] [gw7] [ 19%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected7-10.1.9-MariaDBV1.0R050D002-20170809-1522-version7-True] test/dialect/mysql/test_dialect.py::RemoveUTCTimestampTest::test_insert_executemany_w_default [gw7] [ 19%] SKIPPED test/dialect/mysql/test_dialect.py::RemoveUTCTimestampTest::test_insert_executemany_w_default test/dialect/oracle/test_dialect.py::TableValuedTest::test_scalar_strings_named_control [gw7] [ 19%] SKIPPED test/dialect/oracle/test_dialect.py::TableValuedTest::test_scalar_strings_named_control test/orm/test_dynamic.py::DynamicTest::test_count [gw3] [ 19%] PASSED test/orm/test_deprecations.py::ImmediateTest::test_value test/orm/test_deprecations.py::InheritedJoinTest::test_load_only_alias_subclass [gw0] [ 19%] PASSED test/orm/test_deprecations.py::ParentTest::test_from_entity_query_entity test/orm/test_deprecations.py::ParentTest::test_select_from_alias_of_type [gw0] [ 19%] PASSED test/orm/test_deprecations.py::ParentTest::test_select_from_alias_of_type test/orm/test_deprecations.py::PickleTest::test_bound_options[2] [gw7] [ 19%] PASSED test/orm/test_dynamic.py::DynamicTest::test_count test/orm/test_dynamic.py::DynamicTest::test_no_m2o [gw1] [ 19%] PASSED test/orm/test_deprecations.py::ParentTest::test_noparent test/orm/test_deprecations.py::ParentTest::test_with_pending_autoflush [gw1] [ 19%] PASSED test/orm/test_deprecations.py::ParentTest::test_with_pending_autoflush [gw7] [ 19%] PASSED test/orm/test_dynamic.py::DynamicTest::test_no_m2o test/orm/test_dynamic.py::DynamicTest::test_query_class_custom_method test/orm/test_deprecations.py::PickleTest::test_bound_options[4] [gw6] [ 19%] PASSED test/orm/test_dynamic.py::DynamicTest::test_statement [gw0] [ 19%] PASSED test/orm/test_deprecations.py::PickleTest::test_bound_options[2] test/orm/test_dynamic.py::HistoryTest::test_backref_pop_persistent_noflush_m2m [gw7] [ 19%] PASSED test/orm/test_dynamic.py::DynamicTest::test_query_class_custom_method test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one [gw3] [ 19%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_load_only_alias_subclass test/orm/test_deprecations.py::InstancesTest::test_contains_eager_aliased_instances test/orm/test_dynamic.py::DynamicTest::test_transient_count [gw5] [ 19%] PASSED test/orm/test_deprecations.py::ParentTest::test_o2m test/orm/test_deprecations.py::ParentTest::test_with_pending_no_autoflush [gw5] [ 20%] PASSED test/orm/test_deprecations.py::ParentTest::test_with_pending_no_autoflush test/orm/test_deprecations.py::PickleTest::test_unbound_options[0] [gw5] [ 20%] PASSED test/orm/test_deprecations.py::PickleTest::test_unbound_options[0] test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three [gw1] [ 20%] PASSED test/orm/test_deprecations.py::PickleTest::test_bound_options[4] test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two [gw6] [ 20%] PASSED test/orm/test_dynamic.py::HistoryTest::test_backref_pop_persistent_noflush_m2m test/orm/test_dynamic.py::HistoryTest::test_replace_persistent_noflush [gw2] [ 20%] PASSED test/orm/test_deprecations.py::SubqRelationsFromSelfTest::test_subq_w_from_self_two [gw6] [ 20%] PASSED test/orm/test_dynamic.py::HistoryTest::test_replace_persistent_noflush test/sql/test_deprecations.py::SubqueryCoercionsTest::test_standalone_alias [gw2] [ 20%] PASSED test/sql/test_deprecations.py::SubqueryCoercionsTest::test_standalone_alias test/sql/test_deprecations.py::TextualSelectTest::test_column_collection_ordered test/orm/test_dynamic.py::UOWTest::test_collection_set [gw2] [ 20%] PASSED test/sql/test_deprecations.py::TextualSelectTest::test_column_collection_ordered test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-True-False-True] [gw7] [ 20%] PASSED test/orm/test_dynamic.py::DynamicTest::test_transient_count test/orm/test_dynamic.py::HistoryTest::test_persistent_but_readded_autoflush [gw2] [ 20%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-True-False-True] [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-True-False-True] [gw6] [ 20%] PASSED test/orm/test_dynamic.py::UOWTest::test_collection_set [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased [gw2] [ 20%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-True-False-True] test/orm/test_dynamic.py::UOWTest::test_persistence test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two [gw3] [ 20%] PASSED test/orm/test_deprecations.py::InstancesTest::test_contains_eager_aliased_instances test/orm/test_deprecations.py::JoinFromSelectableTest::test_mapped_to_select_implicit_left_w_aliased test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-True-False-True] [gw2] [ 20%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-True-False-True] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-True-False-True] [gw2] [ 20%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-True-False-True] test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one [gw3] [ 20%] PASSED test/orm/test_deprecations.py::JoinFromSelectableTest::test_mapped_to_select_implicit_left_w_aliased [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one test/orm/test_deprecations.py::JoinTest::test_filter_by_from_join[string_relationship] test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_nested_rollback [gw2] [ 20%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_nested_rollback test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_implicit_autocommit_text [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one [gw7] [ 20%] PASSED test/orm/test_dynamic.py::HistoryTest::test_persistent_but_readded_autoflush test/orm/test_dynamic.py::UOWTest::test_backref_autoflush_savead test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four [gw2] [ 20%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_implicit_autocommit_text test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_cancelled_by_toplevel_marker [gw2] [ 20%] SKIPPED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_cancelled_by_toplevel_marker [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_comparator [gw6] [ 20%] PASSED test/orm/test_dynamic.py::UOWTest::test_persistence [gw2] [ 20%] PASSED test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_comparator test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_labeled_on_limitid_alias test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_grant [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_grant test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_truncate [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_truncate test/dialect/mysql/test_dialect.py::BackendDialectTest::test_variable_fetch[5.0.2] [gw2] [ 20%] SKIPPED test/dialect/mysql/test_dialect.py::BackendDialectTest::test_variable_fetch[5.0.2] test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_int_mode [gw2] [ 20%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_int_mode test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_122 [gw2] [ 20%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_122 test/dialect/oracle/test_dialect.py::ComputedReturningTest::test_computed_update_no_warning [gw2] [ 20%] SKIPPED test/dialect/oracle/test_dialect.py::ComputedReturningTest::test_computed_update_no_warning test/dialect/postgresql/test_dialect.py::DialectTest::test_pg_dialect_no_native_unicode_in_python3 [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::DialectTest::test_pg_dialect_no_native_unicode_in_python3 test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_nonempty_connection_string_w_query_three [gw2] [ 20%] PASSED test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_nonempty_connection_string_w_query_three test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[2007-foo-OperationalError-pymysql-False] [gw2] [ 20%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[2007-foo-OperationalError-pymysql-False] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[client_flag-1234] [gw2] [ 20%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[client_flag-1234] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_special_encodings[utf8] [gw2] [ 20%] SKIPPED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_special_encodings[utf8] [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[DPI-1010: not connected-None-True] [gw2] [ 20%] SKIPPED test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[DPI-1010: not connected-None-True] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_cx_oracle_py3k[NCLOB] [gw2] [ 20%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_cx_oracle_py3k[NCLOB] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_cx_oracle_py3k[NCLOB] [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two [gw2] [ 20%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_cx_oracle_py3k[NCLOB] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_older_cx_oracle_warning[NCLOB] [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two [gw6] [ 20%] PASSED test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_labeled_on_limitid_alias [gw2] [ 20%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_older_cx_oracle_warning[NCLOB] test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert_no_page_size test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two test/orm/test_eager_relations.py::CyclicalInheritingEagerTestThree::test_gen_query_nodepth [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert_no_page_size test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert[insert] [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert[insert] test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_returning_preexecute_pk [gw6] [ 20%] PASSED test/orm/test_eager_relations.py::CyclicalInheritingEagerTestThree::test_gen_query_nodepth test/orm/test_eager_relations.py::EagerTest::test_aliasing [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_returning_preexecute_pk test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert[pg_insert] [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert[pg_insert] test/dialect/mysql/test_dialect.py::ExecutionTest::test_charset_caching [gw2] [ 20%] SKIPPED test/dialect/mysql/test_dialect.py::ExecutionTest::test_charset_caching test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_backslash_escapes_detection[version3-False-True] [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_backslash_escapes_detection[version3-False-True] test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_extract [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_extract test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_readonly_flag_connection[False] [gw2] [ 20%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_readonly_flag_connection[False] test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_bound_limit_offset [gw2] [ 20%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_bound_limit_offset test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_nobinds [gw2] [ 20%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_nobinds test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch_offset [gw2] [ 20%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch_offset test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit_offset[cases2] [gw2] [ 20%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit_offset[cases2] test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[False-5.7.20] [gw2] [ 20%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[False-5.7.20] test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected3-10.2.10-MariaDB-version3-True] [gw2] [ 20%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected3-10.2.10-MariaDB-version3-True] test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_python_side_default[False] [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two [gw2] [ 20%] SKIPPED test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_python_side_default[False] test/dialect/mysql/test_dialect.py::SQLModeDetectionTest::test_backslash_escapes [gw2] [ 20%] SKIPPED test/dialect/mysql/test_dialect.py::SQLModeDetectionTest::test_backslash_escapes test/dialect/oracle/test_dialect.py::UnicodeSchemaTest::test_quoted_column_unicode [gw2] [ 20%] SKIPPED test/dialect/oracle/test_dialect.py::UnicodeSchemaTest::test_quoted_column_unicode test/orm/test_dynamic.py::DynamicTest::test_join_syntaxes[expr0] [gw2] [ 20%] SKIPPED test/orm/test_dynamic.py::DynamicTest::test_join_syntaxes[expr0] test/orm/test_dynamic.py::DynamicTest::test_noload_issue[attronly] [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one [gw6] [ 20%] PASSED test/orm/test_eager_relations.py::EagerTest::test_aliasing test/orm/test_eager_relations.py::EagerTest::test_double_w_ac [gw3] [ 20%] PASSED test/orm/test_deprecations.py::JoinTest::test_filter_by_from_join[string_relationship] test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_two [gw2] [ 20%] PASSED test/orm/test_dynamic.py::DynamicTest::test_noload_issue[attronly] [gw3] [ 20%] PASSED test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_two test/orm/test_dynamic.py::DynamicTest::test_slice_access test/orm/test_deprecations.py::JoinTest::test_reset_joinpoint [gw4] [ 20%] PASSED test/ext/test_automap.py::ConcurrentAutomapTest::test_concurrent_automaps_w_configure [gw7] [ 20%] PASSED test/orm/test_dynamic.py::UOWTest::test_backref_autoflush_savead test/orm/test_dynamic.py::UOWTest::test_hasattr [gw7] [ 20%] PASSED test/orm/test_dynamic.py::UOWTest::test_hasattr test/orm/test_dynamic.py::UOWTest::test_self_referential [gw7] [ 20%] PASSED test/orm/test_dynamic.py::UOWTest::test_self_referential test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_scalar_on_date_noalias [gw7] [ 20%] PASSED test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_scalar_on_date_noalias [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two [gw3] [ 20%] PASSED test/orm/test_deprecations.py::JoinTest::test_reset_joinpoint test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five [gw2] [ 20%] PASSED test/orm/test_dynamic.py::DynamicTest::test_slice_access test/orm/test_eager_relations.py::DeepOptionsTest::test_deep_options_1 test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_five [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five [gw6] [ 20%] PASSED test/orm/test_eager_relations.py::EagerTest::test_double_w_ac test/orm/test_backref_mutations.py::M2MScalarMoveTest::test_collection_move_preloaded test/orm/test_dynamic.py::HistoryTest::test_backref_pop_persistent_autoflush_o2m_active_hist test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three [gw4] [ 20%] PASSED test/orm/test_backref_mutations.py::M2MScalarMoveTest::test_collection_move_preloaded test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_move_notloaded [gw2] [ 20%] PASSED test/orm/test_dynamic.py::HistoryTest::test_backref_pop_persistent_autoflush_o2m_active_hist test/orm/test_dynamic.py::HistoryTest::test_replace_persistent_autoflush [gw3] [ 20%] PASSED test/sql/test_deprecations.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_five [gw7] [ 20%] PASSED test/orm/test_eager_relations.py::DeepOptionsTest::test_deep_options_1 test/orm/test_eager_relations.py::EagerTest::test_cyclical test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5429_assertions [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three [gw3] [ 20%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5429_assertions [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one [gw2] [ 20%] PASSED test/orm/test_dynamic.py::HistoryTest::test_replace_persistent_autoflush test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_like_op-notlike_op-a NOT LIKE b] [gw3] [ 20%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_like_op-notlike_op-a NOT LIKE b] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[is_false-isfalse-True] test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three test/orm/test_dynamic.py::UOWTest::test_backref_saveuser test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one [gw3] [ 20%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[is_false-isfalse-True] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_match_op-notmatch_op-True] [gw3] [ 20%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_match_op-notmatch_op-True] test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingBackendTest::test_insertid_schema_legacy [gw3] [ 20%] SKIPPED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingBackendTest::test_insertid_schema_legacy test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_straight_select_use_labels [gw3] [ 20%] PASSED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_straight_select_use_labels test/sql/test_deprecations.py::LegacySequenceExecTest::test_implicit_connectionless [gw3] [ 20%] SKIPPED test/sql/test_deprecations.py::LegacySequenceExecTest::test_implicit_connectionless test/orm/test_deprecations.py::MixedEntitiesTest::test_values test/orm/test_events.py::RemovalTest::test_unmapped_listen [gw6] [ 20%] PASSED test/orm/test_events.py::RemovalTest::test_unmapped_listen [gw4] [ 20%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_collection_move_notloaded test/orm/test_backref_mutations.py::O2MCollectionTest::test_set_none [gw4] [ 20%] PASSED test/orm/test_backref_mutations.py::O2MCollectionTest::test_set_none [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves[-load-] [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves[-load-] test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves[-loaded_as_persistent-] [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves[-loaded_as_persistent-] test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves[-refresh-] [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves[-refresh-] test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing[-load-] [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing[-load-] test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing[-loaded_as_persistent-] [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing[-loaded_as_persistent-] test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing[-refresh-] [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing[-refresh-] test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing_for_subclass[load-] [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing_for_subclass[load-] test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_scalar_move_notloaded [gw2] [ 20%] PASSED test/orm/test_dynamic.py::UOWTest::test_backref_saveuser test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing_for_subclass[refresh-] [gw7] [ 20%] PASSED test/orm/test_eager_relations.py::EagerTest::test_cyclical test/orm/test_eager_relations.py::EagerTest::test_eager_option [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_flag_resolves_existing_for_subclass[refresh-] test/orm/test_events.py::RestoreLoadContextTest::test_warning[-load-] test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_warning[-load-] test/orm/test_events.py::RestoreLoadContextTest::test_warning[-loaded_as_persistent-] [gw7] [ 20%] PASSED test/orm/test_eager_relations.py::EagerTest::test_eager_option [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_warning[-loaded_as_persistent-] test/orm/test_events.py::RestoreLoadContextTest::test_warning[-refresh-] [gw6] [ 20%] PASSED test/orm/test_events.py::RestoreLoadContextTest::test_warning[-refresh-] test/sql/test_functions.py::CompileTest::test_ansi_functions_with_args [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_ansi_functions_with_args test/sql/test_functions.py::CompileTest::test_as_comparison [gw3] [ 20%] PASSED test/orm/test_deprecations.py::MixedEntitiesTest::test_values [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_as_comparison test/sql/test_functions.py::CompileTest::test_as_comparison_annotate [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_as_comparison_annotate test/sql/test_functions.py::CompileTest::test_as_comparison_many_argument test/orm/test_events.py::SessionEventsTest::test_autobegin_no_reentrant[False] [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_as_comparison_many_argument test/sql/test_functions.py::CompileTest::test_assorted test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_deepcopy [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_assorted test/sql/test_functions.py::CompileTest::test_case_sensitive [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_case_sensitive test/sql/test_functions.py::CompileTest::test_char_length_fixed_args [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_char_length_fixed_args test/sql/test_functions.py::CompileTest::test_compile [gw4] [ 20%] PASSED test/orm/test_backref_mutations.py::O2OScalarBackrefMoveTest_legacy_style::test_scalar_move_notloaded test/orm/test_backref_mutations.py::O2OScalarMoveTest_legacy_style::test_collection_move_commitfirst [gw4] [ 20%] PASSED test/orm/test_backref_mutations.py::O2OScalarMoveTest_legacy_style::test_collection_move_commitfirst test/ext/test_baked.py::LikeQueryTest::test_count_with_bindparams test/orm/test_dynamic.py::UOWTest::test_noload_remove [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_compile test/sql/test_functions.py::CompileTest::test_cube_operators [gw6] [ 20%] PASSED test/orm/test_events.py::SessionEventsTest::test_autobegin_no_reentrant[False] test/orm/test_events.py::SessionEventsTest::test_autobegin_no_reentrant[True] [gw6] [ 20%] PASSED test/orm/test_events.py::SessionEventsTest::test_autobegin_no_reentrant[True] [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_cube_operators test/sql/test_functions.py::CompileTest::test_custom_args [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_custom_args test/orm/test_events.py::SessionEventsTest::test_before_flush_affects_dirty test/sql/test_functions.py::CompileTest::test_custom_default_namespace [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_custom_default_namespace test/sql/test_functions.py::CompileTest::test_custom_legacy_type [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_custom_legacy_type [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three [gw2] [ 20%] PASSED test/orm/test_dynamic.py::UOWTest::test_noload_remove [gw4] [ 20%] PASSED test/ext/test_baked.py::LikeQueryTest::test_count_with_bindparams test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_labeled_on_date_noalias [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one [gw6] [ 20%] PASSED test/orm/test_events.py::SessionEventsTest::test_before_flush_affects_dirty test/ext/test_baked.py::LikeQueryTest::test_one_or_none_multiple_result [gw4] [ 20%] PASSED test/ext/test_baked.py::LikeQueryTest::test_one_or_none_multiple_result test/orm/test_events.py::SessionEventsTest::test_before_flush_affects_flush_plan [gw6] [ 20%] PASSED test/orm/test_events.py::SessionEventsTest::test_before_flush_affects_flush_plan test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one test/orm/test_events.py::SessionEventsTest::test_can_use_session_in_outer_rollback_hook test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased [gw6] [ 20%] PASSED test/orm/test_events.py::SessionEventsTest::test_can_use_session_in_outer_rollback_hook test/sql/test_functions.py::CompileTest::test_custom_name [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four test/orm/test_events.py::SessionEventsTest::test_class_listen [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_custom_name test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six [gw6] [ 20%] PASSED test/orm/test_events.py::SessionEventsTest::test_class_listen [gw5] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six test/ext/test_baked.py::ResultPostCriteriaTest::test_spoiled [gw1] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four test/orm/test_events.py::SessionEventsTest::test_connection_emits_after_begin [gw6] [ 20%] PASSED test/orm/test_events.py::SessionEventsTest::test_connection_emits_after_begin [gw4] [ 20%] PASSED test/ext/test_baked.py::ResultPostCriteriaTest::test_spoiled test/orm/test_events.py::SessionEventsTest::test_flush_in_commit_hook test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two [gw6] [ 20%] PASSED test/orm/test_events.py::SessionEventsTest::test_flush_in_commit_hook test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_spoiled_half_w_params test/orm/test_events.py::SessionEventsTest::test_flush_noautocommit_hook test/sql/test_functions.py::CompileTest::test_custom_package_namespace [gw6] [ 20%] PASSED test/orm/test_events.py::SessionEventsTest::test_flush_noautocommit_hook [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_custom_package_namespace [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one test/sql/test_deprecations.py::QuoteTest::test_literal_column_label_embedded_select_samename_explicit_quote [gw0] [ 20%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one test/sql/test_functions.py::CompileTest::test_custom_registered_identifier [gw5] [ 20%] PASSED test/sql/test_deprecations.py::QuoteTest::test_literal_column_label_embedded_select_samename_explicit_quote [gw2] [ 20%] PASSED test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_labeled_on_date_noalias test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four [gw7] [ 20%] PASSED test/sql/test_functions.py::CompileTest::test_custom_registered_identifier [gw0] [ 21%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four test/sql/test_deprecations.py::QuoteTest::test_literal_column_label_embedded_select_diffname [gw0] [ 21%] PASSED test/sql/test_deprecations.py::QuoteTest::test_literal_column_label_embedded_select_diffname test/sql/test_functions.py::CompileTest::test_custom_type test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_sprintf [gw0] [ 21%] SKIPPED test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_sprintf [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_custom_type test/orm/inheritance/test_deprecations.py::SameNamedPropTwoPolymorphicSubClassesTest::test_fixed_w_poly_subquery test/orm/test_deprecations.py::SelectFromTest::test_filter_by[-SELECT anon_1.users_id AS anon_1_users_id, anon_1.users_name AS anon_1_users_name FROM (SELECT users.id AS users_id, users.name AS users_name FROM users WHERE users.id IN (__[POSTCOMPILE_id_1])) AS anon_1 WHERE anon_1.users_name = :name_1] test/sql/test_functions.py::CompileTest::test_custom_w_custom_name test/orm/test_events.py::SessionEventsTest::test_on_bulk_delete_hook [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_custom_w_custom_name test/sql/test_functions.py::CompileTest::test_custom_w_quoted_name [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_custom_w_quoted_name test/sql/test_functions.py::CompileTest::test_custom_w_quoted_name_no_identifier [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_custom_w_quoted_name_no_identifier test/sql/test_functions.py::CompileTest::test_funcfilter_arrayagg_subscript [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_arrayagg_subscript test/sql/test_functions.py::CompileTest::test_funcfilter_chaining [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_chaining test/sql/test_functions.py::CompileTest::test_funcfilter_compound_criterion [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_compound_criterion test/sql/test_functions.py::CompileTest::test_funcfilter_criterion [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_criterion test/sql/test_functions.py::CompileTest::test_funcfilter_empty [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_empty test/sql/test_functions.py::CompileTest::test_funcfilter_fromobj_fromcriterion [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_fromobj_fromcriterion test/sql/test_functions.py::CompileTest::test_funcfilter_fromobj_fromfunc [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_fromobj_fromfunc test/sql/test_functions.py::CompileTest::test_funcfilter_label [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_label test/sql/test_functions.py::CompileTest::test_funcfilter_windowing_orderby [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_windowing_orderby test/sql/test_functions.py::CompileTest::test_funcfilter_windowing_orderby_partitionby [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_windowing_orderby_partitionby test/sql/test_functions.py::CompileTest::test_funcfilter_windowing_range [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_windowing_range test/sql/test_functions.py::CompileTest::test_funcfilter_windowing_rows [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_windowing_rows test/sql/test_functions.py::CompileTest::test_funcfilter_within_group [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_within_group test/sql/test_functions.py::CompileTest::test_funcfilter_within_group_desc [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_within_group_desc test/orm/test_eager_relations.py::CyclicalInheritingEagerTestThree::test_gen_query_depth [gw6] [ 21%] PASSED test/orm/test_events.py::SessionEventsTest::test_on_bulk_delete_hook test/orm/test_events.py::SessionEventsTest::test_on_bulk_update_hook test/sql/test_functions.py::CompileTest::test_funcfilter_within_group_multi [gw6] [ 21%] PASSED test/orm/test_events.py::SessionEventsTest::test_on_bulk_update_hook [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_within_group_multi test/orm/test_events.py::SessionEventsTest::test_reentrant_flush [gw6] [ 21%] PASSED test/orm/test_events.py::SessionEventsTest::test_reentrant_flush test/sql/test_functions.py::CompileTest::test_funcfilter_within_group_w_over test/orm/test_events.py::SessionEventsTest::test_rollback_hook [gw6] [ 21%] PASSED test/orm/test_events.py::SessionEventsTest::test_rollback_hook test/orm/test_events.py::SessionEventsTest::test_scoped_session_invalid_callable [gw6] [ 21%] PASSED test/orm/test_events.py::SessionEventsTest::test_scoped_session_invalid_callable test/orm/test_events.py::SessionEventsTest::test_scoped_session_invalid_class [gw6] [ 21%] PASSED test/orm/test_events.py::SessionEventsTest::test_scoped_session_invalid_class [gw5] [ 21%] PASSED test/orm/inheritance/test_deprecations.py::SameNamedPropTwoPolymorphicSubClassesTest::test_fixed_w_poly_subquery test/orm/test_events.py::SessionEventsTest::test_scoped_session_listen [gw6] [ 21%] PASSED test/orm/test_events.py::SessionEventsTest::test_scoped_session_listen test/orm/test_deprecations.py::SelectFromTest::test_more_joins test/orm/test_events.py::SessionEventsTest::test_sessionmaker_listen [gw2] [ 21%] PASSED test/orm/test_eager_relations.py::CyclicalInheritingEagerTestThree::test_gen_query_depth [gw4] [ 21%] PASSED test/ext/test_baked.py::ResultTest_sqlite+pysqlite_3_38_2::test_spoiled_half_w_params [gw6] [ 21%] PASSED test/orm/test_events.py::SessionEventsTest::test_sessionmaker_listen test/orm/test_eager_relations.py::EagerTest::test_aliased_stmt_includes_unnamed_fn [gw2] [ 21%] PASSED test/orm/test_eager_relations.py::EagerTest::test_aliased_stmt_includes_unnamed_fn test/ext/test_baked.py::StateChangeTest::test_chained_add [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_funcfilter_within_group_w_over test/orm/test_eager_relations.py::EagerTest::test_double_same_mappers test/sql/test_functions.py::CompileTest::test_functions_with_cols [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_functions_with_cols test/orm/test_events.py::SessionEventsTest::test_snapshot_still_present_after_commit test/sql/test_functions.py::CompileTest::test_generic_annotation [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_generic_annotation [gw4] [ 21%] PASSED test/ext/test_baked.py::StateChangeTest::test_chained_add test/sql/test_functions.py::CompileTest::test_generic_count [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_generic_count test/orm/inheritance/test_basic.py::DiscriminatorOrPkNoneTest::test_pk_is_null test/sql/test_functions.py::CompileTest::test_generic_now [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_generic_now test/sql/test_functions.py::CompileTest::test_generic_random [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_generic_random test/sql/test_functions.py::CompileTest::test_incorrect_none_type [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::DiscriminatorOrPkNoneTest::test_pk_is_null test/orm/inheritance/test_basic.py::EagerTargetingTest::test_adapt_stringency [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_incorrect_none_type test/sql/test_functions.py::CompileTest::test_mixed_case [gw2] [ 21%] PASSED test/orm/test_eager_relations.py::EagerTest::test_double_same_mappers [gw1] [ 21%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two test/orm/test_eager_relations.py::EagerTest::test_from_statement[False] [gw1] [ 21%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven [gw1] [ 21%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::EagerTargetingTest::test_adapt_stringency test/sql/test_deprecations.py::QuoteTest::test_literal_column_label_embedded_select_samename [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_mixed_case [gw1] [ 21%] PASSED test/sql/test_deprecations.py::QuoteTest::test_literal_column_label_embedded_select_samename test/sql/test_functions.py::CompileTest::test_mixed_case_packages [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_mixed_case_packages test/sql/test_functions.py::CompileTest::test_namespacing_conflicts test/orm/inheritance/test_deprecations.py::SameNamedPropTwoPolymorphicSubClassesTest::test_fixed_w_poly_joined [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_namespacing_conflicts test/sql/test_functions.py::CompileTest::test_non_functions [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_non_functions test/sql/test_functions.py::CompileTest::test_operators_custom[False-add-5-myfunc() + 5] [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_operators_custom[False-add-5-myfunc() + 5] test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_no_fk test/sql/test_functions.py::CompileTest::test_operators_custom[False-eq-other2-myfunc() = q] [gw6] [ 21%] PASSED test/orm/test_events.py::SessionEventsTest::test_snapshot_still_present_after_commit [gw3] [ 21%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_deepcopy [gw2] [ 21%] PASSED test/orm/test_eager_relations.py::EagerTest::test_from_statement[False] [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_operators_custom[False-eq-other2-myfunc() = q] [gw5] [ 21%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_more_joins test/orm/test_eager_relations.py::EagerTest::test_from_statement[True] test/sql/test_deprecations.py::SelectableTest::test_append_column_after_replace_selectable test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_replace_itself_still_ok [gw2] [ 21%] PASSED test/orm/test_eager_relations.py::EagerTest::test_from_statement[True] [gw5] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_append_column_after_replace_selectable test/sql/test_deprecations.py::SelectableTest::test_froms_renamed [gw3] [ 21%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_replace_itself_still_ok test/orm/test_eager_relations.py::EagerTest::test_from_statement_contains_eager[False] [gw1] [ 21%] PASSED test/orm/inheritance/test_deprecations.py::SameNamedPropTwoPolymorphicSubClassesTest::test_fixed_w_poly_joined [gw5] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_froms_renamed [gw0] [ 21%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_filter_by[-SELECT anon_1.users_id AS anon_1_users_id, anon_1.users_name AS anon_1_users_name FROM (SELECT users.id AS users_id, users.name AS users_name FROM users WHERE users.id IN (__[POSTCOMPILE_id_1])) AS anon_1 WHERE anon_1.users_name = :name_1] test/sql/test_functions.py::CompileTest::test_operators_custom[False-in_op-other0-myfunc() IN (1, 2, 3)] test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_deepcopy test/orm/test_deprecations.py::SelectFromTest::test_very_nested_joins_with_joinedload test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Exists-whereclause-SELECT EXISTS (SELECT *) AS anon_1 FROM table1 WHERE table1.col1 = :col1_10] [gw5] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Exists-whereclause-SELECT EXISTS (SELECT *) AS anon_1 FROM table1 WHERE table1.col1 = :col1_10] [gw3] [ 21%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_deepcopy [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_operators_custom[False-in_op-other0-myfunc() IN (1, 2, 3)] [gw2] [ 21%] PASSED test/orm/test_eager_relations.py::EagerTest::test_from_statement_contains_eager[False] test/sql/test_deprecations.py::SelectableTest::test_when_kwarg[-CASE WHEN (test.col1 = :col1_1) THEN :param_1 ELSE :param_2 END] test/sql/test_functions.py::CompileTest::test_operators_custom[True-add-5-myfunc() + 5] test/orm/test_eager_relations.py::EagerTest::test_from_statement_contains_eager[True] test/orm/test_deprecations.py::SelectFromTest::test_join_no_order_by [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_operators_custom[True-add-5-myfunc() + 5] test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_replace test/sql/test_functions.py::CompileTest::test_operators_custom[True-eq-other2-myfunc() = q] [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_operators_custom[True-eq-other2-myfunc() = q] [gw5] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_when_kwarg[-CASE WHEN (test.col1 = :col1_1) THEN :param_1 ELSE :param_2 END] [gw3] [ 21%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_replace test/sql/test_functions.py::CompileTest::test_operators_custom[True-in_op-other0-myfunc() IN (1, 2, 3)] [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_operators_custom[True-in_op-other0-myfunc() IN (1, 2, 3)] test/orm/test_deprecations.py::SelfRefFromSelfTest::test_multiple_explicit_entities_two test/sql/test_functions.py::CompileTest::test_pickle_over test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_3 [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_pickle_over [gw5] [ 21%] PASSED test/orm/test_deprecations.py::SelfRefFromSelfTest::test_multiple_explicit_entities_two [gw3] [ 21%] PASSED test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary_3 test/orm/test_deprecations.py::SelfReferentialTest::test_string_or_prop_aliased_one test/orm/test_deprecations.py::OptionsNoPropTest::test_col_option_against_relationship_basestring [gw3] [ 21%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_col_option_against_relationship_basestring test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_nonexistent_twolevel_chained [gw3] [ 21%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_nonexistent_twolevel_chained test/orm/test_deprecations.py::OptionsTest::test_chained_plus_dotted [gw2] [ 21%] PASSED test/orm/test_eager_relations.py::EagerTest::test_from_statement_contains_eager[True] test/orm/test_eager_relations.py::EagerTest::test_group_by_only [gw5] [ 21%] PASSED test/orm/test_deprecations.py::SelfReferentialTest::test_string_or_prop_aliased_one test/orm/test_deprecations.py::SessionTest::test_bind_kwarg_deprecated[kw1] [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::InhCondTest::test_inh_cond_no_fk [gw1] [ 21%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_join_no_order_by test/sql/test_functions.py::CompileTest::test_pickle_within_group [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_pickle_within_group test/sql/test_functions.py::CompileTest::test_quote_special_chars [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_quote_special_chars test/sql/test_functions.py::CompileTest::test_quote_special_chars_packages [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_quote_special_chars_packages test/sql/test_functions.py::CompileTest::test_replace_function [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_replace_function test/sql/test_functions.py::CompileTest::test_replace_function_case_insensitive [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_replace_function_case_insensitive test/sql/test_functions.py::CompileTest::test_return_type_detection [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_return_type_detection test/sql/test_functions.py::CompileTest::test_select_method_one [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_select_method_one test/sql/test_functions.py::CompileTest::test_select_method_three [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_select_method_three test/sql/test_functions.py::CompileTest::test_select_method_two [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_select_method_two test/sql/test_functions.py::CompileTest::test_underscores [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_underscores test/sql/test_functions.py::CompileTest::test_underscores_packages [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_underscores_packages test/sql/test_functions.py::CompileTest::test_uppercase [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_uppercase test/sql/test_functions.py::CompileTest::test_uppercase_packages [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_uppercase_packages test/sql/test_functions.py::CompileTest::test_use_labels [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_use_labels test/sql/test_functions.py::CompileTest::test_use_labels_function_element [gw7] [ 21%] PASSED test/sql/test_functions.py::CompileTest::test_use_labels_function_element test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_as_from [gw7] [ 21%] PASSED test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_as_from test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_conn_execute [gw7] [ 21%] PASSED test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_conn_execute test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exec_options [gw7] [ 21%] PASSED test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exec_options test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_extract_bind [gw7] [ 21%] PASSED test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_extract_bind test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_extract_expression [gw7] [ 21%] PASSED test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_extract_expression test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_update [gw7] [ 21%] PASSED test/sql/test_functions.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_update [gw0] [ 21%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_very_nested_joins_with_joinedload [gw2] [ 21%] PASSED test/orm/test_eager_relations.py::EagerTest::test_group_by_only test/sql/test_deprecations.py::SelectableTest::test_alias_union test/orm/test_eager_relations.py::EagerTest::test_inner_join test/sql/test_deprecations.py::SelectableTest::test_column [gw1] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_alias_union [gw0] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_column test/sql/test_deprecations.py::SelectableTest::test_from_list_with_columns test/sql/test_deprecations.py::SelectableTest::test_select_labels [gw0] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_labels [gw1] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_from_list_with_columns test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Join-kwargs-SELECT table1.col1, table1.col2, table1.col3, table1.colx, table2.col1, table2.col2, table2.col3, table2.coly FROM table1 JOIN table2 ON table1.col1 = table2.col2 ORDER BY table1.col1] test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Exists-kwargs-SELECT EXISTS (SELECT *) AS anon_1 FROM table1 ORDER BY table1.col1] [gw1] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Exists-kwargs-SELECT EXISTS (SELECT *) AS anon_1 FROM table1 ORDER BY table1.col1] test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Join-whereclause-SELECT table1.col1, table1.col2, table1.col3, table1.colx, table2.col1, table2.col2, table2.col3, table2.coly FROM table1 JOIN table2 ON table1.col1 = table2.col2 WHERE table1.col1 = :col1_11] [gw1] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Join-whereclause-SELECT table1.col1, table1.col2, table1.col3, table1.colx, table2.col1, table2.col2, table2.col3, table2.coly FROM table1 JOIN table2 ON table1.col1 = table2.col2 WHERE table1.col1 = :col1_11] test/orm/test_deprecations.py::SelfRefFromSelfTest::test_multiple_explicit_entities_three [gw1] [ 21%] PASSED test/orm/test_deprecations.py::SelfRefFromSelfTest::test_multiple_explicit_entities_three test/orm/test_deprecations.py::SelfReferentialTest::test_join_4_filter_by [gw3] [ 21%] PASSED test/orm/test_deprecations.py::OptionsTest::test_chained_plus_dotted test/sql/test_functions.py::RegisterTest::test_GenericFunction_is_registered [gw7] [ 21%] PASSED test/sql/test_functions.py::RegisterTest::test_GenericFunction_is_registered [gw0] [ 21%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Join-kwargs-SELECT table1.col1, table1.col2, table1.col3, table1.colx, table2.col1, table2.col2, table2.col3, table2.coly FROM table1 JOIN table2 ON table1.col1 = table2.col2 ORDER BY table1.col1] test/sql/test_functions.py::RegisterTest::test_register_function [gw7] [ 21%] PASSED test/sql/test_functions.py::RegisterTest::test_register_function test/orm/test_deprecations.py::SelfRefFromSelfTest::test_from_self_inside_excludes_outside test/sql/test_deprecations.py::PKIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_autocommit test/sql/test_functions.py::ReturnTypeTest::test_array_agg [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_array_agg test/sql/test_functions.py::ReturnTypeTest::test_array_agg_array_datatype [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_array_agg_array_datatype test/sql/test_functions.py::ReturnTypeTest::test_array_agg_array_literal_explicit_type [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_array_agg_array_literal_explicit_type test/sql/test_functions.py::ReturnTypeTest::test_array_agg_array_literal_implicit_type [gw3] [ 21%] PASSED test/sql/test_deprecations.py::PKIncrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_autocommit [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_array_agg_array_literal_implicit_type test/sql/test_functions.py::ReturnTypeTest::test_cume_dist test/orm/test_deprecations.py::ParentTest::test_select_from_alias_from_entity [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_cume_dist test/sql/test_functions.py::ReturnTypeTest::test_mode [gw1] [ 21%] PASSED test/orm/test_deprecations.py::SelfReferentialTest::test_join_4_filter_by test/orm/test_deprecations.py::SessionTest::test_bind_kwarg_deprecated[kw0] [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_mode test/sql/test_functions.py::ReturnTypeTest::test_percent_rank [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_percent_rank test/sql/test_functions.py::ReturnTypeTest::test_percentile_cont [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_percentile_cont test/sql/test_functions.py::ReturnTypeTest::test_percentile_cont_array test/orm/inheritance/test_basic.py::NoPKOnSubTableWarningTest::test_no_warning_with_explicit [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::NoPKOnSubTableWarningTest::test_no_warning_with_explicit test/orm/inheritance/test_basic.py::OptimizedGetOnDeferredTest::test_expired_column [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::OptimizedGetOnDeferredTest::test_expired_column test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_optimized_get_blank_intermediary [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::OptimizedLoadTest::test_optimized_get_blank_intermediary test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_pk_fk_different [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::OverrideColKeyTest::test_pk_fk_different test/orm/inheritance/test_basic.py::PassiveDeletesTest::test_none [gw4] [ 21%] SKIPPED test/orm/inheritance/test_basic.py::PassiveDeletesTest::test_none test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_valid_assignment_upwards [gw5] [ 21%] PASSED test/orm/test_deprecations.py::SessionTest::test_bind_kwarg_deprecated[kw1] test/orm/test_deprecations.py::SessionTest::test_textual_execute [gw5] [ 21%] PASSED test/orm/test_deprecations.py::SessionTest::test_textual_execute test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_mixed_transaction_control [gw5] [ 21%] SKIPPED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_mixed_transaction_control test/orm/test_deprecations.py::SubOptionsTest::test_invalid_two [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_percentile_cont_array test/sql/test_functions.py::ReturnTypeTest::test_percentile_cont_array_desc [gw7] [ 21%] PASSED test/sql/test_functions.py::ReturnTypeTest::test_percentile_cont_array_desc [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::PolymorphicAttributeManagementTest::test_valid_assignment_upwards test/sql/test_functions.py::TableValuedCompileTest::test_aggregate_scalar_over_table_valued test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_implicit_map_w_label_joined [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_aggregate_scalar_over_table_valued test/sql/test_functions.py::TableValuedCompileTest::test_alias_column [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_alias_column test/sql/test_functions.py::TableValuedCompileTest::test_alias_maintains_tableval_type [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_alias_maintains_tableval_type test/sql/test_functions.py::TableValuedCompileTest::test_column_valued_one [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_column_valued_one [gw0] [ 21%] PASSED test/orm/test_deprecations.py::SelfRefFromSelfTest::test_from_self_inside_excludes_outside test/sql/test_functions.py::TableValuedCompileTest::test_column_valued_subquery [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_column_valued_subquery test/sql/test_functions.py::TableValuedCompileTest::test_column_valued_two [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_column_valued_two test/sql/test_functions.py::TableValuedCompileTest::test_function_alias [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_function_alias test/sql/test_functions.py::TableValuedCompileTest::test_json_object_keys_with_ordinality [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_json_object_keys_with_ordinality test/sql/test_functions.py::TableValuedCompileTest::test_named_table_valued [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_named_table_valued test/sql/test_functions.py::TableValuedCompileTest::test_named_table_valued_alias [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_named_table_valued_alias test/sql/test_functions.py::TableValuedCompileTest::test_named_table_valued_subquery [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_named_table_valued_subquery test/sql/test_functions.py::TableValuedCompileTest::test_named_table_valued_w_quoting [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_named_table_valued_w_quoting test/sql/test_functions.py::TableValuedCompileTest::test_named_with_ordinality [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::PolymorphicOnNotLocalTest::test_polymorphic_on_expr_implicit_map_w_label_joined test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_b_d_selectable [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::PolymorphicResolutionMultiLevel::test_b_d_selectable test/orm/inheritance/test_basic.py::PolymorphicUnionTest::test_type_col_non_present [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::PolymorphicUnionTest::test_type_col_non_present test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[1-2] [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_named_with_ordinality test/sql/test_functions.py::TableValuedCompileTest::test_render_derived_maintains_tableval_type [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_render_derived_maintains_tableval_type test/sql/test_functions.py::TableValuedCompileTest::test_render_derived_with_lateral[False] [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_render_derived_with_lateral[False] test/sql/test_functions.py::TableValuedCompileTest::test_render_derived_with_lateral[True] [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_render_derived_with_lateral[True] test/sql/test_functions.py::TableValuedCompileTest::test_scalar_subquery [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_scalar_subquery test/sql/test_functions.py::TableValuedCompileTest::test_scalar_table_valued [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_scalar_table_valued test/sql/test_functions.py::TableValuedCompileTest::test_star_with_ordinality [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_star_with_ordinality test/sql/test_functions.py::TableValuedCompileTest::test_subquery_as_table_valued [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_subquery_as_table_valued test/sql/test_functions.py::TableValuedCompileTest::test_table_as_table_valued [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_table_as_table_valued test/sql/test_functions.py::TableValuedCompileTest::test_table_valued_one [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_table_valued_one test/sql/test_functions.py::TableValuedCompileTest::test_table_valued_two [gw7] [ 21%] PASSED test/sql/test_functions.py::TableValuedCompileTest::test_table_valued_two test/orm/test_generative.py::CaseSensitiveTest::test_distinct_count [gw1] [ 21%] PASSED test/orm/test_deprecations.py::SessionTest::test_bind_kwarg_deprecated[kw0] test/orm/test_deprecations.py::SessionTest::test_subtransactions_deprecated [gw1] [ 21%] PASSED test/orm/test_deprecations.py::SessionTest::test_subtransactions_deprecated test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_heavy_nesting_future [gw4] [ 21%] PASSED test/orm/inheritance/test_basic.py::SyncCompileTest::test_joins[1-2] test/orm/test_bind.py::BindIntegrationTest::test_bind_arg [gw2] [ 21%] PASSED test/orm/test_eager_relations.py::EagerTest::test_inner_join test/orm/test_eager_relations.py::EagerTest::test_inner_join_nested_chaining_fixed [gw2] [ 22%] PASSED test/orm/test_eager_relations.py::EagerTest::test_inner_join_nested_chaining_fixed test/orm/test_eager_relations.py::EagerTest::test_inner_join_nested_chaining_negative_options [gw2] [ 22%] PASSED test/orm/test_eager_relations.py::EagerTest::test_inner_join_nested_chaining_negative_options test/orm/test_eager_relations.py::EagerTest::test_inner_join_nested_chaining_positive_options test/orm/test_deprecations.py::SelfReferentialTest::test_join_3_filter_by [gw0] [ 22%] PASSED test/orm/test_deprecations.py::SelfReferentialTest::test_join_3_filter_by test/orm/test_deprecations.py::SessionStateTest::test_autocommit_doesnt_raise_on_pending [gw0] [ 22%] PASSED test/orm/test_deprecations.py::SessionStateTest::test_autocommit_doesnt_raise_on_pending test/orm/test_deprecations.py::SessionTest::test_failed_rollback_deactivates_transaction_ctx_integration [gw0] [ 22%] SKIPPED test/orm/test_deprecations.py::SessionTest::test_failed_rollback_deactivates_transaction_ctx_integration test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_error_on_using_inactive_session_commands [gw0] [ 22%] PASSED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_error_on_using_inactive_session_commands [gw4] [ 22%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_arg [gw1] [ 22%] SKIPPED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_heavy_nesting_future test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e20] [gw7] [ 22%] PASSED test/orm/test_generative.py::CaseSensitiveTest::test_distinct_count test/orm/inheritance/test_deprecations.py::SingleOnJoinedTest::test_single_on_joined test/orm/test_deprecations.py::SubOptionsTest::test_four_strings [gw4] [ 22%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_bind_through_execute[--e20] test/orm/test_generative.py::GenerativeQueryTest::test_aggregate test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e11] [gw2] [ 22%] PASSED test/orm/test_eager_relations.py::EagerTest::test_inner_join_nested_chaining_positive_options test/orm/test_eager_relations.py::EagerTest::test_inner_join_options [gw5] [ 22%] PASSED test/orm/test_deprecations.py::SubOptionsTest::test_invalid_two [gw4] [ 22%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e11] [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_aggregate test/sql/test_deprecations.py::SubqueryCoercionsTest::test_plain_fromclause_select_to_subquery test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e19] test/orm/test_generative.py::GenerativeQueryTest::test_aggregate_1 [gw5] [ 22%] PASSED test/sql/test_deprecations.py::SubqueryCoercionsTest::test_plain_fromclause_select_to_subquery test/orm/test_events.py::SessionEventsTest::test_snapshot_still_present_after_rollback test/orm/test_deprecations.py::TextTest::test_via_textasfrom_select_from [gw4] [ 22%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e19] [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_aggregate_1 test/orm/test_generative.py::GenerativeQueryTest::test_aggregate_2 [gw6] [ 22%] PASSED test/orm/test_events.py::SessionEventsTest::test_snapshot_still_present_after_rollback test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e32] [gw3] [ 22%] PASSED test/orm/test_deprecations.py::ParentTest::test_select_from_alias_from_entity [gw0] [ 22%] PASSED test/orm/inheritance/test_deprecations.py::SingleOnJoinedTest::test_single_on_joined test/orm/test_events.py::SessionEventsTest::test_standalone_on_commit_hook [gw6] [ 22%] PASSED test/orm/test_events.py::SessionEventsTest::test_standalone_on_commit_hook [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_aggregate_2 test/orm/test_generative.py::GenerativeQueryTest::test_aggregate_3 test/sql/test_deprecations.py::SubqueryCoercionsTest::test_fromclause_subquery [gw4] [ 22%] PASSED test/orm/test_bind.py::BindIntegrationTest::test_get_bind[-e32] test/orm/test_events.py::SessionEventsTest::test_state_after_attach [gw0] [ 22%] PASSED test/sql/test_deprecations.py::SubqueryCoercionsTest::test_fromclause_subquery test/orm/test_deprecations.py::PickleTest::test_bound_options[1] test/orm/test_deprecations.py::TestDeprecation20::test_eagerloading [gw0] [ 22%] PASSED test/orm/test_deprecations.py::TestDeprecation20::test_eagerloading [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_aggregate_3 [gw6] [ 22%] PASSED test/orm/test_events.py::SessionEventsTest::test_state_after_attach test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-False-False-False] test/orm/test_generative.py::GenerativeQueryTest::test_filter test/orm/test_bind.py::GetBindTest::test_bind_base_table_joined_sub_class [gw2] [ 22%] PASSED test/orm/test_eager_relations.py::EagerTest::test_inner_join_options test/orm/test_events.py::SessionEventsTest::test_state_before_attach test/orm/test_eager_relations.py::EagerTest::test_inner_join_unnested_chaining_fixed [gw6] [ 22%] PASSED test/orm/test_events.py::SessionEventsTest::test_state_before_attach [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_filter test/orm/test_generative.py::GenerativeQueryTest::test_offset [gw4] [ 22%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_base_table_joined_sub_class test/orm/test_bind.py::GetBindTest::test_bind_sub_table_concrete_sub_class test/orm/test_events.py::SessionLifecycleEventsTest::test_deleted_to_detached_via_commit [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_offset test/orm/test_generative.py::GenerativeQueryTest::test_offset_order_by [gw0] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-False-False-False] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-False-False-False] [gw4] [ 22%] PASSED test/orm/test_bind.py::GetBindTest::test_bind_sub_table_concrete_sub_class [gw2] [ 22%] PASSED test/orm/test_eager_relations.py::EagerTest::test_inner_join_unnested_chaining_fixed [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_offset_order_by test/orm/test_eager_relations.py::EagerTest::test_inner_join_unnested_chaining_options test/orm/test_generative.py::GenerativeQueryTest::test_order_by test/orm/test_bulk.py::BulkInheritanceTest::test_bulk_insert_joined_inh_return_defaults [gw0] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-False-False-False] [gw3] [ 22%] PASSED test/orm/test_deprecations.py::PickleTest::test_bound_options[1] [gw6] [ 22%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_deleted_to_detached_via_commit test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-False-False-False] test/orm/test_events.py::SessionLifecycleEventsTest::test_deleted_to_persistent_via_rollback test/orm/test_deprecations.py::PolyCacheKeyTest::test_wp_queries [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_order_by test/orm/test_generative.py::GenerativeQueryTest::test_selectby [gw0] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-False-False-False] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-False-False-False] [gw6] [ 22%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_deleted_to_persistent_via_rollback [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_selectby test/orm/test_generative.py::GenerativeQueryTest::test_slice [gw1] [ 22%] PASSED test/orm/test_deprecations.py::SubOptionsTest::test_four_strings test/orm/test_events.py::SessionLifecycleEventsTest::test_detached_to_persistent [gw2] [ 22%] PASSED test/orm/test_eager_relations.py::EagerTest::test_inner_join_unnested_chaining_options test/sql/test_deprecations.py::SubqueryCoercionsTest::test_functions_with_cols [gw1] [ 22%] PASSED test/sql/test_deprecations.py::SubqueryCoercionsTest::test_functions_with_cols test/orm/test_eager_relations.py::EagerTest::test_late_compile [gw0] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-False-False-False] [gw5] [ 22%] PASSED test/orm/test_deprecations.py::TextTest::test_via_textasfrom_select_from test/orm/test_deprecations.py::TransScopingTest::test_no_autoflush_or_commit_in_expire_w_autocommit test/ext/declarative/test_deprecations.py::TestInstrumentDeclarative::test_ok [gw1] [ 22%] PASSED test/ext/declarative/test_deprecations.py::TestInstrumentDeclarative::test_ok [gw6] [ 22%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_detached_to_persistent test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-False-True-False] test/orm/test_events.py::SessionLifecycleEventsTest::test_detached_to_persistent_via_cascaded_delete [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeQueryTest::test_slice test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-False-True-True] test/orm/test_generative.py::GenerativeTest2::test_distinct_count [gw0] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_no_autoflush_or_commit_in_expire_w_autocommit [gw2] [ 22%] PASSED test/orm/test_eager_relations.py::EagerTest::test_late_compile test/orm/test_eager_relations.py::EagerTest::test_limit test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_twophase_rollback [gw0] [ 22%] SKIPPED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_twophase_rollback [gw1] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-False-True-False] test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_mixed_two_phase_transaction [gw6] [ 22%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_detached_to_persistent_via_cascaded_delete [gw0] [ 22%] SKIPPED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_mixed_two_phase_transaction [gw7] [ 22%] PASSED test/orm/test_generative.py::GenerativeTest2::test_distinct_count test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-False-True-False] test/orm/test_events.py::SessionLifecycleEventsTest::test_detached_to_persistent_via_deleted test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[cascade_backrefs-False] test/orm/test_generative.py::RelationshipsTest::test_from [gw5] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-False-True-True] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-False-True-True] [gw0] [ 22%] PASSED test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[cascade_backrefs-False] [gw6] [ 22%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_detached_to_persistent_via_deleted test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_property_wrapped_classlevel test/orm/test_events.py::SessionLifecycleEventsTest::test_loaded_as_persistent [gw0] [ 22%] PASSED test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_property_wrapped_classlevel test/dialect/mysql/test_dialect.py::AutocommitTextTest::test_load_data [gw0] [ 22%] SKIPPED test/dialect/mysql/test_dialect.py::AutocommitTextTest::test_load_data test/dialect/mysql/test_dialect.py::BackendDialectTest::test_isolation_level [gw0] [ 22%] SKIPPED test/dialect/mysql/test_dialect.py::BackendDialectTest::test_isolation_level test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_cx_oracle_service_name_bad [gw3] [ 22%] PASSED test/orm/test_deprecations.py::PolyCacheKeyTest::test_wp_queries [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_cx_oracle_service_name_bad test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_threaded [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_threaded test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_122_11compat_vparam_raises test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two [gw0] [ 22%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_122_11compat_vparam_raises [gw6] [ 22%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_loaded_as_persistent test/dialect/oracle/test_dialect.py::DefaultSchemaNameTest::test_default_schema_detected [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::DefaultSchemaNameTest::test_default_schema_detected test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_empty_connection_string test/orm/test_events.py::SessionLifecycleEventsTest::test_pending_to_persistent [gw0] [ 22%] PASSED test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_empty_connection_string test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[1927-Connection was killed-OperationalError-mysqldb-True] [gw0] [ 22%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[1927-Connection was killed-OperationalError-mysqldb-True] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[None-something broke-InternalError-pymysql-False] [gw4] [ 22%] PASSED test/orm/test_bulk.py::BulkInheritanceTest::test_bulk_insert_joined_inh_return_defaults test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_save_updated_include_unchanged [gw6] [ 22%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_pending_to_persistent [gw0] [ 22%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[None-something broke-InternalError-pymysql-False] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[local_infile-1234] [gw0] [ 22%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[local_infile-1234] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_ssl_arguments[oursql] [gw0] [ 22%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_ssl_arguments[oursql] test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[ORA-03114: not connected to ORACLE-3114-True] test/orm/test_events.py::SessionLifecycleEventsTest::test_pending_to_persistent_del [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[ORA-03114: not connected to ORACLE-3114-True] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[FIXED_CHAR] [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[FIXED_CHAR] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[FIXED_CHAR] [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[FIXED_CHAR] test/dialect/oracle/test_dialect.py::ExecuteTest::test_limit_offset_for_update [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::ExecuteTest::test_limit_offset_for_update test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_not_sane_rowcount [gw0] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_not_sane_rowcount test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_modified_by_event [gw0] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_modified_by_event test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_w_newlines [gw0] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_w_newlines test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert_page_size [gw0] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert_page_size test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_autocommit_pre_ping[False] [gw0] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_autocommit_pre_ping[False] test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_date_reflection [gw0] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_date_reflection test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_numeric_raise [gw0] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_numeric_raise test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_readonly_flag_engine[True] [gw1] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-False-True-False] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-False-True-False] [gw1] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-False-True-False] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-False-True-False] [gw1] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-False-True-False] test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_begin_begin_rollback_rollback [gw1] [ 22%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_begin_begin_rollback_rollback test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_close2 [gw1] [ 22%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_close2 test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nesting [gw1] [ 22%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nesting test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[passive_deletes-True] [gw1] [ 22%] PASSED test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[passive_deletes-True] test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_create [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_create test/dialect/mysql/test_dialect.py::AutocommitTextTest::test_replace [gw0] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_readonly_flag_engine[True] test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_limit [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_limit test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_ties [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_ties test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch_ties [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch_ties test/dialect/oracle/test_dialect.py::OutParamTest::test_out_params [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::OutParamTest::test_out_params test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[True-5.6.15-10.2.7-MariaDB] [gw1] [ 22%] SKIPPED test/dialect/mysql/test_dialect.py::AutocommitTextTest::test_replace test/dialect/mysql/test_dialect.py::BackendDialectTest::test_no_show_variables [gw1] [ 22%] SKIPPED test/dialect/mysql/test_dialect.py::BackendDialectTest::test_no_show_variables test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_deprecated_use_ansi [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_deprecated_use_ansi test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_default_flags [gw0] [ 22%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[True-5.6.15-10.2.7-MariaDB] test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected6-10.2.6.MariaDB.10.2.6+maria~stretch-log-version6-True] [gw4] [ 22%] PASSED test/orm/test_bulk.py::BulkInsertUpdateTest::test_bulk_save_updated_include_unchanged test/orm/test_bulk.py::BulkUDTestAltColKeys::test_insert_both [gw4] [ 22%] PASSED test/orm/test_bulk.py::BulkUDTestAltColKeys::test_insert_both test/orm/test_bundle.py::BundleTest::test_bundle_nesting [gw0] [ 22%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected6-10.2.6.MariaDB.10.2.6+maria~stretch-log-version6-True] [gw7] [ 22%] PASSED test/orm/test_generative.py::RelationshipsTest::test_from test/orm/test_generative.py::RelationshipsTest::test_join [gw1] [ 22%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_default_flags test/dialect/mysql/test_dialect.py::RemoveUTCTimestampTest::test_insert_executemany test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_ora8_flags [gw0] [ 22%] SKIPPED test/dialect/mysql/test_dialect.py::RemoveUTCTimestampTest::test_insert_executemany test/dialect/oracle/test_dialect.py::TableValuedTest::test_scalar_strings_control [gw0] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::TableValuedTest::test_scalar_strings_control [gw7] [ 22%] PASSED test/orm/test_generative.py::RelationshipsTest::test_join test/orm/test_generative.py::RelationshipsTest::test_outer_join test/orm/test_dynamic.py::DynamicTest::test_configured_order_by [gw7] [ 22%] PASSED test/orm/test_generative.py::RelationshipsTest::test_outer_join test/orm/test_generative.py::RelationshipsTest::test_outer_join_count [gw1] [ 22%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_ora8_flags [gw7] [ 22%] PASSED test/orm/test_generative.py::RelationshipsTest::test_outer_join_count test/dialect/postgresql/test_dialect.py::DialectTest::test_ensure_version_is_qualified [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::DialectTest::test_ensure_version_is_qualified test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_empty_connection_string_w_query_two [gw1] [ 22%] PASSED test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_empty_connection_string_w_query_two test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[2006-foo-OperationalError-mysqldb-True] [gw1] [ 22%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[2006-foo-OperationalError-mysqldb-True] test/orm/test_hasparent.py::ParentRemovalTest::test_fresh_state_negative [gw3] [ 22%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_mysqlconnector_buffered_arg [gw0] [ 22%] PASSED test/orm/test_dynamic.py::DynamicTest::test_configured_order_by [gw1] [ 22%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_mysqlconnector_buffered_arg test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[use_unicode-False] [gw1] [ 22%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[use_unicode-False] test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_graceful_failure_isolation_level_not_available [gw3] [ 22%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_graceful_failure_isolation_level_not_available [gw5] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-False-True-True] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-False-True-True] [gw5] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-False-True-True] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-False-True-True] [gw5] [ 22%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-False-True-True] test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_autocommit [gw5] [ 22%] SKIPPED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_autocommit test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_implicit_autocommit_compiled [gw5] [ 22%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_implicit_autocommit_compiled [gw4] [ 22%] PASSED test/orm/test_bundle.py::BundleTest::test_bundle_nesting test/orm/test_bundle.py::BundleTest::test_labeled_cols_as_rows_future [gw4] [ 22%] PASSED test/orm/test_bundle.py::BundleTest::test_labeled_cols_as_rows_future test/orm/test_bundle.py::BundleTest::test_query_count [gw4] [ 22%] PASSED test/orm/test_bundle.py::BundleTest::test_query_count test/orm/test_bundle.py::BundleTest::test_subclass [gw4] [ 22%] PASSED test/orm/test_bundle.py::BundleTest::test_subclass test/orm/test_cache_key.py::CacheKeyTest::test_loader_criteria test/orm/test_dynamic.py::DynamicTest::test_no_count test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[db is not connected-None-True] [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[db is not connected-None-True] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[STRING] [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[STRING] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[STRING] test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_no_marker_on_inactive_trans [gw5] [ 22%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_no_marker_on_inactive_trans [gw2] [ 22%] PASSED test/orm/test_eager_relations.py::EagerTest::test_limit test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[passive_updates-False] test/orm/test_eager_relations.py::EagerTest::test_limit_2 [gw4] [ 22%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_loader_criteria test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three test/orm/test_cache_key.py::CacheKeyTest::test_orm_query_w_orm_joins [gw7] [ 22%] PASSED test/orm/test_hasparent.py::ParentRemovalTest::test_fresh_state_negative [gw4] [ 22%] PASSED test/orm/test_cache_key.py::CacheKeyTest::test_orm_query_w_orm_joins test/orm/test_cache_key.py::PolyCacheKeyTest::test_wp_objects [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[STRING] test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert[insert] [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert[insert] test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_update_fallback [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_update_fallback test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_page_size [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_page_size test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_update [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_update test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_not_sane_rowcount [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_not_sane_rowcount test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_backslash_escapes_detection[version0-False-False] [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_backslash_escapes_detection[version0-False-False] test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_deferrable_flag_connection[False] [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_deferrable_flag_connection[False] test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_psycopg2_non_standard_err [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_psycopg2_non_standard_err test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_serial_integer [gw1] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_serial_integer test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_limit_simple_offset [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_limit_simple_offset test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_limit_offset_nobinds [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_limit_offset_nobinds test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit_expr_offset [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit_expr_offset test/dialect/mysql/test_dialect.py::ParseVersionTest::test_502_minimum [gw1] [ 22%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_502_minimum test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected0-10.2.7-MariaDB-version0-True] [gw1] [ 22%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected0-10.2.7-MariaDB-version0-True] test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_expanding_quote_roundtrip [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_expanding_quote_roundtrip test/dialect/mysql/test_dialect.py::RemoveUTCTimestampTest::test_update_executemany [gw1] [ 22%] SKIPPED test/dialect/mysql/test_dialect.py::RemoveUTCTimestampTest::test_update_executemany test/dialect/oracle/test_dialect.py::TableValuedTest::test_two_strings [gw1] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::TableValuedTest::test_two_strings test/orm/test_dynamic.py::DynamicTest::test_detached_all_empty_list test/orm/test_hasparent.py::ParentRemovalTest::test_fresh_state_positive [gw5] [ 22%] PASSED test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[passive_updates-False] test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_delete [gw5] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_delete test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_revoke [gw5] [ 22%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_revoke test/dialect/mysql/test_dialect.py::BackendDialectTest::test_reserved_words_mysql_vs_mariadb [gw5] [ 22%] SKIPPED test/dialect/mysql/test_dialect.py::BackendDialectTest::test_reserved_words_mysql_vs_mariadb test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_encoding [gw5] [ 22%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_encoding test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_ident_length_in_13_is_30 [gw5] [ 22%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_ident_length_in_13_is_30 test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_use_nchar [gw4] [ 22%] PASSED test/orm/test_cache_key.py::PolyCacheKeyTest::test_wp_objects [gw5] [ 22%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_use_nchar test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[False-True-False] test/dialect/oracle/test_dialect.py::DialectTest::test_minimum_version [gw7] [ 22%] PASSED test/orm/test_hasparent.py::ParentRemovalTest::test_fresh_state_positive test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_negative [gw1] [ 22%] PASSED test/orm/test_dynamic.py::DynamicTest::test_detached_all_empty_list [gw5] [ 23%] PASSED test/dialect/oracle/test_dialect.py::DialectTest::test_minimum_version test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_nonempty_connection_string [gw5] [ 23%] PASSED test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_nonempty_connection_string test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[2006-foo-OperationalError-pymysql-True] [gw5] [ 23%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[2006-foo-OperationalError-pymysql-True] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_mysqlconnector_raise_on_warnings_arg [gw5] [ 23%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_mysqlconnector_raise_on_warnings_arg test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[write_timeout-30] [gw5] [ 23%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[write_timeout-30] test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_hypothetical_not_implemented_isolation_level [gw5] [ 23%] SKIPPED test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_hypothetical_not_implemented_isolation_level test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_cx_oracle_py3k[CLOB] [gw5] [ 23%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_cx_oracle_py3k[CLOB] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_cx_oracle_py3k[CLOB] [gw5] [ 23%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_cx_oracle_py3k[CLOB] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_older_cx_oracle_warning[CLOB] [gw5] [ 23%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_older_cx_oracle_warning[CLOB] test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert[pg_insert] [gw5] [ 23%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert[pg_insert] test/dialect/postgresql/test_dialect.py::ExecutemanyFlagOptionsTest::test_executemany_correct_flag_options [gw5] [ 23%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyFlagOptionsTest::test_executemany_correct_flag_options test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_return_pks_default_values [gw5] [ 23%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_return_pks_default_values test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_update_fallback [gw5] [ 23%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_update_fallback test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_update [gw5] [ 23%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_update test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_backslash_escapes_detection[version1-None-False] [gw5] [ 23%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_backslash_escapes_detection[version1-None-False] test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_deferrable_flag_connection[True] [gw5] [ 23%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_deferrable_flag_connection[True] test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_psycopg2_version [gw5] [ 23%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_psycopg2_version test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_bound_fetch_offset [gw5] [ 23%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_bound_fetch_offset test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_offset [gw5] [ 23%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_offset test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_limit_render_multiple_times [gw5] [ 23%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_limit_render_multiple_times test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit_offset[cases0] test/orm/test_dynamic.py::DynamicTest::test_no_m2o_w_uselist [gw5] [ 23%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit_offset[cases0] test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[False-10.2.10-MariaDB] [gw5] [ 23%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[False-10.2.10-MariaDB] test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected1-5.6.15.10.2.7-MariaDB-version1-True] [gw5] [ 23%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected1-5.6.15.10.2.7-MariaDB-version1-True] test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_numeric_bind_in_crud [gw5] [ 23%] SKIPPED test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_numeric_bind_in_crud test/dialect/mysql/test_dialect.py::RemoveUTCTimestampTest::test_update_executemany_w_default [gw5] [ 23%] SKIPPED test/dialect/mysql/test_dialect.py::RemoveUTCTimestampTest::test_update_executemany_w_default test/dialect/oracle/test_dialect.py::TableValuedTest::test_two_strings_control [gw5] [ 23%] SKIPPED test/dialect/oracle/test_dialect.py::TableValuedTest::test_two_strings_control test/orm/test_dynamic.py::DynamicTest::test_detached_raise [gw4] [ 23%] PASSED test/orm/test_cache_key.py::RoundTripTest::test_column_targeting_core_execute[False-True-False] test/orm/test_cascade.py::CascadeArgTest::test_cascade_assignable [gw4] [ 23%] PASSED test/orm/test_cascade.py::CascadeArgTest::test_cascade_assignable [gw1] [ 23%] PASSED test/orm/test_dynamic.py::DynamicTest::test_no_m2o_w_uselist test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False--__setitem__] test/orm/test_dynamic.py::DynamicTest::test_secondary_as_join [gw4] [ 23%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[False--__setitem__] test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True--update_dict] [gw4] [ 23%] PASSED test/orm/test_cascade.py::CollectionCascadesNoBackrefTest::test_cascades_on_collection[True--update_dict] [gw5] [ 23%] PASSED test/orm/test_dynamic.py::DynamicTest::test_detached_raise test/orm/test_cascade.py::DoubleParentO2MOrphanTest::test_double_parent_expunge_o2o_current test/orm/test_dynamic.py::DynamicTest::test_no_populate [gw1] [ 23%] PASSED test/orm/test_dynamic.py::DynamicTest::test_secondary_as_join test/orm/test_dynamic.py::HistoryTest::test_append_persistent [gw5] [ 23%] PASSED test/orm/test_dynamic.py::DynamicTest::test_no_populate test/orm/test_dynamic.py::DynamicTest::test_secondary_as_join_complex_entity [gw4] [ 23%] PASSED test/orm/test_cascade.py::DoubleParentO2MOrphanTest::test_double_parent_expunge_o2o_current test/orm/test_cascade.py::M2MCascadeTest::test_single_parent_backref [gw5] [ 23%] PASSED test/orm/test_dynamic.py::DynamicTest::test_secondary_as_join_complex_entity [gw1] [ 23%] PASSED test/orm/test_dynamic.py::HistoryTest::test_append_persistent test/orm/test_dynamic.py::HistoryTest::test_append_transient [gw4] [ 23%] PASSED test/orm/test_cascade.py::M2MCascadeTest::test_single_parent_backref test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_preserves_orphans_twolevel [gw0] [ 23%] PASSED test/orm/test_dynamic.py::DynamicTest::test_no_count test/orm/test_dynamic.py::DynamicTest::test_order_by_composition_uses_immutable_tuple [gw0] [ 23%] PASSED test/orm/test_dynamic.py::DynamicTest::test_order_by_composition_uses_immutable_tuple test/orm/test_dynamic.py::DynamicTest::test_transient_all_empty_list [gw0] [ 23%] PASSED test/orm/test_dynamic.py::DynamicTest::test_transient_all_empty_list test/orm/test_dynamic.py::HistoryTest::test_missing_but_removed_noflush [gw0] [ 23%] PASSED test/orm/test_dynamic.py::HistoryTest::test_missing_but_removed_noflush test/orm/test_dynamic.py::HistoryTest::test_unchanged_persistent [gw0] [ 23%] PASSED test/orm/test_dynamic.py::HistoryTest::test_unchanged_persistent test/orm/test_dynamic.py::UOWTest::test_delete_nocascade test/orm/test_dynamic.py::HistoryTest::test_persistent_but_readded_noflush [gw1] [ 23%] PASSED test/orm/test_dynamic.py::HistoryTest::test_persistent_but_readded_noflush [gw5] [ 23%] PASSED test/orm/test_dynamic.py::HistoryTest::test_append_transient test/orm/test_dynamic.py::UOWTest::test_backref_autoflush_saveuser [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_three test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three [gw4] [ 23%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteNoOrphanTest::test_preserves_orphans_twolevel test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_double_assignment test/orm/test_dynamic.py::HistoryTest::test_remove_persistent [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three [gw4] [ 23%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestOne_new_style::test_double_assignment test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_finds_orphans_twolevel [gw4] [ 23%] PASSED test/orm/test_cascade.py::M2OCascadeDeleteOrphanTestTwo::test_finds_orphans_twolevel test/orm/test_cascade.py::NoBackrefCascadeTest::test_m2o_flag_on_backref [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_flag_aliased test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six [gw4] [ 23%] PASSED test/orm/test_cascade.py::NoBackrefCascadeTest::test_m2o_flag_on_backref [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two [gw0] [ 23%] PASSED test/orm/test_dynamic.py::UOWTest::test_delete_nocascade test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_expunged_nochange test/orm/test_dynamic.py::UOWTest::test_rollback [gw6] [ 23%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_pending_to_persistent_del test/orm/test_events.py::SessionLifecycleEventsTest::test_pending_to_transient_via_expunge [gw6] [ 23%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_pending_to_transient_via_expunge test/orm/test_events.py::SessionLifecycleEventsTest::test_pending_to_transient_via_rollback [gw0] [ 23%] PASSED test/orm/test_dynamic.py::UOWTest::test_rollback test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_scalar_on_date_alias [gw6] [ 23%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_pending_to_transient_via_rollback [gw0] [ 23%] PASSED test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_scalar_on_date_alias test/orm/test_eager_relations.py::CyclicalInheritingEagerTestTwo::test_integrate [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_flag_alias_two [gw0] [ 23%] PASSED test/orm/test_eager_relations.py::CyclicalInheritingEagerTestTwo::test_integrate test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_deleted test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two test/orm/test_eager_relations.py::EagerTest::test_catch_the_right_target [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two [gw4] [ 23%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2m_backref_child_expunged_nochange test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_expunged_nochange [gw6] [ 23%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_deleted test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_deleted_del [gw4] [ 23%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_backref_child_expunged_nochange [gw0] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_catch_the_right_target test/orm/test_eager_relations.py::EagerTest::test_double_with_aggregate test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_only_child_transient [gw4] [ 23%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_m2o_only_child_transient test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_only_child_transient [gw4] [ 23%] PASSED test/orm/test_cascade.py::NoSaveCascadeFlushTest::test_o2m_only_child_transient [gw0] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_double_with_aggregate test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_list_assignment_new test/orm/test_immediate_load.py::ImmediateTest::test_o2mone_side[selectin] [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_limit_2 test/orm/test_eager_relations.py::EagerTest::test_limit_3 [gw4] [ 23%] PASSED test/orm/test_cascade.py::O2MCascadeDeleteOrphanTest::test_list_assignment_new [gw1] [ 23%] PASSED test/orm/test_dynamic.py::UOWTest::test_backref_autoflush_saveuser test/orm/test_dynamic.py::UOWTest::test_merge [gw1] [ 23%] PASSED test/orm/test_dynamic.py::UOWTest::test_merge test/orm/test_eager_relations.py::AddEntityTest::test_mapper_configured [gw1] [ 23%] PASSED test/orm/test_eager_relations.py::AddEntityTest::test_mapper_configured test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_scalar_on_limitid_alias [gw1] [ 23%] PASSED test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_scalar_on_limitid_alias test/orm/test_eager_relations.py::DeepOptionsTest::test_deep_options_2 [gw0] [ 23%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_o2mone_side[selectin] test/orm/test_immediate_load.py::ImmediateTest::test_o2mone_side[subquery] [gw5] [ 23%] PASSED test/orm/test_dynamic.py::HistoryTest::test_remove_persistent test/orm/test_cascade.py::O2MConflictTest::test_o2m_backref_delorphan_delete_old [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five test/orm/test_dynamic.py::UOWTest::test_backref_events [gw4] [ 23%] PASSED test/orm/test_cascade.py::O2MConflictTest::test_o2m_backref_delorphan_delete_old test/orm/test_cascade.py::O2MSelfReferentialDetelOrphanTest::test_self_referential_delete [gw1] [ 23%] PASSED test/orm/test_eager_relations.py::DeepOptionsTest::test_deep_options_2 [gw4] [ 23%] PASSED test/orm/test_cascade.py::O2MSelfReferentialDetelOrphanTest::test_self_referential_delete test/orm/test_eager_relations.py::EagerTest::test_deferred_fk_col test/orm/test_cascade.py::OrphanCriterionTest::test_current_transient_notr1_notr2_noevent [gw4] [ 23%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_current_transient_notr1_notr2_noevent test/orm/test_cascade.py::OrphanCriterionTest::test_leg_transient_notr1_notr2_noevent [gw5] [ 23%] PASSED test/orm/test_dynamic.py::UOWTest::test_backref_events test/orm/test_dynamic.py::UOWTest::test_no_deref [gw4] [ 23%] PASSED test/orm/test_cascade.py::OrphanCriterionTest::test_leg_transient_notr1_notr2_noevent test/orm/test_cascade.py::PendingOrphanTestTwoLevel::test_multilevel_remove [gw5] [ 23%] PASSED test/orm/test_dynamic.py::UOWTest::test_no_deref test/orm/test_eager_relations.py::AddEntityTest::test_options [gw4] [ 23%] PASSED test/orm/test_cascade.py::PendingOrphanTestTwoLevel::test_multilevel_remove test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_write_cascade_disallowed_w_viewonly [gw4] [ 23%] PASSED test/orm/test_cascade.py::ViewonlyFlagWarningTest::test_write_cascade_disallowed_w_viewonly [gw0] [ 23%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_o2mone_side[subquery] test/ext/test_indexable.py::IndexPropertyArrayTest::test_modified [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyArrayTest::test_modified test/ext/test_indexable.py::IndexPropertyArrayTest::test_mutable [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyArrayTest::test_mutable test/ext/test_indexable.py::IndexPropertyArrayTest::test_query [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyArrayTest::test_query test/ext/test_indexable.py::IndexPropertyJsonTest::test_cast_type [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyJsonTest::test_cast_type test/ext/test_indexable.py::IndexPropertyJsonTest::test_modified [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyJsonTest::test_modified test/ext/test_indexable.py::IndexPropertyJsonTest::test_multi_dimension [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyJsonTest::test_multi_dimension test/ext/test_indexable.py::IndexPropertyJsonTest::test_mutable [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyJsonTest::test_mutable test/ext/test_indexable.py::IndexPropertyJsonTest::test_nested_property_init [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyJsonTest::test_nested_property_init test/ext/test_indexable.py::IndexPropertyJsonTest::test_nested_property_set [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyJsonTest::test_nested_property_set test/ext/test_indexable.py::IndexPropertyJsonTest::test_query [gw0] [ 23%] SKIPPED test/ext/test_indexable.py::IndexPropertyJsonTest::test_query test/ext/test_indexable.py::IndexPropertyTest::test_array [gw0] [ 23%] PASSED test/ext/test_indexable.py::IndexPropertyTest::test_array test/ext/test_indexable.py::IndexPropertyTest::test_array_longinit [gw0] [ 23%] PASSED test/ext/test_indexable.py::IndexPropertyTest::test_array_longinit test/ext/test_indexable.py::IndexPropertyTest::test_get_attribute_error [gw0] [ 23%] PASSED test/ext/test_indexable.py::IndexPropertyTest::test_get_attribute_error test/ext/test_indexable.py::IndexPropertyTest::test_get_default_value [gw0] [ 23%] PASSED test/ext/test_indexable.py::IndexPropertyTest::test_get_default_value test/ext/test_indexable.py::IndexPropertyTest::test_json [gw0] [ 23%] PASSED test/ext/test_indexable.py::IndexPropertyTest::test_json test/ext/test_indexable.py::IndexPropertyTest::test_set_immutable [gw0] [ 23%] PASSED test/ext/test_indexable.py::IndexPropertyTest::test_set_immutable test/ext/test_indexable.py::IndexPropertyTest::test_set_mutable_dict [gw0] [ 23%] PASSED test/ext/test_indexable.py::IndexPropertyTest::test_set_mutable_dict test/ext/test_indexable.py::IndexPropertyTest::test_value_is_none_attributeerror [gw0] [ 23%] PASSED test/ext/test_indexable.py::IndexPropertyTest::test_value_is_none_attributeerror test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_abstract_in_hierarchy test/sql/test_case_statement.py::CaseTest::test_literal_interpretation_two_point_five [gw4] [ 23%] PASSED test/sql/test_case_statement.py::CaseTest::test_literal_interpretation_two_point_five test/orm/test_collection.py::CollectionsTest::test_dict_duck [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_limit_3 test/orm/test_eager_relations.py::EagerTest::test_limit_4 [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_limit_4 test/orm/test_eager_relations.py::EagerTest::test_many_to_many [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_many_to_many test/orm/test_eager_relations.py::EagerTest::test_many_to_one [gw4] [ 23%] PASSED test/orm/test_collection.py::CollectionsTest::test_dict_duck test/orm/test_collection.py::CollectionsTest::test_list_emulates [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_many_to_one test/sql/test_deprecations.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_unique test/orm/test_eager_relations.py::EagerTest::test_many_to_one_null [gw3] [ 23%] PASSED test/sql/test_deprecations.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_unique test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_qmark [gw5] [ 23%] PASSED test/orm/test_eager_relations.py::AddEntityTest::test_options [gw4] [ 23%] PASSED test/orm/test_collection.py::CollectionsTest::test_list_emulates test/orm/test_collection.py::CollectionsTest::test_set_emulates [gw4] [ 23%] PASSED test/orm/test_collection.py::CollectionsTest::test_set_emulates test/orm/test_collection.py::CustomCollectionsTest::test_lazyload [gw4] [ 23%] PASSED test/orm/test_collection.py::CustomCollectionsTest::test_lazyload test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_scalar_on_limitid_noalias [gw3] [ 23%] PASSED test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_qmark [gw0] [ 23%] PASSED test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_abstract_in_hierarchy test/orm/test_collection.py::DictHelpersTest::test_mapped_collection test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_classreg_setup test/orm/test_deprecations.py::SelectFromTest::test_filter_by[-SELECT anon_1.id AS anon_1_id, anon_1.name AS anon_1_name FROM (SELECT users.id AS id, users.name AS name FROM users WHERE users.id IN (__[POSTCOMPILE_id_1])) AS anon_1 WHERE anon_1.name = :name_11] [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_many_to_one_null test/orm/test_eager_relations.py::EagerTest::test_manytoone_limit [gw1] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_deferred_fk_col [gw4] [ 23%] PASSED test/orm/test_collection.py::DictHelpersTest::test_mapped_collection test/orm/test_expire.py::ExpireTest::test_state_noload_to_lazy test/sql/test_compare.py::CacheKeyTest::test_cache_key [gw5] [ 23%] PASSED test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_scalar_on_limitid_noalias test/orm/test_eager_relations.py::DeepOptionsTest::test_deep_options_4 [gw3] [ 23%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_filter_by[-SELECT anon_1.id AS anon_1_id, anon_1.name AS anon_1_name FROM (SELECT users.id AS id, users.name AS name FROM users WHERE users.id IN (__[POSTCOMPILE_id_1])) AS anon_1 WHERE anon_1.name = :name_11] test/orm/test_deprecations.py::SelectFromTest::test_select_from_core_alias_one [gw1] [ 23%] PASSED test/orm/test_expire.py::ExpireTest::test_state_noload_to_lazy test/orm/test_expire.py::ExpireTest::test_unexpire_eager_dont_include_contains_eager[contains,contains] [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_manytoone_limit test/orm/test_eager_relations.py::EagerTest::test_map_to_cte_subq[cte] [gw3] [ 23%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_select_from_core_alias_one test/sql/test_deprecations.py::SelectableTest::test_case_whens_kw [gw3] [ 23%] PASSED test/sql/test_deprecations.py::SelectableTest::test_case_whens_kw [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_map_to_cte_subq[cte] test/sql/test_deprecations.py::SelectableTest::test_select_kw_argument test/orm/test_eager_relations.py::EagerTest::test_map_to_cte_subq[plain] [gw3] [ 23%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_kw_argument test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-FromClause-whereclause-SELECT table1.col1, table1.col2, table1.col3, table1.colx FROM table1 WHERE table1.col1 = :col1_11] [gw0] [ 23%] PASSED test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_classreg_setup [gw3] [ 23%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-FromClause-whereclause-SELECT table1.col1, table1.col2, table1.col3, table1.colx FROM table1 WHERE table1.col1 = :col1_11] test/sql/test_deprecations.py::SelectableTest::test_with_only_generative [gw3] [ 23%] PASSED test/sql/test_deprecations.py::SelectableTest::test_with_only_generative test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_column_attr_names test/orm/test_deprecations.py::SelfReferentialTest::test_join_3_filter [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_map_to_cte_subq[plain] test/orm/test_eager_relations.py::EagerTest::test_map_to_cte_subq[subquery] [gw0] [ 23%] PASSED test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_column_attr_names [gw3] [ 23%] PASSED test/orm/test_deprecations.py::SelfReferentialTest::test_join_3_filter test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_configure_discriminator_col test/orm/test_deprecations.py::SessionEventsTest::test_on_bulk_update_hook [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_map_to_cte_subq[subquery] test/orm/test_eager_relations.py::EagerTest::test_nested_outerjoin_propagation_only_on_correct_path [gw1] [ 23%] PASSED test/orm/test_expire.py::ExpireTest::test_unexpire_eager_dont_include_contains_eager[contains,contains] test/orm/test_expire.py::ExpireTest::test_unexpire_eager_dont_include_contains_eager[contains,joined] [gw1] [ 23%] PASSED test/orm/test_expire.py::ExpireTest::test_unexpire_eager_dont_include_contains_eager[contains,joined] [gw0] [ 23%] PASSED test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_configure_discriminator_col [gw3] [ 23%] PASSED test/orm/test_deprecations.py::SessionEventsTest::test_on_bulk_update_hook test/orm/test_expire.py::ExpireTest::test_unexpire_eager_dont_overwrite_related test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_prop_on_base [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_nested_outerjoin_propagation_only_on_correct_path test/orm/test_eager_relations.py::EagerTest::test_no_ad_hoc_orderby [gw0] [ 23%] PASSED test/ext/declarative/test_inheritance.py::ConcreteExtensionConfigTest::test_prop_on_base [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_no_ad_hoc_orderby test/orm/test_eager_relations.py::EagerTest::test_no_false_hits test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abs_concrete_extension_warn_concrete_disc_resolves_overlap [gw0] [ 23%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abs_concrete_extension_warn_concrete_disc_resolves_overlap [gw5] [ 23%] PASSED test/orm/test_eager_relations.py::DeepOptionsTest::test_deep_options_4 test/orm/test_eager_relations.py::EagerTest::test_disable_dynamic test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abs_concrete_extension_warn_for_overlap [gw0] [ 23%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abs_concrete_extension_warn_for_overlap test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abstract_concrete_base_didnt_configure [gw5] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_disable_dynamic test/orm/test_joins.py::SelfReferentialTest::test_has test/orm/test_deprecations.py::SessionTest::test_contextmanager_rollback [gw3] [ 23%] PASSED test/orm/test_deprecations.py::SessionTest::test_contextmanager_rollback test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_deactive_status_check_w_exception [gw3] [ 23%] PASSED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_deactive_status_check_w_exception test/orm/inheritance/test_deprecations.py::SingleFromPolySelectableTest::test_query_wpoly_single_inh_subclass [gw3] [ 23%] PASSED test/orm/inheritance/test_deprecations.py::SingleFromPolySelectableTest::test_query_wpoly_single_inh_subclass test/sql/test_deprecations.py::SubqueryCoercionsTest::test_as_scalar_from_subquery [gw3] [ 23%] PASSED test/sql/test_deprecations.py::SubqueryCoercionsTest::test_as_scalar_from_subquery test/sql/test_deprecations.py::TableDeprecationTest::test_mustexists [gw3] [ 23%] PASSED test/sql/test_deprecations.py::TableDeprecationTest::test_mustexists test/sql/test_deprecations.py::ToMetaDataTest::test_deprecate_tometadata [gw3] [ 23%] PASSED test/sql/test_deprecations.py::ToMetaDataTest::test_deprecate_tometadata test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-True-True-True] [gw0] [ 23%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abstract_concrete_base_didnt_configure test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abstract_concrete_extension [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_no_false_hits test/orm/test_eager_relations.py::EagerTest::test_no_orphan [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_no_orphan test/orm/test_eager_relations.py::EagerTest::test_no_render_in_subquery [gw5] [ 23%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_has test/orm/test_joins.py::SelfReferentialTest::test_join_4_explicit_join [gw5] [ 23%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_join_4_explicit_join test/orm/test_joins.py::SelfReferentialTest::test_join_to_nonaliased [gw5] [ 23%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_join_to_nonaliased [gw3] [ 23%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-True-True-True] test/orm/test_joins.py::SelfReferentialTest::test_join_to_self_no_aliases_raises [gw1] [ 23%] PASSED test/orm/test_expire.py::ExpireTest::test_unexpire_eager_dont_overwrite_related [gw5] [ 23%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_join_to_self_no_aliases_raises test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_five [gw2] [ 23%] PASSED test/orm/test_eager_relations.py::EagerTest::test_no_render_in_subquery test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-True-True-True] test/orm/test_eager_relations.py::EagerTest::test_one_and_many test/orm/test_expire.py::ExpiredPendingTest::test_expired_pending [gw5] [ 23%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_five test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_four [gw3] [ 23%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-True-True-True] [gw5] [ 24%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_four test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_one test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-True-True-True] [gw5] [ 24%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_one test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_three [gw2] [ 24%] PASSED test/orm/test_eager_relations.py::EagerTest::test_one_and_many test/orm/test_eager_relations.py::EagerTest::test_one_to_many_scalar [gw3] [ 24%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-True-True-True] [gw5] [ 24%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_three test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-True-True-True] test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_two [gw4] [ 24%] PASSED test/sql/test_compare.py::CacheKeyTest::test_cache_key [gw1] [ 24%] PASSED test/orm/test_expire.py::ExpiredPendingTest::test_expired_pending test/sql/test_compare.py::CacheKeyTest::test_generative_cache_key_regen [gw3] [ 24%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-True-True-True] [gw2] [ 24%] PASSED test/orm/test_eager_relations.py::EagerTest::test_one_to_many_scalar [gw5] [ 24%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_multiple_explicit_entities_two [gw4] [ 24%] PASSED test/sql/test_compare.py::CacheKeyTest::test_generative_cache_key_regen test/orm/test_eager_relations.py::EagerTest::test_one_to_many_scalar_subq_wrapping [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abstract_concrete_extension test/sql/test_compare.py::CompareAndCopyTest::test_copy_internals test/sql/test_labels.py::ColExprLabelTest::test_anon_expression_fallback [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_anon_expression_fallback test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abstract_concrete_extension_descriptor_refresh test/sql/test_labels.py::ColExprLabelTest::test_anon_expression_fallback_use_labels test/orm/test_expire.py::LifecycleTest::test_attr_not_inserted [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_anon_expression_fallback_use_labels test/sql/test_labels.py::ColExprLabelTest::test_boolean_auto_label test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_savepoint_rollback [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_boolean_auto_label test/sql/test_labels.py::ColExprLabelTest::test_cast_auto_label_label_style_disabmiguate [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_cast_auto_label_label_style_disabmiguate test/sql/test_labels.py::ColExprLabelTest::test_cast_auto_label_label_style_none [gw3] [ 24%] SKIPPED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_savepoint_rollback test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_inactive_due_to_subtransaction_on_nested_no_commit [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_cast_auto_label_label_style_none test/sql/test_labels.py::ColExprLabelTest::test_column_auto_label_dupes_label_style_disambiguate [gw3] [ 24%] SKIPPED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_inactive_due_to_subtransaction_on_nested_no_commit [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_column_auto_label_dupes_label_style_disambiguate test/sql/test_labels.py::ColExprLabelTest::test_column_auto_label_dupes_label_style_none [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_column_auto_label_dupes_label_style_none test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[active_history-True] [gw2] [ 24%] PASSED test/orm/test_eager_relations.py::EagerTest::test_one_to_many_scalar_subq_wrapping test/sql/test_labels.py::ColExprLabelTest::test_column_auto_label_dupes_use_labels [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_column_auto_label_dupes_use_labels test/sql/test_labels.py::ColExprLabelTest::test_column_auto_label_use_labels test/orm/test_eager_relations.py::EagerTest::test_options_pathing [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_column_auto_label_use_labels test/sql/test_labels.py::ColExprLabelTest::test_label_auto_label [gw3] [ 24%] PASSED test/orm/test_deprecations.py::ViewonlyFlagWarningTest::test_viewonly_warning[active_history-True] [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_label_auto_label test/sql/test_labels.py::ColExprLabelTest::test_label_auto_label_use_labels [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_label_auto_label_use_labels test/sql/test_labels.py::ColExprLabelTest::test_type_coerce_auto_label_label_style_disambiguate [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_type_coerce_auto_label_label_style_disambiguate test/sql/test_labels.py::ColExprLabelTest::test_type_coerce_auto_label_label_style_none [gw5] [ 24%] PASSED test/sql/test_labels.py::ColExprLabelTest::test_type_coerce_auto_label_label_style_none [gw1] [ 24%] PASSED test/orm/test_expire.py::LifecycleTest::test_attr_not_inserted test/sql/test_labels.py::LabelLengthTest::test_adjustable_1 test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_property_subclass_wrapped_classlevel test/orm/test_expire.py::LifecycleTest::test_attr_not_inserted_expired [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_adjustable_1 [gw3] [ 24%] PASSED test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_property_subclass_wrapped_classlevel test/sql/test_labels.py::LabelLengthTest::test_adjustable_2 [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_abstract_concrete_extension_descriptor_refresh [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_adjustable_2 test/sql/test_labels.py::LabelLengthTest::test_adjustable_3 test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_insert [gw3] [ 24%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_insert test/dialect/mysql/test_dialect.py::BackendDialectTest::test_autocommit_isolation_level [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_adjustable_3 [gw3] [ 24%] SKIPPED test/dialect/mysql/test_dialect.py::BackendDialectTest::test_autocommit_isolation_level test/sql/test_labels.py::LabelLengthTest::test_adjustable_4 test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_cx_oracle_service_name test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_concrete_extension [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_cx_oracle_service_name test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_purity [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_adjustable_4 test/sql/test_labels.py::LabelLengthTest::test_adjustable_5 [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_purity test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_122_11compat_vparam_cant_parse [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_adjustable_5 test/sql/test_labels.py::LabelLengthTest::test_adjustable_result_schema_column_1 [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_adjustable_result_schema_column_1 test/sql/test_labels.py::LabelLengthTest::test_adjustable_result_schema_column_2 [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_adjustable_result_schema_column_2 test/sql/test_labels.py::LabelLengthTest::test_colnames_longer_than_labels_lowercase [gw3] [ 24%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_122_11compat_vparam_cant_parse test/dialect/oracle/test_dialect.py::DefaultSchemaNameTest::test_default_name_is_the_user [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_colnames_longer_than_labels_lowercase test/sql/test_labels.py::LabelLengthTest::test_colnames_longer_than_labels_uppercase [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::DefaultSchemaNameTest::test_default_name_is_the_user test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_disconnect [gw3] [ 24%] PASSED test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_disconnect [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_colnames_longer_than_labels_uppercase test/dialect/postgresql/test_dialect.py::DialectTest::test_version_parsing test/sql/test_labels.py::LabelLengthTest::test_label_overlap_unlabeled [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_label_overlap_unlabeled test/sql/test_labels.py::LabelLengthTest::test_table_plus_column_exceeds_length [gw5] [ 24%] PASSED test/sql/test_labels.py::LabelLengthTest::test_table_plus_column_exceeds_length [gw3] [ 24%] PASSED test/dialect/postgresql/test_dialect.py::DialectTest::test_version_parsing [gw1] [ 24%] PASSED test/orm/test_expire.py::LifecycleTest::test_attr_not_inserted_expired test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_bind_param_non_truncated test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[None-cONnection was kILLEd-InternalError-pymysql-True] test/orm/test_expire.py::LifecycleTest::test_attr_not_inserted_fetched [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_bind_param_non_truncated [gw3] [ 24%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[None-cONnection was kILLEd-InternalError-pymysql-True] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[connect_timeout-30] test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_bind_param_truncated_named [gw3] [ 24%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[connect_timeout-30] [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_bind_param_truncated_named test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_ssl_arguments[mysqldb] test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_bind_param_truncated_positional [gw3] [ 24%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_ssl_arguments[mysqldb] [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_bind_param_truncated_positional test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_column_bind_labels_1 [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_column_bind_labels_1 test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_column_bind_labels_2 [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_column_bind_labels_2 test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_custom_max_identifier_length [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_custom_max_identifier_length test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_custom_max_identifier_length_onconnect test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[DPI-1234: some other DPI error-None-False] [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_custom_max_identifier_length_onconnect test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_custom_maxlen [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[DPI-1234: some other DPI error-None-False] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[CLOB] [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_custom_maxlen [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[CLOB] test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_custom_maxlen_dialect_only [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_custom_maxlen_dialect_only test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_custom_maxlen_user_set_manually [gw1] [ 24%] PASSED test/orm/test_expire.py::LifecycleTest::test_attr_not_inserted_fetched [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_custom_maxlen_user_set_manually test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[CLOB] [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[CLOB] [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_concrete_extension test/dialect/oracle/test_dialect.py::ExecuteTest::test_basic [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::ExecuteTest::test_basic test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_concrete_extension_warn_concrete_disc_resolves_overlap test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert_unicode_keys [gw3] [ 24%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert_unicode_keys test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert[pg_insert_on_conflict] [gw3] [ 24%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert[pg_insert_on_conflict] test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_unicode_keys [gw3] [ 24%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_unicode_keys test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert_no_page_size [gw3] [ 24%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert_no_page_size test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_autocommit_isolation_level [gw3] [ 24%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_autocommit_isolation_level test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_client_encoding [gw3] [ 24%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_client_encoding test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_notice_logging test/orm/test_expire.py::LifecycleTest::test_cols_missing_in_load [gw3] [ 24%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_notice_logging test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_raise_too_large [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_raise_too_large [gw2] [ 24%] PASSED test/orm/test_eager_relations.py::EagerTest::test_options_pathing test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_readonly_flag_engine[False] test/orm/test_eager_relations.py::EagerTest::test_orderby test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_too_large_custom_maxlen [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_label_length_too_large_custom_maxlen test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_max_identifier_length_onconnect [gw3] [ 24%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_readonly_flag_engine[False] test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_fetch_offset [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_expr_fetch_offset test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_percent_ties [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_percent_ties test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch_percent_ties [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch_percent_ties test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_offset_zero [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_offset_zero test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[True-10.2.7-MariaDB] [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_max_identifier_length_onconnect test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_max_identifier_length_onconnect_returns_none [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_max_identifier_length_onconnect_returns_none test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_result_map_anon_alias [gw3] [ 24%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[True-10.2.7-MariaDB] test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected5-5.6.15-version5-False] [gw3] [ 24%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected5-5.6.15-version5-False] [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_concrete_extension_warn_concrete_disc_resolves_overlap [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_result_map_anon_alias test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_table_round_trip test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_result_map_limit test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_concrete_extension_warn_for_overlap [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_result_map_limit test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_result_map_subquery [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_result_map_subquery test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_result_map_use_labels [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_result_map_use_labels test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_table_alias_1 [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_table_alias_1 test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_table_alias_2 [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_table_alias_2 test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_too_long_name_disallowed [gw5] [ 24%] PASSED test/sql/test_labels.py::MaxIdentTest_sqlite+pysqlite_3_38_2::test_too_long_name_disallowed [gw2] [ 24%] PASSED test/orm/test_eager_relations.py::EagerTest::test_orderby test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_five] [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_concrete_extension_warn_for_overlap test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_concrete_inline_non_polymorphic [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_concrete_inline_non_polymorphic test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_explicit test/orm/test_eager_relations.py::EagerTest::test_orderby_desc [gw2] [ 24%] PASSED test/orm/test_eager_relations.py::EagerTest::test_orderby_desc test/orm/test_eager_relations.py::EagerTest::test_orderby_multi [gw2] [ 24%] PASSED test/orm/test_eager_relations.py::EagerTest::test_orderby_multi test/orm/test_eager_relations.py::EagerTest::test_orderby_related [gw2] [ 24%] PASSED test/orm/test_eager_relations.py::EagerTest::test_orderby_related test/orm/test_eager_relations.py::EagerTest::test_propagated_lazyload_wildcard_bound [gw5] [ 24%] PASSED test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_five] test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_four] [gw5] [ 24%] PASSED test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_four] [gw6] [ 24%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_deleted_del test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_detached_via_expunge [gw6] [ 24%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_detached_via_expunge [gw1] [ 24%] PASSED test/orm/test_expire.py::LifecycleTest::test_cols_missing_in_load test/orm/test_expire.py::LifecycleTest::test_deferred_cols_missing_in_load_state_reset [gw1] [ 24%] PASSED test/orm/test_expire.py::LifecycleTest::test_deferred_cols_missing_in_load_state_reset test/orm/test_expire.py::PolymorphicExpireTest::test_no_instance_key [gw1] [ 24%] PASSED test/orm/test_expire.py::PolymorphicExpireTest::test_no_instance_key test/orm/test_expire.py::PolymorphicExpireTest::test_no_instance_key_pk_absent [gw1] [ 24%] PASSED test/orm/test_expire.py::PolymorphicExpireTest::test_no_instance_key_pk_absent test/orm/test_expire.py::PolymorphicExpireTest::test_poly_deferred test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_one] [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_table_round_trip test/dialect/oracle/test_dialect.py::TableValuedTest::test_scalar_strings [gw3] [ 24%] SKIPPED test/dialect/oracle/test_dialect.py::TableValuedTest::test_scalar_strings test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_detached_via_expunge_all [gw6] [ 24%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_detached_via_expunge_all test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_transient_via_rollback test/orm/test_dynamic.py::DynamicTest::test_basic [gw3] [ 24%] PASSED test/orm/test_dynamic.py::DynamicTest::test_basic test/orm/test_dynamic.py::DynamicTest::test_negative_slice_access_raises [gw3] [ 24%] PASSED test/orm/test_dynamic.py::DynamicTest::test_negative_slice_access_raises test/orm/test_dynamic.py::DynamicTest::test_order_by [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_explicit [gw5] [ 24%] PASSED test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_one] test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_six] [gw5] [ 24%] PASSED test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_six] test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_three] [gw5] [ 24%] PASSED test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_three] test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_two] [gw5] [ 24%] PASSED test/sql/test_lambdas.py::DeferredLambdaElementTest::test_cache_key_many_different_args[_fixture_two] test/sql/test_lambdas.py::DeferredLambdaElementTest::test_detect_change_in_binds_no_tracking [gw5] [ 24%] PASSED test/sql/test_lambdas.py::DeferredLambdaElementTest::test_detect_change_in_binds_no_tracking test/sql/test_lambdas.py::DeferredLambdaElementTest::test_detect_change_in_binds_tracking_negative [gw1] [ 24%] PASSED test/orm/test_expire.py::PolymorphicExpireTest::test_poly_deferred [gw5] [ 24%] PASSED test/sql/test_lambdas.py::DeferredLambdaElementTest::test_detect_change_in_binds_tracking_negative [gw3] [ 24%] PASSED test/orm/test_dynamic.py::DynamicTest::test_order_by test/sql/test_lambdas.py::DeferredLambdaElementTest::test_detect_change_in_binds_tracking_positive [gw6] [ 24%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_persistent_to_transient_via_rollback test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_has_inherited_table_doesnt_consider_base test/orm/test_expire.py::RefreshTest::test_persistence_check [gw5] [ 24%] PASSED test/sql/test_lambdas.py::DeferredLambdaElementTest::test_detect_change_in_binds_tracking_positive test/orm/test_dynamic.py::DynamicTest::test_transient_access [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_has_inherited_table_doesnt_consider_base test/orm/test_events.py::SessionLifecycleEventsTest::test_transient_to_pending test/sql/test_lambdas.py::LambdaElementTest::test_adapt_select test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_has_inherited_table_in_mapper_args [gw6] [ 24%] PASSED test/orm/test_events.py::SessionLifecycleEventsTest::test_transient_to_pending [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_has_inherited_table_in_mapper_args test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_ok_to_override_type_from_abstract test/base/test_events.py::SlotsEventsTest::test_no_slots_dispatch [gw6] [ 24%] PASSED test/base/test_events.py::SlotsEventsTest::test_no_slots_dispatch test/base/test_events.py::SlotsEventsTest::test_slots_dispatch [gw1] [ 24%] PASSED test/orm/test_expire.py::RefreshTest::test_persistence_check [gw6] [ 24%] PASSED test/base/test_events.py::SlotsEventsTest::test_slots_dispatch test/base/test_events.py::SubclassGrowthTest::test_subclass test/orm/test_expire.py::RefreshTest::test_refresh [gw3] [ 24%] PASSED test/orm/test_dynamic.py::DynamicTest::test_transient_access [gw0] [ 24%] PASSED test/ext/declarative/test_inheritance.py::ConcreteInhTest::test_ok_to_override_type_from_abstract test/sql/test_insert.py::EmptyTest::test_empty_insert_default [gw0] [ 24%] PASSED test/sql/test_insert.py::EmptyTest::test_empty_insert_default test/sql/test_insert.py::EmptyTest::test_insert_with_empty_collection_values[collection0] [gw0] [ 24%] PASSED test/sql/test_insert.py::EmptyTest::test_insert_with_empty_collection_values[collection0] [gw4] [ 24%] PASSED test/sql/test_compare.py::CompareAndCopyTest::test_copy_internals test/sql/test_compare.py::CompareClausesTest::test_compare_clauselist_not_assoc_different_operator [gw4] [ 24%] PASSED test/sql/test_compare.py::CompareClausesTest::test_compare_clauselist_not_assoc_different_operator test/sql/test_insert.py::EmptyTest::test_insert_with_empty_collection_values[collection1] [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_adapt_select test/sql/test_lambdas.py::LambdaElementTest::test_assignment_one [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_assignment_one test/sql/test_lambdas.py::LambdaElementTest::test_assignment_three [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_assignment_three test/sql/test_lambdas.py::LambdaElementTest::test_assignment_two [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_assignment_two test/sql/test_lambdas.py::LambdaElementTest::test_bind_type [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_bind_type test/sql/test_lambdas.py::LambdaElementTest::test_boolean_conditionals [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_boolean_conditionals test/sql/test_lambdas.py::LambdaElementTest::test_boolean_constants [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_boolean_constants test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_bindparam_matches [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_bindparam_matches test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_bindparam_matches_annotations [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_bindparam_matches_annotations test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_instance_variable_issue_correct_one [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_instance_variable_issue_correct_one test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_instance_variable_issue_correct_two [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_instance_variable_issue_correct_two test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_instance_variable_issue_incorrect [gw5] [ 24%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_cache_key_instance_variable_issue_incorrect test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case0] [gw4] [ 24%] PASSED test/sql/test_compare.py::ExecutableFlagsTest::test_is_select[case0] test/sql/test_compare.py::TypesTest::test_thirdparty_cache_ok[UserDefinedType] [gw4] [ 24%] PASSED test/sql/test_compare.py::TypesTest::test_thirdparty_cache_ok[UserDefinedType] test/orm/test_compile.py::CompileTest::test_conflicting_backref_one [gw4] [ 24%] PASSED test/orm/test_compile.py::CompileTest::test_conflicting_backref_one test/sql/test_compiler.py::BindParameterTest::test_bind_as_col [gw4] [ 24%] PASSED test/sql/test_compiler.py::BindParameterTest::test_bind_as_col test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt11-stmt21-param11-param21-None-None] [gw4] [ 24%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_combine_extracted[stmt11-stmt21-param11-param21-None-None] test/sql/test_compiler.py::BindParameterTest::test_construct_params_w_bind_clones_post[False] [gw4] [ 24%] PASSED test/sql/test_compiler.py::BindParameterTest::test_construct_params_w_bind_clones_post[False] test/sql/test_compiler.py::BindParameterTest::test_multiple_col_binds [gw4] [ 24%] PASSED test/sql/test_compiler.py::BindParameterTest::test_multiple_col_binds test/sql/test_compiler.py::BindParameterTest::test_render_expanding_parameter [gw4] [ 24%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_expanding_parameter test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt1-SELECT mytable.myid FROM mytable WHERE mytable.myid IS NULL-False-None] [gw4] [ 24%] PASSED test/sql/test_compiler.py::BindParameterTest::test_render_nulls_literal_binds[stmt1-SELECT mytable.myid FROM mytable WHERE mytable.myid IS NULL-False-None] test/sql/test_compiler.py::BindParameterTest::test_tuple_expanding_in_no_values [gw4] [ 24%] PASSED test/sql/test_compiler.py::BindParameterTest::test_tuple_expanding_in_no_values test/sql/test_compiler.py::CoercionTest::test_val_and_false [gw4] [ 24%] PASSED test/sql/test_compiler.py::CoercionTest::test_val_and_false test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_illegal_two_autoincrements [gw4] [ 24%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_object_illegal_two_autoincrements test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_start_0 [gw4] [ 24%] PASSED test/dialect/mssql/test_compiler.py::CompileIdentityTest::test_identity_start_0 test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_order_by_two [gw4] [ 24%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_aggregate_order_by_two test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_insert [gw4] [ 24%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_array_literal_insert test/dialect/mssql/test_compiler.py::CompileTest::test_column_computed[no_persisted] [gw4] [ 24%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_column_computed[no_persisted] test/dialect/mysql/test_compiler.py::CompileTest::test_column_computed[persisted_none] [gw4] [ 24%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_column_computed[persisted_none] test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity [gw4] [ 25%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_on_null[False-False-BY DEFAULT] [gw4] [ 25%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_column_identity_on_null[False-False-BY DEFAULT] test/dialect/postgresql/test_compiler.py::CompileTest::test_create_check_constraint_not_valid [gw4] [ 25%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_check_constraint_not_valid test/dialect/oracle/test_compiler.py::CompileTest::test_create_index_bitmap_compress [gw4] [ 25%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_create_index_bitmap_compress test/orm/test_dynamic.py::HistoryTest::test_backref_pop_transient [gw3] [ 25%] PASSED test/orm/test_dynamic.py::HistoryTest::test_backref_pop_transient test/orm/test_dynamic.py::HistoryTest::test_replace_transient [gw3] [ 25%] PASSED test/orm/test_dynamic.py::HistoryTest::test_replace_transient test/orm/test_dynamic.py::UOWTest::test_delete_cascade [gw3] [ 25%] PASSED test/orm/test_dynamic.py::UOWTest::test_delete_cascade test/orm/test_dynamic.py::UOWTest::test_remove_orphans [gw3] [ 25%] PASSED test/orm/test_dynamic.py::UOWTest::test_remove_orphans test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_labeled_on_limitid_noalias [gw0] [ 25%] PASSED test/sql/test_insert.py::EmptyTest::test_insert_with_empty_collection_values[collection1] [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_propagated_lazyload_wildcard_bound test/orm/test_eager_relations.py::EagerTest::test_propagated_lazyload_wildcard_unbound [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_propagated_lazyload_wildcard_unbound test/orm/test_eager_relations.py::EagerTest::test_unnested_outerjoin_propagation_only_on_correct_path [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_unnested_outerjoin_propagation_only_on_correct_path test/orm/test_eager_relations.py::EagerTest::test_useget_cancels_eager [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_useget_cancels_eager test/orm/test_eager_relations.py::EagerTest::test_useget_cancels_eager_propagated_present [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_useget_cancels_eager_propagated_present test/orm/test_eager_relations.py::EagerTest::test_uselist_false_warning [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_uselist_false_warning test/orm/test_eager_relations.py::EagerTest::test_we_adapt_for_compound_for_getter [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_we_adapt_for_compound_for_getter test/orm/test_eager_relations.py::EagerTest::test_wide test/sql/test_insert.py::EmptyTest::test_insert_with_empty_collection_values[collection2] [gw0] [ 25%] PASSED test/sql/test_insert.py::EmptyTest::test_insert_with_empty_collection_values[collection2] test/sql/test_insert.py::EmptyTest::test_supports_empty_insert_false [gw0] [ 25%] PASSED test/sql/test_insert.py::EmptyTest::test_supports_empty_insert_false test/sql/test_insert.py::EmptyTest::test_supports_empty_insert_true test/sql/test_lambdas.py::LambdaElementTest::test_coercion_cols_clause [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_coercion_cols_clause test/sql/test_lambdas.py::LambdaElementTest::test_coercion_where_clause [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_coercion_where_clause test/sql/test_lambdas.py::LambdaElementTest::test_conditional_must_be_tracked [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_conditional_must_be_tracked test/sql/test_lambdas.py::LambdaElementTest::test_detect_embedded_callables_four [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_detect_embedded_callables_four test/sql/test_lambdas.py::LambdaElementTest::test_detect_embedded_callables_one [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_detect_embedded_callables_one test/sql/test_lambdas.py::LambdaElementTest::test_detect_embedded_callables_three [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_detect_embedded_callables_three test/sql/test_lambdas.py::LambdaElementTest::test_detect_embedded_callables_two [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_detect_embedded_callables_two test/sql/test_lambdas.py::LambdaElementTest::test_dict_literal_keys_proper_use [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_dict_literal_keys_proper_use test/sql/test_lambdas.py::LambdaElementTest::test_execute_boolean [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_execute_boolean test/sql/test_lambdas.py::LambdaElementTest::test_execute_constructed_cached [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_execute_constructed_cached test/sql/test_lambdas.py::LambdaElementTest::test_execute_constructed_uncached [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_execute_constructed_uncached test/sql/test_lambdas.py::LambdaElementTest::test_execute_full_cached [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_execute_full_cached test/sql/test_lambdas.py::LambdaElementTest::test_execute_full_uncached [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_execute_full_uncached test/sql/test_lambdas.py::LambdaElementTest::test_global_tracking [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_global_tracking test/sql/test_lambdas.py::LambdaElementTest::test_in_columnelement [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_in_columnelement test/sql/test_lambdas.py::LambdaElementTest::test_in_expr_compile [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_in_expr_compile test/sql/test_lambdas.py::LambdaElementTest::test_in_expressions [gw0] [ 25%] PASSED test/sql/test_insert.py::EmptyTest::test_supports_empty_insert_true test/sql/test_insert.py::EmptyTest::test_supports_empty_insert_true_executemany_mode [gw0] [ 25%] PASSED test/sql/test_insert.py::EmptyTest::test_supports_empty_insert_true_executemany_mode [gw3] [ 25%] PASSED test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_labeled_on_limitid_noalias test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_expr_two [gw4] [ 25%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_create_index_expr_two test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_ops [gw4] [ 25%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_ops test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_using_unusual_conditions [gw4] [ 25%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_index_with_using_unusual_conditions test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_inherits_quoting [gw4] [ 25%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_inherits_quoting test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_tablespace [gw4] [ 25%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_create_table_with_tablespace test/dialect/postgresql/test_compiler.py::CompileTest::test_delete_extra_froms [gw4] [ 25%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_delete_extra_froms test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_multiple_values [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_multiple_values test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_multiple_values_literal_binds [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_multiple_values_literal_binds test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_multiple_values_return_defaults test/orm/test_eager_relations.py::CyclicalInheritingEagerTestTwo::test_from_subclass [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_in_expressions test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_five [gw1] [ 25%] PASSED test/orm/test_expire.py::RefreshTest::test_refresh test/orm/test_expire.py::RefreshTest::test_refresh2 [gw1] [ 25%] PASSED test/orm/test_expire.py::RefreshTest::test_refresh2 test/orm/test_expire.py::RefreshTest::test_refresh_autoflush [gw1] [ 25%] PASSED test/orm/test_expire.py::RefreshTest::test_refresh_autoflush test/orm/test_expire.py::RefreshTest::test_refresh_expired [gw1] [ 25%] PASSED test/orm/test_expire.py::RefreshTest::test_refresh_expired test/orm/test_expire.py::RefreshTest::test_refresh_maintains_deferred_options [gw1] [ 25%] PASSED test/orm/test_expire.py::RefreshTest::test_refresh_maintains_deferred_options test/orm/test_expire.py::RefreshTest::test_refresh_with_eager [gw1] [ 25%] PASSED test/orm/test_expire.py::RefreshTest::test_refresh_with_eager test/orm/test_expire.py::RefreshTest::test_refresh_with_lazy [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_multiple_values_return_defaults test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_select [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_select test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_select_return_defaults [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_select_return_defaults test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_single_element_values [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_single_element_values test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_single_list_values [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertImplicitReturningTest::test_insert_single_list_values test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_composite_pk [gw3] [ 25%] PASSED test/orm/test_eager_relations.py::CyclicalInheritingEagerTestTwo::test_from_subclass [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_five test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_four test/dialect/mssql/test_compiler.py::CompileTest::test_delete_schema_multipart_both_need_quoting [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_delete_schema_multipart_both_need_quoting test/dialect/postgresql/test_compiler.py::CompileTest::test_drop_index_concurrently [gw4] [ 25%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_drop_index_concurrently test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_min [gw4] [ 25%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_exclude_constraint_min test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-0-fetch_kw6-TOP __[POSTCOMPILE_param_1] WITH TIES-params6] [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_four test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_one [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_composite_pk test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_composite_pk_implicit_returning [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_composite_pk_implicit_returning test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_composite_pk_prefetch [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_composite_pk_prefetch test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_lower_case_table test/orm/test_eager_relations.py::EagerTest::test_basic [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[5-0-fetch_kw6-TOP __[POSTCOMPILE_param_1] WITH TIES-params6] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[fetch9-offset9-fetch_kw9-OFFSET :Y ROWS FETCH FIRST :Q ROWS ONLY-params9] [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_lower_case_table test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_non_composite_pk [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_non_composite_pk test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_non_composite_pk_implicit_returning [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_non_composite_pk_implicit_returning test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_non_composite_pk_prefetch [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_anticipate_no_pk_non_composite_pk_prefetch test/sql/test_insert.py::InsertTest::test_anticipate_nullable_composite_pk [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch[fetch9-offset9-fetch_kw9-OFFSET :Y ROWS FETCH FIRST :Q ROWS ONLY-params9] test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[fetch10-offset10-fetch_kw10-mssql_rn > Y + W AND mssql_rn <= Q + Z + Y + W-params10] [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_fetch_old_version[fetch10-offset10-fetch_kw10-mssql_rn > Y + W AND mssql_rn <= Q + Z + Y + W-params10] test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_offset_adaption_col_present [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_anticipate_nullable_composite_pk test/sql/test_insert.py::InsertTest::test_bindparam_name_no_consume_error [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_bindparam_name_no_consume_error test/sql/test_insert.py::InsertTest::test_binds_that_match_columns [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_binds_that_match_columns [gw4] [ 25%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_for_update_of_w_limit_offset_adaption_col_present test/sql/test_insert.py::InsertTest::test_generic_insert_bind_params_all_columns [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_generic_insert_bind_params_all_columns test/sql/test_insert.py::InsertTest::test_inline_default [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_inline_default test/sql/test_insert.py::InsertTest::test_inline_defaults test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_w_dot_case_sensitive[False] [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_force_schema_quoted_w_dot_case_sensitive[False] [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_inline_defaults test/sql/test_insert.py::InsertTest::test_insert_from_select_col_values [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_col_values test/sql/test_insert.py::InsertTest::test_insert_from_select_cte_follows_insert_one [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_cte_follows_insert_one test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[matched_square_brackets] test/sql/test_insert.py::InsertTest::test_insert_from_select_cte_follows_insert_two [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_cte_follows_insert_two test/sql/test_insert.py::InsertTest::test_insert_from_select_cte_one [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_cte_one test/sql/test_insert.py::InsertTest::test_insert_from_select_cte_two [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_identifier_rendering[matched_square_brackets] test/dialect/mssql/test_compiler.py::CompileTest::test_in_with_subqueries [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_cte_two test/sql/test_insert.py::InsertTest::test_insert_from_select_dont_mutate_raw_columns [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_dont_mutate_raw_columns test/sql/test_insert.py::InsertTest::test_insert_from_select_fn_defaults [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_in_with_subqueries [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_fn_defaults [gw3] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_basic test/dialect/mssql/test_compiler.py::CompileTest::test_index_where test/orm/test_eager_relations.py::EagerTest::test_double_w_ac_against_subquery test/sql/test_insert.py::InsertTest::test_insert_from_select_no_defaults [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_no_defaults [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_index_where test/sql/test_insert.py::InsertTest::test_insert_from_select_override_defaults [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_wide [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_override_defaults test/dialect/oracle/test_compiler.py::CompileTest::test_limit_four_firstrows test/sql/test_insert.py::InsertTest::test_insert_from_select_returning [gw4] [ 25%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_four_firstrows test/dialect/oracle/test_compiler.py::CompileTest::test_limit_preserves_typing_information [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_returning test/sql/test_insert.py::InsertTest::test_insert_from_select_select [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_select test/sql/test_insert.py::InsertTest::test_insert_from_select_select_alt_ordering [gw1] [ 25%] PASSED test/orm/test_expire.py::RefreshTest::test_refresh_with_lazy test/ext/test_extendedattr.py::DisposeTest::test_unregister [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::DisposeTest::test_unregister test/ext/test_extendedattr.py::ExtendedEventsTest::test_subclassed [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::ExtendedEventsTest::test_subclassed test/ext/test_extendedattr.py::FinderTest::test_customfinder_greedy [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::FinderTest::test_customfinder_greedy test/ext/test_extendedattr.py::FinderTest::test_customfinder_pass [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::FinderTest::test_customfinder_pass test/ext/test_extendedattr.py::FinderTest::test_nativeext_interfaceexact [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::FinderTest::test_nativeext_interfaceexact test/ext/test_extendedattr.py::FinderTest::test_nativeext_submanager [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::FinderTest::test_nativeext_submanager test/ext/test_extendedattr.py::FinderTest::test_standard [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::FinderTest::test_standard test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_diamond_b1 [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_diamond_b1 test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_diamond_b2 [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_diamond_b2 test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_diamond_c_b [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_diamond_c_b test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_none [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_none test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_single_down [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_single_down test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_single_up [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::InstrumentationCollisionTest::test_single_up test/orm/test_eager_relations.py::EnsureColumnsAddedTest::test_joinedload_defered_pk_limit_m2m [gw4] [ 25%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_limit_preserves_typing_information [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_select_alt_ordering test/sql/test_insert.py::InsertTest::test_insert_from_select_seq [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_seq test/sql/test_insert.py::InsertTest::test_insert_from_select_table [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_table test/sql/test_insert.py::InsertTest::test_insert_from_select_union [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_union test/dialect/mssql/test_compiler.py::CompileTest::test_limit_zero_using_top test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_alternate_finders [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_alternate_finders test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_basic [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_basic test/sql/test_insert.py::InsertTest::test_insert_from_select_with_python_defaults [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_with_python_defaults test/sql/test_insert.py::InsertTest::test_insert_from_select_with_sql_defaults [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_from_select_with_sql_defaults test/sql/test_insert.py::InsertTest::test_insert_literal_binds [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_one test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_three [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_three test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_two [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_in_parameters_two test/sql/test_lambdas.py::LambdaElementTest::test_insert_statement [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_limit_zero_using_top test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_noorderby_insubquery test/dialect/mssql/test_compiler.py::CompileTest::test_offset_dont_misapply_labelreference [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_literal_binds test/sql/test_insert.py::InsertTest::test_insert_literal_binds_sequence_notimplemented [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_literal_binds_sequence_notimplemented [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_offset_dont_misapply_labelreference test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_collection_with_backref [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_collection_with_backref test/sql/test_insert.py::InsertTest::test_insert_mix_select_values_exception test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_deferred test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_three [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_mix_select_values_exception [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EnsureColumnsAddedTest::test_joinedload_defered_pk_limit_m2m [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_deferred test/sql/test_insert.py::InsertTest::test_insert_mix_values_select_exception [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_mix_values_select_exception test/sql/test_insert.py::InsertTest::test_insert_returning_not_in_default [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_insert_statement test/sql/test_lambdas.py::LambdaElementTest::test_maintain_required_bindparam test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_history test/orm/test_eager_relations.py::EnsureColumnsAddedTest::test_joinedload_defered_pk_limit_o2m [gw4] [ 25%] PASSED test/dialect/oracle/test_compiler.py::CompileTest::test_outer_join_three [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_returning_not_in_default [gw3] [ 25%] PASSED test/orm/test_eager_relations.py::EagerTest::test_double_w_ac_against_subquery test/sql/test_insert.py::InsertTest::test_insert_seq_non_pk_multi_values [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_maintain_required_bindparam test/sql/test_lambdas.py::LambdaElementTest::test_no_var_dict_keys [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_seq_non_pk_multi_values [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_history test/sql/test_insert.py::InsertTest::test_insert_seq_pk_multi_values test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_implicit_pg_array test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_inheritance [gw4] [ 25%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_pg_array_agg_implicit_pg_array [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_seq_pk_multi_values [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_no_var_dict_keys [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EnsureColumnsAddedTest::test_joinedload_defered_pk_limit_o2m test/sql/test_insert.py::InsertTest::test_insert_seq_pk_multi_values_seq_not_supported test/sql/test_lambdas.py::LambdaElementTest::test_offline_cache_key_no_paramtrack [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_inheritance test/orm/test_eager_relations.py::EnsureColumnsAddedTest::test_joinedload_defered_pk_m2m [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_seq_pk_multi_values_seq_not_supported test/engine/test_logging.py::LogParamsTest::test_error_large_list test/sql/test_insert.py::InsertTest::test_insert_values_multiple [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_offline_cache_key_no_paramtrack test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_instance_dict [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_values_multiple test/sql/test_lambdas.py::LambdaElementTest::test_offline_cache_key_paramtrack [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_instance_dict test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[mariadb-True] test/sql/test_insert.py::InsertTest::test_insert_with_user_supplied_bind_params [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_offline_cache_key_paramtrack test/sql/test_lambdas.py::LambdaElementTest::test_op_forwards [gw3] [ 25%] PASSED test/engine/test_logging.py::LogParamsTest::test_error_large_list [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_with_user_supplied_bind_params test/engine/test_logging.py::LogParamsTest::test_exception_format_dict_param test/sql/test_insert.py::InsertTest::test_insert_with_values_dict [gw4] [ 25%] PASSED test/dialect/mysql/test_compiler.py::CompileTest::test_reserved_words_mysql_vs_mariadb[mariadb-True] [gw2] [ 25%] PASSED test/orm/test_eager_relations.py::EnsureColumnsAddedTest::test_joinedload_defered_pk_m2m test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_null_instrumentation [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_null_instrumentation [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_op_forwards test/orm/test_eager_relations.py::EnsureColumnsAddedTest::test_joinedload_defered_pk_o2m test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_unmapped_not_type_error [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_unmapped_not_type_error test/sql/test_lambdas.py::LambdaElementTest::test_op_reverse [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_with_values_dict test/sql/test_insert.py::InsertTest::test_insert_with_values_func [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_with_values_func [gw3] [ 25%] PASSED test/engine/test_logging.py::LogParamsTest::test_exception_format_dict_param test/engine/test_logging.py::LogParamsTest::test_exception_format_hide_parameters test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt1-MSSQL needs TOP to use PERCENT and/or WITH TIES. Only simple fetch without offset can be used.] [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_row_limit_compile_error[stmt1-MSSQL needs TOP to use PERCENT and/or WITH TIES. Only simple fetch without offset can be used.] test/dialect/mssql/test_compiler.py::CompileTest::test_schema_autosplit_w_dot_case_sensitive[False] [gw3] [ 25%] PASSED test/engine/test_logging.py::LogParamsTest::test_exception_format_hide_parameters test/sql/test_insert.py::InsertTest::test_insert_with_values_tuple [gw5] [ 25%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_op_reverse test/engine/test_logging.py::LogParamsTest::test_exception_format_hide_parameters_dbapi_round_trip [gw4] [ 25%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_schema_autosplit_w_dot_case_sensitive[False] test/dialect/mssql/test_compiler.py::CompileTest::test_strict_binds[-SELECT __[POSTCOMPILE_param_1] AS anon_1, __[POSTCOMPILE_param_2] AS anon_2-kw0] test/sql/test_lambdas.py::LambdaElementTest::test_plain_object_ok_w_tracking_disabled [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_insert_with_values_tuple test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_unmapped_not_type_error_iter_ok [gw1] [ 25%] PASSED test/ext/test_extendedattr.py::UserDefinedExtensionTest::test_unmapped_not_type_error_iter_ok test/sql/test_external_traversal.py::BinaryEndpointTraversalTest::test_basic test/sql/test_insert.py::InsertTest::test_prefix_with [gw3] [ 25%] PASSED test/engine/test_logging.py::LogParamsTest::test_exception_format_hide_parameters_dbapi_round_trip [gw0] [ 25%] PASSED test/sql/test_insert.py::InsertTest::test_prefix_with [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::BinaryEndpointTraversalTest::test_basic test/sql/test_insert.py::InsertTest::test_unconsumed_names_kwargs test/sql/test_external_traversal.py::BinaryEndpointTraversalTest::test_composed test/engine/test_logging.py::LogParamsTest::test_exception_format_hide_parameters_nondbapi_round_trip [gw2] [ 26%] PASSED test/orm/test_eager_relations.py::EnsureColumnsAddedTest::test_joinedload_defered_pk_o2m [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_plain_object_ok_w_tracking_disabled test/sql/test_lambdas.py::LambdaElementTest::test_plain_object_used_outside_lambda [gw0] [ 26%] PASSED test/sql/test_insert.py::InsertTest::test_unconsumed_names_kwargs [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::BinaryEndpointTraversalTest::test_composed test/sql/test_insert.py::InsertTest::test_unconsumed_names_multi_values_dict test/sql/test_external_traversal.py::BinaryEndpointTraversalTest::test_subquery [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::BinaryEndpointTraversalTest::test_subquery [gw0] [ 26%] PASSED test/sql/test_insert.py::InsertTest::test_unconsumed_names_multi_values_dict test/sql/test_external_traversal.py::BinaryEndpointTraversalTest::test_with_tuples [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_exception_format_hide_parameters_nondbapi_round_trip test/orm/test_eager_relations.py::EntityViaMultiplePathTestOne::test_multi_path_load test/sql/test_insert.py::InsertTest::test_unconsumed_names_values_dict [gw0] [ 26%] PASSED test/sql/test_insert.py::InsertTest::test_unconsumed_names_values_dict [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_plain_object_used_outside_lambda test/sql/test_lambdas.py::LambdaElementTest::test_propagate_attrs_cols_clause [gw4] [ 26%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_strict_binds[-SELECT __[POSTCOMPILE_param_1] AS anon_1, __[POSTCOMPILE_param_2] AS anon_2-kw0] test/dialect/mssql/test_compiler.py::CompileTest::test_table_pkc_explicit_nonclustered test/engine/test_logging.py::LogParamsTest::test_exception_format_unexpected_member_parameter [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_propagate_attrs_cols_clause test/sql/test_lambdas.py::LambdaElementTest::test_propagate_attrs_from_clause [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_exception_format_unexpected_member_parameter [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::BinaryEndpointTraversalTest::test_with_tuples [gw4] [ 26%] PASSED test/dialect/mssql/test_compiler.py::CompileTest::test_table_pkc_explicit_nonclustered test/sql/test_external_traversal.py::ClauseAdapterTest::test_adapt_select_w_unlabeled_fn [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_adapt_select_w_unlabeled_fn test/sql/test_external_traversal.py::ClauseAdapterTest::test_aliasedselect_to_aliasedselect_join test/dialect/postgresql/test_compiler.py::CompileTest::test_update_array [gw4] [ 26%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_update_array test/dialect/postgresql/test_compiler.py::CompileTest::test_update_returning [gw4] [ 26%] PASSED test/dialect/postgresql/test_compiler.py::CompileTest::test_update_returning test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_insert [gw4] [ 26%] SKIPPED test/aaa_profiling/test_compiler.py::CompileTest_sqlite+pysqlite_3_38_2::test_insert test/sql/test_compiler.py::CorrelateTest::test_correlate_alone_noeffect [gw4] [ 26%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_alone_noeffect test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_having [gw4] [ 26%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_disabled_having test/sql/test_compiler.py::CorrelateTest::test_correlate_except_having [gw4] [ 26%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_except_having test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_column [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_propagate_attrs_from_clause test/sql/test_lambdas.py::LambdaElementTest::test_propagate_attrs_full_stmt [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_propagate_attrs_full_stmt test/sql/test_lambdas.py::LambdaElementTest::test_reject_dict_literal_keys [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_reject_dict_literal_keys test/sql/test_lambdas.py::LambdaElementTest::test_reject_methods [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_reject_methods test/sql/test_lambdas.py::LambdaElementTest::test_reject_plain_object [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_reject_plain_object [gw2] [ 26%] PASSED test/orm/test_eager_relations.py::EntityViaMultiplePathTestOne::test_multi_path_load test/orm/test_eager_relations.py::EntityViaMultiplePathTestOne::test_multi_path_load_of_type test/sql/test_insert.py::MultirowTest::test_inline_default [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_inline_default test/sql/test_insert.py::MultirowTest::test_mix_single_and_multi_multi_first [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_mix_single_and_multi_multi_first test/sql/test_insert.py::MultirowTest::test_mix_single_and_multi_single_first [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_mix_single_and_multi_single_first test/sql/test_insert.py::MultirowTest::test_multi_multi [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_multi_multi test/sql/test_insert.py::MultirowTest::test_named [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_named test/sql/test_insert.py::MultirowTest::test_named_with_column_objects[columns] [gw4] [ 26%] PASSED test/sql/test_compiler.py::CorrelateTest::test_correlate_semiauto_column test/sql/test_compiler.py::CorrelateTest::test_dont_overcorrelate [gw4] [ 26%] PASSED test/sql/test_compiler.py::CorrelateTest::test_dont_overcorrelate test/sql/test_compiler.py::DDLTest::test_create_table_exists [gw4] [ 26%] PASSED test/sql/test_compiler.py::DDLTest::test_create_table_exists test/sql/test_compiler.py::DDLTest::test_schema_translate_map_no_square_brackets [gw4] [ 26%] PASSED test/sql/test_compiler.py::DDLTest::test_schema_translate_map_no_square_brackets test/sql/test_compiler.py::DDLTest::test_table_one_col_w_constraint [gw4] [ 26%] PASSED test/sql/test_compiler.py::DDLTest::test_table_one_col_w_constraint test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_on_columns_generative_multi_call [gw4] [ 26%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_on_columns_generative_multi_call test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_on_columns_subquery test/engine/test_logging.py::LogParamsTest::test_exception_format_unexpected_parameter [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_exception_format_unexpected_parameter test/engine/test_logging.py::LogParamsTest::test_log_large_list_of_dict [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_log_large_list_of_dict test/engine/test_logging.py::LogParamsTest::test_log_large_list_of_tuple [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_log_large_list_of_tuple test/engine/test_logging.py::LogParamsTest::test_log_large_multi_parameter [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_log_large_multi_parameter test/engine/test_logging.py::LogParamsTest::test_log_large_parameter_multiple [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_log_large_parameter_multiple test/engine/test_logging.py::LogParamsTest::test_log_large_parameter_single [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_log_large_parameter_single test/engine/test_logging.py::LogParamsTest::test_log_no_parameters [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_log_no_parameters test/engine/test_logging.py::LogParamsTest::test_log_positional_array [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_log_positional_array test/engine/test_logging.py::LogParamsTest::test_repr_params_ismulti_list [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_repr_params_ismulti_list test/engine/test_logging.py::LogParamsTest::test_repr_params_ismulti_named_dict [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_repr_params_ismulti_named_dict test/engine/test_logging.py::LogParamsTest::test_repr_params_large_list_of_dict [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_repr_params_large_list_of_dict test/engine/test_logging.py::LogParamsTest::test_repr_params_named_dict [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_named_with_column_objects[columns] test/sql/test_insert.py::MultirowTest::test_named_with_column_objects[inspectables] [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_named_with_column_objects[inspectables] test/sql/test_insert.py::MultirowTest::test_named_with_column_objects[strings] [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_named_with_column_objects[strings] test/sql/test_insert.py::MultirowTest::test_not_supported [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_not_supported test/sql/test_insert.py::MultirowTest::test_positional [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_positional test/sql/test_insert.py::MultirowTest::test_positional_w_defaults [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_positional_w_defaults test/sql/test_insert.py::MultirowTest::test_python_fn_default [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_python_fn_default test/sql/test_insert.py::MultirowTest::test_python_scalar_default[columns] test/sql/test_lambdas.py::LambdaElementTest::test_select_columns_clause [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_select_columns_clause test/sql/test_lambdas.py::LambdaElementTest::test_select_fromclause [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_select_fromclause test/sql/test_lambdas.py::LambdaElementTest::test_select_future_expanding_columns [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_select_future_expanding_columns test/sql/test_lambdas.py::LambdaElementTest::test_select_legacy_expanding_columns [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_select_legacy_expanding_columns test/sql/test_lambdas.py::LambdaElementTest::test_select_whereclause [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_select_whereclause test/sql/test_lambdas.py::LambdaElementTest::test_stale_checker_embedded [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stale_checker_embedded test/sql/test_lambdas.py::LambdaElementTest::test_stale_checker_linked [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stale_checker_linked test/sql/test_lambdas.py::LambdaElementTest::test_stale_checker_statement [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stale_checker_statement test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_hey_theres_multiple_paths [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_hey_theres_multiple_paths test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_opt_w_key [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_opt_w_key test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_opt_w_no_key [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_opt_w_no_key test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_plain_customtrack [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_plain_customtrack test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_track_closure_binds_one [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_track_closure_binds_one test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_track_closure_binds_three [gw3] [ 26%] PASSED test/engine/test_logging.py::LogParamsTest::test_repr_params_named_dict test/engine/test_logging.py::LogParamsTest::test_repr_params_positional_array [gw6] [ 26%] PASSED test/base/test_events.py::SubclassGrowthTest::test_subclass test/base/test_except.py::PickleException::test_all_exc [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_all_exc test/base/test_except.py::PickleException::test_exc[AmbiguousForeignKeysError-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[AmbiguousForeignKeysError-] test/base/test_except.py::PickleException::test_exc[ArgumentError-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[ArgumentError-] test/base/test_except.py::PickleException::test_exc[AwaitRequired-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[AwaitRequired-] test/base/test_except.py::PickleException::test_exc[Base20DeprecationWarning-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[Base20DeprecationWarning-] test/base/test_except.py::PickleException::test_exc[CircularDependencyError-0] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[CircularDependencyError-0] test/base/test_except.py::PickleException::test_exc[CircularDependencyError-1] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[CircularDependencyError-1] test/base/test_except.py::PickleException::test_exc[CompileError-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[CompileError-] test/base/test_except.py::PickleException::test_exc[DBAPIError-0] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DBAPIError-0] test/base/test_except.py::PickleException::test_exc[DBAPIError-1] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DBAPIError-1] test/base/test_except.py::PickleException::test_exc[DBAPIError-details] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DBAPIError-details] test/base/test_except.py::PickleException::test_exc[DataError-0] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DataError-0] test/base/test_except.py::PickleException::test_exc[DataError-1] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DataError-1] test/base/test_except.py::PickleException::test_exc[DataError-details] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DataError-details] test/base/test_except.py::PickleException::test_exc[DatabaseError-0] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DatabaseError-0] [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_python_scalar_default[columns] [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_aliasedselect_to_aliasedselect_join test/sql/test_external_traversal.py::ClauseAdapterTest::test_aliasedselect_to_aliasedselect_join_nested_table[False] [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_aliasedselect_to_aliasedselect_join_nested_table[False] test/sql/test_external_traversal.py::ClauseAdapterTest::test_aliasedselect_to_aliasedselect_join_nested_table[True] [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_aliasedselect_to_aliasedselect_join_nested_table[True] test/sql/test_external_traversal.py::ClauseAdapterTest::test_aliasedselect_to_aliasedselect_straight [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_aliasedselect_to_aliasedselect_straight test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlate_except_on_clone[False] [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlate_except_on_clone[False] test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlate_except_on_clone[True] [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlate_except_on_clone[True] test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlate_except_with_mixed_tables[False] [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlate_except_with_mixed_tables[False] test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlate_except_with_mixed_tables[True] [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlate_except_with_mixed_tables[True] test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlation_on_clone [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_correlation_on_clone test/sql/test_external_traversal.py::ClauseAdapterTest::test_derived_from [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_derived_from test/sql/test_external_traversal.py::ClauseAdapterTest::test_functions [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_functions test/sql/test_external_traversal.py::ClauseAdapterTest::test_include_exclude [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_include_exclude test/sql/test_external_traversal.py::ClauseAdapterTest::test_join_to_alias [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_join_to_alias test/sql/test_external_traversal.py::ClauseAdapterTest::test_joins_dont_adapt [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_joins_dont_adapt test/sql/test_external_traversal.py::ClauseAdapterTest::test_label_anonymize_one [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_label_anonymize_one test/sql/test_external_traversal.py::ClauseAdapterTest::test_label_anonymize_three [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_label_anonymize_three test/sql/test_external_traversal.py::ClauseAdapterTest::test_label_anonymize_two [gw2] [ 26%] PASSED test/orm/test_eager_relations.py::EntityViaMultiplePathTestOne::test_multi_path_load_of_type test/orm/test_eager_relations.py::EntityViaMultiplePathTestThree::test_multi_path_load_lazy_none [gw2] [ 26%] PASSED test/orm/test_eager_relations.py::EntityViaMultiplePathTestThree::test_multi_path_load_lazy_none test/base/test_except.py::PickleException::test_exc[DatabaseError-1] [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_label_anonymize_two test/sql/test_external_traversal.py::ClauseAdapterTest::test_multilevel_equivalents [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_multilevel_equivalents test/sql/test_external_traversal.py::ClauseAdapterTest::test_prev_entities_adapt [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DatabaseError-1] test/base/test_except.py::PickleException::test_exc[DatabaseError-details] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DatabaseError-details] test/base/test_except.py::PickleException::test_exc[DisconnectionError-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[DisconnectionError-] test/base/test_except.py::PickleException::test_exc[IdentifierError-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[IdentifierError-] test/base/test_except.py::PickleException::test_exc[IntegrityError-0] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[IntegrityError-0] test/base/test_except.py::PickleException::test_exc[IntegrityError-1] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[IntegrityError-1] test/base/test_except.py::PickleException::test_exc[IntegrityError-details] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[IntegrityError-details] test/base/test_except.py::PickleException::test_exc[InterfaceError-0] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[InterfaceError-0] test/base/test_except.py::PickleException::test_exc[InterfaceError-1] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[InterfaceError-1] test/base/test_except.py::PickleException::test_exc[InterfaceError-details] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[InterfaceError-details] test/base/test_except.py::PickleException::test_exc[InternalError-0] test/orm/test_eager_relations.py::EntityViaMultiplePathTestTwo::test_multi_path_load_legacy_join_style [gw2] [ 26%] PASSED test/orm/test_eager_relations.py::EntityViaMultiplePathTestTwo::test_multi_path_load_legacy_join_style test/orm/test_eager_relations.py::EntityViaMultiplePathTestTwo::test_multi_path_load_of_type [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[InternalError-0] test/base/test_except.py::PickleException::test_exc[InternalError-1] [gw2] [ 26%] PASSED test/orm/test_eager_relations.py::EntityViaMultiplePathTestTwo::test_multi_path_load_of_type [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[InternalError-1] test/base/test_except.py::PickleException::test_exc[InternalError-details] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[InternalError-details] test/base/test_except.py::PickleException::test_exc[InvalidRequestError-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[InvalidRequestError-] test/base/test_except.py::PickleException::test_exc[InvalidatePoolError-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[InvalidatePoolError-] test/base/test_except.py::PickleException::test_exc[LegacyAPIWarning-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[LegacyAPIWarning-] test/base/test_except.py::PickleException::test_exc[MissingGreenlet-] test/orm/test_eager_relations.py::InnerJoinSplicingTest_sqlite+pysqlite_3_38_2::test_multiple_splice_points [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[MissingGreenlet-] test/base/test_except.py::PickleException::test_exc[MovedIn20Warning-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[MovedIn20Warning-] test/base/test_except.py::PickleException::test_exc[MultipleResultsFound-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[MultipleResultsFound-] test/base/test_except.py::PickleException::test_exc[NoForeignKeysError-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[NoForeignKeysError-] test/base/test_except.py::PickleException::test_exc[NoInspectionAvailable-] [gw6] [ 26%] PASSED test/base/test_except.py::PickleException::test_exc[NoInspectionAvailable-] test/sql/test_insert.py::MultirowTest::test_python_scalar_default[inspectables] [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_python_scalar_default[inspectables] test/sql/test_insert.py::MultirowTest::test_python_scalar_default[strings] [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_python_scalar_default[strings] test/sql/test_insert.py::MultirowTest::test_server_default [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_server_default test/sql/test_insert.py::MultirowTest::test_server_default_absent_value [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_server_default_absent_value test/sql/test_insert.py::MultirowTest::test_sql_expression_pk_autoinc_lastinserted [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_sql_expression_pk_autoinc_lastinserted test/sql/test_insert.py::MultirowTest::test_sql_expression_pk_autoinc_returning [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_sql_expression_pk_autoinc_returning test/sql/test_insert.py::MultirowTest::test_sql_expression_pk_noautoinc_returning [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_sql_expression_pk_noautoinc_returning test/sql/test_insert.py::MultirowTest::test_sql_functions [gw0] [ 26%] PASSED test/sql/test_insert.py::MultirowTest::test_sql_functions test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_implicit_id_insert_select_columns [gw0] [ 26%] PASSED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_implicit_id_insert_select_columns test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_implicit_id_insert_select_keys [gw0] [ 26%] PASSED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_implicit_id_insert_select_keys test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_insert_heterogeneous_params [gw0] [ 26%] PASSED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_insert_heterogeneous_params test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_five [gw0] [ 26%] PASSED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_five test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_four [gw0] [ 26%] SKIPPED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_four test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_four_a [gw0] [ 26%] SKIPPED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_four_a test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_one [gw0] [ 26%] SKIPPED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_one test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_six [gw0] [ 26%] SKIPPED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_six test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_three [gw0] [ 26%] PASSED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_three test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_two [gw0] [ 26%] SKIPPED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_two test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrowid_zero [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_prev_entities_adapt test/sql/test_external_traversal.py::ClauseAdapterTest::test_recursive [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_track_closure_binds_three test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_track_closure_binds_two [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_track_closure_binds_two test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_additional_hascachekey_variants [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_additional_hascachekey_variants test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_customtrack_binds[False] [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_customtrack_binds[False] test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_customtrack_binds[True] [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_customtrack_binds[True] test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_novalue [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_novalue test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_values [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_values test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_values_notrack [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_atonce_whereclause_values_notrack test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_list_of_opts [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_list_of_opts test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_set_of_opts [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_stmt_lambda_w_set_of_opts test/sql/test_lambdas.py::LambdaElementTest::test_update_statement [gw5] [ 26%] PASSED test/sql/test_lambdas.py::LambdaElementTest::test_update_statement test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_cols_round_trip [gw5] [ 26%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_cols_round_trip test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_entity_round_trip[False-False] [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_recursive test/sql/test_external_traversal.py::ClauseAdapterTest::test_recursive_equivalents [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_recursive_equivalents test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_10 [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_10 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_11 [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_11 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_12 [gw7] [ 26%] PASSED test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_negative test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_negative_child_expired [gw1] [ 26%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_12 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_13 [gw0] [ 26%] PASSED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrowid_zero [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_13 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_14 test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_misordered_lastrow [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_14 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_15 [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_misordered_lastrow test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_multivalues_insert [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_15 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_16 [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_multivalues_insert test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_no_inserted_pk_on_returning [gw0] [ 27%] SKIPPED test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_no_inserted_pk_on_returning test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_direct_params [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_direct_params [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_16 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_1[False] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_1[False] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_1[True] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_1[True] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_2[False] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_2[False] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_2[True] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_2[True] test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_direct_params_returning [gw5] [ 27%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_entity_round_trip[False-False] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_3[False] [gw0] [ 27%] SKIPPED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_direct_params_returning test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_explicit_sequence [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_3[False] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_3[True] [gw0] [ 27%] SKIPPED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_explicit_sequence test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_entity_round_trip[True-False] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_3[True] test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_implicit_pk test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_4[False] [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_implicit_pk test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_implicit_pk_inline [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_4[False] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_4[True] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_4[True] [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_implicit_pk_inline test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_implicit_pk_multi_rows test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_5[False] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_5[False] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_5[True] [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_implicit_pk_multi_rows [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_5[True] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_6[False] test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_sql_expr_lastrowid [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_sql_expr_lastrowid test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_6[False] [gw5] [ 27%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_entity_round_trip[True-False] test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_entity_round_trip[True-True] [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_direct_params [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_direct_params test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_direct_params_returning [gw0] [ 27%] SKIPPED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_direct_params_returning test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_implicit [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_implicit test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_inline [gw3] [ 27%] PASSED test/engine/test_logging.py::LogParamsTest::test_repr_params_positional_array [gw4] [ 27%] PASSED test/dialect/postgresql/test_compiler.py::DistinctOnTest::test_query_on_columns_subquery test/sql/test_compiler.py::ExecutionOptionsTest::test_embedded_element_true_to_none [gw4] [ 27%] PASSED test/sql/test_compiler.py::ExecutionOptionsTest::test_embedded_element_true_to_none test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_index_elements_target [gw4] [ 27%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_nothing_index_elements_target test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_col_index_elements_target [gw4] [ 27%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_col_index_elements_target test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_str_index_elements_target_one [gw4] [ 27%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_do_update_str_index_elements_target_one test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_on_conflict_do_no_call_twice [gw4] [ 27%] PASSED test/dialect/postgresql/test_compiler.py::InsertOnConflictTest::test_on_conflict_do_no_call_twice test/sql/test_compiler.py::KwargPropagationTest::test_case [gw4] [ 27%] PASSED test/sql/test_compiler.py::KwargPropagationTest::test_case test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_against_expr[against0-%s] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_against_expr[against0-%s] test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_single_col[-MATCH (matchtable.title) AGAINST (%s IN NATURAL LANGUAGE MODE WITH QUERY EXPANSION)] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::MatchExpressionTest::test_match_expression_single_col[-MATCH (matchtable.title) AGAINST (%s IN NATURAL LANGUAGE MODE WITH QUERY EXPANSION)] test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-10-fetch_kw5-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) PERCENT ROWS WITH TIES-params5] [gw4] [ 27%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_fetch[5-10-fetch_kw5-OFFSET (%(param_1)s) ROWS FETCH FIRST (%(param_2)s) PERCENT ROWS WITH TIES-params5] test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match [gw4] [ 27%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_not_regexp_match test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_flags_ignorecase [gw4] [ 27%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_not_regexp_match_flags_ignorecase test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_flags [gw4] [ 27%] PASSED test/dialect/postgresql/test_compiler.py::RegexpTest::test_regexp_match_flags test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_column [gw4] [ 27%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_column test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_string [gw4] [ 27%] PASSED test/dialect/oracle/test_compiler.py::RegexpTest::test_regexp_replace_string test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_match_flags [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMariaDb::test_regexp_match_flags test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_not_regexp_match_column [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_not_regexp_match_column test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace_column [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::RegexpTestMySql::test_regexp_replace_column test/sql/test_compiler.py::ResultMapTest::test_insert_with_select_values [gw4] [ 27%] PASSED test/sql/test_compiler.py::ResultMapTest::test_insert_with_select_values test/dialect/mysql/test_compiler.py::SQLTest::test_cast[BINARY-CAST(t.col AS BINARY)] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[BINARY-CAST(t.col AS BINARY)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DECIMAL-CAST(t.col AS DECIMAL)1] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[DECIMAL-CAST(t.col AS DECIMAL)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Interval-CAST(t.col AS DATETIME)] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Interval-CAST(t.col AS DATETIME)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NUMERIC-CAST(t.col AS DECIMAL)0] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[NUMERIC-CAST(t.col AS DECIMAL)0] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TEXT-CAST(t.col AS CHAR)1] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_6[True] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_6[True] test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_7 [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_7 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_8 [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_8 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_9 [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_to_alias_9 test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_valued_column [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseAdapterTest::test_table_valued_column test/engine/test_logging.py::LogParamsTest::test_repr_params_positional_list test/sql/test_external_traversal.py::ClauseTest::test_adapt_funcs_etc_on_identity_one [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_adapt_funcs_etc_on_identity_one test/sql/test_external_traversal.py::ClauseTest::test_adapt_funcs_etc_on_identity_two [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_adapt_funcs_etc_on_identity_two test/sql/test_external_traversal.py::ClauseTest::test_adapt_union [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_adapt_union test/sql/test_external_traversal.py::ClauseTest::test_alias [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[TEXT-CAST(t.col AS CHAR)1] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Time-CAST(t.col AS TIME)] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[Time-CAST(t.col AS TIME)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_35-CAST(t.col AS CHAR CHARACTER SET utf8)] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_35-CAST(t.col AS CHAR CHARACTER SET utf8)] test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_9-CAST(t.col AS UNSIGNED INTEGER)] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_cast[type_9-CAST(t.col AS UNSIGNED INTEGER)] test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_subpartition [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_create_table_with_subpartition test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-FLOAT-CAST(t.col AS FLOAT)0] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_float_cast[True-FLOAT-CAST(t.col AS FLOAT)0] test/dialect/mysql/test_compiler.py::SQLTest::test_limit [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_limit test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[Boolean-t.col] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[Boolean-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[YEAR-t.col] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_unsupported_casts[YEAR-t.col] test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[Unicode] [gw4] [ 27%] PASSED test/dialect/mysql/test_compiler.py::SQLTest::test_varchar_raise[Unicode] test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_invalid [gw4] [ 27%] PASSED test/sql/test_compiler.py::SchemaTest::test_schema_lowercase_invalid test/sql/test_compiler.py::SchemaTest::test_select [gw4] [ 27%] PASSED test/sql/test_compiler.py::SchemaTest::test_select test/sql/test_compiler.py::SelectTest::test_alias_nesting_table [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_inline test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_inline_implicit [gw0] [ 27%] PASSED test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_inline_implicit test/sql/test_inspect.py::TestCoreInspection::test_col_now_has_a_clauseelement [gw0] [ 27%] PASSED test/sql/test_inspect.py::TestCoreInspection::test_col_now_has_a_clauseelement test/sql/test_inspect.py::TestCoreInspection::test_column_expr [gw0] [ 27%] PASSED test/sql/test_inspect.py::TestCoreInspection::test_column_expr test/sql/test_inspect.py::TestCoreInspection::test_no_clause_element_on_clauseelement [gw0] [ 27%] PASSED test/sql/test_inspect.py::TestCoreInspection::test_no_clause_element_on_clauseelement test/sql/test_inspect.py::TestCoreInspection::test_select [gw0] [ 27%] PASSED test/sql/test_inspect.py::TestCoreInspection::test_select test/sql/test_inspect.py::TestCoreInspection::test_table [gw0] [ 27%] PASSED test/sql/test_inspect.py::TestCoreInspection::test_table test/base/test_inspect.py::TestInspection::test_class_insp [gw0] [ 27%] PASSED test/base/test_inspect.py::TestInspection::test_class_insp test/base/test_inspect.py::TestInspection::test_def_insp [gw0] [ 27%] PASSED test/base/test_inspect.py::TestInspection::test_def_insp test/base/test_inspect.py::TestInspection::test_hierarchy_insp [gw0] [ 27%] PASSED test/base/test_inspect.py::TestInspection::test_hierarchy_insp test/base/test_inspect.py::TestInspection::test_no_inspect [gw0] [ 27%] PASSED test/base/test_inspect.py::TestInspection::test_no_inspect test/orm/test_inspect.py::TestORMInspection::test_aliased_class [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_alias_nesting_table test/sql/test_compiler.py::SelectTest::test_conjunctions [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_conjunctions test/sql/test_compiler.py::SelectTest::test_distinct_on [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_distinct_on [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_alias test/sql/test_external_traversal.py::ClauseTest::test_aliased_cloned_column_adapt_exported [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_aliased_cloned_column_adapt_exported test/sql/test_external_traversal.py::ClauseTest::test_aliased_cloned_column_adapt_inner [gw5] [ 27%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_entity_round_trip[True-True] test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[0] [gw5] [ 27%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[0] test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[1] test/sql/test_compiler.py::SelectTest::test_exists [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_aliased_cloned_column_adapt_inner test/sql/test_external_traversal.py::ClauseTest::test_aliased_cloned_schema_column_adapt_exported [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_aliased_cloned_schema_column_adapt_exported test/sql/test_external_traversal.py::ClauseTest::test_aliased_column_adapt [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_aliased_column_adapt test/sql/test_external_traversal.py::ClauseTest::test_aliased_cte_w_union [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_aliased_cte_w_union test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-False--CASE WHEN (t1_1.col1 = :col1_1) THEN :param_1 ELSE t1_1.col1 END] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-False--CASE WHEN (t1_1.col1 = :col1_1) THEN :param_1 ELSE t1_1.col1 END] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-False--t1_1.col1 = :col1_1] [gw3] [ 27%] PASSED test/engine/test_logging.py::LogParamsTest::test_repr_params_positional_list test/engine/test_logging.py::LogParamsTest::test_repr_params_unknown_list [gw3] [ 27%] PASSED test/engine/test_logging.py::LogParamsTest::test_repr_params_unknown_list test/engine/test_logging.py::LogParamsTest::test_result_large_param [gw3] [ 27%] PASSED test/engine/test_logging.py::LogParamsTest::test_result_large_param test/engine/test_logging.py::LoggingNameTest::test_named_logger_echoflags_execute [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingNameTest::test_named_logger_echoflags_execute test/engine/test_logging.py::LoggingNameTest::test_named_logger_execute [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingNameTest::test_named_logger_execute test/engine/test_logging.py::LoggingNameTest::test_named_logger_execute_after_dispose [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingNameTest::test_named_logger_execute_after_dispose test/engine/test_logging.py::LoggingNameTest::test_named_logger_names [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingNameTest::test_named_logger_names test/engine/test_logging.py::LoggingNameTest::test_named_logger_names_after_dispose [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingNameTest::test_named_logger_names_after_dispose test/engine/test_logging.py::LoggingNameTest::test_unnamed_logger_echoflags_execute [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingNameTest::test_unnamed_logger_echoflags_execute test/engine/test_logging.py::LoggingNameTest::test_unnamed_logger_execute [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingNameTest::test_unnamed_logger_execute test/engine/test_logging.py::LoggingNameTest::test_unnamed_logger_names [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingNameTest::test_unnamed_logger_names test/engine/test_logging.py::LoggingTokenTest::test_logging_token_option_connection [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingTokenTest::test_logging_token_option_connection test/engine/test_logging.py::LoggingTokenTest::test_logging_token_option_engine [gw3] [ 27%] PASSED test/engine/test_logging.py::LoggingTokenTest::test_logging_token_option_engine test/engine/test_logging.py::PoolLoggingTest::test_queuepool_echo [gw5] [ 27%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[1] test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[2] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-False--t1_1.col1 = :col1_1] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-False--t1_1.col1] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-False--t1_1.col1] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-True--CASE WHEN (t1_1.col1 = :col1_1) THEN :param_1 ELSE t1_1.col1 END] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-True--CASE WHEN (t1_1.col1 = :col1_1) THEN :param_1 ELSE t1_1.col1 END] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-True--t1_1.col1 = :col1_1] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-True--t1_1.col1 = :col1_1] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-True--t1_1.col1] [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_exists test/sql/test_compiler.py::SelectTest::test_fetch[None-10-fetch_kw1-LIMIT -1 OFFSET :param_1-params1] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[False-True--t1_1.col1] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-False--CASE WHEN (t1_1.col1 = :col1_1) THEN :param_1 ELSE t1_1.col1 END] [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_fetch[None-10-fetch_kw1-LIMIT -1 OFFSET :param_1-params1] test/sql/test_compiler.py::SelectTest::test_full_outer_join [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-False--CASE WHEN (t1_1.col1 = :col1_1) THEN :param_1 ELSE t1_1.col1 END] test/base/test_except.py::PickleException::test_exc[NoReferenceError-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NoReferenceError-] test/base/test_except.py::PickleException::test_exc[NoReferencedColumnError-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NoReferencedColumnError-] test/base/test_except.py::PickleException::test_exc[NoReferencedTableError-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NoReferencedTableError-] test/base/test_except.py::PickleException::test_exc[NoResultFound-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NoResultFound-] [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_full_outer_join test/base/test_except.py::PickleException::test_exc[NoSuchColumnError-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NoSuchColumnError-] test/base/test_except.py::PickleException::test_exc[NoSuchModuleError-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NoSuchModuleError-] test/base/test_except.py::PickleException::test_exc[NoSuchTableError-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NoSuchTableError-] test/base/test_except.py::PickleException::test_exc[NotSupportedError-0] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NotSupportedError-0] test/base/test_except.py::PickleException::test_exc[NotSupportedError-1] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NotSupportedError-1] test/base/test_except.py::PickleException::test_exc[NotSupportedError-details] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[NotSupportedError-details] test/base/test_except.py::PickleException::test_exc[ObjectNotExecutableError-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[ObjectNotExecutableError-] test/base/test_except.py::PickleException::test_exc[OperationalError-0] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[OperationalError-0] test/base/test_except.py::PickleException::test_exc[OperationalError-1] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[OperationalError-1] test/base/test_except.py::PickleException::test_exc[OperationalError-details] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[OperationalError-details] test/base/test_except.py::PickleException::test_exc[PendingRollbackError-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[PendingRollbackError-] test/base/test_except.py::PickleException::test_exc[ProgrammingError-0] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[ProgrammingError-0] test/base/test_except.py::PickleException::test_exc[ProgrammingError-1] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[ProgrammingError-1] test/base/test_except.py::PickleException::test_exc[ProgrammingError-details] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[ProgrammingError-details] test/base/test_except.py::PickleException::test_exc[RemovedIn20Warning-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[RemovedIn20Warning-] test/base/test_except.py::PickleException::test_exc[ResourceClosedError-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[ResourceClosedError-] test/base/test_except.py::PickleException::test_exc[SADeprecationWarning-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[SADeprecationWarning-] test/base/test_except.py::PickleException::test_exc[SAPendingDeprecationWarning-] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[SAPendingDeprecationWarning-] test/base/test_except.py::PickleException::test_exc[SAWarning-] [gw5] [ 27%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[2] test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[3] test/sql/test_compiler.py::SelectTest::test_limit_offset[5-10-LIMIT :param_1 OFFSET :param_2-params0] [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_limit_offset[5-10-LIMIT :param_1 OFFSET :param_2-params0] test/sql/test_compiler.py::SelectTest::test_literal [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_literal test/sql/test_compiler.py::SelectTest::test_order_by_labels_disabled [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_order_by_labels_disabled test/sql/test_compiler.py::SelectTest::test_over_within_group [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_over_within_group test/sql/test_compiler.py::SelectTest::test_percent_names_collide_with_anonymizing[per % cent] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-False--t1_1.col1 = :col1_1] [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_percent_names_collide_with_anonymizing[per % cent] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[SAWarning-] test/base/test_except.py::PickleException::test_exc[SQLAlchemyError-] test/sql/test_compiler.py::SelectTest::test_statement_hints [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[SQLAlchemyError-] [gw4] [ 27%] PASSED test/sql/test_compiler.py::SelectTest::test_statement_hints test/base/test_except.py::PickleException::test_exc[StatementError-0] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[StatementError-0] test/base/test_except.py::PickleException::test_exc[StatementError-1] test/dialect/oracle/test_compiler.py::SequenceTest::test_basic [gw4] [ 27%] PASSED test/dialect/oracle/test_compiler.py::SequenceTest::test_basic [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[StatementError-1] test/base/test_except.py::PickleException::test_exc[StatementError-details] [gw5] [ 27%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[3] test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[4] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[StatementError-details] test/base/test_except.py::PickleException::test_exc[TimeoutError-] test/sql/test_compiler.py::StringifySpecialTest::test_array_index [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[TimeoutError-] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-False--t1_1.col1 = :col1_1] test/base/test_except.py::PickleException::test_exc[UnboundExecutionError-] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-False--t1_1.col1] [gw4] [ 27%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_array_index [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[UnboundExecutionError-] test/base/test_except.py::PickleException::test_exc[UnreflectableTableError-] test/sql/test_compiler.py::StringifySpecialTest::test_grouped_selectables_print_alone[subquery] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-False--t1_1.col1] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[UnreflectableTableError-] test/base/test_except.py::PickleException::test_exc[UnsupportedCompilationError-0] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-True--CASE WHEN (t1_1.col1 = :col1_1) THEN :param_1 ELSE t1_1.col1 END] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[UnsupportedCompilationError-0] test/base/test_except.py::PickleException::test_exc[UnsupportedCompilationError-1] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-True--CASE WHEN (t1_1.col1 = :col1_1) THEN :param_1 ELSE t1_1.col1 END] test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-True--t1_1.col1 = :col1_1] [gw6] [ 27%] PASSED test/base/test_except.py::PickleException::test_exc[UnsupportedCompilationError-1] [gw4] [ 27%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_grouped_selectables_print_alone[subquery] [gw1] [ 27%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-True--t1_1.col1 = :col1_1] test/sql/test_compiler.py::StringifySpecialTest::test_unnamed_column test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-True--t1_1.col1] [gw4] [ 27%] PASSED test/sql/test_compiler.py::StringifySpecialTest::test_unnamed_column test/base/test_except.py::WrapTest::test_db_error_busted_dbapi [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_db_error_busted_dbapi test/base/test_except.py::WrapTest::test_db_error_dbapi_uses_wrong_names [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_db_error_dbapi_uses_wrong_names test/base/test_except.py::WrapTest::test_db_error_keyboard_interrupt [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_db_error_keyboard_interrupt test/base/test_except.py::WrapTest::test_db_error_noncompliant_dbapi [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_annotated_label_cases[True-True--t1_1.col1] test/sql/test_external_traversal.py::ClauseTest::test_binary [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_binary test/sql/test_external_traversal.py::ClauseTest::test_binary_anon_label_quirk test/sql/test_compiler.py::TestCompilerFixture::test_no_stack [gw4] [ 28%] PASSED test/sql/test_compiler.py::TestCompilerFixture::test_no_stack test/ext/test_compiler.py::UserDefinedTest::test_create_column_skip [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_db_error_noncompliant_dbapi test/base/test_except.py::WrapTest::test_db_error_normal [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_db_error_normal test/base/test_except.py::WrapTest::test_db_error_system_exit [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_binary_anon_label_quirk test/sql/test_external_traversal.py::ClauseTest::test_bindparams [gw4] [ 28%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_create_column_skip [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[4] test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[5] [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_db_error_system_exit test/base/test_except.py::WrapTest::test_statement_error_no_code [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_statement_error_no_code test/base/test_except.py::WrapTest::test_statement_error_w_code [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_statement_error_w_code test/base/test_except.py::WrapTest::test_tostring [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_tostring test/base/test_except.py::WrapTest::test_tostring_large_dict [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_tostring_large_dict test/base/test_except.py::WrapTest::test_tostring_large_executemany [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_tostring_large_executemany test/base/test_except.py::WrapTest::test_tostring_large_list test/ext/test_compiler.py::UserDefinedTest::test_no_compile_for_col_label [gw4] [ 28%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_no_compile_for_col_label test/ext/test_compiler.py::UserDefinedTest::test_stateful [gw4] [ 28%] PASSED test/ext/test_compiler.py::UserDefinedTest::test_stateful test/orm/test_composites.py::ComparatorTest::test_order_by_aliased [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_bindparams test/sql/test_external_traversal.py::ClauseTest::test_correlated_select [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_tostring_large_list test/base/test_except.py::WrapTest::test_tostring_with_newlines [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_tostring_with_newlines test/base/test_except.py::WrapTest::test_version_token [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_correlated_select test/sql/test_external_traversal.py::ClauseTest::test_cte_w_union [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_version_token test/base/test_except.py::WrapTest::test_wrap_multi_arg [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_wrap_multi_arg test/base/test_except.py::WrapTest::test_wrap_unicode_arg [gw6] [ 28%] PASSED test/base/test_except.py::WrapTest::test_wrap_unicode_arg [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[5] test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[6] test/engine/test_execute.py::CompiledCacheTest_sqlite+pysqlite_3_38_2::test_cache [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_cte_w_union test/sql/test_external_traversal.py::ClauseTest::test_dont_adapt_singleton_elements[elem0] [gw6] [ 28%] PASSED test/engine/test_execute.py::CompiledCacheTest_sqlite+pysqlite_3_38_2::test_cache [gw3] [ 28%] PASSED test/engine/test_logging.py::PoolLoggingTest::test_queuepool_echo test/engine/test_logging.py::PoolLoggingTest::test_queuepool_logging [gw3] [ 28%] PASSED test/engine/test_logging.py::PoolLoggingTest::test_queuepool_logging test/engine/test_execute.py::CompiledCacheTest_sqlite+pysqlite_3_38_2::test_cache_noleak_on_statement_values test/engine/test_logging.py::PoolLoggingTest::test_stpool_echo [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_dont_adapt_singleton_elements[elem0] test/sql/test_external_traversal.py::ClauseTest::test_dont_adapt_singleton_elements[elem1] [gw3] [ 28%] PASSED test/engine/test_logging.py::PoolLoggingTest::test_stpool_echo test/engine/test_logging.py::PoolLoggingTest::test_stpool_logging [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_dont_adapt_singleton_elements[elem1] test/sql/test_external_traversal.py::ClauseTest::test_extract [gw3] [ 28%] PASSED test/engine/test_logging.py::PoolLoggingTest::test_stpool_logging [gw4] [ 28%] PASSED test/orm/test_composites.py::ComparatorTest::test_order_by_aliased [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[6] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_extract test/engine/test_logging.py::TransactionContextLoggingTest::test_begin_once_block test/sql/test_external_traversal.py::ClauseTest::test_funcfilter test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[7] [gw0] [ 28%] PASSED test/orm/test_inspect.py::TestORMInspection::test_aliased_class test/orm/test_inspect.py::TestORMInspection::test_all_orm_descriptors_pep520_classical [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_begin_once_block [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_funcfilter test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_commit test/sql/test_external_traversal.py::ClauseTest::test_in test/orm/test_composites.py::ManyToOneTest::test_early_configure [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_commit [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_in test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_commit_autocommit test/sql/test_external_traversal.py::ClauseTest::test_join [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_commit_autocommit test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_commit_engine_level_autocommit [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_join [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_commit_engine_level_autocommit test/sql/test_external_traversal.py::ClauseTest::test_labeled_expression_adapt test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_rollback [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_rollback [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_labeled_expression_adapt [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::InnerJoinSplicingTest_sqlite+pysqlite_3_38_2::test_multiple_splice_points test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_rollback_autocommit test/sql/test_external_traversal.py::ClauseTest::test_over [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_over [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_as_you_go_block_rollback_autocommit [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[7] test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_engine_level_autocommit_exec_opt_nonauto test/sql/test_external_traversal.py::ClauseTest::test_params_elements_in_setup_joins test/orm/test_eager_relations.py::InnerJoinSplicingTest_sqlite+pysqlite_3_38_2::test_nested_innerjoin_propagation_multiple_paths_one test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[8] [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_commit_engine_level_autocommit_exec_opt_nonauto test/engine/test_logging.py::TransactionContextLoggingTest::test_log_messages_have_correct_metadata_echo [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_params_elements_in_setup_joins test/sql/test_external_traversal.py::ClauseTest::test_params_on_expr_against_subquery [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_log_messages_have_correct_metadata_echo test/engine/test_logging.py::TransactionContextLoggingTest::test_log_messages_have_correct_metadata_plain [gw4] [ 28%] PASSED test/orm/test_composites.py::ManyToOneTest::test_early_configure [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_params_on_expr_against_subquery [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_log_messages_have_correct_metadata_plain test/sql/test_external_traversal.py::ClauseTest::test_params_subqueries_in_joins_one test/engine/test_logging.py::TransactionContextLoggingTest::test_logging_compatibility [gw3] [ 28%] PASSED test/engine/test_logging.py::TransactionContextLoggingTest::test_logging_compatibility [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_params_subqueries_in_joins_one test/sql/test_external_traversal.py::ClauseTest::test_params_subqueries_in_joins_two test/orm/test_composites.py::PointTest::test_bulk_update_sql test/orm/inheritance/test_magazine.py::MagazineTest::test_magazine_round_trip[joins] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_params_subqueries_in_joins_two [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[8] test/sql/test_external_traversal.py::ClauseTest::test_select test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[9] [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_join_entity_arg[9] test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_lambdas_rejected_in_options [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_select test/sql/test_external_traversal.py::ClauseTest::test_select_fromtwice_one [gw4] [ 28%] PASSED test/orm/test_composites.py::PointTest::test_bulk_update_sql [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_lambdas_rejected_in_options test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_multiple_entities_single_lambda test/orm/test_composites.py::PointTest::test_early_configure [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_select_fromtwice_one test/sql/test_external_traversal.py::ClauseTest::test_select_fromtwice_two [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::InnerJoinSplicingTest_sqlite+pysqlite_3_38_2::test_nested_innerjoin_propagation_multiple_paths_one [gw4] [ 28%] PASSED test/orm/test_composites.py::PointTest::test_early_configure [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_select_fromtwice_two test/sql/test_external_traversal.py::ClauseTest::test_select_setup_joins_adapt_element_one test/orm/test_eager_relations.py::InnerJoinSplicingTest_sqlite+pysqlite_3_38_2::test_nested_innerjoin_propagation_multiple_paths_two test/orm/test_composites.py::PointTest::test_save_null [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_multiple_entities_single_lambda test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_subqueryload_external_lambda_caveats [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_select_setup_joins_adapt_element_one test/sql/test_external_traversal.py::ClauseTest::test_select_setup_joins_adapt_element_three [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_select_setup_joins_adapt_element_three test/sql/test_external_traversal.py::ClauseTest::test_select_setup_joins_adapt_element_two [gw4] [ 28%] PASSED test/orm/test_composites.py::PointTest::test_save_null [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_select_setup_joins_adapt_element_two [gw3] [ 28%] PASSED test/orm/inheritance/test_magazine.py::MagazineTest::test_magazine_round_trip[joins] [gw0] [ 28%] PASSED test/orm/test_inspect.py::TestORMInspection::test_all_orm_descriptors_pep520_classical test/sql/test_external_traversal.py::ClauseTest::test_select_setup_joins_straight_clone [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_select_setup_joins_straight_clone test/sql/test_external_traversal.py::ClauseTest::test_text [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_text test/sql/test_external_traversal.py::ClauseTest::test_this_thing [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_this_thing test/sql/test_external_traversal.py::ClauseTest::test_this_thing_using_setup_joins_four [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_this_thing_using_setup_joins_four test/sql/test_external_traversal.py::ClauseTest::test_this_thing_using_setup_joins_one test/sql/test_computed.py::DDLComputedTest::test_column_computed[persisted_true] [gw4] [ 28%] PASSED test/sql/test_computed.py::DDLComputedTest::test_column_computed[persisted_true] test/orm/inheritance/test_concrete.py::ConcreteTest::test_multi_level_no_base_w_hybrid test/orm/inheritance/test_magazine.py::MagazineTest::test_magazine_round_trip[plain] test/orm/test_inspect.py::TestORMInspection::test_all_orm_descriptors_pep520_noinh [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_this_thing_using_setup_joins_one test/sql/test_external_traversal.py::ClauseTest::test_this_thing_using_setup_joins_three [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_this_thing_using_setup_joins_three test/sql/test_external_traversal.py::ClauseTest::test_this_thing_using_setup_joins_two [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::InnerJoinSplicingTest_sqlite+pysqlite_3_38_2::test_nested_innerjoin_propagation_multiple_paths_two test/orm/test_eager_relations.py::InnerJoinSplicingTest_sqlite+pysqlite_3_38_2::test_splice_onto_ac [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_this_thing_using_setup_joins_two test/sql/test_external_traversal.py::ClauseTest::test_union [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_union test/sql/test_external_traversal.py::ClauseTest::test_within_group [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ClauseTest::test_within_group test/sql/test_external_traversal.py::ColumnAdapterTest::test_columns_memoizes_w_itself [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ColumnAdapterTest::test_columns_memoizes_w_itself test/sql/test_external_traversal.py::ColumnAdapterTest::test_traverse_memoizes_w_columns [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ColumnAdapterTest::test_traverse_memoizes_w_columns test/sql/test_external_traversal.py::ColumnAdapterTest::test_traverse_memoizes_w_itself [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ColumnAdapterTest::test_traverse_memoizes_w_itself test/sql/test_external_traversal.py::ColumnAdapterTest::test_wrapping_fallthrough [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ColumnAdapterTest::test_wrapping_fallthrough test/sql/test_external_traversal.py::ColumnAdapterTest::test_wrapping_inclusions [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ColumnAdapterTest::test_wrapping_inclusions test/sql/test_external_traversal.py::ColumnAdapterTest::test_wrapping_multiple [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ColumnAdapterTest::test_wrapping_multiple test/sql/test_external_traversal.py::ColumnAdapterTest::test_wrapping_ordering [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ColumnAdapterTest::test_wrapping_ordering test/sql/test_external_traversal.py::SelectTest::test_columns [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::SelectTest::test_columns test/sql/test_external_traversal.py::SelectTest::test_execution_options [gw4] [ 28%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_multi_level_no_base_w_hybrid [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::SelectTest::test_execution_options test/sql/test_external_traversal.py::SelectTest::test_froms [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::SelectTest::test_froms test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_six test/sql/test_external_traversal.py::SelectTest::test_invalid_options [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::SelectTest::test_invalid_options test/sql/test_external_traversal.py::SelectTest::test_prefixes [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::SelectTest::test_prefixes test/sql/test_external_traversal.py::SpliceJoinsTest::test_splice [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::SpliceJoinsTest::test_splice test/sql/test_external_traversal.py::SpliceJoinsTest::test_splice_2 [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::SpliceJoinsTest::test_splice_2 test/sql/test_external_traversal.py::SpliceJoinsTest::test_stop_on [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::InnerJoinSplicingTest_sqlite+pysqlite_3_38_2::test_splice_onto_ac [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::SpliceJoinsTest::test_stop_on test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with [brackets]-clone] [gw0] [ 28%] PASSED test/orm/test_inspect.py::TestORMInspection::test_all_orm_descriptors_pep520_noinh [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with [brackets]-clone] [gw3] [ 28%] PASSED test/orm/inheritance/test_magazine.py::MagazineTest::test_magazine_round_trip[plain] test/orm/test_eager_relations.py::InnerJoinSplicingWSecondaryTest_sqlite+pysqlite_3_38_2::test_joined_across test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with [brackets]-conv_to_unique] test/orm/test_inspect.py::TestORMInspection::test_all_orm_descriptors_pep520_onelevel_inh [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with [brackets]-conv_to_unique] test/orm/inheritance/test_magazine.py::MagazineTest::test_magazine_round_trip[unions] test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with [brackets]-none] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with [brackets]-none] [gw4] [ 28%] PASSED test/orm/inheritance/test_concrete.py::ConcreteTest::test_without_default_polymorphic_six test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with [brackets]-pickle] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with [brackets]-pickle] test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with space-clone] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with space-clone] test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with space-conv_to_unique] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with space-conv_to_unique] test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with space-none] test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_overlapping_forwards_relationship [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with space-none] test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with space-pickle] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with space-pickle] test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with~~tildes~~-clone] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with~~tildes~~-clone] test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with~~tildes~~-conv_to_unique] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with~~tildes~~-conv_to_unique] test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with~~tildes~~-none] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with~~tildes~~-none] test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with~~tildes~~-pickle] [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_bindparam_key_proc_for_copies[name with~~tildes~~-pickle] test/sql/test_external_traversal.py::TraversalTest::test_change_in_place [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_change_in_place test/sql/test_external_traversal.py::TraversalTest::test_clone [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_clone test/sql/test_external_traversal.py::TraversalTest::test_clone_anon_label [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_clone_anon_label test/sql/test_external_traversal.py::TraversalTest::test_expanding_in_bindparam_safe_to_clone [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_expanding_in_bindparam_safe_to_clone test/sql/test_external_traversal.py::TraversalTest::test_no_clone [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_no_clone test/sql/test_external_traversal.py::TraversalTest::test_test_classes [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_test_classes test/sql/test_external_traversal.py::TraversalTest::test_traversal_size [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_traversal_size test/sql/test_external_traversal.py::TraversalTest::test_visit_name [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::InnerJoinSplicingWSecondaryTest_sqlite+pysqlite_3_38_2::test_joined_across [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::TraversalTest::test_visit_name test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_joinedload_aliased_abs_bcs test/sql/test_external_traversal.py::ValuesBaseTest::test_add_dictionary [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_add_dictionary test/sql/test_external_traversal.py::ValuesBaseTest::test_add_kwarg [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_add_kwarg test/sql/test_external_traversal.py::ValuesBaseTest::test_add_kwarg_disallowed_multi [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_add_kwarg_disallowed_multi test/sql/test_external_traversal.py::ValuesBaseTest::test_cant_mix_single_multi_formats_dict_to_list [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_cant_mix_single_multi_formats_dict_to_list test/sql/test_external_traversal.py::ValuesBaseTest::test_cant_mix_single_multi_formats_list_to_dict [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_cant_mix_single_multi_formats_list_to_dict test/sql/test_external_traversal.py::ValuesBaseTest::test_erroneous_multi_args_dicts [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_erroneous_multi_args_dicts test/sql/test_external_traversal.py::ValuesBaseTest::test_erroneous_multi_args_plus_kw [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_joinedload_aliased_abs_bcs [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_erroneous_multi_args_plus_kw test/sql/test_external_traversal.py::ValuesBaseTest::test_erroneous_multi_args_tuples test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_joinedload_unaliased_abs_bcs [gw4] [ 28%] PASSED test/orm/inheritance/test_concrete.py::PropertyInheritanceTest::test_overlapping_forwards_relationship [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_erroneous_multi_args_tuples test/sql/test_external_traversal.py::ValuesBaseTest::test_inline_values_multi [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_inline_values_multi test/sql/test_external_traversal.py::ValuesBaseTest::test_inline_values_single [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_inline_values_single [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_joinedload_unaliased_abs_bcs [gw0] [ 28%] PASSED test/orm/test_inspect.py::TestORMInspection::test_all_orm_descriptors_pep520_onelevel_inh test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_aliased_abs_bcs_one test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_await_only_no_greenlet [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_subqueryload_external_lambda_caveats [gw4] [ 28%] PASSED test/base/test_concurrency_py3k.py::TestAsyncioCompat::test_await_only_no_greenlet test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_subqueryload_internal_lambda test/sql/test_external_traversal.py::ValuesBaseTest::test_kw_and_dict_simultaneously_single test/orm/test_inspect.py::TestORMInspection::test_attr_keys [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_kw_and_dict_simultaneously_single test/sql/test_external_traversal.py::ValuesBaseTest::test_prefixes test/sql/test_constraints.py::ConstraintCompilationTest::test_create_index_schema [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_prefixes test/sql/test_external_traversal.py::ValuesBaseTest::test_update_no_support_multi_constructor [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_update_no_support_multi_constructor test/sql/test_external_traversal.py::ValuesBaseTest::test_update_no_support_multi_values [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_update_no_support_multi_values test/sql/test_external_traversal.py::ValuesBaseTest::test_via_tuple_multi [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_via_tuple_multi test/sql/test_external_traversal.py::ValuesBaseTest::test_via_tuple_single [gw1] [ 28%] PASSED test/sql/test_external_traversal.py::ValuesBaseTest::test_via_tuple_single test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_basic [gw1] [ 28%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_basic test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_nowait [gw1] [ 28%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_nowait test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_basic [gw4] [ 28%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_create_index_schema test/sql/test_constraints.py::ConstraintCompilationTest::test_drop_index_plain [gw4] [ 28%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_drop_index_plain [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_aliased_abs_bcs_one test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_aliased_abs_bcs_two [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_aliased_abs_bcs_two test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_plus_joined_aliased_abs_bcs [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_plus_joined_aliased_abs_bcs test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_plus_joined_unaliased_abs_bcs [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_plus_joined_unaliased_abs_bcs test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_unaliased_abs_bcs_one [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_unaliased_abs_bcs_one test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_unaliased_abs_bcs_two [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_lazyload_unaliased_abs_bcs_two test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_pathed_joinedload_aliased_abs_bcs [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_pathed_joinedload_aliased_abs_bcs test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_pathed_lazyload_aliased_abs_bcs [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_pathed_lazyload_aliased_abs_bcs test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_pathed_lazyload_plus_joined_aliased_abs_bcs [gw2] [ 28%] PASSED test/orm/test_eager_relations.py::LazyLoadOptSpecificityTest::test_pathed_lazyload_plus_joined_aliased_abs_bcs test/orm/test_eager_relations.py::LoadFromJoinedInhWUnion::test_one [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_subqueryload_internal_lambda test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_user_cols_single_lambda [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_user_cols_single_lambda test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_user_cols_single_lambda_query [gw5] [ 28%] PASSED test/orm/test_lambdas.py::LambdaTest_sqlite+pysqlite_3_38_2::test_user_cols_single_lambda_query test/orm/test_lambdas.py::PolymorphicTest::test_join_second_prop_lambda [gw0] [ 28%] PASSED test/orm/test_inspect.py::TestORMInspection::test_attr_keys test/orm/test_inspect.py::TestORMInspection::test_attrs_props_prop_added_after_configure [gw3] [ 28%] PASSED test/orm/inheritance/test_magazine.py::MagazineTest::test_magazine_round_trip[unions] [gw1] [ 28%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_basic test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_column_list_aliased [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_column_list_aliased test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_join_aliased [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_join_aliased test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_join_one [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_join_one test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_nowait [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_nowait test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_read [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_read test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_read_nowait [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_read_nowait test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_read_nowait_column_list [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_read_nowait_column_list test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_read_skip_locked test/orm/test_manytomany.py::AssortedPersistenceTests::test_remove_scalar [gw3] [ 29%] PASSED test/orm/test_manytomany.py::AssortedPersistenceTests::test_remove_scalar test/orm/test_manytomany.py::AssortedPersistenceTests::test_session_delete [gw0] [ 29%] PASSED test/orm/test_inspect.py::TestORMInspection::test_attrs_props_prop_added_after_configure test/orm/test_inspect.py::TestORMInspection::test_class_mapper [gw3] [ 29%] PASSED test/orm/test_manytomany.py::AssortedPersistenceTests::test_session_delete [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_read_skip_locked test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_skip_locked [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_of_skip_locked test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_read [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_read test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_read_and_nowait [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_read_and_nowait test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_read_and_skip_locked [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_read_and_skip_locked test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_skip_locked [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_skip_locked test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_textual_of [gw1] [ 29%] PASSED test/dialect/mysql/test_for_update.py::MySQLForUpdateCompileTest::test_for_update_textual_of test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_basic_lock [gw1] [ 29%] SKIPPED test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_basic_lock test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_basic_not_lock [gw1] [ 29%] SKIPPED test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_basic_not_lock test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_no_subquery [gw1] [ 29%] SKIPPED test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_no_subquery test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_subquery [gw1] [ 29%] SKIPPED test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_subquery test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_subquery_inner_for_update [gw1] [ 29%] SKIPPED test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_subquery_inner_for_update test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_subquery_inner_for_update_outer [gw1] [ 29%] SKIPPED test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_subquery_inner_for_update_outer test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_subquery_order_for_update_outer [gw1] [ 29%] SKIPPED test/dialect/mysql/test_for_update.py::MySQLForUpdateLockingTest::test_joined_lock_subquery_order_for_update_outer test/dialect/mysql/test_for_update.py::SkipLockedTest::test_skip_locked [gw1] [ 29%] SKIPPED test/dialect/mysql/test_for_update.py::SkipLockedTest::test_skip_locked test/dialect/mysql/test_for_update.py::SkipLockedTest::test_unsupported_skip_locked [gw1] [ 29%] SKIPPED test/dialect/mysql/test_for_update.py::SkipLockedTest::test_unsupported_skip_locked test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_c_and_d_both_disconnected [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_c_and_d_both_disconnected test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_count_non_eq_comparison_operators [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_count_non_eq_comparison_operators test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_disconnect_between_ab_cd [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_disconnect_between_ab_cd test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_disconnected_subquery [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_disconnected_subquery test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_dont_count_non_comparison_operators [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_dont_count_non_comparison_operators [gw2] [ 29%] PASSED test/orm/test_eager_relations.py::LoadFromJoinedInhWUnion::test_one test/orm/test_eager_relations.py::LoadFromJoinedInhWUnion::test_two [gw2] [ 29%] PASSED test/orm/test_eager_relations.py::LoadFromJoinedInhWUnion::test_two test/orm/test_eager_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_collection test/sql/test_constraints.py::ConstraintCompilationTest::test_index_against_text_inline [gw4] [ 29%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_index_against_text_inline test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_uq_constraint_stringcol [gw4] [ 29%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_render_add_uq_constraint_stringcol test/sql/test_constraints.py::ConstraintCompilationTest::test_too_long_index_name [gw4] [ 29%] PASSED test/sql/test_constraints.py::ConstraintCompilationTest::test_too_long_index_name test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_column_use_alter_inline_constraint_create [gw4] [ 29%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_fk_column_use_alter_inline_constraint_create test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_unique_constraint_create [gw4] [ 29%] PASSED test/sql/test_constraints.py::ConstraintGenTest_sqlite+pysqlite_3_38_2::test_unique_constraint_create test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_with_only_columns_unknown_kw test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_everything_is_connected test/orm/inheritance/test_manytomany.py::InheritTest::test_basic [gw3] [ 29%] PASSED test/orm/inheritance/test_manytomany.py::InheritTest::test_basic [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_everything_is_connected test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_join_on_true [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_join_on_true test/orm/inheritance/test_manytomany.py::InheritTest2::test_basic test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_join_on_true_muti_levels [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_join_on_true_muti_levels test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries[cartesian] [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries[cartesian] test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries[join] [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries[join] test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries[lateral] [gw3] [ 29%] PASSED test/orm/inheritance/test_manytomany.py::InheritTest2::test_basic [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries[lateral] test/orm/inheritance/test_manytomany.py::InheritTest2::test_get test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries_ok_do_we_still_find_cartesians [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries_ok_do_we_still_find_cartesians test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries_w_joins [gw3] [ 29%] PASSED test/orm/inheritance/test_manytomany.py::InheritTest2::test_get [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_lateral_subqueries_w_joins test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_no_froms [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_no_froms test/orm/inheritance/test_manytomany.py::InheritTest3::test_advanced test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_now_connect_it [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_now_connect_it test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_now_connected [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_now_connected test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_plain_cartesian [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_plain_cartesian test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_right_nested_join_with_an_issue [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_right_nested_join_with_an_issue test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_right_nested_join_without_issue [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_right_nested_join_without_issue test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[False-None] [gw3] [ 29%] PASSED test/orm/inheritance/test_manytomany.py::InheritTest3::test_advanced [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[False-None] test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[False-alias] test/orm/inheritance/test_manytomany.py::InheritTest3::test_basic [gw6] [ 29%] PASSED test/engine/test_execute.py::CompiledCacheTest_sqlite+pysqlite_3_38_2::test_cache_noleak_on_statement_values [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[False-alias] test/engine/test_execute.py::CompiledCacheTest_sqlite+pysqlite_3_38_2::test_keys_independent_of_ordering test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[False-render_derived] [gw6] [ 29%] PASSED test/engine/test_execute.py::CompiledCacheTest_sqlite+pysqlite_3_38_2::test_keys_independent_of_ordering [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[False-render_derived] test/engine/test_execute.py::CompiledCacheTest_sqlite+pysqlite_3_38_2::test_schema_translate_in_key test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[True-None] [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[True-None] [gw3] [ 29%] PASSED test/orm/inheritance/test_manytomany.py::InheritTest3::test_basic test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[True-alias] [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[True-alias] test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[True-render_derived] [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestFindUnmatchingFroms::test_table_valued[True-render_derived] [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::ColumnsClauseFromsTest::test_with_only_columns_unknown_kw test/orm/test_manytomany.py::M2MTest::test_bidirectional test/sql/test_from_linter.py::TestLinter::test_does_not_modify_query [gw5] [ 29%] PASSED test/orm/test_lambdas.py::PolymorphicTest::test_join_second_prop_lambda test/orm/test_lambdas.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update [gw5] [ 29%] PASSED test/orm/test_lambdas.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update test/sql/test_lateral.py::LateralTest::test_alias_of_lateral [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_alias_of_lateral test/sql/test_lateral.py::LateralTest::test_from_function [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_from_function test/sql/test_lateral.py::LateralTest::test_join_lateral_subquery_twolevel[False] [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_join_lateral_subquery_twolevel[False] test/sql/test_lateral.py::LateralTest::test_join_lateral_subquery_twolevel[True] [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_join_lateral_subquery_twolevel[True] test/sql/test_lateral.py::LateralTest::test_join_lateral_w_select_implicit_subquery [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_join_lateral_w_select_implicit_subquery test/sql/test_lateral.py::LateralTest::test_join_lateral_w_select_subquery [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_join_lateral_w_select_subquery test/sql/test_lateral.py::LateralTest::test_no_alias_construct [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_no_alias_construct test/sql/test_lateral.py::LateralTest::test_plain_join [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_plain_join test/sql/test_lateral.py::LateralTest::test_plain_join_implicit_subquery [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_plain_join_implicit_subquery test/sql/test_lateral.py::LateralTest::test_select_from [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_select_from test/sql/test_lateral.py::LateralTest::test_select_from_implicit_subquery [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_select_from_implicit_subquery test/sql/test_lateral.py::LateralTest::test_select_from_text_implicit_subquery [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_select_from_text_implicit_subquery test/sql/test_lateral.py::LateralTest::test_standalone [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_standalone test/sql/test_lateral.py::LateralTest::test_standalone_implicit_subquery [gw5] [ 29%] PASSED test/sql/test_lateral.py::LateralTest::test_standalone_implicit_subquery test/orm/test_lazy_relations.py::CompositeSimpleM2OTest::test_dont_use_get_pj_is_different test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_where [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_auto_where test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_exclusion_column [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_exclusion_column test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_none[False] [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_except_none[False] [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestLinter::test_does_not_modify_query test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_having_from_subq [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_correlate_semiauto_having_from_subq test/orm/test_core_compilation.py::CorrelateTest::test_no_contextless_correlate_except [gw3] [ 29%] PASSED test/orm/test_manytomany.py::M2MTest::test_bidirectional [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::CorrelateTest::test_no_contextless_correlate_except test/orm/test_manytomany.py::M2MTest::test_joinedload_on_double test/orm/test_core_compilation.py::ExtraColsTest::test_contains_eager_outermost [gw0] [ 29%] PASSED test/orm/test_inspect.py::TestORMInspection::test_class_mapper [gw5] [ 29%] PASSED test/orm/test_lazy_relations.py::CompositeSimpleM2OTest::test_dont_use_get_pj_is_different test/orm/test_lazy_relations.py::CompositeSimpleM2OTest::test_use_get_reverseorder test/orm/test_inspect.py::TestORMInspection::test_col_filter test/sql/test_from_linter.py::TestLinter::test_no_linting [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestLinter::test_no_linting test/sql/test_from_linter.py::TestLinter::test_noop_for_unhandled_objects [gw6] [ 29%] PASSED test/engine/test_execute.py::CompiledCacheTest_sqlite+pysqlite_3_38_2::test_schema_translate_in_key [gw3] [ 29%] PASSED test/orm/test_manytomany.py::M2MTest::test_joinedload_on_double [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::ExtraColsTest::test_contains_eager_outermost [gw2] [ 29%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_collection test/orm/test_eager_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_scalar test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_connect_as_ctx_noautocommit [gw5] [ 29%] PASSED test/orm/test_lazy_relations.py::CompositeSimpleM2OTest::test_use_get_reverseorder test/orm/test_core_compilation.py::ImplicitWithPolymorphicTest::test_select_where_baseclass test/orm/test_lazy_relations.py::CompositeSimpleM2OTest::test_use_get_sameorder test/orm/test_manytomany.py::M2MTest::test_overlapping_attribute_error [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestLinter::test_noop_for_unhandled_objects test/sql/test_from_linter.py::TestLinter::test_warn_anon_alias [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestLinter::test_warn_anon_alias test/sql/test_from_linter.py::TestLinter::test_warn_anon_cte [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestLinter::test_warn_anon_cte test/sql/test_from_linter.py::TestLinter::test_warn_simple [gw1] [ 29%] PASSED test/sql/test_from_linter.py::TestLinter::test_warn_simple [gw6] [ 29%] PASSED test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_connect_as_ctx_noautocommit test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_connection_as_ctx test/orm/test_froms.py::AddEntityEquivalenceTest::test_add_entity_equivalence [gw6] [ 29%] PASSED test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_connection_as_ctx test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_connection_ctx_commit [gw6] [ 29%] PASSED test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_connection_ctx_commit test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_connection_ctx_rollback [gw6] [ 29%] PASSED test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_connection_ctx_rollback [gw5] [ 29%] PASSED test/orm/test_lazy_relations.py::CompositeSimpleM2OTest::test_use_get_sameorder [gw0] [ 29%] PASSED test/orm/test_inspect.py::TestORMInspection::test_col_filter test/orm/test_inspect.py::TestORMInspection::test_col_property [gw3] [ 29%] PASSED test/orm/test_manytomany.py::M2MTest::test_overlapping_attribute_error test/orm/test_lazy_relations.py::CorrelatedTest::test_correlated_lazyload test/orm/test_manytomany.py::M2MTest::test_self_referential_bidirectional_mutation [gw1] [ 29%] PASSED test/orm/test_froms.py::AddEntityEquivalenceTest::test_add_entity_equivalence [gw3] [ 29%] PASSED test/orm/test_manytomany.py::M2MTest::test_self_referential_bidirectional_mutation test/orm/test_manytomany.py::M2MTest::test_self_referential_roundtrip test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_from_self_twice_newstyle_wlabels [gw3] [ 29%] PASSED test/orm/test_manytomany.py::M2MTest::test_self_referential_roundtrip [gw5] [ 29%] PASSED test/orm/test_lazy_relations.py::CorrelatedTest::test_correlated_lazyload test/orm/test_manytomany.py::M2MTest::test_stale_conditions test/orm/test_lazy_relations.py::GetterStateTest::test_get_empty_passive_no_initialize [gw0] [ 29%] PASSED test/orm/test_inspect.py::TestORMInspection::test_col_property test/orm/test_inspect.py::TestORMInspection::test_column_collection_iterate [gw5] [ 29%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_get_empty_passive_no_initialize test/orm/test_lazy_relations.py::GetterStateTest::test_get_empty_passive_return_never_set [gw5] [ 29%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_get_empty_passive_return_never_set [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_from_self_twice_newstyle_wlabels test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_from_self_twice_newstyle_wolabels [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_from_self_twice_newstyle_wolabels test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_newstyle [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_newstyle test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_oldstyle [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_oldstyle test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_plus_explicit_aliased_join_newstyle [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_plus_explicit_aliased_join_newstyle test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_plus_flag_aliased_join_newstyle [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_anonymous_expression_plus_flag_aliased_join_newstyle test/orm/test_froms.py::ColumnAccessTest::test_anonymous_labeled_expression_newstyle [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_anonymous_labeled_expression_newstyle test/orm/test_froms.py::ColumnAccessTest::test_anonymous_labeled_expression_oldstyle test/orm/test_lazy_relations.py::GetterStateTest::test_get_populated_passive_no_initialize [gw3] [ 29%] PASSED test/orm/test_manytomany.py::M2MTest::test_stale_conditions test/orm/test_mapper.py::ComparatorFactoryTest::test_column [gw3] [ 29%] PASSED test/orm/test_mapper.py::ComparatorFactoryTest::test_column test/orm/test_mapper.py::ComparatorFactoryTest::test_kwarg_accepted [gw3] [ 29%] PASSED test/orm/test_mapper.py::ComparatorFactoryTest::test_kwarg_accepted test/orm/test_mapper.py::ComparatorFactoryTest::test_relationship [gw0] [ 29%] PASSED test/orm/test_inspect.py::TestORMInspection::test_column_collection_iterate [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_anonymous_labeled_expression_oldstyle test/orm/test_froms.py::ColumnAccessTest::test_select_from_no_aliasing [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_select_from_no_aliasing test/orm/test_froms.py::ColumnAccessTest::test_table_anonymous_expression_from_self_twice_newstyle [gw1] [ 29%] PASSED test/orm/test_froms.py::ColumnAccessTest::test_table_anonymous_expression_from_self_twice_newstyle [gw5] [ 29%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_get_populated_passive_no_initialize test/orm/test_inspect.py::TestORMInspection::test_extension_types test/orm/test_lazy_relations.py::GetterStateTest::test_get_populated_passive_return_never_set test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-None-False] [gw3] [ 29%] PASSED test/orm/test_mapper.py::ComparatorFactoryTest::test_relationship [gw1] [ 29%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-None-False] test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-None-True] test/orm/test_mapper.py::ComparatorFactoryTest::test_synonym [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::ImplicitWithPolymorphicTest::test_select_where_baseclass test/orm/test_core_compilation.py::JoinTest::test_join_from_no_onclause [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::JoinTest::test_join_from_no_onclause test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_deferred_subq_one [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_deferred_subq_one test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_begin_fails_dont_enter_enter [gw6] [ 29%] PASSED test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_begin_fails_dont_enter_enter test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_begin_fails_include_enter [gw6] [ 29%] PASSED test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_begin_fails_include_enter test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_commit [gw6] [ 29%] PASSED test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_commit test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_rollback [gw6] [ 29%] PASSED test/engine/test_execute.py::ConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_rollback test/engine/test_execute.py::DialectDoesntSupportCachingTest::test_it_caches [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectDoesntSupportCachingTest::test_it_caches test/engine/test_execute.py::DialectDoesntSupportCachingTest::test_no_cache [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectDoesntSupportCachingTest::test_no_cache test/engine/test_execute.py::DialectEventTest::test_connect_do_connect [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_connect_do_connect test/engine/test_execute.py::DialectEventTest::test_connect_do_connect_info_there_after_invalidate [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_connect_do_connect_info_there_after_invalidate test/engine/test_execute.py::DialectEventTest::test_connect_do_connect_info_there_after_recycle [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_connect_do_connect_info_there_after_recycle test/engine/test_execute.py::DialectEventTest::test_connect_replace_params [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_connect_replace_params test/engine/test_execute.py::DialectEventTest::test_cursor_execute_w_replace [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_cursor_execute_w_replace test/engine/test_execute.py::DialectEventTest::test_cursor_execute_wo_replace [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_cursor_execute_wo_replace test/engine/test_execute.py::DialectEventTest::test_do_execute_no_params_w_replace [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_do_execute_no_params_w_replace test/engine/test_execute.py::DialectEventTest::test_do_execute_no_params_wo_replace [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_do_execute_no_params_wo_replace test/engine/test_execute.py::DialectEventTest::test_do_execute_w_replace [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_do_execute_w_replace test/engine/test_execute.py::DialectEventTest::test_do_execute_wo_replace [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_do_execute_wo_replace test/engine/test_execute.py::DialectEventTest::test_do_executemany_w_replace [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_do_executemany_w_replace test/engine/test_execute.py::DialectEventTest::test_do_executemany_wo_replace [gw6] [ 29%] PASSED test/engine/test_execute.py::DialectEventTest::test_do_executemany_wo_replace test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_add_event_after_connect [gw6] [ 29%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_add_event_after_connect test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_argument_format_execute [gw6] [ 29%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_argument_format_execute test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_recursive_cte_render_on_deferred [gw4] [ 29%] PASSED test/orm/test_core_compilation.py::LoadersInSubqueriesTest::test_recursive_cte_render_on_deferred test/orm/test_core_compilation.py::RawSelectTest::test_correlate_entity [gw2] [ 29%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_scalar test/orm/test_eager_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_collection [gw1] [ 29%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-None-True] test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-correlate-False] [gw1] [ 29%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-correlate-False] test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-correlate-True] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_cant_listen_to_option_engine [gw6] [ 29%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_cant_listen_to_option_engine test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_close_parameter[False] [gw1] [ 29%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-correlate-True] test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-correlate_except-False] [gw6] [ 29%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_close_parameter[False] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_close_parameter[True] [gw6] [ 29%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_close_parameter[True] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_clslevel_engine_event_options [gw6] [ 29%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_clslevel_engine_event_options [gw5] [ 29%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_get_populated_passive_return_never_set [gw1] [ 29%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-correlate_except-False] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_events_ctx_execute_scalar test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-correlate_except-True] test/orm/test_lazy_relations.py::GetterStateTest::test_history_empty_passive_no_initialize [gw6] [ 29%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_events_ctx_execute_scalar [gw2] [ 29%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_collection test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_events_execute [gw6] [ 29%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_events_execute test/orm/test_eager_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_scalar test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_execute [gw6] [ 30%] SKIPPED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_execute test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_dispose_event [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_dispose_event test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_dont_modify_statement_driversql [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_dont_modify_statement_driversql test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_emit_sql_in_autobegin [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_emit_sql_in_autobegin test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_engine_connect [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_engine_connect test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_execute_events [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_scalar [gw1] [ 30%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[False-correlate_except-True] test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-None-False] test/orm/test_eager_relations.py::LoadOnExistingTest::test_no_crash_on_existing [gw5] [ 30%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_history_empty_passive_no_initialize [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_execute_events test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_execution_options test/orm/test_lazy_relations.py::GetterStateTest::test_history_empty_passive_return_never_set [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_execution_options [gw1] [ 30%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-None-False] test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-None-True] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_force_conn_events_false [gw3] [ 30%] PASSED test/orm/test_mapper.py::ComparatorFactoryTest::test_synonym [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_force_conn_events_false test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_generative_engine_event_dispatch [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_no_crash_on_existing [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_generative_engine_event_dispatch [gw1] [ 30%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-None-True] test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-correlate-False] test/orm/test_eager_relations.py::LoadOnExistingTest::test_populate_existing_propagate test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[False-False] test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_backrefs[False] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[False-False] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[True-False] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[True-False] [gw1] [ 30%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-correlate-False] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[True-True] test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-correlate-True] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[True-True] [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_populate_existing_propagate test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams0-params0-expected_multiparams0-expected_params0] test/orm/test_eager_relations.py::LoadOnExistingTest::test_refresh_no_recursion[immediate] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams0-params0-expected_multiparams0-expected_params0] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams1-params1-expected_multiparams1-expected_params1] [gw1] [ 30%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-correlate-True] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams1-params1-expected_multiparams1-expected_params1] test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-correlate_except-False] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_three [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_three test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_two [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_two [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_refresh_no_recursion[immediate] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_clauseelement [gw3] [ 30%] PASSED test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_backrefs[False] test/orm/test_eager_relations.py::LoadOnExistingTest::test_refresh_no_recursion[selectin] [gw1] [ 30%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-correlate_except-False] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_clauseelement test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-correlate_except-True] test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_backrefs[True] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_internal_driversql[False] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_internal_driversql[False] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_internal_driversql[True] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_internal_driversql[True] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_new_exec_driver_sql_no_events [gw1] [ 30%] PASSED test/orm/test_froms.py::CorrelateORMTest::test_correlate_to_cte_legacy[True-correlate_except-True] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_new_exec_driver_sql_no_events test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_options [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_refresh_no_recursion[selectin] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_options test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_per_connection_plus_engine test/orm/test_eager_relations.py::LoadOnExistingTest::test_refresh_no_recursion[subquery] [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_per_connection_plus_engine test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_per_engine_independence [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_per_engine_independence test/orm/test_froms.py::CustomJoinTest::test_double_same_mappers_explicit_alias test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_per_engine_plus_global [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_per_engine_plus_global [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_refresh_no_recursion[subquery] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_retval_flag test/orm/test_eager_relations.py::LoadOnExistingTest::test_runs_query_on_refresh [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_retval_flag test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional [gw3] [ 30%] PASSED test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_backrefs[True] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_advanced [gw6] [ 30%] SKIPPED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_advanced test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_load_options[False] test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_named [gw6] [ 30%] PASSED test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_named [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::LoadOnExistingTest::test_runs_query_on_refresh test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_autocommit_option_no_issue_first_connect [gw3] [ 30%] PASSED test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_load_options[False] test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_load_options[True] [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_autocommit_option_no_issue_first_connect test/orm/test_eager_relations.py::MixedEntitiesTest::test_aliased_entity_one test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_dialect_has_table_assertion [gw0] [ 30%] PASSED test/orm/test_inspect.py::TestORMInspection::test_extension_types [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_dialect_has_table_assertion test/orm/test_inspect.py::TestORMInspection::test_identity_key [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::MixedEntitiesTest::test_aliased_entity_one test/orm/test_eager_relations.py::MixedEntitiesTest::test_aliased_entity_three [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::MixedEntitiesTest::test_aliased_entity_three test/orm/test_eager_relations.py::MixedEntitiesTest::test_aliased_entity_two [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::MixedEntitiesTest::test_aliased_entity_two test/orm/test_eager_relations.py::MixedEntitiesTest::test_two_entities [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::MixedEntitiesTest::test_two_entities test/orm/test_eager_relations.py::MixedEntitiesTest::test_two_entities_with_joins [gw1] [ 30%] PASSED test/orm/test_froms.py::CustomJoinTest::test_double_same_mappers_explicit_alias test/orm/test_froms.py::EntityFromSubqueryTest::test_aliases [gw3] [ 30%] PASSED test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_load_options[True] test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_no_mapper_configure_w_selects_etc[False] [gw3] [ 30%] PASSED test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_no_mapper_configure_w_selects_etc[False] test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_no_mapper_configure_w_selects_etc[True] [gw3] [ 30%] PASSED test/orm/test_mapper.py::ConfigureOrNotConfigureTest::test_no_mapper_configure_w_selects_etc[True] test/orm/test_mapper.py::DocumentTest::test_doc_propagate [gw3] [ 30%] PASSED test/orm/test_mapper.py::DocumentTest::test_doc_propagate test/orm/test_mapper.py::IsUserlandTest::test_column [gw3] [ 30%] PASSED test/orm/test_mapper.py::IsUserlandTest::test_column test/orm/test_mapper.py::IsUserlandTest::test_descriptor [gw3] [ 30%] PASSED test/orm/test_mapper.py::IsUserlandTest::test_descriptor test/orm/test_mapper.py::IsUserlandTest::test_dict [gw3] [ 30%] PASSED test/orm/test_mapper.py::IsUserlandTest::test_dict test/orm/test_mapper.py::IsUserlandTest::test_int [gw3] [ 30%] PASSED test/orm/test_mapper.py::IsUserlandTest::test_int test/orm/test_mapper.py::IsUserlandTest::test_relationship [gw3] [ 30%] PASSED test/orm/test_mapper.py::IsUserlandTest::test_relationship test/orm/test_mapper.py::IsUserlandTest::test_set [gw3] [ 30%] PASSED test/orm/test_mapper.py::IsUserlandTest::test_set test/orm/test_mapper.py::IsUserlandTest::test_string test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_dialect_init_uses_options [gw3] [ 30%] PASSED test/orm/test_mapper.py::IsUserlandTest::test_string test/orm/test_mapper.py::IsUserlandTest::test_unicode [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_dialect_init_uses_options [gw3] [ 30%] PASSED test/orm/test_mapper.py::IsUserlandTest::test_unicode [gw0] [ 30%] PASSED test/orm/test_inspect.py::TestORMInspection::test_identity_key test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_dont_wrap_mixin test/orm/test_inspect.py::TestORMInspection::test_insp_aliased_column_prop test/orm/test_mapper.py::MagicNamesTest::test_direct_stateish [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_dont_wrap_mixin test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_empty_insert [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_empty_insert test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_engine_level_options [gw3] [ 30%] PASSED test/orm/test_mapper.py::MagicNamesTest::test_direct_stateish [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_engine_level_options test/orm/test_mapper.py::MagicNamesTest::test_indirect_stateish test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exception_wrapping_dbapi [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exception_wrapping_dbapi test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exception_wrapping_non_dbapi_error [gw3] [ 30%] PASSED test/orm/test_mapper.py::MagicNamesTest::test_indirect_stateish test/orm/test_mapper.py::MagicNamesTest::test_mappish [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exception_wrapping_non_dbapi_error [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::MixedEntitiesTest::test_two_entities_with_joins test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exception_wrapping_non_dbapi_statement [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exception_wrapping_non_dbapi_statement test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exception_wrapping_non_standard_dbapi_error [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_exception_wrapping_non_standard_dbapi_error test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_execute_compiled_favors_compiled_paramstyle test/orm/test_eager_relations.py::MixedSelfReferentialEagerTest::test_eager_load [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_execute_compiled_favors_compiled_paramstyle test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_generative_engine_event_dispatch_hasevents [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_generative_engine_event_dispatch_hasevents test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_generative_engine_execution_options [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_generative_engine_execution_options test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_initialize_rollback [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_initialize_rollback test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_no_params_option [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_no_params_option test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_non_dict_mapping [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_non_dict_mapping [gw3] [ 30%] PASSED test/orm/test_mapper.py::MagicNamesTest::test_mappish test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_not_an_executable [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_not_an_executable test/orm/test_mapper.py::MapperTest::test_add_column_prop_deannotate[False] test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_named [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_aliases test/orm/test_froms.py::EntityFromSubqueryTest::test_error_w_aliased_against_select [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_named [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_error_w_aliased_against_select [gw0] [ 30%] PASSED test/orm/test_inspect.py::TestORMInspection::test_insp_aliased_column_prop test/orm/test_froms.py::EntityFromSubqueryTest::test_filter test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_named_invalid [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_named_invalid test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_positional_invalid test/orm/test_inspect.py::TestORMInspection::test_insp_aliased_relationship_prop [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_positional_invalid [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_filter test/orm/test_froms.py::EntityFromSubqueryTest::test_group_by [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_group_by test/orm/test_froms.py::EntityFromSubqueryTest::test_having test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_python [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_having test/orm/test_froms.py::EntityFromSubqueryTest::test_join [gw6] [ 30%] SKIPPED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_python test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_qmark [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_qmark test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_sprintf [gw6] [ 30%] SKIPPED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_sprintf test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_row_works_as_mapping [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_join test/orm/test_froms.py::EntityFromSubqueryTest::test_multiple_entities [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_multiple_entities test/orm/test_froms.py::EntityFromSubqueryTest::test_multiple_with_column_entities_newstyle [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_multiple_with_column_entities_newstyle test/orm/test_froms.py::EntityFromSubqueryTest::test_multiple_with_column_entities_oldstyle [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_multiple_with_column_entities_oldstyle test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_alias_none_to_subquery [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_alias_none_to_subquery test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_alias_subquery_to_subquery_w_adaption [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_row_works_as_mapping test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_scalar [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_alias_subquery_to_subquery_w_adaption test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_alias_subquery_to_subquery_w_replace [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_scalar [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_alias_subquery_to_subquery_w_replace test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_alias_subquery_w_alias_to_none test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_scalars [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_scalars test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_bytestring_latin1 [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_bytestring_latin1 [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_alias_subquery_w_alias_to_none test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_bytestring_raised test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_aliases_none_to_none [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_nested_aliases_none_to_none test/orm/test_froms.py::EntityFromSubqueryTest::test_no_joinedload [gw1] [ 30%] PASSED test/orm/test_froms.py::EntityFromSubqueryTest::test_no_joinedload [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_bytestring_raised test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_bytestring_utf8 [gw3] [ 30%] PASSED test/orm/test_mapper.py::MapperTest::test_add_column_prop_deannotate[False] [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_bytestring_utf8 test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_object_arg test/orm/test_froms.py::ExternalColumnsTest::test_external_columns [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_object_arg test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_pickleable_no_dbapi [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_pickleable_no_dbapi test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_pickleable_plus_dbapi [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_pickleable_plus_dbapi test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_str_multi_args [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_str_multi_args test/orm/test_mapper.py::MapperTest::test_add_column_prop_deannotate[True] test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_str_multi_args_bytestring [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_str_multi_args_bytestring [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::MixedSelfReferentialEagerTest::test_eager_load test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_str_multi_args_unicode [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_str_multi_args_unicode test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_unicode_hook_unicode [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_stmt_exception_unicode_hook_unicode test/orm/test_eager_relations.py::OrderBySecondaryTest::test_ordering test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_subquery_exec_warning [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_subquery_exec_warning test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_works_after_dispose [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_works_after_dispose test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_works_after_dispose_testing_engine [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_works_after_dispose_testing_engine test/engine/test_execute.py::ExecutionOptionsTest::test_dialect_conn_options [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecutionOptionsTest::test_dialect_conn_options [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::OrderBySecondaryTest::test_ordering [gw3] [ 30%] PASSED test/orm/test_mapper.py::MapperTest::test_add_column_prop_deannotate[True] test/engine/test_execute.py::ExecutionOptionsTest::test_dialect_engine_construction_options [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecutionOptionsTest::test_dialect_engine_construction_options test/orm/test_mapper.py::MapperTest::test_add_prop_via_backref_resets_memoizations_reconfigures test/engine/test_execute.py::ExecutionOptionsTest::test_dialect_engine_options test/orm/test_eager_relations.py::SecondaryOptionsTest::test_contains_eager [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecutionOptionsTest::test_dialect_engine_options test/engine/test_execute.py::ExecutionOptionsTest::test_get_connection_execution_options [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecutionOptionsTest::test_get_connection_execution_options test/engine/test_execute.py::ExecutionOptionsTest::test_get_engine_execution_options [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecutionOptionsTest::test_get_engine_execution_options test/engine/test_execute.py::ExecutionOptionsTest::test_propagate_engine_to_connection [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecutionOptionsTest::test_propagate_engine_to_connection test/engine/test_execute.py::ExecutionOptionsTest::test_propagate_option_engine_to_connection [gw6] [ 30%] PASSED test/engine/test_execute.py::ExecutionOptionsTest::test_propagate_option_engine_to_connection test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_connect_as_ctx_noautocommit [gw3] [ 30%] PASSED test/orm/test_mapper.py::MapperTest::test_add_prop_via_backref_resets_memoizations_reconfigures [gw6] [ 30%] SKIPPED test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_connect_as_ctx_noautocommit test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_connection_as_ctx test/orm/test_mapper.py::MapperTest::test_add_property [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_connection_as_ctx test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_connection_ctx_commit [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_connection_ctx_commit test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_connection_ctx_rollback [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_connection_ctx_rollback [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::SecondaryOptionsTest::test_contains_eager test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_begin_fails_dont_enter_enter [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_begin_fails_dont_enter_enter test/orm/test_eager_relations.py::SecondaryOptionsTest::test_joinedload_on_other test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_begin_fails_include_enter [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_begin_fails_include_enter test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_commit [gw3] [ 30%] PASSED test/orm/test_mapper.py::MapperTest::test_add_property [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_commit test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_rollback test/orm/test_mapper.py::MapperTest::test_attribute_error_raised_class_mapper [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_transaction_engine_ctx_rollback test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_add_event_after_connect [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_add_event_after_connect test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_argument_format_execute [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_argument_format_execute [gw3] [ 30%] PASSED test/orm/test_mapper.py::MapperTest::test_attribute_error_raised_class_mapper test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_cant_listen_to_option_engine [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_cant_listen_to_option_engine test/orm/test_mapper.py::MapperTest::test_check_descriptor_as_method test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_close_parameter[False] [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::SecondaryOptionsTest::test_joinedload_on_other [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_close_parameter[False] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_close_parameter[True] test/orm/test_eager_relations.py::SecondaryOptionsTest::test_joinedload_on_same [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_close_parameter[True] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_clslevel_engine_event_options [gw3] [ 30%] PASSED test/orm/test_mapper.py::MapperTest::test_check_descriptor_as_method [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_clslevel_engine_event_options test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_events_ctx_execute_scalar test/orm/test_mapper.py::MapperTest::test_class_already_mapped [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_events_ctx_execute_scalar test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_events_execute [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_events_execute test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_execute [gw6] [ 30%] SKIPPED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_execute test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_dispose_event [gw3] [ 30%] PASSED test/orm/test_mapper.py::MapperTest::test_class_already_mapped [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_dispose_event test/orm/test_mapper.py::MapperTest::test_class_already_mapped_legacy[Mapper] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_dont_modify_statement_driversql [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_dont_modify_statement_driversql test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_emit_sql_in_autobegin [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_emit_sql_in_autobegin [gw2] [ 30%] PASSED test/orm/test_eager_relations.py::SecondaryOptionsTest::test_joinedload_on_same test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_engine_connect [gw3] [ 30%] PASSED test/orm/test_mapper.py::MapperTest::test_class_already_mapped_legacy[Mapper] [gw6] [ 30%] SKIPPED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_engine_connect test/orm/test_mapper.py::MapperTest::test_class_already_mapped_legacy[mapper] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_execute_events test/orm/test_eager_relations.py::SelectUniqueTest::test_many_to_one [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_execute_events test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_execution_options [gw6] [ 30%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_execution_options [gw3] [ 30%] PASSED test/orm/test_mapper.py::MapperTest::test_class_already_mapped_legacy[mapper] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_force_conn_events_false test/orm/test_mapper.py::MapperTest::test_class_hier_only_instrument_once_multiple_configure [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_force_conn_events_false test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_future_fixture [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_future_fixture test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_generative_engine_event_dispatch [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_generative_engine_event_dispatch test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[False-False] [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_history_empty_passive_return_never_set test/orm/test_lazy_relations.py::GetterStateTest::test_history_populated_passive_no_initialize [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_history_populated_passive_no_initialize test/orm/test_lazy_relations.py::GetterStateTest::test_history_populated_passive_return_never_set [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_history_populated_passive_return_never_set test/orm/test_lazy_relations.py::GetterStateTest::test_no_use_get_params_missing [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_no_use_get_params_missing test/orm/test_lazy_relations.py::GetterStateTest::test_no_use_get_params_not_hashable [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_no_use_get_params_not_hashable test/orm/test_lazy_relations.py::GetterStateTest::test_no_use_get_params_not_hashable_on_pending [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::GetterStateTest::test_no_use_get_params_not_hashable_on_pending test/orm/test_lazy_relations.py::LazyTest::test_annotated_fn_criteria [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_annotated_fn_criteria test/orm/test_lazy_relations.py::LazyTest::test_backrefs_dont_lazyload [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[False-False] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[True-False] [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[True-False] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[True-True] [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_insert_connect_is_definitely_first[True-True] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams0-params0-expected_multiparams0-expected_params0] [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams0-params0-expected_multiparams0-expected_params0] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams1-params1-expected_multiparams1-expected_params1] [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_one[multiparams1-params1-expected_multiparams1-expected_params1] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_three [gw2] [ 31%] PASSED test/orm/test_eager_relations.py::SelectUniqueTest::test_many_to_one [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_three test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_two test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_error [gw1] [ 31%] PASSED test/orm/test_froms.py::ExternalColumnsTest::test_external_columns [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_parameters_from_event_two test/orm/test_froms.py::ExternalColumnsTest::test_external_columns_bad test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_clauseelement [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_clauseelement test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_internal_driversql[False] [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_internal_driversql[False] test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_internal_driversql[True] [gw1] [ 31%] PASSED test/orm/test_froms.py::ExternalColumnsTest::test_external_columns_bad [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_modify_statement_internal_driversql[True] test/orm/test_froms.py::ExternalColumnsTest::test_external_columns_compound test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_new_exec_driver_sql_no_events [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_new_exec_driver_sql_no_events test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_options [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_options test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_per_connection_plus_engine [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_per_connection_plus_engine test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_per_engine_independence [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_per_engine_independence test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_per_engine_plus_global [gw1] [ 31%] PASSED test/orm/test_froms.py::ExternalColumnsTest::test_external_columns_compound test/orm/test_froms.py::ExternalColumnsTest::test_external_columns_joinedload [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_per_engine_plus_global test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_retval_flag [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_retval_flag test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_advanced [gw6] [ 31%] SKIPPED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_advanced test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_named [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_backrefs_dont_lazyload [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_named test/orm/test_lazy_relations.py::LazyTest::test_basic test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke[conn_opts0-exec_opts0-expected0] [gw2] [ 31%] PASSED test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_error test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_scalars_multiple_entity [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke[conn_opts0-exec_opts0-expected0] test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke[conn_opts1-exec_opts1-expected1] [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke[conn_opts1-exec_opts1-expected1] test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke[conn_opts2-exec_opts2-expected2] [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_basic test/orm/test_lazy_relations.py::LazyTest::test_callable_bind [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke[conn_opts2-exec_opts2-expected2] test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke_execute_events[stmt_opts0-conn_opts0-exec_opts0-expected0] [gw1] [ 31%] PASSED test/orm/test_froms.py::ExternalColumnsTest::test_external_columns_joinedload [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke_execute_events[stmt_opts0-conn_opts0-exec_opts0-expected0] test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke_execute_events[stmt_opts1-conn_opts1-exec_opts1-expected1] [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke_execute_events[stmt_opts1-conn_opts1-exec_opts1-expected1] test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke_execute_events[stmt_opts2-conn_opts2-exec_opts2-expected2] [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke_execute_events[stmt_opts2-conn_opts2-exec_opts2-expected2] test/orm/test_froms.py::InstancesTest::test_contains_eager_aliased [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_callable_bind test/orm/test_lazy_relations.py::LazyTest::test_distinct [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_distinct test/orm/test_lazy_relations.py::LazyTest::test_double_w_ac [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_class_hier_only_instrument_once_multiple_configure test/orm/test_mapper.py::MapperTest::test_column_not_present [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_column_not_present test/orm/test_mapper.py::MapperTest::test_column_prefix [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_column_prefix test/orm/test_mapper.py::MapperTest::test_column_prop_deannotate [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_column_prop_deannotate test/orm/test_mapper.py::MapperTest::test_column_synonyms [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_column_synonyms test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke_execute_events[stmt_opts3-conn_opts3-exec_opts3-expected3] test/orm/test_mapper.py::MapperTest::test_configure_on_get_props_1 [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_execution_opts_per_invoke_execute_events[stmt_opts3-conn_opts3-exec_opts3-expected3] test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_no_branching [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_no_branching test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_non_dict_mapping [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_configure_on_get_props_1 [gw4] [ 31%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_correlate_entity test/orm/test_core_compilation.py::RawSelectTest::test_select_from_entity [gw4] [ 31%] PASSED test/orm/test_core_compilation.py::RawSelectTest::test_select_from_entity test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_wpoly_aliased_flat_of_type [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_non_dict_mapping test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_row_works_as_mapping test/orm/test_mapper.py::MapperTest::test_configure_on_get_props_2 [gw6] [ 31%] PASSED test/engine/test_execute.py::FutureExecuteTest_sqlite+pysqlite_3_38_2::test_row_works_as_mapping [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_configure_on_get_props_2 test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_disconnect_to_false test/orm/test_mapper.py::MapperTest::test_configure_on_get_props_3 [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_disconnect_to_false test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_disconnect_to_true [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_disconnect_to_true test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_invalidate_pool_stays_true [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_double_w_ac test/orm/test_lazy_relations.py::LazyTest::test_double_w_ac_against_subquery [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_double_w_ac_against_subquery test/orm/test_lazy_relations.py::LazyTest::test_limit [gw1] [ 31%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_aliased test/orm/test_froms.py::InstancesTest::test_contains_eager_chaining [gw1] [ 31%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_chaining test/orm/test_froms.py::InstancesTest::test_contains_eager_chaining_aliased_endpoint [gw1] [ 31%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_chaining_aliased_endpoint test/orm/test_froms.py::InstancesTest::test_contains_eager_four [gw1] [ 31%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_four test/orm/test_froms.py::InstancesTest::test_contains_eager_four_future [gw1] [ 31%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_four_future test/orm/test_froms.py::InstancesTest::test_contains_eager_multi_alias [gw1] [ 31%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_multi_alias test/orm/test_froms.py::InstancesTest::test_contains_eager_multi_aliased [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_configure_on_get_props_3 test/orm/test_mapper.py::MapperTest::test_configure_on_prop_1 [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_configure_on_prop_1 test/orm/test_mapper.py::MapperTest::test_configure_on_prop_2 [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_configure_on_prop_2 test/orm/test_mapper.py::MapperTest::test_configure_on_prop_3 [gw6] [ 31%] SKIPPED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_invalidate_pool_stays_true test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_invalidate_pool_to_false [gw6] [ 31%] SKIPPED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_invalidate_pool_to_false test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_cursor_close_resultset_failed_connectionless [gw4] [ 31%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsDisamTest::test_wpoly_aliased_flat_of_type test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_wpoly_aliased_of_type [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_configure_on_prop_3 [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_cursor_close_resultset_failed_connectionless test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_cursor_close_resultset_failed_explicit test/orm/test_mapper.py::MapperTest::test_configure_on_session [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_cursor_close_resultset_failed_explicit test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_autorollback_fails [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_autorollback_fails test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_ad_hoc_context [gw2] [ 31%] PASSED test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_scalars_multiple_entity [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_ad_hoc_context [gw4] [ 31%] PASSED test/orm/test_core_compilation.py::RelNaturalAliasedJoinsTest::test_wpoly_aliased_of_type test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_scalars_single_entity test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_disable_handlers [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_disable_handlers test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_non_dbapi_error [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_configure_on_session [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_non_dbapi_error test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_reraise [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_reraise test/orm/test_mapper.py::MapperTest::test_constructor_exc test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_reraise_chaining test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_straight_whereclause [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_constructor_exc [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_exception_event_reraise_chaining test/orm/test_mapper.py::MapperTest::test_count test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_handle_error [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_handle_error test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_handle_error_event_connect_isolation_level [gw6] [ 31%] PASSED test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_handle_error_event_connect_isolation_level test/engine/test_execute.py::MockStrategyTest::test_sequence_not_duped [gw6] [ 31%] PASSED test/engine/test_execute.py::MockStrategyTest::test_sequence_not_duped test/engine/test_execute.py::OnConnectTest::test_cant_connect_stay_invalidated [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_count [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_cant_connect_stay_invalidated test/orm/test_mapper.py::MapperTest::test_custom_join test/engine/test_execute.py::OnConnectTest::test_dont_touch_non_dbapi_exception_on_connect [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_dont_touch_non_dbapi_exception_on_connect test/engine/test_execute.py::OnConnectTest::test_ensure_dialect_does_is_disconnect_no_conn [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_ensure_dialect_does_is_disconnect_no_conn test/engine/test_execute.py::OnConnectTest::test_handle_error_custom_connect [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_handle_error_custom_connect test/engine/test_execute.py::OnConnectTest::test_handle_error_event_connect [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_handle_error_event_connect test/engine/test_execute.py::OnConnectTest::test_handle_error_event_connect_invalidate_flag [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_handle_error_event_connect_invalidate_flag test/engine/test_execute.py::OnConnectTest::test_handle_error_event_implicit_revalidate [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_handle_error_event_implicit_revalidate [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_custom_join test/engine/test_execute.py::OnConnectTest::test_handle_error_event_revalidate [gw2] [ 31%] PASSED test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_scalars_single_entity test/orm/test_mapper.py::MapperTest::test_decl_attributes [gw4] [ 31%] PASSED test/orm/test_core_compilation.py::RelationshipNaturalInheritedTest::test_straight_whereclause test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_tuples_multiple_entity [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_handle_error_event_revalidate test/engine/test_execute.py::OnConnectTest::test_initialize_connect_calls [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_initialize_connect_calls test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-2] test/engine/test_execute.py::OnConnectTest::test_initialize_connect_race [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_limit test/orm/test_lazy_relations.py::LazyTest::test_many_to_many [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_many_to_many test/orm/test_lazy_relations.py::LazyTest::test_many_to_one [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_many_to_one test/orm/test_lazy_relations.py::LazyTest::test_many_to_one_binds [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_many_to_one_binds test/orm/test_lazy_relations.py::LazyTest::test_map_to_cte_subq[cte] [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_map_to_cte_subq[cte] test/orm/test_lazy_relations.py::LazyTest::test_map_to_cte_subq[plain] [gw1] [ 31%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_multi_aliased [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_decl_attributes test/orm/test_froms.py::InstancesTest::test_contains_eager_multi_aliased_of_type test/orm/test_mapper.py::MapperTest::test_default_constructor_imperative_map [gw1] [ 31%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_multi_aliased_of_type test/orm/test_froms.py::InstancesTest::test_contains_eager_one [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_default_constructor_imperative_map test/orm/test_mapper.py::MapperTest::test_deferred_subclass_attribute_instrument [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_map_to_cte_subq[plain] test/orm/test_lazy_relations.py::LazyTest::test_map_to_cte_subq[subquery] [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_map_to_cte_subq[subquery] test/orm/test_lazy_relations.py::LazyTest::test_needs_parent [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_deferred_subclass_attribute_instrument test/orm/test_mapper.py::MapperTest::test_entity_descriptor [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_entity_descriptor test/orm/test_mapper.py::MapperTest::test_exceptions_sticky [gw0] [ 31%] PASSED test/orm/test_inspect.py::TestORMInspection::test_insp_aliased_relationship_prop test/orm/test_inspect.py::TestORMInspection::test_insp_column_prop [gw2] [ 31%] PASSED test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_tuples_multiple_entity test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_tuples_single_entity [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_exceptions_sticky test/orm/test_mapper.py::MapperTest::test_friendly_attribute_str_on_uncompiled_boom [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_needs_parent test/orm/test_lazy_relations.py::LazyTest::test_no_orphan [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_no_orphan test/orm/test_lazy_relations.py::LazyTest::test_one_to_many_scalar [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_friendly_attribute_str_on_uncompiled_boom test/orm/test_mapper.py::MapperTest::test_function [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_function /usr/lib/python3.10/site-packages/_pytest/threadexception.py:75: PytestUnhandledThreadExceptionWarning: Exception in thread Thread-51 (go) Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/engine/test_execute.py", line 3335, in go c.execute(text("select 1")) File "/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/lib/sqlalchemy/engine/base.py", line 1306, in execute return meth(self, multiparams, params, _EMPTY_EXECUTION_OPTS) File "/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/lib/sqlalchemy/sql/elements.py", line 325, in _execute_on_connection return connection._execute_clauseelement( File "/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/lib/sqlalchemy/engine/base.py", line 1490, in _execute_clauseelement compiled_sql, extracted_params, cache_hit = elem._compile_w_cache( File "/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/lib/sqlalchemy/sql/elements.py", line 505, in _compile_w_cache if compiled_cache is not None and dialect._supports_statement_cache: File "/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/lib/sqlalchemy/util/langhelpers.py", line 1113, in __get__ obj.__dict__[self.__name__] = result = self.fget(obj) File "/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/lib/sqlalchemy/engine/default.py", line 355, in _supports_statement_cache util.warn( File "/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/lib/sqlalchemy/util/langhelpers.py", line 1634, in warn _warnings_warn(exc.SAWarning(msg, code=code)) File "/home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/lib/sqlalchemy/util/langhelpers.py", line 1675, in _warnings_warn warnings.warn(message, stacklevel=stacklevel + 1) sqlalchemy.exc.SAWarning: Dialect sqlite:pysqlite will not make use of SQL compilation caching as it does not set the 'supports_statement_cache' attribute to ``True``. This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions. Dialect maintainers should seek to set this attribute to True after appropriate development and testing for SQLAlchemy 1.4 caching support. Alternatively, this attribute may be set to False which will disable this warning. (Background on this error at: https://sqlalche.me/e/14/cprf) warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_initialize_connect_race test/engine/test_execute.py::OnConnectTest::test_invalidate_on_connect test/orm/test_mapper.py::MapperTest::test_incomplete_columns [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_invalidate_on_connect test/engine/test_execute.py::OnConnectTest::test_wraps_connect_in_dbapi [gw6] [ 31%] PASSED test/engine/test_execute.py::OnConnectTest::test_wraps_connect_in_dbapi [gw0] [ 31%] PASSED test/orm/test_inspect.py::TestORMInspection::test_insp_column_prop test/orm/test_inspect.py::TestORMInspection::test_insp_relationship_prop [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_incomplete_columns test/orm/test_mapper.py::MapperTest::test_info [gw2] [ 31%] PASSED test/orm/test_eager_relations.py::SelectUniqueTest::test_unique_tuples_single_entity [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_info test/orm/test_mapper.py::MapperTest::test_info_via_instrumented test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_basic [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_one_to_many_scalar test/orm/test_lazy_relations.py::LazyTest::test_orderby [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_orderby test/orm/test_lazy_relations.py::LazyTest::test_orderby_desc [gw0] [ 31%] PASSED test/orm/test_inspect.py::TestORMInspection::test_insp_relationship_prop test/orm/test_inspect.py::TestORMInspection::test_instance_state [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_orderby_desc test/orm/test_lazy_relations.py::LazyTest::test_orderby_secondary [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_orderby_secondary test/orm/test_lazy_relations.py::LazyTest::test_use_get_lambda_key_wont_go_stale [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_use_get_lambda_key_wont_go_stale test/orm/test_lazy_relations.py::LazyTest::test_uselist_false_warning [gw7] [ 31%] PASSED test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_negative_child_expired test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_positive [gw7] [ 31%] PASSED test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_positive test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_positive_gc [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_uselist_false_warning test/orm/test_lazy_relations.py::LazyTest::test_uses_get [gw5] [ 31%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_uses_get [gw4] [ 31%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_column_descriptions[-2] test/orm/test_core_compilation.py::SelectableTest::test_froms_join [gw4] [ 31%] PASSED test/orm/test_core_compilation.py::SelectableTest::test_froms_join test/sql/test_cte.py::CTETest::test_conflicting_names [gw4] [ 31%] PASSED test/sql/test_cte.py::CTETest::test_conflicting_names test/sql/test_cte.py::CTETest::test_insert_uses_independent_cte [gw0] [ 31%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state test/orm/test_inspect.py::TestORMInspection::test_instance_state_attr [gw0] [ 31%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_attr test/orm/test_inspect.py::TestORMInspection::test_instance_state_attr_passive_value_collection test/orm/test_lazy_relations.py::LazyTest::test_uses_get_compatible_types [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_info_via_instrumented test/orm/test_mapper.py::MapperTest::test_key_error_raised_class_mapper [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_key_error_raised_class_mapper test/orm/test_mapper.py::MapperTest::test_many_to_many_count [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_many_to_many_count test/orm/test_mapper.py::MapperTest::test_mapping_to_join_exclude_prop [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_mapping_to_join_exclude_prop test/orm/test_mapper.py::MapperTest::test_mapping_to_join_explicit_prop [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_mapping_to_join_explicit_prop test/orm/test_mapper.py::MapperTest::test_mapping_to_join_no_pk [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_mapping_to_join_no_pk test/orm/test_mapper.py::MapperTest::test_mapping_to_join_raises [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_mapping_to_join_raises test/orm/test_mapper.py::MapperTest::test_mapping_to_outerjoin [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_mapping_to_outerjoin test/orm/test_mapper.py::MapperTest::test_mapping_to_outerjoin_no_partial_pks [gw3] [ 31%] PASSED test/orm/test_mapper.py::MapperTest::test_mapping_to_outerjoin_no_partial_pks test/orm/test_mapper.py::MapperTest::test_mapping_to_union_dont_overlimit_pk [gw4] [ 31%] PASSED test/sql/test_cte.py::CTETest::test_insert_uses_independent_cte test/sql/test_cte.py::CTETest::test_order_by_group_by_label_w_scalar_subquery[group_by-False] [gw4] [ 31%] PASSED test/sql/test_cte.py::CTETest::test_order_by_group_by_label_w_scalar_subquery[group_by-False] test/sql/test_cte.py::CTETest::test_positional_binds [gw4] [ 31%] PASSED test/sql/test_cte.py::CTETest::test_positional_binds test/sql/test_cte.py::CTETest::test_recursive_union_alias_four [gw4] [ 31%] PASSED test/sql/test_cte.py::CTETest::test_recursive_union_alias_four test/sql/test_cte.py::CTETest::test_recursive_w_anon_labels [gw4] [ 31%] PASSED test/sql/test_cte.py::CTETest::test_recursive_w_anon_labels test/sql/test_cte.py::CTETest::test_suffixes [gw4] [ 31%] PASSED test/sql/test_cte.py::CTETest::test_suffixes test/sql/test_cte.py::CTETest::test_update_uses_independent_cte [gw4] [ 31%] PASSED test/sql/test_cte.py::CTETest::test_update_uses_independent_cte test/sql/test_cte.py::NestingCTETest::test_anon_recursive_nesting_cte_in_cte [gw4] [ 31%] PASSED test/sql/test_cte.py::NestingCTETest::test_anon_recursive_nesting_cte_in_cte test/sql/test_cte.py::NestingCTETest::test_nesting_cte_in_nesting_cte_in_cte [gw4] [ 31%] PASSED test/sql/test_cte.py::NestingCTETest::test_nesting_cte_in_nesting_cte_in_cte test/sql/test_cte.py::NestingCTETest::test_select_from_update_cte_with_nesting [gw4] [ 31%] PASSED test/sql/test_cte.py::NestingCTETest::test_select_from_update_cte_with_nesting test/orm/test_cycles.py::InheritTestTwo::test_flush [gw4] [ 31%] PASSED test/orm/test_cycles.py::InheritTestTwo::test_flush test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_backref [gw4] [ 31%] PASSED test/orm/test_cycles.py::OneToManyManyToOneTest_new_style::test_post_update_backref test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_dont_expire_on_delete [gw4] [ 31%] PASSED test/orm/test_cycles.py::PostUpdateOnUpdateTest::test_update_defaults_dont_expire_on_delete test/orm/test_cycles.py::SelfReferentialPostUpdateTest3::test_one [gw4] [ 31%] PASSED test/orm/test_cycles.py::SelfReferentialPostUpdateTest3::test_one test/orm/test_dataclasses_py3k.py::DataclassesTest::test_classes_are_still_dataclasses [gw4] [ 31%] PASSED test/orm/test_dataclasses_py3k.py::DataclassesTest::test_classes_are_still_dataclasses test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_classes_are_still_dataclasses [gw4] [ 32%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedDeclarativeDataclassesTest::test_classes_are_still_dataclasses test/orm/test_dataclasses_py3k.py::FieldEmbeddedMixinWLambdaTest::test_setup [gw4] [ 32%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedMixinWLambdaTest::test_setup test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_round_trip [gw0] [ 32%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_attr_passive_value_collection test/orm/test_inspect.py::TestORMInspection::test_instance_state_attr_passive_value_scalar [gw4] [ 32%] PASSED test/orm/test_dataclasses_py3k.py::FieldEmbeddedWMixinTest::test_round_trip [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_mapping_to_union_dont_overlimit_pk test/orm/test_mapper.py::MapperTest::test_no_pks_1 [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_basic test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_round_trip test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_lazy_fallback_doesnt_affect_eager [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_no_pks_1 test/orm/test_mapper.py::MapperTest::test_no_pks_2 [gw4] [ 32%] PASSED test/orm/test_dataclasses_py3k.py::PlainDeclarativeDataclassesTest::test_round_trip [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_lazy_fallback_doesnt_affect_eager [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_no_pks_2 test/sql/test_ddlemit.py::EmitDDLTest::test_create_collection_checkfirst test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_no_depth [gw4] [ 32%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_collection_checkfirst test/sql/test_ddlemit.py::EmitDDLTest::test_create_metadata_checkfirst [gw5] [ 32%] PASSED test/orm/test_lazy_relations.py::LazyTest::test_uses_get_compatible_types test/orm/test_mapper.py::MapperTest::test_oldstyle_mixin [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_oldstyle_mixin [gw4] [ 32%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_create_metadata_checkfirst test/sql/test_ddlemit.py::EmitDDLTest::test_drop_empty_collection test/orm/test_mapper.py::MapperTest::test_override_1 [gw4] [ 32%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_empty_collection test/sql/test_ddlemit.py::EmitDDLTest::test_drop_table_index_checkfirst test/orm/test_lazy_relations.py::M2OGetTest::test_m2o_noload [gw4] [ 32%] PASSED test/sql/test_ddlemit.py::EmitDDLTest::test_drop_table_index_checkfirst [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_no_depth test/engine/test_ddlevents.py::DDLEventTest::test_table_all test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_options [gw4] [ 32%] PASSED test/engine/test_ddlevents.py::DDLEventTest::test_table_all test/engine/test_ddlevents.py::DDLExecutionTest::test_ddl_execute [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_override_1 [gw4] [ 32%] PASSED test/engine/test_ddlevents.py::DDLExecutionTest::test_ddl_execute test/orm/test_mapper.py::MapperTest::test_override_2 [gw0] [ 32%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_attr_passive_value_scalar test/orm/test_inspect.py::TestORMInspection::test_instance_state_collection_attr_hist [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_options test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_with_deferred [gw5] [ 32%] PASSED test/orm/test_lazy_relations.py::M2OGetTest::test_m2o_noload [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_override_2 test/orm/test_mapper.py::MapperTest::test_override_3 test/orm/test_lazy_relations.py::O2MWOSideFixedTest::test_lazyload_assert_expected_sql [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_override_3 test/orm/test_mapper.py::MapperTest::test_prop_filters [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SelfReferentialEagerTest::test_with_deferred test/orm/test_eager_relations.py::SelfReferentialM2MEagerTest::test_basic [gw5] [ 32%] PASSED test/orm/test_lazy_relations.py::O2MWOSideFixedTest::test_lazyload_assert_expected_sql [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_prop_filters test/orm/test_mapper.py::MapperTest::test_prop_filters_defaults test/orm/test_lazy_relations.py::O2MWOSideFixedTest::test_lazyload_people_no_other_exists [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SelfReferentialM2MEagerTest::test_basic [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_prop_filters_defaults test/orm/test_mapper.py::MapperTest::test_prop_shadow test/orm/test_eager_relations.py::SingletonConstantSubqTest_sqlite+pysqlite_3_38_2::test_limited_eager_w_multi_null_booleans [gw0] [ 32%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_collection_attr_hist test/orm/test_inspect.py::TestORMInspection::test_instance_state_collection_attr_load_hist [gw5] [ 32%] PASSED test/orm/test_lazy_relations.py::O2MWOSideFixedTest::test_lazyload_people_no_other_exists test/orm/test_lazy_relations.py::O2MWOSideFixedTest::test_lazyload_people_other_exists [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_prop_shadow test/orm/test_mapper.py::MapperTest::test_props [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_props test/orm/test_mapper.py::MapperTest::test_reassign_polymorphic_identity_warns [gw5] [ 32%] PASSED test/orm/test_lazy_relations.py::O2MWOSideFixedTest::test_lazyload_people_other_exists test/orm/test_lazy_relations.py::RefersToSelfLazyLoadInterferenceTest::test_lazy_doesnt_interfere [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_reassign_polymorphic_identity_warns test/orm/test_mapper.py::MapperTest::test_reconfigure_on_other_mapper test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_create_table [gw0] [ 32%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_collection_attr_load_hist test/orm/test_inspect.py::TestORMInspection::test_instance_state_ident_persistent [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_reconfigure_on_other_mapper [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SingletonConstantSubqTest_sqlite+pysqlite_3_38_2::test_limited_eager_w_multi_null_booleans test/orm/test_eager_relations.py::SingletonConstantSubqTest_sqlite+pysqlite_3_38_2::test_limited_eager_w_null test/orm/test_mapper.py::MapperTest::test_reconstructor [gw0] [ 32%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_ident_persistent [gw5] [ 32%] PASSED test/orm/test_lazy_relations.py::RefersToSelfLazyLoadInterferenceTest::test_lazy_doesnt_interfere test/orm/test_inspect.py::TestORMInspection::test_instance_state_ident_transient [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_reconstructor test/orm/test_lazy_relations.py::TypeCoerceTest_sqlite+pysqlite_3_38_2::test_lazyload_singlecast test/orm/test_mapper.py::MapperTest::test_reconstructor_inheritance [gw5] [ 32%] PASSED test/orm/test_lazy_relations.py::TypeCoerceTest_sqlite+pysqlite_3_38_2::test_lazyload_singlecast test/orm/test_load_on_fks.py::FlushOnPendingTest::test_annoying_autoflush_one [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::FlushOnPendingTest::test_annoying_autoflush_one [gw0] [ 32%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_ident_transient [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_reconstructor_inheritance test/orm/test_load_on_fks.py::FlushOnPendingTest::test_annoying_autoflush_two [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SingletonConstantSubqTest_sqlite+pysqlite_3_38_2::test_limited_eager_w_null test/orm/test_mapper.py::MapperTest::test_reconstructor_init [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_reconstructor_init test/orm/test_mapper.py::MapperTest::test_reconstructor_init_callable_object [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_reconstructor_init_callable_object [gw6] [ 32%] PASSED test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_create_table test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_crud test/orm/test_inspect.py::TestORMInspection::test_instance_state_info test/orm/test_eager_relations.py::SubqueryAliasingTest::test_column_property test/orm/test_mapper.py::MapperTest::test_reconstructor_init_inheritance [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::FlushOnPendingTest::test_annoying_autoflush_two test/orm/test_load_on_fks.py::FlushOnPendingTest::test_dont_load_if_no_keys [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::FlushOnPendingTest::test_dont_load_if_no_keys test/orm/test_load_on_fks.py::LoadOnFKsTest::test_autoflush_load_on_pending_on_pending [gw6] [ 32%] PASSED test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_crud [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_autoflush_load_on_pending_on_pending test/orm/test_load_on_fks.py::LoadOnFKsTest::test_autoflush_on_pending [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_reconstructor_init_inheritance test/orm/test_mapper.py::MapperTest::test_reconstructor_init_simulate_cython [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_reconstructor_init_simulate_cython test/orm/test_mapper.py::MapperTest::test_reentrant_compile [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_autoflush_on_pending [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_reentrant_compile test/orm/test_load_on_fks.py::LoadOnFKsTest::test_backref_doesnt_double [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_backref_doesnt_double test/orm/test_mapper.py::MapperTest::test_registry_configure[False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_collection_load_from_pending_no_sql [gw0] [ 32%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_info [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SubqueryAliasingTest::test_column_property test/orm/test_inspect.py::TestORMInspection::test_instance_state_scalar_attr_hist test/orm/test_eager_relations.py::SubqueryAliasingTest::test_column_property_correlated [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SubqueryAliasingTest::test_column_property_correlated test/orm/test_eager_relations.py::SubqueryAliasingTest::test_column_property_desc [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SubqueryAliasingTest::test_column_property_desc test/orm/test_eager_relations.py::SubqueryAliasingTest::test_standalone_negated [gw1] [ 32%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_one [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_registry_configure[False] test/orm/test_froms.py::InstancesTest::test_contains_eager_two [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_collection_load_from_pending_no_sql test/orm/test_load_on_fks.py::LoadOnFKsTest::test_collection_load_from_pending_populated test/orm/test_mapper.py::MapperTest::test_registry_configure[True] [gw1] [ 32%] PASSED test/orm/test_froms.py::InstancesTest::test_contains_eager_two [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_collection_load_from_pending_populated test/orm/test_froms.py::InstancesTest::test_from_alias_four test/orm/test_load_on_fks.py::LoadOnFKsTest::test_load_on_pending_allows_backref_event [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SubqueryAliasingTest::test_standalone_negated [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_load_on_pending_allows_backref_event test/orm/test_eager_relations.py::SubqueryAliasingTest::test_standalone_subquery_labeled test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_ddl_hastable test/orm/test_load_on_fks.py::LoadOnFKsTest::test_load_on_pending_with_set [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_load_on_pending_with_set test/orm/test_load_on_fks.py::LoadOnFKsTest::test_load_on_persistent_allows_backref_event [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_load_on_persistent_allows_backref_event test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_history_on_persistent_allows_backref_event [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_history_on_persistent_allows_backref_event [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_registry_configure[True] test/orm/test_mapper.py::MapperTest::test_replace_col_prop_w_syn [gw1] [ 32%] PASSED test/orm/test_froms.py::InstancesTest::test_from_alias_four test/orm/test_froms.py::InstancesTest::test_from_alias_three [gw1] [ 32%] PASSED test/orm/test_froms.py::InstancesTest::test_from_alias_three test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[False-False-False] test/orm/test_froms.py::InstancesTest::test_from_alias_two [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[False-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[False-False-True] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[False-False-True] [gw1] [ 32%] PASSED test/orm/test_froms.py::InstancesTest::test_from_alias_two test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[False-True-False] test/orm/test_froms.py::InstancesTest::test_from_alias_two_needs_nothing [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[False-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[False-True-True] [gw0] [ 32%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_scalar_attr_hist test/orm/test_inspect.py::TestORMInspection::test_instance_state_scalar_attr_hist_load [gw1] [ 32%] PASSED test/orm/test_froms.py::InstancesTest::test_from_alias_two_needs_nothing test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_future_connection_explicit_begin_transaction [gw4] [ 32%] PASSED test/engine/test_ddlevents.py::DDLTransactionTest::test_ddl_future_connection_explicit_begin_transaction [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SubqueryAliasingTest::test_standalone_subquery_labeled test/orm/test_eager_relations.py::SubqueryAliasingTest::test_standalone_subquery_unlabeled test/orm/test_froms.py::InstancesTest::test_mixed_eager_contains_with_limit [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[False-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[True-False-False] [gw7] [ 32%] PASSED test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_positive_gc test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_positive_pk_change [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[True-False-False] test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_global_star_ignored_no_entities_unbound test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[True-False-True] [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SubqueryAliasingTest::test_standalone_subquery_unlabeled test/orm/test_eager_relations.py::SubqueryTest::test_label_anonymizing[False-None] [gw1] [ 32%] PASSED test/orm/test_froms.py::InstancesTest::test_mixed_eager_contains_with_limit [gw6] [ 32%] PASSED test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_ddl_hastable test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_option_on_execute [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_replace_col_prop_w_syn [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[True-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[True-True-False] test/orm/test_froms.py::LabelCollideTest::test_overlap_plain [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[True-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[True-True-True] [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SubqueryTest::test_label_anonymizing[False-None] test/orm/test_mapper.py::MapperTest::test_replace_rel_prop_with_rel_warns test/orm/test_eager_relations.py::SubqueryTest::test_label_anonymizing[True-None] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_pending[True-True-True] [gw4] [ 32%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_global_star_ignored_no_entities_unbound test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_select_with_joinedload test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-False-False-False] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-False-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-False-False-True] [gw6] [ 32%] PASSED test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_option_on_execute [gw1] [ 32%] PASSED test/orm/test_froms.py::LabelCollideTest::test_overlap_plain [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SubqueryTest::test_label_anonymizing[True-None] test/orm/test_eager_relations.py::SubqueryTest::test_label_anonymizing[True-score] test/orm/test_froms.py::LabelCollideTest::test_overlap_subquery [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-False-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-False-True-False] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-False-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-False-True-True] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-False-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-True-False-False] [gw2] [ 32%] PASSED test/orm/test_eager_relations.py::SubqueryTest::test_label_anonymizing[True-score] [gw1] [ 32%] PASSED test/orm/test_froms.py::LabelCollideTest::test_overlap_subquery test/orm/test_froms.py::MixedEntitiesTest::test_add_multi_columns [gw4] [ 32%] PASSED test/orm/test_default_strategies.py::DefaultStrategyOptionsTest::test_select_with_joinedload test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_flag_on [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_flag_on test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[fastexecutemany-nosetinputsizesflag-nosetinputsizeshook] [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[fastexecutemany-nosetinputsizesflag-nosetinputsizeshook] test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[fastexecutemany-nosetinputsizesflag-setinputsizeshook] [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[fastexecutemany-nosetinputsizesflag-setinputsizeshook] test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[fastexecutemany-setinputsizesflag-nosetinputsizeshook] [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[fastexecutemany-setinputsizesflag-nosetinputsizeshook] test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[fastexecutemany-setinputsizesflag-setinputsizeshook] [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[fastexecutemany-setinputsizesflag-setinputsizeshook] test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[nofastexecutemany-nosetinputsizesflag-nosetinputsizeshook] [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[nofastexecutemany-nosetinputsizesflag-nosetinputsizeshook] test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[nofastexecutemany-nosetinputsizesflag-setinputsizeshook] [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[nofastexecutemany-nosetinputsizesflag-setinputsizeshook] test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[nofastexecutemany-setinputsizesflag-nosetinputsizeshook] [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[nofastexecutemany-setinputsizesflag-nosetinputsizeshook] test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[nofastexecutemany-setinputsizesflag-setinputsizeshook] [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::FastExecutemanyTest::test_insert_floats[nofastexecutemany-setinputsizesflag-setinputsizeshook] test/orm/test_default_strategies.py::NoLoadTest::test_o2m_noload test/dialect/mssql/test_engine.py::InvalidTransactionFalsePositiveTest::test_invalid_transaction_detection [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::InvalidTransactionFalsePositiveTest::test_invalid_transaction_detection [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-True-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-True-False-True] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-True-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-True-True-False] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-True-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-True-True-True] test/dialect/mssql/test_engine.py::IsolationLevelDetectTest::test_dm_pdw_nodes [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::IsolationLevelDetectTest::test_dm_pdw_nodes test/dialect/mssql/test_engine.py::IsolationLevelDetectTest::test_exec_sessions [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::IsolationLevelDetectTest::test_exec_sessions test/dialect/mssql/test_engine.py::IsolationLevelDetectTest::test_not_supported test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_via_engine [gw0] [ 32%] PASSED test/orm/test_inspect.py::TestORMInspection::test_instance_state_scalar_attr_hist_load [gw6] [ 32%] PASSED test/engine/test_execute.py::SchemaTranslateTest_sqlite+pysqlite_3_38_2::test_via_engine test/orm/test_inspect.py::TestORMInspection::test_is_instance [gw4] [ 32%] PASSED test/orm/test_default_strategies.py::NoLoadTest::test_o2m_noload test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_non_autoincrement [gw4] [ 32%] PASSED test/sql/test_defaults.py::AutoIncrementTest_sqlite+pysqlite_3_38_2::test_non_autoincrement test/engine/test_execute.py::SetInputSizesTest::test_set_input_sizes_event [gw6] [ 32%] SKIPPED test/engine/test_execute.py::SetInputSizesTest::test_set_input_sizes_event [gw1] [ 32%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_add_multi_columns test/engine/test_execute.py::SetInputSizesTest::test_set_input_sizes_expanding_param [gw6] [ 32%] SKIPPED test/engine/test_execute.py::SetInputSizesTest::test_set_input_sizes_expanding_param test/engine/test_execute.py::SetInputSizesTest::test_set_input_sizes_expanding_tuple_param test/orm/test_froms.py::MixedEntitiesTest::test_alias_naming [gw6] [ 32%] SKIPPED test/engine/test_execute.py::SetInputSizesTest::test_set_input_sizes_expanding_tuple_param test/engine/test_execute.py::SetInputSizesTest::test_set_input_sizes_no_event [gw6] [ 32%] SKIPPED test/engine/test_execute.py::SetInputSizesTest::test_set_input_sizes_no_event [gw1] [ 32%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_alias_naming test/engine/test_execute.py::UnicodeReturnsTest::test_unicode_test_fails_warning [gw6] [ 32%] SKIPPED test/engine/test_execute.py::UnicodeReturnsTest::test_unicode_test_fails_warning test/engine/test_execute.py::UnicodeReturnsTest::test_unicode_test_not_in_python3 [gw6] [ 32%] PASSED test/engine/test_execute.py::UnicodeReturnsTest::test_unicode_test_not_in_python3 test/orm/test_expire.py::ExpireTest::test_deferred test/orm/test_defaults.py::ComputedDefaultsOnUpdateTest_sqlite+pysqlite_3_38_2::test_update_computed[eagerload] test/orm/test_froms.py::MixedEntitiesTest::test_aliased_adapt_on_names [gw3] [ 32%] PASSED test/orm/test_mapper.py::MapperTest::test_replace_rel_prop_with_rel_warns test/orm/test_mapper.py::MapperTest::test_scalar_pk_arg [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-False-True-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-False-False-False] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-False-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-False-False-True] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-False-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-False-True-False] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-False-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-False-True-True] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-False-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-True-False-False] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-True-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-True-False-True] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-True-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-True-True-False] [gw1] [ 32%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_aliased_adapt_on_names test/orm/test_froms.py::MixedEntitiesTest::test_aliased_multi_mappers [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-True-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-True-True-True] [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::IsolationLevelDetectTest::test_not_supported test/dialect/mssql/test_engine.py::ParseConnectTest::test_bad_freetds_warning [gw2] [ 32%] SKIPPED test/dialect/mssql/test_engine.py::ParseConnectTest::test_bad_freetds_warning test/dialect/mssql/test_engine.py::ParseConnectTest::test_pymssql_disconnect [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pymssql_disconnect test/dialect/mssql/test_engine.py::ParseConnectTest::test_pymssql_port_setting [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pymssql_port_setting test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_comma_port [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_comma_port [gw1] [ 32%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_aliased_multi_mappers test/orm/test_froms.py::MixedEntitiesTest::test_column_from_limited_joinedload [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[False-True-True-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-False-False-False] [gw4] [ 32%] PASSED test/orm/test_defaults.py::ComputedDefaultsOnUpdateTest_sqlite+pysqlite_3_38_2::test_update_computed[eagerload] test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_config_port [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_config_port test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_dsn_extra [gw1] [ 32%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_from_limited_joinedload [gw6] [ 32%] PASSED test/orm/test_expire.py::ExpireTest::test_deferred test/orm/test_expire.py::ExpireTest::test_deferred_expire_explicit_attrs [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_dsn_extra test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_dsn_non_trusted [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_dsn_non_trusted test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_eight [gw1] [ 32%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_eight test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_eleven [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-False-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-False-False-True] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-False-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-False-True-False] [gw5] [ 32%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-False-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-False-True-True] test/sql/test_defaults.py::DDLTest::test_literal_binds_plain [gw4] [ 32%] PASSED test/sql/test_defaults.py::DDLTest::test_literal_binds_plain test/sql/test_defaults.py::DefaultObjectTest::test_arg_signature [gw4] [ 32%] PASSED test/sql/test_defaults.py::DefaultObjectTest::test_arg_signature test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insertmany test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_dsn_trusted [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_dsn_trusted test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_old_style_dsn_trusted [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_connect_old_style_dsn_trusted test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_disconnect [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_disconnect test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_empty_url_no_warning [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_empty_url_no_warning test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_extra_connect [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_extra_connect test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_extra_connect_azure [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_extra_connect_azure test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_host_no_driver [gw2] [ 32%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_host_no_driver test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_hostname [gw2] [ 33%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_hostname test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_odbc_connect [gw2] [ 33%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_odbc_connect [gw4] [ 33%] PASSED test/sql/test_defaults.py::DefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insertmany test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert_multivalues test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_odbc_connect_ignores_other_values [gw2] [ 33%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_odbc_connect_ignores_other_values test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_odbc_connect_with_dsn [gw2] [ 33%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_odbc_connect_with_dsn test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_token_injection [gw2] [ 33%] PASSED test/dialect/mssql/test_engine.py::ParseConnectTest::test_pyodbc_token_injection test/dialect/mssql/test_engine.py::RealIsolationLevelTest::test_isolation_level [gw2] [ 33%] SKIPPED test/dialect/mssql/test_engine.py::RealIsolationLevelTest::test_isolation_level test/dialect/mssql/test_engine.py::VersionDetectionTest::test_pymssql_version [gw2] [ 33%] PASSED test/dialect/mssql/test_engine.py::VersionDetectionTest::test_pymssql_version test/dialect/mssql/test_engine.py::VersionDetectionTest::test_pyodbc_version_fallback [gw2] [ 33%] PASSED test/dialect/mssql/test_engine.py::VersionDetectionTest::test_pyodbc_version_fallback test/dialect/mssql/test_engine.py::VersionDetectionTest::test_pyodbc_version_productversion [gw2] [ 33%] PASSED test/dialect/mssql/test_engine.py::VersionDetectionTest::test_pyodbc_version_productversion test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_async_engine_from_config [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_async_engine_from_config test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_clear_compiled_cache [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_clear_compiled_cache test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_conn_transaction_not_started [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_conn_transaction_not_started test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connect_ctxmanager [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connect_ctxmanager test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connect_plain [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connect_plain test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connection_eq_ne [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connection_eq_ne test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connection_info [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connection_info test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connection_not_started [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_connection_not_started test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_create_async_engine_server_side_cursor [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_create_async_engine_server_side_cursor test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_dispose [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_dispose test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_engine_eq_ne [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_engine_eq_ne test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_execution_options [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_execution_options test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_get_dbapi_connection_raise [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_get_dbapi_connection_raise test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_get_raw_connection [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_get_raw_connection test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_init_once_concurrency [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_init_once_concurrency test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture0] [gw0] [ 33%] PASSED test/orm/test_inspect.py::TestORMInspection::test_is_instance test/orm/test_inspect.py::TestORMInspection::test_local_table [gw3] [ 33%] PASSED test/orm/test_mapper.py::MapperTest::test_scalar_pk_arg test/orm/test_mapper.py::MapperTest::test_self_ref_synonym [gw3] [ 33%] PASSED test/orm/test_mapper.py::MapperTest::test_self_ref_synonym [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-False-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-True-False-False] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-True-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-True-False-True] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-True-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-True-True-False] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-True-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-True-True-True] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-False-True-True-True] [gw6] [ 33%] PASSED test/orm/test_expire.py::ExpireTest::test_deferred_expire_explicit_attrs test/orm/test_expire.py::ExpireTest::test_deferred_expire_normally [gw6] [ 33%] PASSED test/orm/test_expire.py::ExpireTest::test_deferred_expire_normally [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_eleven test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_five [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_five test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_four [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_four test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_nine test/orm/test_expire.py::ExpireTest::test_deferred_expire_w_transient_to_detached test/orm/test_mapper.py::MapperTest::test_sort_states_comparisons test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-False-False-False] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-False-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-False-False-True] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-False-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-False-True-False] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture0] test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture1] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture1] test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture2] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture2] test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture3] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture3] test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture4] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture4] test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture5] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture5] test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture6] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture6] test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture7] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture7] test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_invalidate [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_invalidate test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_isolation_level [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_isolation_level test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_no_attach_to_event_loop [gw4] [ 33%] PASSED test/sql/test_defaults.py::FutureDefaultRoundTripTest_sqlite+pysqlite_3_38_2::test_insert_multivalues test/orm/test_defaults.py::IdentityDefaultsOnUpdateTest::test_insert_identity [gw4] [ 33%] SKIPPED test/orm/test_defaults.py::IdentityDefaultsOnUpdateTest::test_insert_identity test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_int_default_none_on_insert_reflected [gw4] [ 33%] PASSED test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_int_default_none_on_insert_reflected test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_no_implicit_returning [gw4] [ 33%] SKIPPED test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_no_implicit_returning test/orm/test_defaults.py::TriggerDefaultsTest::test_update [gw3] [ 33%] PASSED test/orm/test_mapper.py::MapperTest::test_sort_states_comparisons test/orm/test_mapper.py::MapperTest::test_synonym [gw6] [ 33%] PASSED test/orm/test_expire.py::ExpireTest::test_deferred_expire_w_transient_to_detached test/orm/test_expire.py::ExpireTest::test_deferred_notfound [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_nine test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_one [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_one test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_seven [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_seven test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_six [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_six [gw4] [ 33%] PASSED test/orm/test_defaults.py::TriggerDefaultsTest::test_update [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_no_attach_to_event_loop test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_pool_exhausted_no_timeout [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_pool_exhausted_no_timeout test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_pool_exhausted_some_timeout [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_pool_exhausted_some_timeout test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_proxied_attrs_connection [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_proxied_attrs_connection test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_proxied_attrs_engine [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_proxied_attrs_engine test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_no_pk_rt [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-False-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-False-True-True] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-False-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-True-False-False] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-True-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-True-False-True] test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_ten [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_ten test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_three [gw6] [ 33%] PASSED test/orm/test_expire.py::ExpireTest::test_deferred_notfound test/orm/test_expire.py::ExpireTest::test_expire test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_run_async [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_run_async test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_savepoint_commit_noctx [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_savepoint_commit_noctx test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_savepoint_rollback_noctx [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_savepoint_rollback_noctx test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_transaction_accessor [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_three test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_two [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_column_queries_two test/orm/test_froms.py::MixedEntitiesTest::test_correlated_subquery [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_transaction_accessor test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_transaction_commit [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_transaction_commit test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_transaction_eq_ne [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_transaction_eq_ne test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_transaction_rollback [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_transaction_rollback test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_we_are_definitely_running_async_tests [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEngineTest::test_we_are_definitely_running_async_tests test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_event_on_sync_connection [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_event_on_sync_connection test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_no_async_listeners [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_correlated_subquery test/orm/test_froms.py::MixedEntitiesTest::test_expression_selectable_matches_mzero [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_no_async_listeners test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_no_async_listeners_dialect_event [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_no_async_listeners_dialect_event test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_no_async_listeners_pool_event [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_no_async_listeners_pool_event test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_sync_before_cursor_execute_connection [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_sync_before_cursor_execute_connection test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_sync_before_cursor_execute_engine [gw4] [ 33%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_load_only_no_pk_rt [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-True-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-True-True-False] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-True-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-True-True-True] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_persistent[True-True-True-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-False-False-False] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-False-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-False-False-True] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-False-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-False-True-False] [gw6] [ 33%] PASSED test/orm/test_expire.py::ExpireTest::test_expire test/orm/test_expire.py::ExpireTest::test_expire_all [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncEventTest::test_sync_before_cursor_execute_engine test/ext/asyncio/test_engine_py3k.py::AsyncInspection::test_inspect_connection [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncInspection::test_inspect_connection test/ext/asyncio/test_engine_py3k.py::AsyncInspection::test_inspect_engine [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncInspection::test_inspect_engine test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_gc_conn [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-False-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-False-True-True] [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_expression_selectable_matches_mzero test/orm/test_froms.py::MixedEntitiesTest::test_from_self_internal_literals_newstyle test/orm/test_deferred.py::DeferredOptionsTest::test_locates_col_rowproc_only [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_gc_conn test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_gc_engine [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_from_self_internal_literals_newstyle test/orm/test_froms.py::MixedEntitiesTest::test_multi_columns [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-False-True-True] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_gc_engine [gw0] [ 33%] PASSED test/orm/test_inspect.py::TestORMInspection::test_local_table [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_multi_columns [gw4] [ 33%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_locates_col_rowproc_only test/orm/test_froms.py::MixedEntitiesTest::test_multi_columns_2 test/orm/test_inspect.py::TestORMInspection::test_mapper_selectable test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-True-False-False] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-True-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-True-False-True] [gw3] [ 33%] PASSED test/orm/test_mapper.py::MapperTest::test_synonym [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-True-False-True] test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_get_connection [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_get_connection test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_get_nested_transaction [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_get_nested_transaction test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_get_transaction [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_get_transaction test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_regen_conn_but_not_engine [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_regen_conn_but_not_engine test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_regen_trans_but_not_conn [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_regen_trans_but_not_conn test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_regenerate_connection [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncProxyTest::test_regenerate_connection test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_aiter[None] test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_from_relationship_joinedload_colexpr test/orm/test_mapper.py::MapperTest::test_synonym_column_location test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-True-True-False] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-True-True-False] [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_multi_columns_2 test/orm/test_froms.py::MixedEntitiesTest::test_multi_columns_3 [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_multi_columns_3 test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-True-True-True] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_aiter[None] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_aiter[mappings] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_aiter[mappings] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_aiter[scalars] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_aiter[scalars] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_all[None] test/orm/test_froms.py::MixedEntitiesTest::test_multi_mappers [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_all[None] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_all[mappings] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-False-True-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-False-False-False] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_all[mappings] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_all[scalars] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_all[scalars] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-False-False-False] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_columns_all test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-False-False-True] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_columns_all test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_keys[None] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_keys[None] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-False-False-True] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_keys[mappings] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-False-True-False] [gw4] [ 33%] PASSED test/orm/test_deferred.py::DeferredOptionsTest::test_undefer_group_from_relationship_joinedload_colexpr [gw3] [ 33%] PASSED test/orm/test_mapper.py::MapperTest::test_synonym_column_location [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_keys[mappings] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_no_ss_cursor_w_exec_driver_sql [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-False-True-False] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_no_ss_cursor_w_exec_driver_sql test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-False-True-True] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_no_ss_cursor_w_execute [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_multi_mappers [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_no_ss_cursor_w_execute test/orm/test_froms.py::MixedEntitiesTest::test_no_uniquing_cols[False] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_multi_result [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_multi_result test/orm/test_mapper.py::MapperTest::test_synonym_get_history [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-False-True-True] [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_no_uniquing_cols[False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-True-False-False] test/orm/test_froms.py::MixedEntitiesTest::test_no_uniquing_cols[True] test/orm/test_deferred.py::DeferredPopulationTest::test_joinedload_no_clear test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_no_result [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_no_result [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-True-False-False] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_success[None] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-True-False-True] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_success[None] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_success[mappings] [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_no_uniquing_cols[True] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_success[mappings] test/orm/test_froms.py::MixedEntitiesTest::test_no_uniquing_cols_legacy[False] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_success[scalars] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-True-False-True] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_one_success[scalars] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-True-True-False] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_partitions[None] [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_no_uniquing_cols_legacy[False] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_partitions[None] test/orm/test_froms.py::MixedEntitiesTest::test_no_uniquing_cols_legacy[True] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_partitions[mappings] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-True-True-False] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_partitions[mappings] [gw1] [ 33%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_no_uniquing_cols_legacy[True] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_partitions[scalars] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_partitions[scalars] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_scalars[scalars] [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_scalars[scalars] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_scalars[stream_scalars] test/orm/test_froms.py::MixedEntitiesTest::test_raw_columns test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-True-True-True] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[False-True-True-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-False-False-False] [gw3] [ 33%] PASSED test/orm/test_mapper.py::MapperTest::test_synonym_get_history test/orm/test_mapper.py::MapperTest::test_synonym_map_column_conflict [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_scalars[stream_scalars] test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_unique_all [gw2] [ 33%] SKIPPED test/ext/asyncio/test_engine_py3k.py::AsyncResultTest::test_unique_all test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_dbapi_raises [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-False-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-False-False-True] [gw2] [ 33%] PASSED test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_dbapi_raises test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution[0] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-False-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-False-True-False] [gw4] [ 33%] PASSED test/orm/test_deferred.py::DeferredPopulationTest::test_joinedload_no_clear [gw2] [ 33%] PASSED test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution[0] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-False-True-False] test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution[1] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-False-True-True] test/orm/test_deferred.py::DeferredTest::test_group [gw2] [ 33%] PASSED test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution[1] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-False-True-True] test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution[2] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-True-False-False] [gw2] [ 33%] PASSED test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution[2] [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-True-False-False] test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_run_sync test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-True-False-True] [gw2] [ 33%] PASSED test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_run_sync [gw5] [ 33%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-True-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-True-True-False] [gw3] [ 33%] PASSED test/orm/test_mapper.py::MapperTest::test_synonym_map_column_conflict test/orm/test_evaluator.py::EvaluateTest::test_boolean_ops [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-True-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-True-True-True] test/orm/test_mapper.py::MapperTest::test_synonym_nonexistent_attr [gw0] [ 34%] PASSED test/orm/test_inspect.py::TestORMInspection::test_mapper_selectable [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-False-True-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-False-False-False] [gw1] [ 34%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_raw_columns test/orm/test_froms.py::MixedEntitiesTest::test_self_referential_from_self [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-False-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-False-False-True] [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_synonym_nonexistent_attr [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-False-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-False-True-False] test/orm/test_mapper.py::MapperTest::test_synonym_of_non_property_raises [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-False-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-False-True-True] [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-False-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-True-False-False] [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-True-False-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-True-False-True] [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-True-False-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-True-True-False] [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_synonym_of_non_property_raises [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-True-True-False] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-True-True-True] test/orm/test_inspect.py::TestORMInspection::test_mapper_selectable_fixed test/orm/test_mapper.py::MapperTest::test_synonym_of_synonym [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_m2o_lazy_loader_on_transient[True-True-True-True-True] test/orm/test_load_on_fks.py::LoadOnFKsTest::test_no_load_on_pending_allows_backref_event [gw5] [ 34%] PASSED test/orm/test_load_on_fks.py::LoadOnFKsTest::test_no_load_on_pending_allows_backref_event test/orm/test_loading.py::InstanceProcessorTest::test_state_no_load_path_comparison [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_synonym_of_synonym test/orm/test_mapper.py::MapperTest::test_synonym_replaces_backref [gw1] [ 34%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_self_referential_from_self [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_synonym_replaces_backref test/orm/test_froms.py::MixedEntitiesTest::test_with_entities [gw1] [ 34%] PASSED test/orm/test_froms.py::MixedEntitiesTest::test_with_entities test/orm/test_mapper.py::MapperTest::test_unicode_relationship_backref_names test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_correlate_to_union [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_unicode_relationship_backref_names [gw5] [ 34%] PASSED test/orm/test_loading.py::InstanceProcessorTest::test_state_no_load_path_comparison test/orm/test_mapper.py::MapperTest::test_unmapped_error test/orm/test_loading.py::InstancesTest::test_cursor_close_w_failed_rowproc [gw0] [ 34%] PASSED test/orm/test_inspect.py::TestORMInspection::test_mapper_selectable_fixed [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_unmapped_error test/orm/test_inspect.py::TestORMInspection::test_not_mapped_class test/orm/test_mapper.py::MapperTest::test_unmapped_not_type_error [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_unmapped_not_type_error test/orm/test_mapper.py::MapperTest::test_unmapped_not_type_error_iter_ok [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_unmapped_not_type_error_iter_ok test/orm/test_mapper.py::MapperTest::test_unmapped_reconstructor_inheritance [gw7] [ 34%] PASSED test/orm/test_hasparent.py::ParentRemovalTest::test_stale_state_positive_pk_change [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_unmapped_reconstructor_inheritance test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_baked_mix [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_correlate_to_union test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_correlate_to_union_newstyle test/orm/test_mapper.py::MapperTest::test_unmapped_subclass_error_postmap [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_correlate_to_union_newstyle test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_correlate_to_union_w_labels_newstyle [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_correlate_to_union_w_labels_newstyle test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_query_auto_correlate [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_unmapped_subclass_error_postmap [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_query_auto_correlate test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_query_correlate_off[False] [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_query_correlate_off[False] test/orm/test_mapper.py::MapperTest::test_unmapped_subclass_error_premap test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_query_correlate_off[None] [gw0] [ 34%] PASSED test/orm/test_inspect.py::TestORMInspection::test_not_mapped_class [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_query_correlate_off[None] test/orm/test_inspect.py::TestORMInspection::test_not_mapped_instance test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_query_explicit_correlate [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_query_explicit_correlate test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_select_auto_correlate [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_select_auto_correlate test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_select_correlate_off [gw4] [ 34%] PASSED test/orm/test_deferred.py::DeferredTest::test_group test/orm/test_deferred.py::DeferredTest::test_unsaved_group_2 [gw4] [ 34%] PASSED test/orm/test_deferred.py::DeferredTest::test_unsaved_group_2 test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass [gw4] [ 34%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_of_type [gw4] [ 34%] PASSED test/orm/test_deferred.py::InheritanceTest::test_load_only_subclass_of_type test/orm/test_deferred.py::RaiseLoadTest::test_mapper_raise_after_expire_attr [gw4] [ 34%] PASSED test/orm/test_deferred.py::RaiseLoadTest::test_mapper_raise_after_expire_attr test/orm/test_deferred.py::WithExpressionTest::test_dont_explode_on_expire_whole [gw4] [ 34%] PASSED test/orm/test_deferred.py::WithExpressionTest::test_dont_explode_on_expire_whole test/sql/test_delete.py::DeleteFromCompileTest::test_correlation_to_extra [gw4] [ 34%] PASSED test/sql/test_delete.py::DeleteFromCompileTest::test_correlation_to_extra test/sql/test_delete.py::DeleteTest::test_correlated_select [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_select_correlate_off test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_select_explicit_correlate [gw1] [ 34%] PASSED test/orm/test_froms.py::QueryCorrelatesLikeSelect::test_scalar_subquery_select_explicit_correlate [gw4] [ 34%] PASSED test/sql/test_delete.py::DeleteTest::test_correlated_select test/base/test_dependency.py::DependencySortTest::test_find_multiple_cycles_one test/orm/test_froms.py::RawSelectTest::test_select [gw4] [ 34%] PASSED test/base/test_dependency.py::DependencySortTest::test_find_multiple_cycles_one test/base/test_dependency.py::DependencySortTest::test_sort_deterministic_two [gw4] [ 34%] PASSED test/base/test_dependency.py::DependencySortTest::test_sort_deterministic_two test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_accounting_commit_fails_add [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_boolean_ops test/orm/test_evaluator.py::EvaluateTest::test_compare_to_callable_bind [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_compare_to_callable_bind [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_unmapped_subclass_error_premap test/orm/test_evaluator.py::EvaluateTest::test_compare_to_none [gw5] [ 34%] PASSED test/orm/test_loading.py::InstancesTest::test_cursor_close_w_failed_rowproc test/orm/test_loading.py::InstancesTest::test_row_proc_not_created test/orm/test_mapper.py::MapperTest::test_update_attr_keys [gw5] [ 34%] PASSED test/orm/test_loading.py::InstancesTest::test_row_proc_not_created [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_compare_to_none test/orm/test_evaluator.py::EvaluateTest::test_compare_to_value test/orm/test_loading.py::MergeResultTest::test_entity_col_mix_plain_tuple_frozen [gw4] [ 34%] PASSED test/orm/test_deprecations.py::AutoCommitTest_sqlite+pysqlite_3_38_2::test_accounting_commit_fails_add [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_compare_to_value [gw0] [ 34%] PASSED test/orm/test_inspect.py::TestORMInspection::test_not_mapped_instance test/orm/test_evaluator.py::EvaluateTest::test_in [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_update_attr_keys test/orm/test_inspect.py::TestORMInspection::test_object_accessor test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_delete test/orm/test_mapper.py::MapperTest::test_utils [gw4] [ 34%] PASSED test/engine/test_deprecations.py::AutocommitTextTest_sqlite+pysqlite_3_38_2::test_delete test/orm/test_deprecations.py::BindSensitiveStringifyTest::test_query_no_session [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_in test/orm/test_evaluator.py::EvaluateTest::test_in_tuples [gw4] [ 34%] PASSED test/orm/test_deprecations.py::BindSensitiveStringifyTest::test_query_no_session test/orm/test_deprecations.py::CacheKeyTest::test_bound_options_equiv_on_strname [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_in_tuples test/orm/test_evaluator.py::EvaluateTest::test_null_propagation [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_utils [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_null_propagation test/orm/test_mapper.py::MapperTest::test_we_dont_call_bool test/orm/test_evaluator.py::EvaluateTest::test_raise_on_unannotated_unmatched_column [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_we_dont_call_bool [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_raise_on_unannotated_unmatched_column test/orm/test_mapper.py::MapperTest::test_we_dont_call_eq test/orm/test_evaluator.py::EvaluateTest::test_true_false [gw1] [ 34%] PASSED test/orm/test_froms.py::RawSelectTest::test_select [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_true_false test/orm/test_evaluator.py::EvaluateTest::test_warn_on_unannotated_matched_column test/orm/test_froms.py::SelectFromTest::test_aliased_class_vs_nonaliased [gw2] [ 34%] PASSED test/orm/test_evaluator.py::EvaluateTest::test_warn_on_unannotated_matched_column [gw3] [ 34%] PASSED test/orm/test_mapper.py::MapperTest::test_we_dont_call_eq test/orm/test_evaluator.py::M2OEvaluateTest::test_delete_expired [gw2] [ 34%] PASSED test/orm/test_evaluator.py::M2OEvaluateTest::test_delete_expired [gw5] [ 34%] PASSED test/orm/test_loading.py::MergeResultTest::test_entity_col_mix_plain_tuple_frozen test/orm/test_loading.py::MergeResultTest::test_single_column_frozen test/orm/test_evaluator.py::M2OEvaluateTest::test_delete_not_expired [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_aliased_class_vs_nonaliased [gw4] [ 34%] PASSED test/orm/test_deprecations.py::CacheKeyTest::test_bound_options_equiv_on_strname [gw5] [ 34%] PASSED test/orm/test_loading.py::MergeResultTest::test_single_column_frozen test/orm/test_loading.py::MergeResultTest::test_single_entity_frozen test/orm/test_froms.py::SelectFromTest::test_differentiate_self_external [gw2] [ 34%] PASSED test/orm/test_evaluator.py::M2OEvaluateTest::test_delete_not_expired [gw5] [ 34%] PASSED test/orm/test_loading.py::MergeResultTest::test_single_entity_frozen test/base/test_events.py::AcceptTargetsTest::test_target_accept test/orm/test_mapper.py::ORMLoggingTest::test_mapper_info_aliased [gw2] [ 34%] PASSED test/base/test_events.py::AcceptTargetsTest::test_target_accept test/base/test_events.py::ClsLevelListenTest::test_lis_multisub_lis [gw2] [ 34%] PASSED test/base/test_events.py::ClsLevelListenTest::test_lis_multisub_lis test/base/test_events.py::ClsLevelListenTest::test_lis_subcalss_lis [gw2] [ 34%] PASSED test/base/test_events.py::ClsLevelListenTest::test_lis_subcalss_lis test/base/test_events.py::ClsLevelListenTest::test_two_sub_lis [gw2] [ 34%] PASSED test/base/test_events.py::ClsLevelListenTest::test_two_sub_lis test/base/test_events.py::CustomTargetsTest::test_indirect [gw2] [ 34%] PASSED test/base/test_events.py::CustomTargetsTest::test_indirect test/orm/test_events.py::DeclarativeEventListenTest::test_inheritance_propagate_after_config [gw2] [ 34%] PASSED test/orm/test_events.py::DeclarativeEventListenTest::test_inheritance_propagate_after_config test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False-list-append] [gw4] [ 34%] PASSED test/orm/test_deprecations.py::CollectionCascadesDespiteBackrefTest::test_cascades_on_collection[False-list-append] test/orm/test_deprecations.py::ColumnAccessTest::test_select_entity_from [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_differentiate_self_external test/orm/test_froms.py::SelectFromTest::test_filter_by_selected_from [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_filter_by_selected_from test/orm/test_froms.py::SelectFromTest::test_join test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_plain test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_inner_joinedload_w_limit [gw5] [ 34%] PASSED test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_inner_joinedload_w_limit test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_inner_joinedload_wo_limit [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_join test/orm/test_froms.py::SelectFromTest::test_join_ent_selected_from [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_plain test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_subclass_no_propagate [gw5] [ 34%] PASSED test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_inner_joinedload_wo_limit test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_join_w_subquery [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_subclass_no_propagate [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_join_ent_selected_from test/orm/test_froms.py::SelectFromTest::test_join_relname_from_selected_from test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_subclass_post_mapping_propagate [gw3] [ 34%] PASSED test/orm/test_mapper.py::ORMLoggingTest::test_mapper_info_aliased [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_subclass_post_mapping_propagate test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_subclass_propagate_baseclass test/orm/test_mapper.py::RegistryConfigDisposeTest::test_clear_cascade_not_on_dependents[False] [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_join_relname_from_selected_from [gw5] [ 34%] PASSED test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_join_w_subquery test/orm/test_froms.py::SelectFromTest::test_more_joins test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_outer_joinedload_w_limit [gw4] [ 34%] PASSED test/orm/test_deprecations.py::ColumnAccessTest::test_select_entity_from [gw3] [ 34%] PASSED test/orm/test_mapper.py::RegistryConfigDisposeTest::test_clear_cascade_not_on_dependents[False] test/orm/test_mapper.py::RegistryConfigDisposeTest::test_clear_cascade_not_on_dependents[True] test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_clauseelement [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_subclass_propagate_baseclass [gw5] [ 34%] PASSED test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_outer_joinedload_w_limit [gw4] [ 34%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_bind_clauseelement test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_explicit_connectionless_execute test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_outer_joinedload_wo_limit test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_subclass_propagate_subclass_only [gw3] [ 34%] PASSED test/orm/test_mapper.py::RegistryConfigDisposeTest::test_clear_cascade_not_on_dependents[True] [gw4] [ 34%] PASSED test/engine/test_deprecations.py::ConnectionlessDeprecationTest::test_explicit_connectionless_execute test/engine/test_deprecations.py::CreateEngineTest::test_strategy_keyword_mock test/orm/test_mapper.py::RegistryConfigDisposeTest::test_configure_cascade_not_on_dependents[False] [gw4] [ 34%] PASSED test/engine/test_deprecations.py::CreateEngineTest::test_strategy_keyword_mock [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_more_joins test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_case_insensitive test/orm/test_froms.py::SelectFromTest::test_replace_with_eager [gw3] [ 34%] PASSED test/orm/test_mapper.py::RegistryConfigDisposeTest::test_configure_cascade_not_on_dependents[False] test/orm/test_mapper.py::RegistryConfigDisposeTest::test_configure_cascade_not_on_dependents[True] [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instance_event_subclass_propagate_subclass_only [gw4] [ 34%] PASSED test/sql/test_deprecations.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_case_insensitive test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instrument_event [gw3] [ 34%] PASSED test/orm/test_mapper.py::RegistryConfigDisposeTest::test_configure_cascade_not_on_dependents[True] test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_create_table_deprecated [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instrument_event test/orm/test_mapper.py::RegistryConfigDisposeTest::test_configure_cascade_on_dependencies[False] test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instrument_event_subclass_no_propagate [gw3] [ 34%] PASSED test/orm/test_mapper.py::RegistryConfigDisposeTest::test_configure_cascade_on_dependencies[False] [gw4] [ 34%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_create_table_deprecated test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropConstraint] [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instrument_event_subclass_no_propagate [gw0] [ 34%] PASSED test/orm/test_inspect.py::TestORMInspection::test_object_accessor test/orm/test_inspect.py::TestORMInspection::test_persist_selectable [gw0] [ 34%] PASSED test/orm/test_inspect.py::TestORMInspection::test_persist_selectable test/orm/test_inspect.py::TestORMInspection::test_persistence_states [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_replace_with_eager [gw5] [ 34%] PASSED test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_outer_joinedload_wo_limit test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_plain [gw5] [ 34%] PASSED test/orm/test_lockmode.py::BackendTest_sqlite+pysqlite_3_38_2::test_plain test/orm/test_lockmode.py::CompileTest::test_default_update [gw5] [ 34%] PASSED test/orm/test_lockmode.py::CompileTest::test_default_update test/orm/test_lockmode.py::CompileTest::test_for_update_on_inner_w_joinedload [gw5] [ 34%] PASSED test/orm/test_lockmode.py::CompileTest::test_for_update_on_inner_w_joinedload [gw4] [ 34%] PASSED test/sql/test_deprecations.py::DDLDeprecatedBindTest::test_bind_other_constructs[DropConstraint] test/sql/test_deprecations.py::DMLTest::test_insert_inline_kw_default test/orm/test_mapper.py::RegistryConfigDisposeTest::test_configure_cascade_on_dependencies[True] test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instrument_event_subclass_propagate [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_instrument_event_subclass_propagate test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event test/orm/test_froms.py::SelectFromTest::test_replace_with_select [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_replace_with_select test/orm/test_froms.py::SelectFromTest::test_select_from_aliased_one [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_select_from_aliased_one test/orm/test_froms.py::SelectFromTest::test_select_from_aliased_two [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_select_from_aliased_two test/orm/test_froms.py::SelectFromTest::test_very_nested_joins_with_joinedload test/orm/test_lockmode.py::CompileTest::test_for_update_on_inner_w_joinedload_no_render_oracle [gw4] [ 34%] PASSED test/sql/test_deprecations.py::DMLTest::test_insert_inline_kw_default test/sql/test_deprecations.py::DMLTest::test_update_preserve_order_reqs_listtups [gw4] [ 34%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_preserve_order_reqs_listtups test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event_subclass_no_propagate test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t7-idx_to_value7] [gw4] [ 34%] PASSED test/sql/test_deprecations.py::DMLTest::test_update_to_expression_ppo[t7-idx_to_value7] test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_disable_eagerloads [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event_subclass_no_propagate [gw6] [ 34%] PASSED test/orm/test_expire.py::ExpireTest::test_expire_all test/orm/test_expire.py::ExpireTest::test_expire_autoflush test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event_subclass_post_mapping_propagate [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event_subclass_post_mapping_propagate [gw4] [ 34%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_disable_eagerloads test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event_subclass_post_mapping_propagate_two test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_last_one_wins [gw5] [ 34%] PASSED test/orm/test_lockmode.py::CompileTest::test_for_update_on_inner_w_joinedload_no_render_oracle [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event_subclass_post_mapping_propagate_two test/orm/test_lockmode.py::CompileTest::test_mysql_read [gw4] [ 34%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_last_one_wins [gw0] [ 34%] PASSED test/orm/test_inspect.py::TestORMInspection::test_persistence_states test/orm/test_inspect.py::TestORMInspection::test_primary_key [gw6] [ 34%] PASSED test/orm/test_expire.py::ExpireTest::test_expire_autoflush test/orm/test_expire.py::ExpireTest::test_expire_cascade [gw6] [ 34%] PASSED test/orm/test_expire.py::ExpireTest::test_expire_cascade test/orm/test_expire.py::ExpireTest::test_expire_cascade_pending [gw1] [ 34%] PASSED test/orm/test_froms.py::SelectFromTest::test_very_nested_joins_with_joinedload test/orm/test_froms.py::TestOverlyEagerEquivalentCols::test_equivs test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_subquery_with_joinedload test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event_subclass_propagate [gw6] [ 34%] PASSED test/orm/test_expire.py::ExpireTest::test_expire_cascade_pending [gw1] [ 34%] PASSED test/orm/test_froms.py::TestOverlyEagerEquivalentCols::test_equivs [gw5] [ 34%] PASSED test/orm/test_lockmode.py::CompileTest::test_mysql_read test/orm/test_expire.py::ExpireTest::test_expire_cascade_pending_orphan test/orm/test_lockmode.py::CompileTest::test_not_supported_by_dialect_should_just_use_update [gw5] [ 34%] PASSED test/orm/test_lockmode.py::CompileTest::test_not_supported_by_dialect_should_just_use_update test/orm/test_lockmode.py::CompileTest::test_oracle_update [gw2] [ 34%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_deferred_map_event_subclass_propagate [gw7] [ 34%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_baked_mix test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_delete_future_synchronize_evaluate test/orm/test_events.py::DeferredMapperEventsTest::test_instrument_event_auto_remove [gw5] [ 34%] PASSED test/orm/test_lockmode.py::CompileTest::test_oracle_update test/orm/test_lockmode.py::CompileTest::test_oracle_update_skip_locked [gw4] [ 34%] PASSED test/orm/test_deprecations.py::DefaultStrategyOptionsTest::test_subquery_with_joinedload [gw0] [ 34%] PASSED test/orm/test_inspect.py::TestORMInspection::test_primary_key test/orm/test_inspect.py::TestORMInspection::test_property [gw6] [ 34%] PASSED test/orm/test_expire.py::ExpireTest::test_expire_cascade_pending_orphan test/orm/test_expire.py::ExpireTest::test_expire_committed [gw6] [ 34%] PASSED test/orm/test_expire.py::ExpireTest::test_expire_committed test/orm/test_expire.py::ExpireTest::test_expire_doesntload_on_set test/sql/test_functions.py::CompileTest::test_alias_method_columns [gw1] [ 34%] PASSED test/sql/test_functions.py::CompileTest::test_alias_method_columns test/sql/test_functions.py::CompileTest::test_alias_method_columns_two [gw1] [ 34%] PASSED test/sql/test_functions.py::CompileTest::test_alias_method_columns_two test/sql/test_functions.py::CompileTest::test_alias_method_one [gw1] [ 34%] PASSED test/sql/test_functions.py::CompileTest::test_alias_method_one test/sql/test_functions.py::CompileTest::test_alias_method_two [gw1] [ 34%] PASSED test/sql/test_functions.py::CompileTest::test_alias_method_two test/sql/test_functions.py::CompileTest::test_annotation_dialect_specific [gw1] [ 34%] PASSED test/sql/test_functions.py::CompileTest::test_annotation_dialect_specific test/sql/test_operators.py::ConjunctionTest::test_empty_clauses[or_-or_-False] [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_empty_clauses[or_-or_-False] test/sql/test_operators.py::ConjunctionTest::test_empty_or_raw [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_empty_or_raw test/sql/test_operators.py::ConjunctionTest::test_five [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_five test/sql/test_operators.py::ConjunctionTest::test_four [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_four test/sql/test_operators.py::ConjunctionTest::test_fourteen [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_fourteen test/sql/test_operators.py::ConjunctionTest::test_is_false_literal [gw6] [ 34%] PASSED test/orm/test_expire.py::ExpireTest::test_expire_doesntload_on_set [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_is_false_literal test/sql/test_operators.py::ConjunctionTest::test_is_true_literal [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_is_true_literal test/sql/test_operators.py::ConjunctionTest::test_nine [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_nine test/sql/test_operators.py::ConjunctionTest::test_or_false_literal_leading test/orm/test_expire.py::ExpireTest::test_expire_preserves_changes [gw5] [ 34%] PASSED test/orm/test_lockmode.py::CompileTest::test_oracle_update_skip_locked test/orm/test_lockmode.py::CompileTest::test_postgres_for_no_key_nowait_update test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_alias_subclass [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_or_false_literal_leading test/sql/test_operators.py::ConjunctionTest::test_or_true_literal_leading [gw1] [ 34%] PASSED test/sql/test_operators.py::ConjunctionTest::test_or_true_literal_leading test/sql/test_operators.py::ConjunctionTest::test_seven [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_seven test/sql/test_operators.py::ConjunctionTest::test_single_bool_eight [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_eight test/sql/test_operators.py::ConjunctionTest::test_single_bool_five [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_five [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_expire_preserves_changes [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_for_no_key_nowait_update [gw0] [ 35%] PASSED test/orm/test_inspect.py::TestORMInspection::test_property test/orm/test_lockmode.py::CompileTest::test_postgres_for_no_key_update test/sql/test_operators.py::ConjunctionTest::test_single_bool_four test/orm/test_expire.py::ExpireTest::test_expire_synonym [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_four [gw4] [ 35%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_alias_subclass [gw3] [ 35%] PASSED test/orm/test_mapper.py::RegistryConfigDisposeTest::test_configure_cascade_on_dependencies[True] test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_from_relationship [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_for_no_key_update test/orm/test_lockmode.py::CompileTest::test_postgres_read test/orm/test_mapper.py::RegistryConfigDisposeTest::test_dispose_cascade_not_on_dependencies[False] [gw4] [ 35%] PASSED test/orm/test_deprecations.py::Deferred_InheritanceTest::test_load_only_subclass_from_relationship test/sql/test_operators.py::ConjunctionTest::test_single_bool_nine test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_column [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_expire_synonym test/orm/test_inspect.py::TestORMInspection::test_rel_accessors [gw3] [ 35%] PASSED test/orm/test_mapper.py::RegistryConfigDisposeTest::test_dispose_cascade_not_on_dependencies[False] test/orm/test_mapper.py::RegistryConfigDisposeTest::test_dispose_cascade_not_on_dependencies[True] test/orm/test_expire.py::ExpireTest::test_expired_eager [gw4] [ 35%] PASSED test/sql/test_deprecations.py::DeprecatedAppendMethTest::test_append_column [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_read test/engine/test_deprecations.py::DeprecatedConnectionFeatureTest_sqlite+pysqlite_3_38_2::test_execute_plain_string [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_nine test/sql/test_operators.py::ConjunctionTest::test_single_bool_one [gw4] [ 35%] PASSED test/engine/test_deprecations.py::DeprecatedConnectionFeatureTest_sqlite+pysqlite_3_38_2::test_execute_plain_string test/orm/test_lockmode.py::CompileTest::test_postgres_read_nowait [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_one test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_transaction_engine_fn_rollback test/sql/test_operators.py::ConjunctionTest::test_single_bool_seven [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_seven test/sql/test_operators.py::ConjunctionTest::test_single_bool_six [gw4] [ 35%] PASSED test/engine/test_deprecations.py::DeprecatedEngineFeatureTest_sqlite+pysqlite_3_38_2::test_transaction_engine_fn_rollback [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_six [gw3] [ 35%] PASSED test/orm/test_mapper.py::RegistryConfigDisposeTest::test_dispose_cascade_not_on_dependencies[True] test/sql/test_operators.py::ConjunctionTest::test_single_bool_ten test/orm/test_deprecations.py::DeprecatedInhTest::test_multiple_adaption [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_ten test/sql/test_operators.py::ConjunctionTest::test_single_bool_three test/orm/test_mapper.py::RequirementsTest::test_comparison_overrides [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_three [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_read_nowait test/sql/test_operators.py::ConjunctionTest::test_single_bool_two [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_single_bool_two test/sql/test_operators.py::ConjunctionTest::test_six test/orm/test_lockmode.py::CompileTest::test_postgres_update [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_six test/sql/test_operators.py::ConjunctionTest::test_six_pt_five [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_expired_eager [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_six_pt_five test/sql/test_operators.py::ConjunctionTest::test_ten [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_ten test/sql/test_operators.py::ConjunctionTest::test_thirteen test/orm/test_expire.py::ExpireTest::test_expired_lazy [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_thirteen test/sql/test_operators.py::ConjunctionTest::test_twelve [gw1] [ 35%] PASSED test/sql/test_operators.py::ConjunctionTest::test_twelve test/sql/test_operators.py::CustomComparatorTest::test_alias_proxy [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_update [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomComparatorTest::test_alias_proxy test/sql/test_operators.py::CustomComparatorTest::test_binary_multi_propagate test/orm/test_lockmode.py::CompileTest::test_postgres_update_of [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomComparatorTest::test_binary_multi_propagate test/sql/test_operators.py::CustomComparatorTest::test_binary_propagate [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomComparatorTest::test_binary_propagate test/sql/test_operators.py::CustomComparatorTest::test_column_proxy [gw0] [ 35%] PASSED test/orm/test_inspect.py::TestORMInspection::test_rel_accessors [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomComparatorTest::test_column_proxy test/sql/test_operators.py::CustomComparatorTest::test_no_boolean_propagate test/orm/test_inspect.py::TestORMInspection::test_relationship_filter [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomComparatorTest::test_no_boolean_propagate [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_expired_lazy test/sql/test_operators.py::CustomComparatorTest::test_override_builtin [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_update_of test/orm/test_expire.py::ExpireTest::test_get_on_deleted_expunges [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomComparatorTest::test_override_builtin [gw3] [ 35%] PASSED test/orm/test_mapper.py::RequirementsTest::test_comparison_overrides test/sql/test_operators.py::CustomComparatorTest::test_reverse_binary_propagate test/orm/test_lockmode.py::CompileTest::test_postgres_update_of_entity [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomComparatorTest::test_reverse_binary_propagate test/sql/test_operators.py::CustomComparatorTest::test_subquery_proxy test/orm/test_mapper.py::RequirementsTest::test_composite_results [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomComparatorTest::test_subquery_proxy [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_get_on_deleted_expunges test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_alias_proxy [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_alias_proxy test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_binary_multi_propagate [gw4] [ 35%] PASSED test/orm/test_deprecations.py::DeprecatedInhTest::test_multiple_adaption test/orm/test_expire.py::ExpireTest::test_get_refreshes [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_binary_multi_propagate test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_binary_propagate [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_binary_propagate test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_column_proxy [gw3] [ 35%] PASSED test/orm/test_mapper.py::RequirementsTest::test_composite_results [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_column_proxy test/orm/test_mapper.py::RequirementsTest::test_nonzero_len_recursion test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_no_boolean_propagate [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_get_refreshes test/orm/test_expire.py::ExpireTest::test_joinedload_props_load_two test/orm/test_deprecations.py::DeprecatedQueryTest::test_apply_labels [gw3] [ 35%] PASSED test/orm/test_mapper.py::RequirementsTest::test_nonzero_len_recursion test/aaa_profiling/test_memusage.py::CycleTest::test_adapt_statement_cloned_traversal [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_update_of_entity [gw0] [ 35%] PASSED test/orm/test_inspect.py::TestORMInspection::test_relationship_filter [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_no_boolean_propagate test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_override_builtin [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_override_builtin test/orm/test_lockmode.py::CompileTest::test_postgres_update_of_entity_list test/orm/test_inspect.py::TestORMInspection::test_session_accessor test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_reverse_binary_propagate [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_reverse_binary_propagate test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_subquery_proxy [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomEmbeddedinTypeDecoratorTest::test_subquery_proxy [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_joinedload_props_load_two test/sql/test_operators.py::CustomOpTest::test_is_comparison [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_is_comparison test/orm/test_expire.py::ExpireTest::test_joinedload_query_refreshes test/sql/test_operators.py::CustomOpTest::test_return_types[ARRAY(Integer())] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_return_types[ARRAY(Integer())] [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_update_of_entity_list test/sql/test_operators.py::CustomOpTest::test_return_types[ARRAY(String())] test/orm/test_lockmode.py::CompileTest::test_postgres_update_of_list [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_return_types[ARRAY(String())] test/sql/test_operators.py::CustomOpTest::test_return_types[Boolean()] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_return_types[Boolean()] test/sql/test_operators.py::CustomOpTest::test_return_types[DateTime()] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_return_types[DateTime()] test/sql/test_operators.py::CustomOpTest::test_return_types[Integer()] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_return_types[Integer()] test/sql/test_operators.py::CustomOpTest::test_return_types[JSON()] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_return_types[JSON()] test/sql/test_operators.py::CustomOpTest::test_return_types[NullType()] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_return_types[NullType()] [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_update_of_list test/sql/test_operators.py::CustomOpTest::test_return_types[Numeric(precision=5, scale=2)] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_return_types[Numeric(precision=5, scale=2)] test/sql/test_operators.py::CustomOpTest::test_return_types[String(length=50)] test/orm/test_lockmode.py::CompileTest::test_postgres_update_skip_locked [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomOpTest::test_return_types[String(length=50)] [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_joinedload_query_refreshes test/sql/test_operators.py::CustomUnaryOperatorTest::test_double_factorial [gw5] [ 35%] PASSED test/orm/test_lockmode.py::CompileTest::test_postgres_update_skip_locked [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_double_factorial test/sql/test_operators.py::CustomUnaryOperatorTest::test_double_factorial_invert [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_double_factorial_invert test/sql/test_operators.py::CustomUnaryOperatorTest::test_factorial [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_factorial test/sql/test_operators.py::CustomUnaryOperatorTest::test_factorial_invert test/orm/test_expire.py::ExpireTest::test_lazyload_autoflushes [gw0] [ 35%] PASSED test/orm/test_inspect.py::TestORMInspection::test_session_accessor test/orm/test_inspect.py::TestORMInspection::test_synonym_filter [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_factorial_invert test/sql/test_operators.py::CustomUnaryOperatorTest::test_factorial_prefix [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_factorial_prefix test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus[format] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus[format] test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus[named] test/orm/test_lockmode.py::ForUpdateTest::test_key_share [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus[named] test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus[pyformat] [gw4] [ 35%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_apply_labels test/orm/test_deprecations.py::DeprecatedQueryTest::test_join [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus[pyformat] test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus[qmark] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus[qmark] test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus_prefix[format] [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_lazyload_autoflushes [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus_prefix[format] [gw7] [ 35%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_delete_future_synchronize_evaluate [gw4] [ 35%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_join test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus_prefix[named] test/orm/test_deprecations.py::DeprecatedQueryTest::test_select [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus_prefix[named] test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_delete_future_synchronize_fetch test/orm/test_expire.py::ExpireTest::test_mapper_joinedload_props_load [gw4] [ 35%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_select test/orm/test_deprecations.py::DeprecatedQueryTest::test_str_with_parent test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus_prefix[pyformat] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus_prefix[pyformat] [gw4] [ 35%] PASSED test/orm/test_deprecations.py::DeprecatedQueryTest::test_str_with_parent test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus_prefix[qmark] [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_modulus_prefix[qmark] test/sql/test_operators.py::CustomUnaryOperatorTest::test_unary_both_ops [gw5] [ 35%] PASSED test/orm/test_lockmode.py::ForUpdateTest::test_key_share [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_unary_both_ops test/sql/test_operators.py::CustomUnaryOperatorTest::test_unary_no_ops test/engine/test_deprecations.py::DeprecatedReflectionTest::test_exists [gw1] [ 35%] PASSED test/sql/test_operators.py::CustomUnaryOperatorTest::test_unary_no_ops test/orm/test_lockmode.py::ForUpdateTest::test_nowait [gw4] [ 35%] PASSED test/engine/test_deprecations.py::DeprecatedReflectionTest::test_exists test/sql/test_operators.py::DefaultColumnComparatorTest::test_collate [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_collate test/sql/test_operators.py::DefaultColumnComparatorTest::test_concatenable_adapt test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[PrimaryKeyConstraint] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_concatenable_adapt test/sql/test_operators.py::DefaultColumnComparatorTest::test_contains_override_raises [gw4] [ 35%] PASSED test/sql/test_deprecations.py::DeprecationWarningsTest_sqlite+pysqlite_3_38_2::test_copy_dep_warning[PrimaryKeyConstraint] [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_mapper_joinedload_props_load [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_contains_override_raises test/orm/test_deprecations.py::DistinctOrderByImplicitTest::test_columns_augmented_roundtrip_three test/sql/test_operators.py::DefaultColumnComparatorTest::test_default_adapt [gw5] [ 35%] PASSED test/orm/test_lockmode.py::ForUpdateTest::test_nowait [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_default_adapt test/orm/test_expire.py::ExpireTest::test_no_instance_key test/sql/test_operators.py::DefaultColumnComparatorTest::test_in [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_in test/orm/test_lockmode.py::ForUpdateTest::test_of_single_col test/sql/test_operators.py::DefaultColumnComparatorTest::test_in_no_accept_list_of_non_column_element [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_in_no_accept_list_of_non_column_element test/sql/test_operators.py::DefaultColumnComparatorTest::test_in_no_accept_non_list_non_selectable [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_in_no_accept_non_list_non_selectable test/sql/test_operators.py::DefaultColumnComparatorTest::test_in_no_accept_non_list_thing_with_getitem [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_in_no_accept_non_list_thing_with_getitem [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_no_instance_key test/sql/test_operators.py::DefaultColumnComparatorTest::test_no_getitem test/orm/test_expire.py::ExpireTest::test_no_instance_key_no_pk [gw5] [ 35%] PASSED test/orm/test_lockmode.py::ForUpdateTest::test_of_single_col [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_no_getitem test/sql/test_operators.py::DefaultColumnComparatorTest::test_not_in [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_not_in test/sql/test_operators.py::DefaultColumnComparatorTest::test_null_true_false_is_sanity_checks test/orm/test_lockmode.py::ForUpdateTest::test_plain [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_null_true_false_is_sanity_checks test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[add-"right"] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[add-"right"] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[concat_op-"right"] [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_no_instance_key_no_pk [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[concat_op-"right"] test/orm/test_expire.py::ExpireTest::test_no_session test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[eq-True] [gw0] [ 35%] PASSED test/orm/test_inspect.py::TestORMInspection::test_synonym_filter test/orm/test_inspect.py::TestORMInspection::test_with_polymorphic [gw5] [ 35%] PASSED test/orm/test_lockmode.py::ForUpdateTest::test_plain test/orm/test_lockmode.py::ForUpdateTest::test_read [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_no_session test/orm/test_expire.py::ExpireTest::test_options_joinedload_props_load [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[eq-True] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[ilike_op-"right"] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[ilike_op-"right"] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-"right"] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-"right"] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-False] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-False] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-NULL] [gw5] [ 35%] PASSED test/orm/test_lockmode.py::ForUpdateTest::test_read [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-NULL] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-None] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-None] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-True] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-True] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-false] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-false] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-true] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_-true] [gw2] [ 35%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_instrument_event_auto_remove test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_distinct_from-False] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_distinct_from-False] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_distinct_from-None] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_distinct_from-None] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_distinct_from-True] test/orm/test_events.py::DeferredMapperEventsTest::test_isolation_instrument_event [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_options_joinedload_props_load [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_distinct_from-True] [gw2] [ 35%] PASSED test/orm/test_events.py::DeferredMapperEventsTest::test_isolation_instrument_event test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-"right"0] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-"right"0] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-"right"1] test/orm/test_expire.py::ExpireTest::test_partial_expire test/engine/test_logging.py::EchoTest::test_echo_flag_independence [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-"right"1] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-False0] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-False0] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-False1] [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-False1] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-None0] [gw5] [ 35%] PASSED test/engine/test_logging.py::EchoTest::test_echo_flag_independence [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-None0] test/base/test_events.py::DisableClsPropagateTest::test_insert_invoke_clslevel test/engine/test_logging.py::EchoTest::test_levels test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-None1] [gw2] [ 35%] PASSED test/base/test_events.py::DisableClsPropagateTest::test_insert_invoke_clslevel [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-None1] [gw5] [ 35%] PASSED test/engine/test_logging.py::EchoTest::test_levels test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-True0] test/base/test_events.py::DisableClsPropagateTest::test_listen_invoke_clslevel [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-True0] [gw2] [ 35%] PASSED test/base/test_events.py::DisableClsPropagateTest::test_listen_invoke_clslevel test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-True1] test/base/test_events.py::DisableClsPropagateTest::test_remove_invoke_clslevel [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not-True1] [gw2] [ 35%] PASSED test/base/test_events.py::DisableClsPropagateTest::test_remove_invoke_clslevel [gw6] [ 35%] PASSED test/orm/test_expire.py::ExpireTest::test_partial_expire test/engine/test_logging.py::LogParamsTest::test_error_large_dict test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not_distinct_from-True0] [gw5] [ 35%] PASSED test/engine/test_logging.py::LogParamsTest::test_error_large_dict test/orm/test_expire.py::ExpireTest::test_partial_expire_deferred test/base/test_events.py::EventsTest::test_append_vs_insert_cls [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not_distinct_from-True0] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not_distinct_from-True1] [gw2] [ 35%] PASSED test/base/test_events.py::EventsTest::test_append_vs_insert_cls [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[is_not_distinct_from-True1] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[like_op-"right"] test/base/test_events.py::EventsTest::test_append_vs_insert_instance test/sql/test_metadata.py::ToMetaDataTest::test_fk_has_schema_string_retain_schema [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[like_op-"right"] [gw2] [ 35%] PASSED test/base/test_events.py::EventsTest::test_append_vs_insert_instance test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[ne-True] test/base/test_events.py::EventsTest::test_bool_clslevel [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[ne-True] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[not_ilike_op-"right"0] [gw2] [ 35%] PASSED test/base/test_events.py::EventsTest::test_bool_clslevel [gw5] [ 35%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_has_schema_string_retain_schema [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[not_ilike_op-"right"0] test/base/test_events.py::EventsTest::test_decorator test/sql/test_metadata.py::ToMetaDataTest::test_fk_reset_to_none test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[not_ilike_op-"right"1] [gw2] [ 35%] PASSED test/base/test_events.py::EventsTest::test_decorator [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[not_ilike_op-"right"1] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[not_like_op-"right"0] test/base/test_events.py::EventsTest::test_exec_once [gw1] [ 35%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[not_like_op-"right"0] [gw5] [ 35%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_reset_to_none test/sql/test_metadata.py::ToMetaDataTest::test_fk_test_non_return_for_referred_schema[None] test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[not_like_op-"right"1] [gw2] [ 35%] PASSED test/base/test_events.py::EventsTest::test_exec_once test/base/test_events.py::EventsTest::test_exec_once_exception [gw2] [ 35%] PASSED test/base/test_events.py::EventsTest::test_exec_once_exception test/base/test_events.py::EventsTest::test_exec_once_unless_exception [gw2] [ 35%] PASSED test/base/test_events.py::EventsTest::test_exec_once_unless_exception [gw5] [ 35%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_test_non_return_for_referred_schema[None] test/sql/test_metadata.py::ToMetaDataTest::test_fk_test_non_return_for_referred_schema[symbol('retain_schemaSymbol indicating that a :class:`_schema.Table`, :class:`.Sequence`\n or in some cases a :class:`_schema.ForeignKey` object, in situations\n where the object is being copied for a :meth:`.Table.to_metadata`\n operation, should retain the schema name that it already has.\n\n ')] test/base/test_events.py::EventsTest::test_immutable_methods [gw2] [ 36%] PASSED test/base/test_events.py::EventsTest::test_immutable_methods test/base/test_events.py::EventsTest::test_no_instance_level_collections [gw2] [ 36%] PASSED test/base/test_events.py::EventsTest::test_no_instance_level_collections [gw5] [ 36%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_test_non_return_for_referred_schema[symbol('retain_schemaSymbol indicating that a :class:`_schema.Table`, :class:`.Sequence`\n or in some cases a :class:`_schema.ForeignKey` object, in situations\n where the object is being copied for a :meth:`.Table.to_metadata`\n operation, should retain the schema name that it already has.\n\n ')] test/sql/test_metadata.py::ToMetaDataTest::test_fk_w_no_colname test/base/test_events.py::EventsTest::test_real_name_wrong_dispatch [gw2] [ 36%] PASSED test/base/test_events.py::EventsTest::test_real_name_wrong_dispatch test/base/test_events.py::EventsTest::test_register_class [gw1] [ 36%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_operate[not_like_op-"right"1] test/sql/test_operators.py::DefaultColumnComparatorTest::test_scalar[asc_op-asc] [gw1] [ 36%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_scalar[asc_op-asc] test/sql/test_operators.py::DefaultColumnComparatorTest::test_scalar[desc_op-desc] [gw1] [ 36%] PASSED test/sql/test_operators.py::DefaultColumnComparatorTest::test_scalar[desc_op-desc] test/sql/test_operators.py::ExtensionOperatorTest::test_contains [gw1] [ 36%] PASSED test/sql/test_operators.py::ExtensionOperatorTest::test_contains test/sql/test_operators.py::ExtensionOperatorTest::test_getitem [gw1] [ 36%] PASSED test/sql/test_operators.py::ExtensionOperatorTest::test_getitem test/sql/test_operators.py::ExtensionOperatorTest::test_lshift [gw1] [ 36%] PASSED test/sql/test_operators.py::ExtensionOperatorTest::test_lshift test/sql/test_operators.py::ExtensionOperatorTest::test_op_not_an_iterator [gw1] [ 36%] PASSED test/sql/test_operators.py::ExtensionOperatorTest::test_op_not_an_iterator test/sql/test_operators.py::ExtensionOperatorTest::test_rshift [gw1] [ 36%] PASSED test/sql/test_operators.py::ExtensionOperatorTest::test_rshift [gw5] [ 36%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_w_no_colname test/sql/test_metadata.py::ToMetaDataTest::test_fk_w_no_colname_name_missing [gw5] [ 36%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_w_no_colname_name_missing test/sql/test_metadata.py::ToMetaDataTest::test_index_true_flag [gw5] [ 36%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_index_true_flag test/sql/test_metadata.py::ToMetaDataTest::test_indexes [gw2] [ 36%] PASSED test/base/test_events.py::EventsTest::test_register_class test/base/test_events.py::EventsTest::test_register_class_instance [gw2] [ 36%] PASSED test/base/test_events.py::EventsTest::test_register_class_instance test/base/test_events.py::EventsTest::test_register_instance [gw2] [ 36%] PASSED test/base/test_events.py::EventsTest::test_register_instance [gw6] [ 36%] PASSED test/orm/test_expire.py::ExpireTest::test_partial_expire_deferred test/orm/test_expire.py::ExpireTest::test_partial_expire_eager test/base/test_events.py::JoinTest::test_kw_ok [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_kw_ok test/base/test_events.py::JoinTest::test_neither [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_neither test/base/test_events.py::JoinTest::test_parent_class_child_class test/sql/test_operators.py::InSelectableTest::test_in_cte_explicit [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_cte_explicit [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_parent_class_child_class test/base/test_events.py::JoinTest::test_parent_class_child_instance_apply_after test/sql/test_operators.py::InSelectableTest::test_in_cte_implicit [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_cte_implicit test/sql/test_operators.py::InSelectableTest::test_in_cte_select [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_parent_class_child_instance_apply_after test/base/test_events.py::JoinTest::test_parent_class_child_instance_apply_before [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_cte_select test/sql/test_operators.py::InSelectableTest::test_in_select [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_select [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_parent_class_child_instance_apply_before test/base/test_events.py::JoinTest::test_parent_class_only test/sql/test_operators.py::InSelectableTest::test_in_subquery_alias_explicit [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_subquery_alias_explicit test/sql/test_operators.py::InSelectableTest::test_in_subquery_alias_implicit [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_parent_class_only test/base/test_events.py::JoinTest::test_parent_events_child_no_events [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_parent_events_child_no_events test/base/test_events.py::JoinTest::test_parent_instance_child_class_apply_after [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_parent_instance_child_class_apply_after test/base/test_events.py::JoinTest::test_parent_instance_child_class_apply_before [gw6] [ 36%] PASSED test/orm/test_expire.py::ExpireTest::test_partial_expire_eager [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_subquery_alias_implicit test/sql/test_operators.py::InSelectableTest::test_in_subquery_explicit [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_subquery_explicit [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_parent_instance_child_class_apply_before test/base/test_events.py::JoinTest::test_parent_instance_child_instance_apply_before test/sql/test_operators.py::InSelectableTest::test_in_subquery_warning [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_subquery_warning test/sql/test_operators.py::InSelectableTest::test_in_table [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_table test/sql/test_operators.py::InSelectableTest::test_in_table_alias [gw1] [ 36%] PASSED test/sql/test_operators.py::InSelectableTest::test_in_table_alias test/sql/test_operators.py::InTest::test_in_1 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_1 [gw2] [ 36%] PASSED test/base/test_events.py::JoinTest::test_parent_instance_child_instance_apply_before test/base/test_events.py::LegacySignatureTest::test_complex_legacy_accept [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_complex_legacy_accept test/orm/test_expire.py::ExpireTest::test_partial_expire_lazy test/base/test_events.py::LegacySignatureTest::test_complex_new_accept [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_complex_new_accept test/sql/test_operators.py::InTest::test_in_10 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_10 test/sql/test_operators.py::InTest::test_in_11 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_11 test/base/test_events.py::LegacySignatureTest::test_kw_accept_has_legacies [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_kw_accept_has_legacies test/sql/test_operators.py::InTest::test_in_12 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_12 test/sql/test_operators.py::InTest::test_in_13 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_13 test/sql/test_operators.py::InTest::test_in_14 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_14 test/sql/test_operators.py::InTest::test_in_15 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_15 test/sql/test_operators.py::InTest::test_in_16 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_16 test/base/test_events.py::LegacySignatureTest::test_kw_accept_plus_kw_has_legacies [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_kw_accept_plus_kw_has_legacies test/base/test_events.py::LegacySignatureTest::test_legacy_accept [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_legacy_accept test/base/test_events.py::LegacySignatureTest::test_legacy_accept_from_method [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_legacy_accept_from_method test/base/test_events.py::LegacySignatureTest::test_legacy_accept_kw_cls [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_legacy_accept_kw_cls test/base/test_events.py::LegacySignatureTest::test_legacy_accept_kw_instance [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_legacy_accept_kw_instance test/base/test_events.py::LegacySignatureTest::test_legacy_accept_partial [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_legacy_accept_partial test/base/test_events.py::LegacySignatureTest::test_standard_accept_has_legacies [gw2] [ 36%] PASSED test/base/test_events.py::LegacySignatureTest::test_standard_accept_has_legacies test/base/test_events.py::ListenOverrideTest::test_listen_override [gw2] [ 36%] PASSED test/base/test_events.py::ListenOverrideTest::test_listen_override test/base/test_events.py::ListenOverrideTest::test_remove_clslevel [gw2] [ 36%] PASSED test/base/test_events.py::ListenOverrideTest::test_remove_clslevel test/base/test_events.py::ListenOverrideTest::test_remove_instancelevel [gw2] [ 36%] PASSED test/base/test_events.py::ListenOverrideTest::test_remove_instancelevel test/orm/test_events.py::LoadTest::test_just_loaded test/sql/test_operators.py::InTest::test_in_17 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_17 test/sql/test_operators.py::InTest::test_in_18 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_18 test/sql/test_operators.py::InTest::test_in_19 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_19 test/sql/test_operators.py::InTest::test_in_2 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_2 test/sql/test_operators.py::InTest::test_in_20 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_20 test/sql/test_operators.py::InTest::test_in_21 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_21 test/sql/test_operators.py::InTest::test_in_22 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_22 test/sql/test_operators.py::InTest::test_in_24 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_24 test/sql/test_operators.py::InTest::test_in_25 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_25 test/sql/test_operators.py::InTest::test_in_26 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_26 test/sql/test_operators.py::InTest::test_in_27 [gw6] [ 36%] PASSED test/orm/test_expire.py::ExpireTest::test_partial_expire_lazy test/orm/test_expire.py::ExpireTest::test_pending_raises [gw0] [ 36%] PASSED test/orm/test_inspect.py::TestORMInspection::test_with_polymorphic test/orm/test_instrumentation.py::InitTest::test_A [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_A test/orm/test_instrumentation.py::InitTest::test_A_B_C [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_A_B_C test/orm/test_instrumentation.py::InitTest::test_A_B_Ci [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_A_B_Ci test/orm/test_instrumentation.py::InitTest::test_A_Bi_C [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_A_Bi_C test/orm/test_instrumentation.py::InitTest::test_Ai [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_Ai test/orm/test_instrumentation.py::InitTest::test_Ai_B [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_Ai_B test/orm/test_instrumentation.py::InitTest::test_Ai_B_C [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_Ai_B_C test/orm/test_instrumentation.py::InitTest::test_Ai_B_Ci [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_Ai_B_Ci test/orm/test_instrumentation.py::InitTest::test_Ai_Bi [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_Ai_Bi test/orm/test_instrumentation.py::InitTest::test_Ai_Bi_Ci [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_Ai_Bi_Ci test/orm/test_instrumentation.py::InitTest::test_Ai_b_Ci [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_Ai_b_Ci test/orm/test_instrumentation.py::InitTest::test_Ai_bi [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_Ai_bi test/orm/test_instrumentation.py::InitTest::test_Ai_bi_Ci [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_Ai_bi_Ci test/orm/test_instrumentation.py::InitTest::test_ai [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_ai test/orm/test_instrumentation.py::InitTest::test_ai_B [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_ai_B test/orm/test_instrumentation.py::InitTest::test_ai_Bi [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_ai_Bi test/orm/test_instrumentation.py::InitTest::test_defaulted_init [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::InitTest::test_defaulted_init test/orm/test_instrumentation.py::MapperInitTest::test_del_warning [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::MapperInitTest::test_del_warning test/orm/test_instrumentation.py::MapperInitTest::test_partially_mapped_inheritance [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::MapperInitTest::test_partially_mapped_inheritance test/orm/test_instrumentation.py::MiscTest::test_compileonattr [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::MiscTest::test_compileonattr test/orm/test_instrumentation.py::MiscTest::test_compileonattr_rel [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::MiscTest::test_compileonattr_rel test/orm/test_instrumentation.py::MiscTest::test_compileonattr_rel_backref_a [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::MiscTest::test_compileonattr_rel_backref_a test/orm/test_instrumentation.py::MiscTest::test_compileonattr_rel_backref_b [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::MiscTest::test_compileonattr_rel_backref_b test/orm/test_instrumentation.py::MiscTest::test_uninstrument [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::MiscTest::test_uninstrument test/orm/test_instrumentation.py::NativeInstrumentationTest::test_mapped_managerattr [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::NativeInstrumentationTest::test_mapped_managerattr test/orm/test_instrumentation.py::NativeInstrumentationTest::test_mapped_stateattr [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::NativeInstrumentationTest::test_mapped_stateattr test/orm/test_instrumentation.py::NativeInstrumentationTest::test_register_reserved_attribute [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::NativeInstrumentationTest::test_register_reserved_attribute test/orm/test_instrumentation.py::OnLoadTest::test_basic [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::OnLoadTest::test_basic test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_only_args [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_only_args test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_only_args_plus_opt [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_only_args_plus_opt test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_only_sig [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_only_sig test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_plus_opt_sig [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_plus_opt_sig test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_plus_posn_args [gw0] [ 36%] PASSED test/orm/test_instrumentation.py::Py3KFunctionInstTest::test_kw_plus_posn_args test/orm/test_joins.py::CreateJoinsTest::test_double_level_aliased_exists [gw0] [ 36%] PASSED test/orm/test_joins.py::CreateJoinsTest::test_double_level_aliased_exists test/orm/test_joins.py::InheritedJoinTest::test_auto_aliasing_multi_link [gw2] [ 36%] PASSED test/orm/test_events.py::LoadTest::test_just_loaded test/orm/test_events.py::LoadTest::test_repeated_rows [gw2] [ 36%] PASSED test/orm/test_events.py::LoadTest::test_repeated_rows [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_27 test/sql/test_operators.py::InTest::test_in_28 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_28 test/sql/test_operators.py::InTest::test_in_29[False] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_29[False] test/sql/test_operators.py::InTest::test_in_29[True] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_29[True] test/sql/test_operators.py::InTest::test_in_3 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_3 test/sql/test_operators.py::InTest::test_in_4 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_4 test/sql/test_operators.py::InTest::test_in_5 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_5 test/sql/test_operators.py::InTest::test_in_6 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_6 test/sql/test_operators.py::InTest::test_in_7 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_7 test/sql/test_operators.py::InTest::test_in_8 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_8 test/sql/test_operators.py::InTest::test_in_9 [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_9 test/sql/test_operators.py::InTest::test_in_arbitrary_sequence [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_arbitrary_sequence test/sql/test_operators.py::InTest::test_in_empty_single[False-False] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_empty_single[False-False] test/sql/test_operators.py::InTest::test_in_empty_single[False-True] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_empty_single[False-True] test/sql/test_operators.py::InTest::test_in_empty_single[True-False] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_empty_single[True-False] test/sql/test_operators.py::InTest::test_in_empty_single[True-True] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_empty_single[True-True] test/sql/test_operators.py::InTest::test_in_empty_tuple[False-False] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_empty_tuple[False-False] test/sql/test_operators.py::InTest::test_in_empty_tuple[False-True] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_empty_tuple[False-True] test/sql/test_operators.py::InTest::test_in_empty_tuple[True-False] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_empty_tuple[True-False] test/sql/test_operators.py::InTest::test_in_empty_tuple[True-True] [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_empty_tuple[True-True] test/sql/test_operators.py::InTest::test_in_self_plus_negated [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_self_plus_negated test/sql/test_operators.py::InTest::test_in_self_plus_negated_empty [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_self_plus_negated_empty test/sql/test_operators.py::InTest::test_in_set [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_in_set test/sql/test_operators.py::InTest::test_scalar_subquery_wo_type [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_scalar_subquery_wo_type test/sql/test_operators.py::InTest::test_type_inference_one [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_type_inference_one test/sql/test_operators.py::InTest::test_type_inference_two [gw1] [ 36%] PASSED test/sql/test_operators.py::InTest::test_type_inference_two test/sql/test_operators.py::IsDistinctFromTest::test_is_distinct_from [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_is_distinct_from test/sql/test_operators.py::IsDistinctFromTest::test_is_distinct_from_postgresql [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_is_distinct_from_postgresql test/sql/test_operators.py::IsDistinctFromTest::test_is_distinct_from_sqlite [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_is_distinct_from_sqlite test/sql/test_operators.py::IsDistinctFromTest::test_is_not_distinct_from test/orm/test_events.py::MapperEventsTest::test_basic [gw2] [ 36%] PASSED test/orm/test_events.py::MapperEventsTest::test_basic test/orm/test_events.py::MapperEventsTest::test_before_after_configured [gw2] [ 36%] PASSED test/orm/test_events.py::MapperEventsTest::test_before_after_configured test/orm/test_events.py::MapperEventsTest::test_before_after_configured_warn_on_non_mapper [gw2] [ 36%] PASSED test/orm/test_events.py::MapperEventsTest::test_before_after_configured_warn_on_non_mapper test/orm/test_events.py::MapperEventsTest::test_before_after_only_collection [gw2] [ 36%] PASSED test/orm/test_events.py::MapperEventsTest::test_before_after_only_collection test/orm/test_events.py::MapperEventsTest::test_before_mapper_configured_event[False-False] [gw2] [ 36%] PASSED test/orm/test_events.py::MapperEventsTest::test_before_mapper_configured_event[False-False] test/orm/test_events.py::MapperEventsTest::test_before_mapper_configured_event[False-True] [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_is_not_distinct_from test/sql/test_operators.py::IsDistinctFromTest::test_is_not_distinct_from_postgresql [gw2] [ 36%] PASSED test/orm/test_events.py::MapperEventsTest::test_before_mapper_configured_event[False-True] [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_is_not_distinct_from_postgresql test/sql/test_operators.py::IsDistinctFromTest::test_is_not_distinct_from_sqlite [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_is_not_distinct_from_sqlite test/orm/test_events.py::MapperEventsTest::test_before_mapper_configured_event[True-False] test/sql/test_operators.py::IsDistinctFromTest::test_not_is_distinct_from [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_not_is_distinct_from test/sql/test_operators.py::IsDistinctFromTest::test_not_is_distinct_from_postgresql [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_not_is_distinct_from_postgresql test/sql/test_operators.py::IsDistinctFromTest::test_not_is_not_distinct_from [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_not_is_not_distinct_from test/sql/test_operators.py::IsDistinctFromTest::test_not_is_not_distinct_from_postgresql [gw1] [ 36%] PASSED test/sql/test_operators.py::IsDistinctFromTest::test_not_is_not_distinct_from_postgresql test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops[boolean-Boolean] [gw2] [ 36%] PASSED test/orm/test_events.py::MapperEventsTest::test_before_mapper_configured_event[True-False] [gw1] [ 36%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops[boolean-Boolean] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops[float-Numeric] test/orm/test_events.py::MapperEventsTest::test_before_mapper_configured_event[True-True] [gw1] [ 36%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops[float-Numeric] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops[integer-Integer] [gw1] [ 36%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops[integer-Integer] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops[string-String] [gw1] [ 36%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops[string-String] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_binary[boolean-Boolean] [gw1] [ 36%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_binary[boolean-Boolean] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_binary[float-Numeric] [gw1] [ 36%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_binary[float-Numeric] [gw5] [ 36%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_indexes test/sql/test_metadata.py::ToMetaDataTest::test_indexes_with_col_redefine [gw5] [ 36%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_indexes_with_col_redefine test/sql/test_metadata.py::ToMetaDataTest::test_retain_table_schema [gw5] [ 36%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_retain_table_schema test/sql/test_metadata.py::ToMetaDataTest::test_strip_schema [gw5] [ 36%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_strip_schema test/sql/test_metadata.py::ToMetaDataTest::test_unique_true_flag [gw5] [ 36%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_unique_true_flag test/sql/test_metadata.py::UseExistingTest::test_autoload_replace_column [gw5] [ 36%] PASSED test/sql/test_metadata.py::UseExistingTest::test_autoload_replace_column test/sql/test_metadata.py::UseExistingTest::test_exception_no_flags [gw5] [ 36%] PASSED test/sql/test_metadata.py::UseExistingTest::test_exception_no_flags test/sql/test_metadata.py::UseExistingTest::test_extend_existing_add_column [gw5] [ 36%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_add_column test/sql/test_metadata.py::UseExistingTest::test_extend_existing_add_column_no_orig [gw5] [ 36%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_add_column_no_orig test/sql/test_metadata.py::UseExistingTest::test_extend_existing_add_column_no_reflection [gw5] [ 36%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_add_column_no_reflection test/sql/test_metadata.py::UseExistingTest::test_extend_existing_coltype [gw5] [ 36%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_coltype test/sql/test_metadata.py::UseExistingTest::test_extend_existing_coltype_no_orig [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_coltype_no_orig test/sql/test_metadata.py::UseExistingTest::test_extend_existing_coltype_no_reflection [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_coltype_no_reflection test/sql/test_metadata.py::UseExistingTest::test_extend_existing_dupes_constraints [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_dupes_constraints test/sql/test_metadata.py::UseExistingTest::test_extend_existing_quote [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_quote test/sql/test_metadata.py::UseExistingTest::test_extend_existing_quote_no_orig [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_quote_no_orig test/sql/test_metadata.py::UseExistingTest::test_extend_existing_quote_no_reflection [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_extend_existing_quote_no_reflection test/sql/test_metadata.py::UseExistingTest::test_keep_existing_add_column [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_add_column test/sql/test_metadata.py::UseExistingTest::test_keep_existing_add_column_no_orig [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_add_column_no_orig test/sql/test_metadata.py::UseExistingTest::test_keep_existing_add_column_no_reflection [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_add_column_no_reflection test/sql/test_metadata.py::UseExistingTest::test_keep_existing_coltype [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_coltype test/sql/test_metadata.py::UseExistingTest::test_keep_existing_coltype_no_orig [gw4] [ 37%] PASSED test/orm/test_deprecations.py::DistinctOrderByImplicitTest::test_columns_augmented_roundtrip_three test/engine/test_deprecations.py::ExecutionOptionsTest::test_branched_connection_execution_options [gw4] [ 37%] PASSED test/engine/test_deprecations.py::ExecutionOptionsTest::test_branched_connection_execution_options test/orm/test_deprecations.py::ExplicitJoinTest_string_inline::test_aliased_join [gw4] [ 37%] PASSED test/orm/test_deprecations.py::ExplicitJoinTest_string_inline::test_aliased_join test/orm/test_deprecations.py::FromSelfTest::test_column_access_from_self [gw4] [ 37%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_column_access_from_self test/orm/test_deprecations.py::FromSelfTest::test_filter [gw4] [ 37%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_filter test/orm/test_deprecations.py::FromSelfTest::test_multiple_with_column_entities_oldstyle [gw4] [ 37%] PASSED test/orm/test_deprecations.py::FromSelfTest::test_multiple_with_column_entities_oldstyle test/sql/test_deprecations.py::FutureSelectTest::test_new_calling_style_thing_ok_actually_use_iter [gw4] [ 37%] PASSED test/sql/test_deprecations.py::FutureSelectTest::test_new_calling_style_thing_ok_actually_use_iter test/orm/test_deprecations.py::GetBindTest::test_bind_joined_sub_table_joined_sub_class [gw4] [ 37%] PASSED test/orm/test_deprecations.py::GetBindTest::test_bind_joined_sub_table_joined_sub_class test/orm/test_deprecations.py::GetBindTest::test_clause_extracts_orm_plugin_subject[insert] [gw4] [ 37%] PASSED test/orm/test_deprecations.py::GetBindTest::test_clause_extracts_orm_plugin_subject[insert] test/orm/test_deprecations.py::GetTest::test_no_criterion_when_already_loaded [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_coltype_no_orig test/sql/test_metadata.py::UseExistingTest::test_keep_existing_coltype_no_reflection [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_coltype_no_reflection test/sql/test_metadata.py::UseExistingTest::test_keep_existing_no_dupe_constraints test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_binary[integer-Integer] [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_binary[integer-Integer] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_binary[string-String] [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_binary[string-String] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_json_binary[boolean-Boolean] [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_json_binary[boolean-Boolean] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_json_binary[float-Numeric] [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_json_binary[float-Numeric] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_json_binary[integer-Integer] [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_json_binary[integer-Integer] test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_json_binary[string-String] [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_cast_ops_unsupported_on_non_json_binary[string-String] test/sql/test_operators.py::JSONIndexOpTest::test_getindex_literal_integer [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_no_dupe_constraints test/sql/test_metadata.py::UseExistingTest::test_keep_existing_quote [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_quote test/sql/test_metadata.py::UseExistingTest::test_keep_existing_quote_no_orig [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_quote_no_orig test/sql/test_metadata.py::UseExistingTest::test_keep_existing_quote_no_reflection [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_pending_raises [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_getindex_literal_integer test/sql/test_operators.py::JSONIndexOpTest::test_getindex_literal_string [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_getindex_literal_string test/sql/test_operators.py::JSONIndexOpTest::test_getindex_sqlexpr test/orm/test_expire.py::ExpireTest::test_persistence_check [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_existing_quote_no_reflection test/sql/test_metadata.py::UseExistingTest::test_keep_plus_existing_raises [gw5] [ 37%] PASSED test/sql/test_metadata.py::UseExistingTest::test_keep_plus_existing_raises [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_before_mapper_configured_event[True-True] test/orm/test_events.py::MapperEventsTest::test_inheritance [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_inheritance test/orm/test_events.py::MapperEventsTest::test_inheritance_subclass_deferred test/aaa_profiling/test_misc.py::CacheKeyTest::test_statement_key_is_cached [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_persistence_check test/orm/test_expire.py::ExpireTest::test_refresh_cancels_expire [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_getindex_sqlexpr [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_refresh_cancels_expire test/orm/test_expire.py::ExpireTest::test_refresh_cascade test/sql/test_operators.py::JSONIndexOpTest::test_getindex_sqlexpr_both_grouping [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_getindex_sqlexpr_both_grouping test/sql/test_operators.py::JSONIndexOpTest::test_getindex_sqlexpr_left_grouping [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_getindex_sqlexpr_left_grouping [gw0] [ 37%] PASSED test/orm/test_joins.py::InheritedJoinTest::test_auto_aliasing_multi_link test/orm/test_joins.py::InheritedJoinTest::test_explicit_polymorphic_join_one [gw0] [ 37%] PASSED test/orm/test_joins.py::InheritedJoinTest::test_explicit_polymorphic_join_one test/orm/test_joins.py::InheritedJoinTest::test_explicit_polymorphic_join_two [gw4] [ 37%] PASSED test/orm/test_deprecations.py::GetTest::test_no_criterion_when_already_loaded test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_six_point_five_selectable_auto_alias test/sql/test_operators.py::JSONIndexOpTest::test_getindex_sqlexpr_right_grouping [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_getindex_sqlexpr_right_grouping test/sql/test_operators.py::JSONIndexOpTest::test_override_operators [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_override_operators test/sql/test_operators.py::JSONIndexOpTest::test_path_getindex_literal [gw0] [ 37%] PASSED test/orm/test_joins.py::InheritedJoinTest::test_explicit_polymorphic_join_two test/orm/test_joins.py::InheritedJoinTest::test_force_via_select_from [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_refresh_cascade [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_path_getindex_literal [gw0] [ 37%] PASSED test/orm/test_joins.py::InheritedJoinTest::test_force_via_select_from test/orm/test_joins.py::InheritedJoinTest::test_single_prop test/sql/test_operators.py::JSONIndexOpTest::test_setup_getitem [gw1] [ 37%] PASSED test/sql/test_operators.py::JSONIndexOpTest::test_setup_getitem [gw0] [ 37%] PASSED test/orm/test_joins.py::InheritedJoinTest::test_single_prop test/orm/test_joins.py::InheritedJoinTest::test_single_prop_of_type test/sql/test_operators.py::LikeTest::test_like_1 [gw0] [ 37%] PASSED test/orm/test_joins.py::InheritedJoinTest::test_single_prop_of_type test/orm/test_expire.py::ExpireTest::test_refresh_cascade_pending test/orm/test_joins.py::JoinFromSelectableTest::test_mapped_select_to_mapped_explicit_left [gw5] [ 37%] SKIPPED test/aaa_profiling/test_misc.py::CacheKeyTest::test_statement_key_is_cached test/aaa_profiling/test_misc.py::CacheKeyTest::test_statement_key_is_not_cached [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_inheritance_subclass_deferred [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_1 test/sql/test_operators.py::LikeTest::test_like_10 test/orm/test_events.py::MapperEventsTest::test_init_allow_kw_modify [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_10 test/sql/test_operators.py::LikeTest::test_like_11 [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_refresh_cascade_pending [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinFromSelectableTest::test_mapped_select_to_mapped_explicit_left [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_11 test/sql/test_operators.py::LikeTest::test_like_12 test/orm/test_joins.py::JoinFromSelectableTest::test_mapped_select_to_mapped_implicit_left [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_12 test/sql/test_operators.py::LikeTest::test_like_2 [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_2 test/sql/test_operators.py::LikeTest::test_like_3 test/orm/test_expire.py::ExpireTest::test_refresh_cascade_pending_orphan [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_init_allow_kw_modify [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_3 test/sql/test_operators.py::LikeTest::test_like_4 [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_4 test/sql/test_operators.py::LikeTest::test_like_5 [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_5 [gw5] [ 37%] SKIPPED test/aaa_profiling/test_misc.py::CacheKeyTest::test_statement_key_is_not_cached [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinFromSelectableTest::test_mapped_select_to_mapped_implicit_left test/sql/test_operators.py::LikeTest::test_like_6 test/orm/test_joins.py::JoinFromSelectableTest::test_mapped_select_to_select_explicit_left [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_6 test/sql/test_operators.py::LikeTest::test_like_7 [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinFromSelectableTest::test_mapped_select_to_select_explicit_left [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_7 test/sql/test_operators.py::LikeTest::test_like_8 test/orm/test_joins.py::JoinFromSelectableTest::test_mapped_select_to_select_implicit_left test/aaa_profiling/test_misc.py::EnumTest::test_create_enum_from_pep_435_w_expensive_members [gw5] [ 37%] SKIPPED test/aaa_profiling/test_misc.py::EnumTest::test_create_enum_from_pep_435_w_expensive_members test/orm/test_events.py::MapperEventsTest::test_init_failure_hook [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_init_failure_hook [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_8 [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinFromSelectableTest::test_mapped_select_to_select_implicit_left test/sql/test_operators.py::LikeTest::test_like_9 test/orm/test_joins.py::JoinFromSelectableTest::test_select_mapped_to_mapped_explicit_left [gw1] [ 37%] PASSED test/sql/test_operators.py::LikeTest::test_like_9 [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinFromSelectableTest::test_select_mapped_to_mapped_explicit_left test/orm/test_joins.py::JoinFromSelectableTest::test_select_mapped_to_mapped_implicit_left test/sql/test_operators.py::MatchTest::test_boolean_inversion_mssql [gw1] [ 37%] PASSED test/sql/test_operators.py::MatchTest::test_boolean_inversion_mssql test/sql/test_operators.py::MatchTest::test_boolean_inversion_mysql [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinFromSelectableTest::test_select_mapped_to_mapped_implicit_left test/orm/test_joins.py::JoinFromSelectableTest::test_select_mapped_to_select_explicit_left test/orm/test_events.py::MapperEventsTest::test_insert_before_configured test/base/test_misc_py3k.py::TestGenerics::test_traversible_is_generic [gw5] [ 37%] PASSED test/base/test_misc_py3k.py::TestGenerics::test_traversible_is_generic test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_clear [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_refresh_cascade_pending_orphan [gw1] [ 37%] PASSED test/sql/test_operators.py::MatchTest::test_boolean_inversion_mysql test/orm/test_expire.py::ExpireTest::test_refresh_collection_exception [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinFromSelectableTest::test_select_mapped_to_select_explicit_left test/orm/test_joins.py::JoinFromSelectableTest::test_select_mapped_to_select_implicit_left [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinFromSelectableTest::test_select_mapped_to_select_implicit_left test/orm/test_joins.py::JoinLateralTest::test_from_function [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_insert_before_configured test/orm/test_events.py::MapperEventsTest::test_insert_flags [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_refresh_collection_exception test/orm/test_expire.py::ExpireTest::test_refresh_on_deleted_raises [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_clear [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_refresh_on_deleted_raises test/sql/test_operators.py::MatchTest::test_boolean_inversion_postgresql [gw1] [ 37%] PASSED test/sql/test_operators.py::MatchTest::test_boolean_inversion_postgresql test/sql/test_operators.py::MatchTest::test_match_1 [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinLateralTest::test_from_function test/orm/test_joins.py::JoinLateralTest::test_from_function_aas [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinLateralTest::test_from_function_aas test/orm/test_joins.py::JoinLateralTest::test_select_subquery test/orm/test_expire.py::ExpireTest::test_relationship_changes_preserved [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_insert_flags test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_coerce [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinLateralTest::test_select_subquery test/orm/test_joins.py::JoinLateralTest::test_select_subquery_aas_explicit_correlate [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinLateralTest::test_select_subquery_aas_explicit_correlate [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_coerce test/orm/test_joins.py::JoinLateralTest::test_select_subquery_aas_explicit_correlate_coreonly test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_coerce_none [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinLateralTest::test_select_subquery_aas_explicit_correlate_coreonly [gw4] [ 37%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_join_to_subclass_six_point_five_selectable_auto_alias test/orm/test_joins.py::JoinLateralTest::test_select_subquery_aas_implicit_correlate test/orm/test_deprecations.py::InheritedJoinTest::test_prop_with_polymorphic_2 [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_relationship_changes_preserved [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinLateralTest::test_select_subquery_aas_implicit_correlate [gw1] [ 37%] PASSED test/sql/test_operators.py::MatchTest::test_match_1 test/sql/test_operators.py::MatchTest::test_match_2 [gw1] [ 37%] PASSED test/sql/test_operators.py::MatchTest::test_match_2 test/sql/test_operators.py::MatchTest::test_match_3 [gw1] [ 37%] PASSED test/sql/test_operators.py::MatchTest::test_match_3 test/sql/test_operators.py::MatchTest::test_match_4 [gw1] [ 37%] PASSED test/sql/test_operators.py::MatchTest::test_match_4 test/sql/test_operators.py::MatchTest::test_match_5 [gw1] [ 37%] PASSED test/sql/test_operators.py::MatchTest::test_match_5 test/sql/test_operators.py::MatchTest::test_match_is_now_matchtype [gw1] [ 37%] PASSED test/sql/test_operators.py::MatchTest::test_match_is_now_matchtype test/sql/test_operators.py::MathOperatorTest::test_custom_op_percent_escaping[format-mytable.myid %% %s] [gw1] [ 37%] PASSED test/sql/test_operators.py::MathOperatorTest::test_custom_op_percent_escaping[format-mytable.myid %% %s] [gw4] [ 37%] PASSED test/orm/test_deprecations.py::InheritedJoinTest::test_prop_with_polymorphic_2 test/orm/test_deprecations.py::InstancesTest::test_from_alias_two_old_way test/orm/test_expire.py::ExpireTest::test_relationships_load_on_query [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_coerce_none test/orm/test_joins.py::JoinLateralTest::test_select_subquery_aas_implicit_correlate_coreonly [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinLateralTest::test_select_subquery_aas_implicit_correlate_coreonly test/orm/test_joins.py::JoinOnSynonymTest::test_join_on_synonym test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_coerce_raise test/sql/test_operators.py::MathOperatorTest::test_custom_op_percent_escaping[named-mytable.myid % :myid_1] [gw1] [ 37%] PASSED test/sql/test_operators.py::MathOperatorTest::test_custom_op_percent_escaping[named-mytable.myid % :myid_1] test/sql/test_operators.py::MathOperatorTest::test_custom_op_percent_escaping[pyformat-mytable.myid %% %(myid_1)s] [gw1] [ 37%] PASSED test/sql/test_operators.py::MathOperatorTest::test_custom_op_percent_escaping[pyformat-mytable.myid %% %(myid_1)s] test/sql/test_operators.py::MathOperatorTest::test_custom_op_percent_escaping[qmark-mytable.myid % ?] [gw1] [ 37%] PASSED test/sql/test_operators.py::MathOperatorTest::test_custom_op_percent_escaping[qmark-mytable.myid % ?] test/sql/test_operators.py::MathOperatorTest::test_math_op[add] [gw1] [ 37%] PASSED test/sql/test_operators.py::MathOperatorTest::test_math_op[add] test/sql/test_operators.py::MathOperatorTest::test_math_op[div] [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_coerce_raise [gw1] [ 37%] PASSED test/sql/test_operators.py::MathOperatorTest::test_math_op[div] test/sql/test_operators.py::MathOperatorTest::test_math_op[mod] [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_relationships_load_on_query test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_copy test/orm/test_expire.py::ExpireTest::test_rollback_undoes_expunge_from_deleted [gw1] [ 37%] PASSED test/sql/test_operators.py::MathOperatorTest::test_math_op[mod] test/sql/test_operators.py::MathOperatorTest::test_math_op[mul] [gw1] [ 37%] PASSED test/sql/test_operators.py::MathOperatorTest::test_math_op[mul] test/sql/test_operators.py::MathOperatorTest::test_math_op[sub] [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_copy test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_deepcopy [gw6] [ 37%] PASSED test/orm/test_expire.py::ExpireTest::test_rollback_undoes_expunge_from_deleted [gw1] [ 37%] PASSED test/sql/test_operators.py::MathOperatorTest::test_math_op[sub] test/sql/test_operators.py::NegationTest::test_implicitly_boolean [gw0] [ 37%] PASSED test/orm/test_joins.py::JoinOnSynonymTest::test_join_on_synonym [gw1] [ 37%] PASSED test/sql/test_operators.py::NegationTest::test_implicitly_boolean test/sql/test_operators.py::NegationTest::test_negate_operator_label [gw1] [ 37%] PASSED test/sql/test_operators.py::NegationTest::test_negate_operator_label test/sql/test_operators.py::NegationTest::test_negate_operator_self_group test/orm/test_expire.py::ExpireTest::test_skip_options_that_dont_match[False-False] [gw1] [ 37%] PASSED test/sql/test_operators.py::NegationTest::test_negate_operator_self_group [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_deepcopy test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_in_place_mutation test/sql/test_operators.py::NegationTest::test_negate_operator_type [gw1] [ 37%] PASSED test/sql/test_operators.py::NegationTest::test_negate_operator_type test/sql/test_operators.py::NegationTest::test_negate_operators_1 [gw1] [ 37%] PASSED test/sql/test_operators.py::NegationTest::test_negate_operators_1 test/sql/test_operators.py::NegationTest::test_negate_operators_2 [gw1] [ 37%] PASSED test/sql/test_operators.py::NegationTest::test_negate_operators_2 test/sql/test_operators.py::NegationTest::test_negate_operators_3 [gw1] [ 37%] PASSED test/sql/test_operators.py::NegationTest::test_negate_operators_3 test/sql/test_operators.py::NegationTest::test_negate_operators_4 [gw1] [ 37%] PASSED test/sql/test_operators.py::NegationTest::test_negate_operators_4 test/sql/test_operators.py::NegationTest::test_negate_operators_5 [gw1] [ 37%] PASSED test/sql/test_operators.py::NegationTest::test_negate_operators_5 test/sql/test_operators.py::NewOperatorTest::test_alias_proxy [gw1] [ 37%] PASSED test/sql/test_operators.py::NewOperatorTest::test_alias_proxy test/sql/test_operators.py::NewOperatorTest::test_binary_multi_propagate [gw1] [ 37%] PASSED test/sql/test_operators.py::NewOperatorTest::test_binary_multi_propagate test/sql/test_operators.py::NewOperatorTest::test_binary_propagate [gw1] [ 37%] PASSED test/sql/test_operators.py::NewOperatorTest::test_binary_propagate test/sql/test_operators.py::NewOperatorTest::test_column_proxy [gw1] [ 37%] PASSED test/sql/test_operators.py::NewOperatorTest::test_column_proxy test/sql/test_operators.py::NewOperatorTest::test_no_boolean_propagate [gw1] [ 37%] PASSED test/sql/test_operators.py::NewOperatorTest::test_no_boolean_propagate test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_core_round_trip [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_in_place_mutation test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_modified_event test/sql/test_operators.py::NewOperatorTest::test_override_builtin [gw1] [ 37%] PASSED test/sql/test_operators.py::NewOperatorTest::test_override_builtin test/sql/test_operators.py::NewOperatorTest::test_reverse_binary_propagate [gw1] [ 37%] PASSED test/sql/test_operators.py::NewOperatorTest::test_reverse_binary_propagate test/sql/test_operators.py::NewOperatorTest::test_subquery_proxy [gw1] [ 37%] PASSED test/sql/test_operators.py::NewOperatorTest::test_subquery_proxy test/sql/test_operators.py::NonZeroTest::test_annotated_binary_identity_eq [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_modified_event test/orm/test_events.py::MapperEventsTest::test_instance_event_listen [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_instance_event_listen [gw1] [ 37%] PASSED test/sql/test_operators.py::NonZeroTest::test_annotated_binary_identity_eq test/sql/test_operators.py::NonZeroTest::test_binary_identity_eq [gw1] [ 37%] PASSED test/sql/test_operators.py::NonZeroTest::test_binary_identity_eq test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_pickle_parent test/sql/test_operators.py::NonZeroTest::test_column_compare_eq [gw1] [ 37%] PASSED test/sql/test_operators.py::NonZeroTest::test_column_compare_eq test/sql/test_operators.py::NonZeroTest::test_column_compare_gt [gw1] [ 37%] PASSED test/sql/test_operators.py::NonZeroTest::test_column_compare_gt test/sql/test_operators.py::NonZeroTest::test_column_identity_eq [gw1] [ 37%] PASSED test/sql/test_operators.py::NonZeroTest::test_column_identity_eq test/sql/test_operators.py::NonZeroTest::test_column_identity_gt test/orm/test_events.py::MapperEventsTest::test_instrument_class_precedes_class_instrumentation [gw1] [ 37%] PASSED test/sql/test_operators.py::NonZeroTest::test_column_identity_gt test/sql/test_operators.py::NonZeroTest::test_labeled_binary_compare_gt [gw1] [ 37%] PASSED test/sql/test_operators.py::NonZeroTest::test_labeled_binary_compare_gt test/sql/test_operators.py::NonZeroTest::test_labeled_binary_identity_eq [gw1] [ 37%] PASSED test/sql/test_operators.py::NonZeroTest::test_labeled_binary_identity_eq [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_pickle_parent test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_pop [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_instrument_class_precedes_class_instrumentation test/orm/test_events.py::MapperEventsTest::test_instrument_event test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_1 [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_1 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_10 [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_10 [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_pop test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_11 [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_11 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_12 test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_pop_default [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_instrument_event [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_12 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_13 test/orm/test_events.py::MapperEventsTest::test_listen_doesnt_force_compile [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_13 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_14 [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_14 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_15 [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_15 [gw5] [ 37%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_pop_default [gw2] [ 37%] PASSED test/orm/test_events.py::MapperEventsTest::test_listen_doesnt_force_compile test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_popitem test/orm/test_events.py::MapperEventsTest::test_merge test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_16 [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_16 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_17 [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_17 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_18 [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_18 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_19 [gw1] [ 37%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_19 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_2 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_2 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_20 [gw5] [ 38%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_popitem [gw7] [ 38%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_delete_future_synchronize_fetch test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_delete_synchronize_evaluate [gw2] [ 38%] PASSED test/orm/test_events.py::MapperEventsTest::test_merge test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_replace [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_20 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_21 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_21 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_22 [gw4] [ 38%] PASSED test/orm/test_deprecations.py::InstancesTest::test_from_alias_two_old_way test/orm/test_deprecations.py::JoinLateralTest::test_select_subquery_sef_implicit_correlate_coreonly [gw4] [ 38%] PASSED test/orm/test_deprecations.py::JoinLateralTest::test_select_subquery_sef_implicit_correlate_coreonly test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_one [gw4] [ 38%] PASSED test/orm/test_deprecations.py::JoinTest::test_multi_tuple_form_legacy_one test/orm/test_deprecations.py::JoinTest::test_overlapping_paths_multilevel [gw4] [ 38%] PASSED test/orm/test_deprecations.py::JoinTest::test_overlapping_paths_multilevel [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_core_round_trip test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_join_render[-SELECT users.id AS users_id, users.name AS users_name FROM users JOIN addresses ON users.id = addresses.user_id0] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_join_render[-SELECT users.id AS users_id, users.name AS users_name FROM users JOIN addresses ON users.id = addresses.user_id0] test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_join_render[-SELECT users.id AS users_id, users.name AS users_name FROM users JOIN addresses ON users.id = addresses.user_id1] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_join_render[-SELECT users.id AS users_id, users.name AS users_name FROM users JOIN addresses ON users.id = addresses.user_id1] test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_join_render[-SELECT users.id AS users_id, users.name AS users_name FROM users LEFT OUTER JOIN orders ON users.id = orders.user_id JOIN addresses ON addresses.id = orders.address_id0] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_join_render[-SELECT users.id AS users_id, users.name AS users_name FROM users LEFT OUTER JOIN orders ON users.id = orders.user_id JOIN addresses ON addresses.id = orders.address_id0] test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_join_render[-SELECT users.id AS users_id, users.name AS users_name FROM users LEFT OUTER JOIN orders ON users.id = orders.user_id JOIN addresses ON addresses.id = orders.address_id1] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinRawTablesWLegacyTest::test_join_render[-SELECT users.id AS users_id, users.name AS users_name FROM users LEFT OUTER JOIN orders ON users.id = orders.user_id JOIN addresses ON addresses.id = orders.address_id1] test/orm/test_joins.py::JoinTest::test_aliased_classes test/orm/test_deprecations.py::JoinTest::test_single_prop_7 [gw4] [ 38%] PASSED test/orm/test_deprecations.py::JoinTest::test_single_prop_7 [gw5] [ 38%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_replace test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_replace_itself_still_ok [gw6] [ 38%] PASSED test/orm/test_expire.py::ExpireTest::test_skip_options_that_dont_match[False-False] test/orm/test_expire.py::ExpireTest::test_skip_options_that_dont_match[False-True] [gw6] [ 38%] PASSED test/orm/test_expire.py::ExpireTest::test_skip_options_that_dont_match[False-True] test/orm/test_expire.py::ExpireTest::test_skip_options_that_dont_match[True-False] [gw6] [ 38%] PASSED test/orm/test_expire.py::ExpireTest::test_skip_options_that_dont_match[True-False] test/orm/test_expire.py::ExpireTest::test_state_change_col_to_deferred [gw6] [ 38%] PASSED test/orm/test_expire.py::ExpireTest::test_state_change_col_to_deferred test/orm/test_expire.py::ExpireTest::test_state_deferred_to_col [gw6] [ 38%] PASSED test/orm/test_expire.py::ExpireTest::test_state_deferred_to_col test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec] [gw6] [ 38%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username@hostspec] [gw6] [ 38%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username@hostspec] test/engine/test_parseconnect.py::URLTest::test_rfc1738_password [gw6] [ 38%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738_password test/engine/test_parseconnect.py::URLTest::test_update_query_dict[foo1=bar1&foo2=bar2-update_with0-foo1=bar1&foo2=bar22&foo3=bar3-False] [gw6] [ 38%] PASSED test/engine/test_parseconnect.py::URLTest::test_update_query_dict[foo1=bar1&foo2=bar2-update_with0-foo1=bar1&foo2=bar22&foo3=bar3-False] test/engine/test_parseconnect.py::URLTest::test_update_query_dict[foo1=bar1&foo2=bar2-update_with1-foo1=bar1&foo2=bar2&foo2=bar22&foo3=bar3-True] [gw6] [ 38%] PASSED test/engine/test_parseconnect.py::URLTest::test_update_query_dict[foo1=bar1&foo2=bar2-update_with1-foo1=bar1&foo2=bar2&foo2=bar22&foo3=bar3-True] test/engine/test_parseconnect.py::URLTest::test_update_query_string[foo1=bar1&foo2=bar2-foo2=bar22&foo3=bar3-foo1=bar1&foo2=bar2&foo2=bar22&foo3=bar3-True] [gw6] [ 38%] PASSED test/engine/test_parseconnect.py::URLTest::test_update_query_string[foo1=bar1&foo2=bar2-foo2=bar22&foo3=bar3-foo1=bar1&foo2=bar2&foo2=bar22&foo3=bar3-True] test/engine/test_parseconnect.py::URLTest::test_update_query_string[foo1=bar1&foo2=bar2-foo2=bar22&foo3=bar3-foo1=bar1&foo2=bar22&foo3=bar3-False] [gw6] [ 38%] PASSED test/engine/test_parseconnect.py::URLTest::test_update_query_string[foo1=bar1&foo2=bar2-foo2=bar22&foo3=bar3-foo1=bar1&foo2=bar22&foo3=bar3-False] test/engine/test_parseconnect.py::URLTest::test_update_query_string[foo1=bar1&foo2=bar21&foo2=bar22&foo3=bar31-foo2=bar23&foo3=bar32&foo3=bar33-foo1=bar1&foo2=bar21&foo2=bar22&foo2=bar23&foo3=bar31&foo3=bar32&foo3=bar33-True] [gw6] [ 38%] PASSED test/engine/test_parseconnect.py::URLTest::test_update_query_string[foo1=bar1&foo2=bar21&foo2=bar22&foo3=bar31-foo2=bar23&foo3=bar32&foo3=bar33-foo1=bar1&foo2=bar21&foo2=bar22&foo2=bar23&foo3=bar31&foo3=bar32&foo3=bar33-True] test/engine/test_parseconnect.py::URLTest::test_update_query_string[foo1=bar1&foo2=bar21&foo2=bar22&foo3=bar31-foo2=bar23&foo3=bar32&foo3=bar33-foo1=bar1&foo2=bar23&foo3=bar32&foo3=bar33-False] [gw6] [ 38%] PASSED test/engine/test_parseconnect.py::URLTest::test_update_query_string[foo1=bar1&foo2=bar21&foo2=bar22&foo3=bar31-foo2=bar23&foo3=bar32&foo3=bar33-foo1=bar1&foo2=bar23&foo3=bar32&foo3=bar33-False] test/orm/test_pickled.py::CustomSetupTeardownTest::test_rebuild_state test/base/test_events.py::NamedCallTest::test_kw_accept [gw2] [ 38%] PASSED test/base/test_events.py::NamedCallTest::test_kw_accept test/base/test_events.py::NamedCallTest::test_kw_accept_plus_kw [gw2] [ 38%] PASSED test/base/test_events.py::NamedCallTest::test_kw_accept_plus_kw test/base/test_events.py::NamedCallTest::test_kw_accept_wrapped [gw2] [ 38%] PASSED test/base/test_events.py::NamedCallTest::test_kw_accept_wrapped test/base/test_events.py::NamedCallTest::test_partial_kw_accept [gw2] [ 38%] PASSED test/base/test_events.py::NamedCallTest::test_partial_kw_accept test/base/test_events.py::NamedCallTest::test_partial_kw_accept_wrapped [gw2] [ 38%] PASSED test/base/test_events.py::NamedCallTest::test_partial_kw_accept_wrapped test/orm/test_events.py::ORMExecuteTest::test_all_mappers_accessor_one [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_all_mappers_accessor_one test/orm/test_events.py::ORMExecuteTest::test_all_mappers_accessor_three [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_22 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_23 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_23 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_3 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_3 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_4 [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_all_mappers_accessor_three test/orm/test_events.py::ORMExecuteTest::test_all_mappers_accessor_two [gw5] [ 38%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_replace_itself_still_ok test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_setdefault [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_all_mappers_accessor_two test/orm/test_events.py::ORMExecuteTest::test_cache_option [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_cache_option [gw6] [ 38%] PASSED test/orm/test_pickled.py::CustomSetupTeardownTest::test_rebuild_state test/orm/test_pickled.py::OptionsTest::test_load test/orm/test_events.py::ORMExecuteTest::test_chained_events_one [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_4 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_5 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_5 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_6 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_6 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_7 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_7 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_8 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_8 test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_9 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorAssociativityTest::test_associativity_9 test/sql/test_operators.py::OperatorPrecedenceTest::test_commutative_operators [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_commutative_operators test/sql/test_operators.py::OperatorPrecedenceTest::test_is_eq_precedence_flat [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_is_eq_precedence_flat test/sql/test_operators.py::OperatorPrecedenceTest::test_op_operators [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_op_operators test/sql/test_operators.py::OperatorPrecedenceTest::test_op_operators_comma_precedence [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_op_operators_comma_precedence test/sql/test_operators.py::OperatorPrecedenceTest::test_op_operators_comparison_precedence [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_op_operators_comparison_precedence test/sql/test_operators.py::OperatorPrecedenceTest::test_op_operators_custom_precedence [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_op_operators_custom_precedence test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_1 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_1 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_10 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_10 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_11 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_11 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_12 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_12 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_13 [gw1] [ 38%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_13 test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload test/orm/test_deprecations.py::LazyLoadOptSpecificityTest::test_string_options_aliased_whatever [gw5] [ 38%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_setdefault test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_unrelated_flush [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_chained_events_one test/orm/test_events.py::ORMExecuteTest::test_chained_events_two [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_chained_events_two test/orm/test_events.py::ORMExecuteTest::test_lazyload_flags [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_lazyload_flags test/orm/test_events.py::ORMExecuteTest::test_select_flags [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_select_flags [gw4] [ 38%] PASSED test/orm/test_deprecations.py::LazyLoadOptSpecificityTest::test_string_options_aliased_whatever test/orm/test_events.py::ORMExecuteTest::test_selectinload_flags [gw5] [ 38%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_unrelated_flush [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_aliased_classes test/orm/test_joins.py::JoinTest::test_aliased_classes_m2m test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_contains_op-notcontains_op-a NOT LIKE '%' || b || '%'] [gw4] [ 38%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_binary_operators[not_contains_op-notcontains_op-a NOT LIKE '%' || b || '%'] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[not_like-notlike] test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_update [gw4] [ 38%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_column[not_like-notlike] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_selectinload_flags test/orm/test_events.py::ORMExecuteTest::test_subqueryload_flags test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_endswith_op-notendswith_op-False] [gw4] [ 38%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_operators_precedence[not_endswith_op-notendswith_op-False] test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_unary_operators[nulls_last_op-nullslast_op-a NULLS LAST] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_aliased_classes_m2m test/orm/test_joins.py::JoinTest::test_aliased_order_by [gw4] [ 38%] PASSED test/sql/test_deprecations.py::LegacyOperatorTest::test_issue_5435_unary_operators[nulls_last_op-nullslast_op-a NULLS LAST] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_subqueryload_flags test/orm/test_events.py::ORMExecuteTest::test_update_delete_flags [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_dont_reset_selectable test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_result_map [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_aliased_order_by test/orm/test_joins.py::JoinTest::test_backwards_join [gw4] [ 38%] PASSED test/dialect/mssql/test_deprecations.py::LegacySchemaAliasingTest::test_result_map test/sql/test_deprecations.py::LegacySequenceExecTest::test_func_explicit [gw4] [ 38%] SKIPPED test/sql/test_deprecations.py::LegacySequenceExecTest::test_func_explicit [gw5] [ 38%] PASSED test/ext/test_mutable.py::CustomMutableAssociationScalarJSONTest::test_update [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_dont_reset_selectable [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_update_delete_flags test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-joinedload-1-dont_cache] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_backwards_join test/orm/test_deprecations.py::MergeResultTest::test_none_entity test/orm/test_joins.py::JoinTest::test_clause_onclause [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-joinedload-1-dont_cache] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-joinedload-1-fixed] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_clause_onclause test/orm/test_joins.py::JoinTest::test_clause_present_in_froms_twice_w_onclause [gw6] [ 38%] PASSED test/orm/test_pickled.py::OptionsTest::test_load test/orm/test_pickled.py::OptionsTest::test_options_of_type [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-joinedload-1-fixed] [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_clear [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_clause_present_in_froms_twice_w_onclause test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-joinedload-1-payload] test/orm/test_joins.py::JoinTest::test_clause_present_in_froms_twice_wo_onclause [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_clause_present_in_froms_twice_wo_onclause [gw6] [ 38%] PASSED test/orm/test_pickled.py::OptionsTest::test_options_of_type [gw5] [ 38%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_clear [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three test/orm/test_pickled.py::PickleTest::test_09_pickle test/orm/test_joins.py::JoinTest::test_expression_onclauses test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_coerce_none [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-joinedload-1-payload] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-lazyload-10-dont_cache] [gw4] [ 38%] PASSED test/orm/test_deprecations.py::MergeResultTest::test_none_entity test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_coerce_none [gw5] [ 38%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_coerce_none test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_coerce_raise [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-lazyload-10-dont_cache] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-lazyload-10-fixed] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_expression_onclauses test/orm/test_joins.py::JoinTest::test_filter_by_from_join[explicit-False] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[explicit-False] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[explicit-True] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[explicit-True] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[none-False] [gw4] [ 38%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_coerce_none [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-lazyload-10-fixed] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-lazyload-10-payload] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[none-False] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[none-True] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[none-True] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[relationship-False] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[relationship-False] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[relationship-True] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[relationship-True] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[relationship_only-False] [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_one [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[relationship_only-False] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[relationship_only-True] [gw6] [ 38%] PASSED test/orm/test_pickled.py::PickleTest::test_09_pickle [gw5] [ 38%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_coerce_raise [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-lazyload-10-payload] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-selectinload-3-dont_cache] test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_copy [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-selectinload-3-dont_cache] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-selectinload-3-fixed] test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_pop_default [gw4] [ 38%] PASSED test/ext/test_deprecations.py::MutableAssocIncludeNonPrimaryTest::test_pop_default test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_coerce_none [gw5] [ 38%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_copy [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-selectinload-3-fixed] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-selectinload-3-payload] test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_deepcopy [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[relationship_only-True] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[table_explicit-False] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[table_explicit-False] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[table_explicit-True] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[table_explicit-True] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[table_none-False] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[table_none-False] test/orm/test_joins.py::JoinTest::test_filter_by_from_join[table_none-True] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-selectinload-3-payload] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-subqueryload-3-dont_cache] test/orm/test_pickled.py::PickleTest::test_11_pickle [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-subqueryload-3-dont_cache] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-subqueryload-3-fixed] [gw5] [ 38%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_deepcopy test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_in_place_mutation [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-subqueryload-3-fixed] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-subqueryload-3-payload] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[False-subqueryload-3-payload] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-joinedload-1-dont_cache] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-joinedload-1-dont_cache] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-joinedload-1-fixed] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_filter_by_from_join[table_none-True] test/orm/test_joins.py::JoinTest::test_full_flag [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_full_flag test/orm/test_joins.py::JoinTest::test_invalid_join_entity_from_multiple_from_clause [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_invalid_join_entity_from_multiple_from_clause test/orm/test_joins.py::JoinTest::test_invalid_join_entity_from_no_from_clause [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_invalid_join_entity_from_no_from_clause test/orm/test_joins.py::JoinTest::test_invalid_join_entity_from_single_from_clause [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_invalid_join_entity_from_single_from_clause test/orm/test_joins.py::JoinTest::test_invalid_kwarg_join [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_invalid_kwarg_join test/orm/test_joins.py::JoinTest::test_isouter_flag [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_isouter_flag test/orm/test_joins.py::JoinTest::test_join_and_union_with_entities[False-False] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_and_union_with_entities[False-False] test/orm/test_joins.py::JoinTest::test_join_and_union_with_entities[False-True] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_and_union_with_entities[False-True] [gw6] [ 38%] PASSED test/orm/test_pickled.py::PickleTest::test_11_pickle test/orm/test_pickled.py::PickleTest::test_attribute_mapped_collection test/orm/test_joins.py::JoinTest::test_join_and_union_with_entities[True-False] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_and_union_with_entities[True-False] test/orm/test_joins.py::JoinTest::test_join_and_union_with_entities[True-True] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_and_union_with_entities[True-True] test/orm/test_joins.py::JoinTest::test_join_entity_from_multiple_entities [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_entity_from_multiple_entities test/orm/test_joins.py::JoinTest::test_join_entity_from_multiple_from_clause [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_entity_from_multiple_from_clause test/orm/test_joins.py::JoinTest::test_join_explicit_left_multiple_adapted [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_explicit_left_multiple_adapted test/orm/test_joins.py::JoinTest::test_join_explicit_left_multiple_from_clause [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_explicit_left_multiple_from_clause test/orm/test_joins.py::JoinTest::test_join_nonmapped_column [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_nonmapped_column test/orm/test_joins.py::JoinTest::test_join_relationship_propagate_attrs [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_relationship_propagate_attrs test/orm/test_joins.py::JoinTest::test_join_with_entities[False-False] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_with_entities[False-False] test/orm/test_joins.py::JoinTest::test_join_with_entities[False-True] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_with_entities[False-True] test/orm/test_joins.py::JoinTest::test_join_with_entities[True-False] [gw5] [ 38%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_in_place_mutation test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_modified_event [gw4] [ 38%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_coerce_none test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_pop [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-joinedload-1-fixed] [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-joinedload-1-payload] [gw5] [ 38%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_modified_event [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_with_entities[True-False] test/orm/test_joins.py::JoinTest::test_join_with_entities[True-True] [gw0] [ 38%] PASSED test/orm/test_joins.py::JoinTest::test_join_with_entities[True-True] test/orm/test_joins.py::JoinTest::test_joins_from_adapted_entities [gw6] [ 38%] PASSED test/orm/test_pickled.py::PickleTest::test_attribute_mapped_collection test/orm/test_pickled.py::PickleTest::test_became_bound_options [gw4] [ 38%] PASSED test/ext/test_deprecations.py::MutableIncludeNonPrimaryTest::test_pop test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary [gw1] [ 38%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five [gw4] [ 38%] PASSED test/orm/test_deprecations.py::NonPrimaryMapperTest::test_illegal_non_primary [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-joinedload-1-payload] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-lazyload-10-dont_cache] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-lazyload-10-dont_cache] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-lazyload-10-fixed] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-lazyload-10-fixed] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-lazyload-10-payload] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-lazyload-10-payload] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-selectinload-3-dont_cache] test/orm/test_deprecations.py::NonPrimaryRelationshipLoaderTest::test_selectin [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-selectinload-3-dont_cache] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-selectinload-3-fixed] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-selectinload-3-fixed] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-selectinload-3-payload] [gw2] [ 38%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-selectinload-3-payload] [gw7] [ 39%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_delete_synchronize_evaluate test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_delete_synchronize_fetch [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-subqueryload-3-dont_cache] [gw2] [ 39%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-subqueryload-3-dont_cache] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-subqueryload-3-fixed] [gw4] [ 39%] PASSED test/orm/test_deprecations.py::NonPrimaryRelationshipLoaderTest::test_selectin test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_non_relation_basestring [gw2] [ 39%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-subqueryload-3-fixed] test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-subqueryload-3-payload] [gw2] [ 39%] PASSED test/orm/test_events.py::ORMExecuteTest::test_user_option_propagation[True-subqueryload-3-payload] test/base/test_events.py::PropagateTest::test_propagate [gw2] [ 39%] PASSED test/base/test_events.py::PropagateTest::test_propagate test/orm/test_events.py::QueryEventsTest::test_alters_entities [gw2] [ 39%] PASSED test/orm/test_events.py::QueryEventsTest::test_alters_entities test/orm/test_events.py::QueryEventsTest::test_before_compile [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_correlation_one [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_joins_from_adapted_entities test/orm/test_joins.py::JoinTest::test_joins_from_adapted_entities_isouter [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_joins_from_adapted_entities_isouter test/orm/test_joins.py::JoinTest::test_left_is_none_and_query_has_no_entities [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_left_is_none_and_query_has_no_entities test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_pickle_parent [gw5] [ 39%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_pickle_parent test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_pop [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_became_bound_options test/orm/test_pickled.py::PickleTest::test_bound_options[0] [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_bound_options[0] test/orm/test_pickled.py::PickleTest::test_bound_options[1] [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_bound_options[1] test/orm/test_pickled.py::PickleTest::test_bound_options[2] [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_bound_options[2] test/orm/test_pickled.py::PickleTest::test_bound_options[3] [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_bound_options[3] test/orm/test_pickled.py::PickleTest::test_bound_options[4] [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_bound_options[4] test/orm/test_pickled.py::PickleTest::test_class_deferred_cols [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_class_deferred_cols test/orm/test_pickled.py::PickleTest::test_collection_setstate test/orm/test_joins.py::JoinTest::test_left_w_no_entity [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_left_w_no_entity test/orm/test_joins.py::JoinTest::test_multiple_with_aliases [gw2] [ 39%] PASSED test/orm/test_events.py::QueryEventsTest::test_before_compile [gw4] [ 39%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_against_non_relation_basestring [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_multiple_with_aliases test/orm/test_joins.py::JoinTest::test_no_joinpoint_expr [gw5] [ 39%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_pop [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_no_joinpoint_expr test/orm/test_events.py::QueryEventsTest::test_before_compile_delete test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_pop_default [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_collection_setstate test/orm/test_deprecations.py::OptionsNoPropTest::test_option_with_mapper_then_column_basestring test/orm/test_pickled.py::PickleTest::test_column_mapped_collection [gw2] [ 39%] PASSED test/orm/test_events.py::QueryEventsTest::test_before_compile_delete test/orm/test_joins.py::JoinTest::test_no_onclause [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_no_onclause test/orm/test_joins.py::JoinTest::test_on_clause_no_right_side_one test/orm/test_events.py::QueryEventsTest::test_before_compile_execution_options [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_on_clause_no_right_side_one test/orm/test_joins.py::JoinTest::test_on_clause_no_right_side_one_future [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_column_mapped_collection [gw5] [ 39%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_pop_default test/orm/test_pickled.py::PickleTest::test_composite_column_mapped_collection test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_popitem [gw2] [ 39%] PASSED test/orm/test_events.py::QueryEventsTest::test_before_compile_execution_options test/orm/test_events.py::QueryEventsTest::test_before_compile_no_retval [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_on_clause_no_right_side_one_future test/orm/test_joins.py::JoinTest::test_on_clause_no_right_side_two [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_on_clause_no_right_side_two test/orm/test_joins.py::JoinTest::test_on_clause_no_right_side_two_future [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_on_clause_no_right_side_two_future test/orm/test_joins.py::JoinTest::test_overlap_with_aliases [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_correlation_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_correlation_three [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_correlation_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_correlation_two [gw4] [ 39%] PASSED test/orm/test_deprecations.py::OptionsNoPropTest::test_option_with_mapper_then_column_basestring [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_overlap_with_aliases test/orm/test_joins.py::JoinTest::test_overlapping_backwards_joins [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_correlation_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_expire test/orm/test_deprecations.py::OptionsTest::test_path_multilevel_string [gw2] [ 39%] PASSED test/orm/test_events.py::QueryEventsTest::test_before_compile_no_retval [gw5] [ 39%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_popitem [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_overlapping_backwards_joins test/orm/test_joins.py::JoinTest::test_overlapping_paths_multilevel [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_overlapping_paths_multilevel test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_replace test/orm/test_events.py::QueryEventsTest::test_before_compile_update [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_expire test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one test/orm/test_joins.py::JoinTest::test_overlapping_paths_one [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_overlapping_paths_one test/orm/test_joins.py::JoinTest::test_plain_table [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_plain_table test/orm/test_joins.py::JoinTest::test_pure_expression [gw2] [ 39%] PASSED test/orm/test_events.py::QueryEventsTest::test_before_compile_update [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_pure_expression test/orm/test_joins.py::JoinTest::test_replace_multiple_from_clause [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_replace_multiple_from_clause test/orm/test_joins.py::JoinTest::test_select_from [gw5] [ 39%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_replace [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_select_from test/orm/test_joins.py::JoinTest::test_select_from_orm_joins test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_replace_itself_still_ok [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_select_from_orm_joins test/orm/test_joins.py::JoinTest::test_single_prop_1 test/orm/test_events.py::RefreshFlushInReturningTest_sqlite+pysqlite_3_38_2::test_no_attr_events_flush [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_single_prop_1 test/orm/test_joins.py::JoinTest::test_single_prop_12 [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_single_prop_12 test/orm/test_joins.py::JoinTest::test_single_prop_13 [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_single_prop_13 test/orm/test_joins.py::JoinTest::test_single_prop_2 [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five [gw2] [ 39%] PASSED test/orm/test_events.py::RefreshFlushInReturningTest_sqlite+pysqlite_3_38_2::test_no_attr_events_flush [gw5] [ 39%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_replace_itself_still_ok [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_composite_column_mapped_collection test/orm/test_events.py::RefreshTest::test_already_present test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_setdefault test/orm/test_pickled.py::PickleTest::test_exceptions [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_single_prop_2 test/orm/test_joins.py::JoinTest::test_single_prop_3 [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_single_prop_3 test/orm/test_joins.py::JoinTest::test_single_prop_4 [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_single_prop_4 test/orm/test_joins.py::JoinTest::test_single_prop_6 [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_single_prop_6 test/orm/test_joins.py::JoinTest::test_single_prop_9 test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinTest::test_single_prop_9 [gw5] [ 39%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_setdefault test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_unrelated_flush [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_exceptions test/orm/test_pickled.py::PickleTest::test_instance_deferred_cols [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_from_alias [gw4] [ 39%] PASSED test/orm/test_deprecations.py::OptionsTest::test_path_multilevel_string test/orm/test_joins.py::JoinToNonPolyAliasesTest::test_join_parent_child [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_from_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_get_one [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_get_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_get_three test/orm/test_deprecations.py::ParentTest::test_select_from [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinToNonPolyAliasesTest::test_join_parent_child test/orm/test_joins.py::JoinToNonPolyAliasesTest::test_join_parent_child_select_from [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_get_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_get_two [gw2] [ 39%] PASSED test/orm/test_events.py::RefreshTest::test_already_present test/orm/test_events.py::RefreshTest::test_changes_reset [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinToNonPolyAliasesTest::test_join_parent_child_select_from [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_get_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one test/orm/test_joins.py::JoinToNonPolyAliasesTest::test_join_select_parent_child [gw2] [ 39%] PASSED test/orm/test_events.py::RefreshTest::test_changes_reset [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one test/orm/test_events.py::RefreshTest::test_populate_existing [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight [gw0] [ 39%] PASSED test/orm/test_joins.py::JoinToNonPolyAliasesTest::test_join_select_parent_child [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven test/orm/test_joins.py::SelfRefMixedTest::test_m2m_aliased_plus_o2m [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four [gw2] [ 39%] PASSED test/orm/test_events.py::RefreshTest::test_populate_existing [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine test/orm/test_events.py::RefreshTest::test_repeated_rows [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfRefMixedTest::test_m2m_aliased_plus_o2m [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six [gw2] [ 39%] PASSED test/orm/test_events.py::RefreshTest::test_repeated_rows test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten test/orm/test_joins.py::SelfRefMixedTest::test_o2m_aliased_plus_o2m [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three test/orm/test_events.py::RefreshTest::test_via_refresh_state [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfRefMixedTest::test_o2m_aliased_plus_o2m [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two test/orm/test_joins.py::SelfReferentialM2MTest::test_any [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four [gw2] [ 39%] PASSED test/orm/test_events.py::RefreshTest::test_via_refresh_state [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future test/orm/test_events.py::RefreshTest::test_was_expired [gw2] [ 39%] PASSED test/orm/test_events.py::RefreshTest::test_was_expired test/orm/test_events.py::RefreshTest::test_was_expired_attrs [gw2] [ 39%] PASSED test/orm/test_events.py::RefreshTest::test_was_expired_attrs test/orm/test_events.py::RefreshTest::test_was_expired_via_commit [gw2] [ 39%] PASSED test/orm/test_events.py::RefreshTest::test_was_expired_via_commit [gw3] [ 39%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_adapt_statement_cloned_traversal test/orm/test_events.py::RemovalTest::test_attr_propagated test/aaa_profiling/test_memusage.py::CycleTest::test_adapt_statement_replacement_traversal [gw2] [ 39%] PASSED test/orm/test_events.py::RemovalTest::test_attr_propagated [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialM2MTest::test_any test/orm/test_joins.py::SelfReferentialM2MTest::test_contains [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialM2MTest::test_contains test/orm/test_joins.py::SelfReferentialM2MTest::test_explicit_join [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialM2MTest::test_explicit_join test/orm/test_joins.py::SelfReferentialTest::test_any [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_any test/orm/test_joins.py::SelfReferentialTest::test_contains [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_contains test/orm/test_joins.py::SelfReferentialTest::test_eq_ne [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_eq_ne test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_1 [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_1 test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_10 [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_10 test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_2 [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_2 test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_3 [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_3 test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_4 [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_4 test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_5 [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_5 test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_6 [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_6 test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_7 [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_7 test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_8 test/base/test_events.py::RemovalTest::test_clslevel [gw2] [ 39%] PASSED test/base/test_events.py::RemovalTest::test_clslevel test/base/test_events.py::RemovalTest::test_clslevel_subclass [gw2] [ 39%] PASSED test/base/test_events.py::RemovalTest::test_clslevel_subclass test/base/test_events.py::RemovalTest::test_double_event_nonwrapped [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_8 test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_9 [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future [gw2] [ 39%] PASSED test/base/test_events.py::RemovalTest::test_double_event_nonwrapped test/base/test_events.py::RemovalTest::test_double_event_wrapped [gw2] [ 39%] PASSED test/base/test_events.py::RemovalTest::test_double_event_wrapped test/base/test_events.py::RemovalTest::test_instance [gw1] [ 39%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future [gw0] [ 39%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_explicit_join_9 test/orm/test_joins.py::SelfReferentialTest::test_from_self_inside_excludes_outside [gw4] [ 39%] PASSED test/orm/test_deprecations.py::ParentTest::test_select_from [gw2] [ 39%] PASSED test/base/test_events.py::RemovalTest::test_instance test/orm/test_events.py::RemovalTest::test_instance_event_listen_on_cls_before_map [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_instance_deferred_cols test/orm/test_pickled.py::PickleTest::test_instance_lazy_relation_loaders [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_instance_lazy_relation_loaders test/orm/test_pickled.py::PickleTest::test_invalidated_flag_deepcopy [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_invalidated_flag_deepcopy test/orm/test_pickled.py::PickleTest::test_invalidated_flag_pickle [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_invalidated_flag_pickle test/orm/test_pickled.py::PickleTest::test_lazyload_extra_criteria_not_supported [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_lazyload_extra_criteria_not_supported test/orm/test_pickled.py::PickleTest::test_no_instrumentation [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_no_instrumentation test/orm/test_pickled.py::PickleTest::test_no_mappers [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_no_mappers test/orm/test_pickled.py::PickleTest::test_pickle_protocols [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_pickle_protocols test/orm/test_pickled.py::PickleTest::test_state_info_pickle [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_state_info_pickle test/orm/test_pickled.py::PickleTest::test_transient [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_transient test/orm/test_pickled.py::PickleTest::test_unbound_options[0] [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_unbound_options[0] test/orm/test_pickled.py::PickleTest::test_unbound_options[1] test/orm/test_deprecations.py::ParentTest::test_with_transient [gw4] [ 39%] PASSED test/orm/test_deprecations.py::ParentTest::test_with_transient [gw5] [ 39%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_unrelated_flush test/orm/test_deprecations.py::PickleTest::test_unbound_options[1] test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_update [gw6] [ 39%] PASSED test/orm/test_pickled.py::PickleTest::test_unbound_options[1] test/orm/test_pickled.py::PickleTest::test_unbound_options[2] [gw2] [ 39%] PASSED test/orm/test_events.py::RemovalTest::test_instance_event_listen_on_cls_before_map [gw5] [ 39%] PASSED test/ext/test_mutable.py::MutableAssocWithAttrInheritTest::test_update test/base/test_events.py::RemovalTest::test_listener_collection_removed_cleanup test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_clear [gw6] [ 40%] PASSED test/orm/test_pickled.py::PickleTest::test_unbound_options[2] test/orm/test_pickled.py::PickleTest::test_unbound_options[3] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five [gw4] [ 40%] PASSED test/orm/test_deprecations.py::PickleTest::test_unbound_options[1] [gw0] [ 40%] PASSED test/orm/test_joins.py::SelfReferentialTest::test_from_self_inside_excludes_outside test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetoone_nonpassive [gw0] [ 40%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetoone_nonpassive test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetoone_passive [gw0] [ 40%] SKIPPED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetoone_passive test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_update_to_self_sql_expr [gw0] [ 40%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_update_to_self_sql_expr test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_update_to_sql_expr [gw0] [ 40%] SKIPPED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_update_to_sql_expr test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four [gw6] [ 40%] PASSED test/orm/test_pickled.py::PickleTest::test_unbound_options[3] [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_clear test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_coerce_none [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one test/orm/test_naturalpks.py::NonPKCascadeTest::test_onetomany_nonpassive [gw0] [ 40%] SKIPPED test/orm/test_naturalpks.py::NonPKCascadeTest::test_onetomany_nonpassive test/orm/test_naturalpks.py::NonPKCascadeTest::test_onetomany_passive [gw0] [ 40%] SKIPPED test/orm/test_naturalpks.py::NonPKCascadeTest::test_onetomany_passive test/orm/test_naturalpks.py::ReversePKsTest_sqlite+pysqlite_3_38_2::test_reverse [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six test/orm/test_pickled.py::PickleTest::test_unbound_options[4] [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_coerce_none [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three [gw0] [ 40%] PASSED test/orm/test_naturalpks.py::ReversePKsTest_sqlite+pysqlite_3_38_2::test_reverse test/orm/test_naturalpks.py::ReversePKsTest_sqlite+pysqlite_3_38_2::test_reverse_savepoint [gw0] [ 40%] SKIPPED test/orm/test_naturalpks.py::ReversePKsTest_sqlite+pysqlite_3_38_2::test_reverse_savepoint [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three [gw6] [ 40%] PASSED test/orm/test_pickled.py::PickleTest::test_unbound_options[4] test/orm/test_pickled.py::PolymorphicDeferredTest::test_polymorphic_deferred [gw4] [ 40%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw4] [ 40%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_coerce_raise test/orm/test_naturalpks.py::SelfReferentialTest::test_many_to_one_nonpassive [gw0] [ 40%] SKIPPED test/orm/test_naturalpks.py::SelfReferentialTest::test_many_to_one_nonpassive [gw6] [ 40%] PASSED test/orm/test_pickled.py::PolymorphicDeferredTest::test_polymorphic_deferred [gw7] [ 40%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_delete_synchronize_fetch test/orm/test_naturalpks.py::SelfReferentialTest::test_many_to_one_passive [gw0] [ 40%] SKIPPED test/orm/test_naturalpks.py::SelfReferentialTest::test_many_to_one_passive test/orm/test_naturalpks.py::SelfReferentialTest::test_one_to_many_on_m2o [gw0] [ 40%] SKIPPED test/orm/test_naturalpks.py::SelfReferentialTest::test_one_to_many_on_m2o test/orm/test_naturalpks.py::SelfReferentialTest::test_one_to_many_on_o2m [gw0] [ 40%] SKIPPED test/orm/test_naturalpks.py::SelfReferentialTest::test_one_to_many_on_o2m test/orm/test_naturalpks.py::TransientExceptionTesst_sqlite+pysqlite_3_38_2::test_transient_exception [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_coerce_raise test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_update_future_synchronize_evaluate test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_copy [gw4] [ 40%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one test/orm/test_pickled.py::TupleLabelTest::test_tuple_labeling test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_copy test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_deepcopy [gw0] [ 40%] PASSED test/orm/test_naturalpks.py::TransientExceptionTesst_sqlite+pysqlite_3_38_2::test_transient_exception [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four test/orm/test_naturalpks.py::UnsortablePKTest::test_updates_sorted [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_deepcopy [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_in_place_mutation [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six [gw0] [ 40%] PASSED test/orm/test_naturalpks.py::UnsortablePKTest::test_updates_sorted test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_five [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_in_place_mutation [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_modified_event [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight [gw6] [ 40%] PASSED test/orm/test_pickled.py::TupleLabelTest::test_tuple_labeling [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_modified_event test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_pickle_parent test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen test/orm/inheritance/test_poly_linked_list.py::PolymorphicCircularTest::test_four [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_pickle_parent [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_pop [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_five [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_linked_list.py::PolymorphicCircularTest::test_four [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_pop [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_one test/orm/inheritance/test_poly_linked_list.py::PolymorphicCircularTest::test_one [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_one test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_three test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_pop_default [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_three test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_two [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_any_two [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_linked_list.py::PolymorphicCircularTest::test_one test/orm/inheritance/test_poly_linked_list.py::PolymorphicCircularTest::test_three test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_five [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_five test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_four [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_four test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_one [gw1] [ 40%] SKIPPED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_loads_at_once [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_one test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_three [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_three test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_two [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_join_to_subclass_two test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_joinedload_explicit_withpoly [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_linked_list.py::PolymorphicCircularTest::test_three test/orm/inheritance/test_poly_linked_list.py::PolymorphicCircularTest::test_two [gw4] [ 40%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_flag_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_joinedload_explicit_withpoly test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_joinedload_implicit_withpoly [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_joinedload_implicit_withpoly test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_joinedload_stacked_of_type [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_joinedload_stacked_of_type test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_subqueryload_explicit_withpoly [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_subqueryload_explicit_withpoly test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_subqueryload_implicit_withpoly [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_loads_at_once test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_linked_list.py::PolymorphicCircularTest::test_two test/orm/inheritance/test_poly_loading.py::CompositeAttributesTest::test_load_composite [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::CompositeAttributesTest::test_load_composite test/orm/inheritance/test_poly_loading.py::FixtureLoadTest::test_load_company_plus_employees [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_pop_default [gw4] [ 40%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_subqueryload_implicit_withpoly test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_any [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_any test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_join_compile_one [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_join_compile_one test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_popitem [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_popitem test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_replace [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_replace test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_replace_itself_still_ok [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_replace_itself_still_ok test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_setdefault [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_join_exec_contains_eager_one [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_setdefault [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_join_exec_contains_eager_one test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_join_exec_contains_eager_two[0] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_join_exec_contains_eager_two[0] test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_unrelated_flush test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten [gw4] [ 40%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one [gw4] [ 40%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four [gw4] [ 40%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_join_exec_contains_eager_two[1] [gw0] [ 40%] PASSED test/orm/test_of_type.py::PolymorphicAliasedJoinsTest::test_with_polymorphic_join_exec_contains_eager_two[1] test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_five [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_multi_join [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_unrelated_flush [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_multi_join test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_update test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_multi_join_future [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_listener_collection_removed_cleanup test/base/test_events.py::RemovalTest::test_no_add_in_event [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_no_add_in_event test/base/test_events.py::RemovalTest::test_no_remove_in_event [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_no_remove_in_event test/base/test_events.py::RemovalTest::test_once [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_once test/base/test_events.py::RemovalTest::test_once_doesnt_dereference_listener [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::FixtureLoadTest::test_load_company_plus_employees test/orm/inheritance/test_poly_loading.py::FixtureLoadTest::test_person_selectin_subclasses [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_once_doesnt_dereference_listener test/base/test_events.py::RemovalTest::test_once_unless_exception [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_once_unless_exception test/base/test_events.py::RemovalTest::test_propagate [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_propagate test/base/test_events.py::RemovalTest::test_remove_not_listened [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_remove_not_listened [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::FixtureLoadTest::test_person_selectin_subclasses test/base/test_events.py::RemovalTest::test_remove_plain_named test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[None-None-True-defaultload] [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_remove_plain_named test/base/test_events.py::RemovalTest::test_remove_wrapped_named [gw2] [ 40%] PASSED test/base/test_events.py::RemovalTest::test_remove_wrapped_named [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[None-None-True-defaultload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[None-None-True-joinedload] [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[None-None-True-joinedload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[None-None-True-lazyload] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_multi_join_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_nesting_queries [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[None-None-True-lazyload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[None-None-True-selectinload] [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[None-None-True-selectinload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[defer-name-True-defaultload] [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[defer-name-True-defaultload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[defer-name-True-joinedload] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_nesting_queries test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[defer-name-True-joinedload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[defer-name-True-lazyload] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[defer-name-True-lazyload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[defer-name-True-selectinload] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[defer-name-True-selectinload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[load_only-id-True-defaultload] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[load_only-id-True-defaultload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[load_only-id-True-joinedload] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three [gw6] [ 40%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[load_only-id-True-joinedload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[load_only-id-True-lazyload] [gw1] [ 40%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarJSONTest::test_update test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_clear [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_clear test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_coerce_none [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_coerce_none test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_coerce_raise [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_coerce_raise test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_copy [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_copy test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_deepcopy [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_deepcopy test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_in_place_mutation [gw5] [ 40%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_in_place_mutation test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_modified_event test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload [gw7] [ 41%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_update_future_synchronize_evaluate test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_update_future_synchronize_fetch [gw4] [ 41%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_flag_aliased_two test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two [gw4] [ 41%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven [gw4] [ 41%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[load_only-id-True-lazyload] [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_modified_event test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[load_only-id-True-selectinload] [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_five test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_four [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_pickle_parent [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[load_only-id-True-selectinload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[raise-name-False-defaultload] [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[raise-name-False-defaultload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[raise-name-False-joinedload] [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_pickle_parent [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[raise-name-False-joinedload] test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_pop test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[raise-name-False-lazyload] [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[raise-name-False-lazyload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[raise-name-False-selectinload] [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[raise-name-False-selectinload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[undefer-name-True-defaultload] [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_pop [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[undefer-name-True-defaultload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[undefer-name-True-joinedload] [gw4] [ 41%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_four test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_one [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_one test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_three [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_three test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_two [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_any_two test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_five [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_five test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_four [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_four [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[undefer-name-True-joinedload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[undefer-name-True-lazyload] test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload [gw4] [ 41%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three [gw4] [ 41%] PASSED test/orm/inheritance/test_deprecations.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[undefer-name-True-lazyload] test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[undefer-name-True-selectinload] [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::IgnoreOptionsOnSubclassAttrLoad::test_subclass_loadattr[undefer-name-True-selectinload] [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_one test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_three test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[None] [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_pop_default test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_no_params_option [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_three [gw4] [ 41%] PASSED test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_no_params_option [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_pop_default test/orm/test_deprecations.py::SelectFromTest::test_aliased_class_vs_nonaliased test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_two [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_join_to_subclass_two test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_explicit_with_flataliased_poly_compile test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_popitem [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_explicit_with_flataliased_poly_compile test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_explicit_with_unaliased_poly_compile [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_explicit_with_unaliased_poly_compile test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_explicit_withpoly test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable [gw4] [ 41%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_aliased_class_vs_nonaliased [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp test/orm/test_deprecations.py::SelectFromTest::test_replace_with_eager test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_explicit_withpoly test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_implicit_withpoly [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_implicit_withpoly test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_stacked_of_type [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[None] test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[immediateload] [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp [gw4] [ 41%] PASSED test/orm/test_deprecations.py::SelectFromTest::test_replace_with_eager [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_joinedload_stacked_of_type test/orm/test_of_type.py::PolymorphicJoinsTest::test_subqueryload_explicit_withpoly [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[immediateload] test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[joinedload] [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_subqueryload_explicit_withpoly test/orm/test_of_type.py::PolymorphicJoinsTest::test_subqueryload_implicit_withpoly test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_aliased_not_polluted_by_join [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[joinedload] [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_subqueryload_implicit_withpoly [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_popitem test/sql/test_deprecations.py::SelectableTest::test_case_kw_arg_detection test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[lazyload] [gw4] [ 41%] PASSED test/sql/test_deprecations.py::SelectableTest::test_case_kw_arg_detection test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_any [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_replace [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[lazyload] test/sql/test_deprecations.py::SelectableTest::test_join_against_self_implicit_subquery test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one [gw4] [ 41%] PASSED test/sql/test_deprecations.py::SelectableTest::test_join_against_self_implicit_subquery test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[selectinload] [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[selectinload] test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Exists-whereclause-SELECT EXISTS (SELECT *) AS anon_1 FROM table1 WHERE table1.col1 = :col1_11] [gw4] [ 41%] PASSED test/sql/test_deprecations.py::SelectableTest::test_select_method_parameters[-Exists-whereclause-SELECT EXISTS (SELECT *) AS anon_1 FROM table1 WHERE table1.col1 = :col1_11] test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[subqueryload] test/sql/test_deprecations.py::SelectableTest::test_when_kwarg[-CASE WHEN (test.col1 = :col1_1) THEN :param_1 WHEN (test.col1 = :col1_2) THEN :param_2 ELSE :param_3 END] [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_any [gw4] [ 41%] PASSED test/sql/test_deprecations.py::SelectableTest::test_when_kwarg[-CASE WHEN (test.col1 = :col1_1) THEN :param_1 WHEN (test.col1 = :col1_2) THEN :param_2 ELSE :param_3 END] test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_join_compile_one test/orm/test_deprecations.py::SelfReferentialEagerTest::test_eager_loading_with_deferred [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_replace [gw4] [ 41%] PASSED test/orm/test_deprecations.py::SelfReferentialEagerTest::test_eager_loading_with_deferred [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_join_compile_one [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::LazyLoaderTransfersOptsTest::test_opt_propagates[subqueryload] test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_join_exec_contains_eager_one test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_replace_itself_still_ok test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three test/orm/test_deprecations.py::SelfReferentialTest::test_string_or_prop_aliased_two [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_replace_itself_still_ok test/orm/inheritance/test_poly_loading.py::LoadBaseAndSubWEagerRelMapped::test_load test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_setdefault [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_aliased_not_polluted_by_join [gw7] [ 41%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_update_future_synchronize_fetch test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_update_synchronize_evaluate [gw4] [ 41%] PASSED test/orm/test_deprecations.py::SelfReferentialTest::test_string_or_prop_aliased_two [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_one [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::LoadBaseAndSubWEagerRelMapped::test_load [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_setdefault test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_unrelated_flush test/orm/test_deprecations.py::SessionTest::test_bind_kwarg_deprecated[kw2] [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_one [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_unrelated_flush test/orm/inheritance/test_poly_loading.py::LoadBaseAndSubWEagerRelOpt::test_load test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_three [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_join_exec_contains_eager_one test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_join_exec_contains_eager_two[0] test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_update [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_two [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_join_exec_contains_eager_two[0] [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_two test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_join_exec_contains_eager_two[1] [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_expire test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_two [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableAssociationScalarPickleTest::test_update [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicJoinsTest::test_with_polymorphic_join_exec_contains_eager_two[1] [gw4] [ 41%] PASSED test/orm/test_deprecations.py::SessionTest::test_bind_kwarg_deprecated[kw2] test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_append test/orm/test_deprecations.py::SessionTest::test_transaction_attr [gw4] [ 41%] PASSED test/orm/test_deprecations.py::SessionTest::test_transaction_attr [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::LoadBaseAndSubWEagerRelOpt::test_load [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_expire [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two test/orm/inheritance/test_poly_loading.py::LoaderOptionsTest::test_options_dont_pollute [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_append test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_clear [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_clear test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_coerce_none [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_coerce_none test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_coerce_raise [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_coerce_raise test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_copy [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_copy test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_transaction_connection_add_autocommit [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_deepcopy [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_deepcopy test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_del_slice test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_del_slice test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_extend [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_extend test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_in_place_mutation [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_in_place_mutation test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_five test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_in_place_slice_mutation [gw4] [ 41%] SKIPPED test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_transaction_connection_add_autocommit [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_in_place_slice_mutation test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_insert [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_insert test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_legacy_pickle_loads [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_legacy_pickle_loads test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_operator_extend [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_operator_extend test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_pickle_parent [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_pickle_parent test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_pop [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_pop test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_remove test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_remove test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_reverse [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_reverse test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_sort [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_sort test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_sort_w_key [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_sort_w_key test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_sort_w_reverse_kwarg test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_sort_w_reverse_kwarg test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_unrelated_flush [gw5] [ 41%] SKIPPED test/ext/test_mutable.py::MutableColumnCopyArrayTest::test_unrelated_flush test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_clear [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_clear [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three test/orm/test_deprecations.py::SubqRelationsFromSelfTest::test_subq_w_from_self_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_flat_aliased_w_select_from [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_flat_aliased_w_select_from test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_from_alias [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_from_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_get_one [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_get_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_get_three [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_get_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_get_two [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_get_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::LoaderOptionsTest::test_options_dont_pollute test/orm/inheritance/test_poly_loading.py::NoBaseWPPlusAliasedTest::test_wp [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::NoBaseWPPlusAliasedTest::test_wp test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one test/orm/inheritance/test_poly_loading.py::TestGeometries::test_partial_load_no_invoke_eagers test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_five test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_four [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_four test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_one [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_one test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_three [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_three test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_two [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_any_two test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_five [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_five test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_four [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_four test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_one [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_coerce_none [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_coerce_none test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_coerce_raise [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_coerce_raise test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_copy [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_copy test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_deepcopy [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_deepcopy test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_in_place_mutation [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_one test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_three [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_two [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_join_to_subclass_two test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_joinedload_explicit_withpoly [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass_uses_path_correctly [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_in_place_mutation test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_modified_event test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one [gw6] [ 41%] PASSED test/orm/inheritance/test_poly_loading.py::TestGeometries::test_partial_load_no_invoke_eagers test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_joinedload_explicit_withpoly test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_joinedload_implicit_withpoly test/orm/inheritance/test_poly_loading.py::TestGeometries::test_threelevel_selectin_to_inline_awkward_alias_options[False] [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six [gw4] [ 41%] PASSED test/orm/test_deprecations.py::SubqRelationsFromSelfTest::test_subq_w_from_self_one [gw0] [ 41%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_joinedload_implicit_withpoly test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_joinedload_stacked_of_type [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_modified_event test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_non_mutable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three [gw7] [ 41%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_update_synchronize_evaluate [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three test/sql/test_deprecations.py::SubqueryCoercionsTest::test_select_of_select [gw4] [ 41%] PASSED test/sql/test_deprecations.py::SubqueryCoercionsTest::test_select_of_select test/sql/test_deprecations.py::TextualSelectTest::test_basic_subquery_resultmap [gw1] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass_uses_path_correctly test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two [gw4] [ 41%] PASSED test/sql/test_deprecations.py::TextualSelectTest::test_basic_subquery_resultmap test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-True-False-False] test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_update_synchronize_fetch [gw2] [ 41%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two [gw5] [ 41%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_non_mutable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_pickle_parent [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_joinedload_stacked_of_type [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_subqueryload_explicit_withpoly test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future [gw1] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_subqueryload_explicit_withpoly test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_subqueryload_implicit_withpoly [gw1] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future [gw4] [ 42%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[add-True-False-False] test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-True-False-False] [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_pickle_parent [gw1] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_pop [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_subqueryload_implicit_withpoly test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_any [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three [gw4] [ 42%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[delete-True-False-False] [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_any test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_join_compile_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two [gw1] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-True-False-False] [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_join_compile_one [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two [gw1] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_join_exec_contains_eager_one [gw4] [ 42%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[modify-True-False-False] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four [gw1] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_loading.py::TestGeometries::test_threelevel_selectin_to_inline_awkward_alias_options[False] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-True-False-False] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future test/orm/inheritance/test_poly_loading.py::TestGeometries::test_threelevel_selectin_to_inline_awkward_alias_options[True] [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_join_exec_contains_eager_one test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_join_exec_contains_eager_two[0] [gw4] [ 42%] PASSED test/orm/test_deprecations.py::TransScopingTest::test_autobegin_attr_change[nothing-True-False-False] [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_pop [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future [gw1] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_join_exec_contains_eager_two[0] test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_join_exec_contains_eager_two[1] [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicPolymorphicTest::test_with_polymorphic_join_exec_contains_eager_two[1] test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_autorollback [gw4] [ 42%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_autorollback test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_implicit_autocommit_driversql test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future [gw4] [ 42%] PASSED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_implicit_autocommit_driversql test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_five [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_rollback_to_subtransaction [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_pop_default test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future [gw1] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp [gw4] [ 42%] SKIPPED test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_rollback_to_subtransaction [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_aliased_comparator [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_loading.py::TestGeometries::test_threelevel_selectin_to_inline_awkward_alias_options[True] [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five [gw4] [ 42%] PASSED test/orm/test_descriptor.py::DescriptorInstrumentationTest::test_aliased_comparator test/orm/inheritance/test_poly_loading.py::TestGeometries::test_threelevel_selectin_to_inline_mapped test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_drop [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_drop test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_select [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::AutocommitTextTest::test_select test/dialect/mysql/test_dialect.py::BackendDialectTest::test_variable_fetch[10.5.12-MariaDB] [gw4] [ 42%] SKIPPED test/dialect/mysql/test_dialect.py::BackendDialectTest::test_variable_fetch[10.5.12-MariaDB] test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_events [gw4] [ 42%] SKIPPED test/dialect/oracle/test_dialect.py::CXOracleConnectArgsTest::test_events test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_112 [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four [gw4] [ 42%] PASSED test/dialect/oracle/test_dialect.py::CompatFlagsTest::test_max_ident_112 [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four test/dialect/oracle/test_dialect.py::ComputedReturningTest::test_computed_insert test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one [gw4] [ 42%] SKIPPED test/dialect/oracle/test_dialect.py::ComputedReturningTest::test_computed_insert test/dialect/postgresql/test_dialect.py::DialectTest::test_pg_dialect_no_native_unicode_in_python2 [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::DialectTest::test_pg_dialect_no_native_unicode_in_python2 test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_nonempty_connection_string_w_query [gw4] [ 42%] PASSED test/dialect/postgresql/test_dialect.py::DialectTest::test_psycopg2_nonempty_connection_string_w_query test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[2007-foo-OperationalError-mysqldb-False] [gw4] [ 42%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_is_disconnect[2007-foo-OperationalError-mysqldb-False] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[charset-hello] [gw4] [ 42%] PASSED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_normal_arguments_mysqldb[charset-hello] test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_random_arg [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one [gw4] [ 42%] SKIPPED test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_random_arg test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[DPI-1010: make sure we read the code-None-True] [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_five [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_pop_default test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_popitem [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_popitem test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_replace [gw4] [ 42%] SKIPPED test/dialect/oracle/test_dialect.py::DialectWBackendTest::test_is_disconnect[DPI-1010: make sure we read the code-None-True] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_cx_oracle_py3k[FIXED_CHAR] [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_replace [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_replace_itself_still_ok test/engine/test_pool.py::AssertionPoolTest::test_connect_error [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two [gw1] [ 42%] PASSED test/engine/test_pool.py::AssertionPoolTest::test_connect_error [gw4] [ 42%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_cx_oracle_py3k[FIXED_CHAR] test/engine/test_pool.py::AssertionPoolTest::test_connect_multiple [gw1] [ 42%] PASSED test/engine/test_pool.py::AssertionPoolTest::test_connect_multiple [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_cx_oracle_py3k[FIXED_CHAR] [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_replace_itself_still_ok test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_setdefault [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_setdefault test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_unrelated_flush [gw4] [ 42%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_cx_oracle_py3k[FIXED_CHAR] test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_older_cx_oracle_warning[FIXED_CHAR] [gw4] [ 42%] PASSED test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_older_cx_oracle_warning[FIXED_CHAR] test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert[pg_insert_on_conflict] [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyBatchModeTest::test_insert[pg_insert_on_conflict] test/dialect/postgresql/test_dialect.py::ExecutemanyFlagOptionsTest::test_executemany_wrong_flag_options [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyFlagOptionsTest::test_executemany_wrong_flag_options test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_returning_defaults [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesInsertsTest::test_insert_returning_defaults test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert[insert] [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_insert[insert] test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_update_fallback [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::ExecutemanyValuesPlusBatchInsertsTest::test_update_fallback test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_backslash_escapes_detection[version2-True-False] [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_backslash_escapes_detection[version2-True-False] test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_deferrable_flag_engine [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_deferrable_flag_engine test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_quoted_name_bindparam_ok [gw4] [ 42%] SKIPPED test/dialect/postgresql/test_dialect.py::MiscBackendTest::test_quoted_name_bindparam_ok test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_bound_limit [gw4] [ 42%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_bound_limit test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_no_order [gw4] [ 42%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_fetch_offset_no_order test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch [gw4] [ 42%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_fetch test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit_offset[cases1] [gw4] [ 42%] SKIPPED test/dialect/oracle/test_dialect.py::OptimizedFetchLimitOffsetTest::test_simple_limit_offset[cases1] test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[False-5.6.15] [gw4] [ 42%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_check_warning[False-5.6.15] test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected2-5.0.51a.24+lenny5-version2-False] [gw4] [ 42%] PASSED test/dialect/mysql/test_dialect.py::ParseVersionTest::test_mariadb_normalized_version[expected2-5.0.51a.24+lenny5-version2-False] test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_numeric_bind_round_trip [gw4] [ 42%] SKIPPED test/dialect/oracle/test_dialect.py::QuotedBindRoundTripTest::test_numeric_bind_round_trip test/dialect/mysql/test_dialect.py::SQLModeDetectionTest::test_ansi_quotes [gw4] [ 42%] SKIPPED test/dialect/mysql/test_dialect.py::SQLModeDetectionTest::test_ansi_quotes test/dialect/oracle/test_dialect.py::UnicodeSchemaTest::test_quoted_column_non_unicode [gw4] [ 42%] SKIPPED test/dialect/oracle/test_dialect.py::UnicodeSchemaTest::test_quoted_column_non_unicode test/orm/test_dynamic.py::DynamicTest::test_dynamic_on_backref [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_unrelated_flush test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_update [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnCopyJSONTest::test_update test/ext/test_mutable.py::MutableColumnDefaultTest::test_evt_on_flush_refresh [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen [gw4] [ 42%] PASSED test/orm/test_dynamic.py::DynamicTest::test_dynamic_on_backref test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_four [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_four test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_one [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_one test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_three [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_three test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_two [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableColumnDefaultTest::test_evt_on_flush_refresh test/orm/test_dynamic.py::DynamicTest::test_no_uselist_false [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_any_two test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_five [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_five test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_four [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_four test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_one test/ext/test_mutable.py::MutableCompositeCallableTest::test_basic [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_one test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_three [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_three test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_two [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_join_to_subclass_two test/orm/test_of_type.py::PolymorphicUnionsTest::test_joinedload_explicit_withpoly [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_joinedload_explicit_withpoly test/orm/test_of_type.py::PolymorphicUnionsTest::test_joinedload_implicit_withpoly [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_joinedload_implicit_withpoly test/orm/test_of_type.py::PolymorphicUnionsTest::test_joinedload_stacked_of_type [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableCompositeCallableTest::test_basic [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen [gw4] [ 42%] PASSED test/orm/test_dynamic.py::DynamicTest::test_no_uselist_false [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_loading.py::TestGeometries::test_threelevel_selectin_to_inline_mapped test/orm/inheritance/test_poly_loading.py::TestGeometries::test_threelevel_selectin_to_inline_options test/orm/test_dynamic.py::DynamicTest::test_secondary_doesnt_interfere_w_join_to_fromlist [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_loading.py::TestGeometries::test_threelevel_selectin_to_inline_options test/ext/test_mutable.py::MutableCompositeColumnDefaultTest::test_evt_on_flush_refresh [gw4] [ 42%] PASSED test/orm/test_dynamic.py::DynamicTest::test_secondary_doesnt_interfere_w_join_to_fromlist [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten test/orm/inheritance/test_poly_persistence.py::InsertOrderTest::test_insert_order [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_joinedload_stacked_of_type test/orm/test_of_type.py::PolymorphicUnionsTest::test_subqueryload_explicit_withpoly test/orm/test_dynamic.py::HistoryTest::test_backref_pop_persistent_autoflush_m2m [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableCompositeColumnDefaultTest::test_evt_on_flush_refresh test/ext/test_mutable.py::MutableCompositeCustomCoerceTest::test_custom_coerce [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_subqueryload_explicit_withpoly test/orm/test_of_type.py::PolymorphicUnionsTest::test_subqueryload_implicit_withpoly [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_subqueryload_implicit_withpoly test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_any [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableCompositeCustomCoerceTest::test_custom_coerce [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_persistence.py::InsertOrderTest::test_insert_order test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_baseclass_base_alias_filter [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_any test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_join_compile_one [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/ext/test_mutable.py::MutableCompositeCustomCoerceTest::test_round_trip_ok [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_join_compile_one test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_join_exec_contains_eager_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableCompositeCustomCoerceTest::test_round_trip_ok [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_loads_at_once [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_join_exec_contains_eager_one test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_join_exec_contains_eager_two[0] [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_loads_at_once test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight [gw4] [ 42%] PASSED test/orm/test_dynamic.py::HistoryTest::test_backref_pop_persistent_autoflush_m2m [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_join_exec_contains_eager_two[0] test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_join_exec_contains_eager_two[1] test/orm/test_dynamic.py::HistoryTest::test_remove_transient [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen test/ext/test_mutable.py::MutableCompositesTest::test_dont_reset_on_attr_refresh [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableCompositesTest::test_dont_reset_on_attr_refresh [gw0] [ 42%] PASSED test/orm/test_of_type.py::PolymorphicUnionsTest::test_with_polymorphic_join_exec_contains_eager_two[1] test/ext/test_mutable.py::MutableCompositesTest::test_in_place_mutation test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen test/orm/test_of_type.py::SubclassRelationshipTest::test_any_walias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_baseclass_lookup [gw4] [ 42%] PASSED test/orm/test_dynamic.py::HistoryTest::test_remove_transient [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableCompositesTest::test_in_place_mutation [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_baseclass_sub_table_filter test/orm/test_dynamic.py::UOWTest::test_backref_savead [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_lazy_load test/ext/test_mutable.py::MutableCompositesTest::test_pickle_of_parent [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen [gw5] [ 42%] PASSED test/ext/test_mutable.py::MutableCompositesTest::test_pickle_of_parent test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] [gw3] [ 42%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_adapt_statement_replacement_traversal [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_lazy_load [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] test/aaa_profiling/test_memusage.py::CycleTest::test_cache_key test/ext/test_mutable.py::MutableCompositesTest::test_set_illegal test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_primary_table_only_for_requery [gw6] [ 42%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_standalone_orphans [gw2] [ 42%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_subclass_base_alias_filter [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableCompositesTest::test_set_illegal [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_subclass_getitem test/ext/test_mutable.py::MutableCompositesTest::test_set_none [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_subclass_lookup [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_lazy::test_subclass_lookup [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_baseclass_base_alias_filter test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven [gw4] [ 43%] PASSED test/orm/test_dynamic.py::UOWTest::test_backref_savead [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six test/orm/test_dynamic.py::UOWTest::test_noload_append [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableCompositesTest::test_set_none test/ext/test_mutable.py::MutableCompositesTest::test_unrelated_flush [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableCompositesTest::test_unrelated_flush [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_any_walias test/orm/test_of_type.py::SubclassRelationshipTest::test_any_wpoly [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_any_wpoly test/orm/test_of_type.py::SubclassRelationshipTest::test_contains_eager_wpoly [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_contains_eager_wpoly test/orm/test_of_type.py::SubclassRelationshipTest::test_join_explicit_wpoly_flat [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_join_explicit_wpoly_flat test/orm/test_of_type.py::SubclassRelationshipTest::test_join_explicit_wpoly_full_alias [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_join_explicit_wpoly_full_alias test/orm/test_of_type.py::SubclassRelationshipTest::test_join_explicit_wpoly_noalias [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_join_explicit_wpoly_noalias test/orm/test_of_type.py::SubclassRelationshipTest::test_join_walias [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_join_walias test/orm/test_of_type.py::SubclassRelationshipTest::test_join_wpoly [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_join_wpoly test/orm/test_of_type.py::SubclassRelationshipTest::test_join_wpoly_innerjoin [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_join_wpoly_innerjoin test/orm/test_of_type.py::SubclassRelationshipTest::test_join_wsubclass [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_join_wsubclass test/ext/test_mutable.py::MutableCompositesUnpickleTest::test_unpickle_modified_eq [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableCompositesUnpickleTest::test_unpickle_modified_eq [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_baseclass_lookup test/orm/test_of_type.py::SubclassRelationshipTest::test_joinedload_wpoly [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_multi_join [gw4] [ 43%] PASSED test/orm/test_dynamic.py::UOWTest::test_noload_append [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_multi_join test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_multi_join_future [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_baseclass_sub_table_filter [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_joinedload_wpoly test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_labeled_on_date_alias test/orm/test_of_type.py::SubclassRelationshipTest::test_joinedload_wsubclass [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_multi_join_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_nesting_queries [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_lazy_load [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_nesting_queries test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_joinedload_wsubclass test/orm/test_of_type.py::SubclassRelationshipTest::test_lazyload test/ext/test_mutable.py::MutableDictNoHashTest::test_clear [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_lazy_load [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_lazyload test/orm/test_of_type.py::SubclassRelationshipTest::test_subquery_wsubclass test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_primary_table_only_for_requery [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_primary_table_only_for_requery [gw7] [ 43%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_bulk_update_synchronize_fetch test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_standalone_orphans [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_subclass_base_alias_filter [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_subquery_wsubclass test/orm/test_of_type.py::SubclassRelationshipTest::test_twolevel_joinedload_wsubclass [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_subclass_getitem test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_filter_baked_query_shard_id [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_subclass_lookup [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_noredefine_nonlazy::test_subclass_lookup [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_twolevel_joinedload_wsubclass [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_clear test/ext/test_mutable.py::MutableDictNoHashTest::test_coerce_none [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_coerce_none test/ext/test_mutable.py::MutableDictNoHashTest::test_coerce_raise test/orm/test_of_type.py::SubclassRelationshipTest::test_twolevel_subqueryload_wsubclass [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_coerce_raise [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload test/ext/test_mutable.py::MutableDictNoHashTest::test_copy test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_twolevel_subqueryload_wsubclass test/orm/test_of_type.py::SubclassRelationshipTest::test_twolevel_subqueryload_wsubclass_mapper_term [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_copy test/ext/test_mutable.py::MutableDictNoHashTest::test_deepcopy [gw4] [ 43%] PASSED test/orm/test_eager_relations.py::CorrelatedSubqueryTest::test_labeled_on_date_alias [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable test/orm/test_eager_relations.py::CyclicalInheritingEagerTestOne::test_basic [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_deepcopy test/ext/test_mutable.py::MutableDictNoHashTest::test_ensure_not_hashable [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_ensure_not_hashable test/ext/test_mutable.py::MutableDictNoHashTest::test_in_place_mutation test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_in_place_mutation test/ext/test_mutable.py::MutableDictNoHashTest::test_modified_event [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_modified_event test/ext/test_mutable.py::MutableDictNoHashTest::test_pickle_parent [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_pickle_parent test/ext/test_mutable.py::MutableDictNoHashTest::test_pop [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_pop test/ext/test_mutable.py::MutableDictNoHashTest::test_pop_default [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_pop_default test/ext/test_mutable.py::MutableDictNoHashTest::test_popitem [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest::test_twolevel_subqueryload_wsubclass_mapper_term test/orm/test_of_type.py::SubclassRelationshipTest2::test_all_subq_query [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest2::test_all_subq_query test/orm/test_of_type.py::SubclassRelationshipTest3::test_aliased_join_flat_contains_eager_of_type_b1 [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest3::test_aliased_join_flat_contains_eager_of_type_b1 test/orm/test_of_type.py::SubclassRelationshipTest3::test_aliased_join_flat_contains_eager_of_type_b1_c1 [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest3::test_aliased_join_flat_contains_eager_of_type_b1_c1 test/orm/test_of_type.py::SubclassRelationshipTest3::test_aliased_join_of_type_contains_eager_of_type_b1 [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest3::test_aliased_join_of_type_contains_eager_of_type_b1 test/orm/test_of_type.py::SubclassRelationshipTest3::test_aliased_join_of_type_contains_eager_of_type_b1_c1 [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest3::test_aliased_join_of_type_contains_eager_of_type_b1_c1 test/orm/test_of_type.py::SubclassRelationshipTest3::test_join_flat_contains_eager_of_type_b1 [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest3::test_join_flat_contains_eager_of_type_b1 test/orm/test_of_type.py::SubclassRelationshipTest3::test_join_flat_contains_eager_of_type_b1_c1 [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest3::test_join_flat_contains_eager_of_type_b1_c1 test/orm/test_of_type.py::SubclassRelationshipTest3::test_join_of_type_contains_eager_of_type_b1 [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest3::test_join_of_type_contains_eager_of_type_b1 test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_baseclass_base_alias_filter [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_baseclass_lookup [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_baseclass_sub_table_filter [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_lazy_load [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_popitem test/orm/test_of_type.py::SubclassRelationshipTest3::test_join_of_type_contains_eager_of_type_b1_c1 [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_primary_table_only_for_requery [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_standalone_orphans [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_subclass_base_alias_filter [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_subclass_getitem test/ext/test_mutable.py::MutableDictNoHashTest::test_replace [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_one [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_replace [gw4] [ 43%] PASSED test/orm/test_eager_relations.py::CyclicalInheritingEagerTestOne::test_basic [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_subclass_lookup [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_lazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_baseclass_base_alias_filter [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future test/orm/test_eager_relations.py::EagerTest::test_against_select [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_baseclass_lookup [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_baseclass_sub_table_filter [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_lazy_load [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_primary_table_only_for_requery [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_standalone_orphans [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_subclass_base_alias_filter [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future test/ext/test_mutable.py::MutableDictNoHashTest::test_replace_itself_still_ok [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_replace_itself_still_ok test/ext/test_mutable.py::MutableDictNoHashTest::test_setdefault [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_setdefault test/ext/test_mutable.py::MutableDictNoHashTest::test_unrelated_flush [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_unrelated_flush test/ext/test_mutable.py::MutableDictNoHashTest::test_update test/engine/test_pool.py::CreatorCompatibilityTest::test_creator_callable_outside_noarg [gw1] [ 43%] PASSED test/engine/test_pool.py::CreatorCompatibilityTest::test_creator_callable_outside_noarg test/engine/test_pool.py::CreatorCompatibilityTest::test_creator_callable_outside_witharg [gw1] [ 43%] PASSED test/engine/test_pool.py::CreatorCompatibilityTest::test_creator_callable_outside_witharg test/engine/test_pool.py::CreatorCompatibilityTest::test_creator_patching_arg_to_noarg [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableDictNoHashTest::test_update test/ext/test_mutable.py::MutableInheritedCompositesTest::test_in_place_mutation_subclass [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableInheritedCompositesTest::test_in_place_mutation_subclass [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_subclass_lookup [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_auto_False_redefine_nonlazy::test_subclass_lookup [gw1] [ 43%] PASSED test/engine/test_pool.py::CreatorCompatibilityTest::test_creator_patching_arg_to_noarg [gw4] [ 43%] PASSED test/orm/test_eager_relations.py::EagerTest::test_against_select test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_baseclass_base_alias_filter [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future [gw0] [ 43%] PASSED test/orm/test_of_type.py::SubclassRelationshipTest3::test_join_of_type_contains_eager_of_type_b1_c1 test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_bad_args [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_bad_args test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_nothing [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_nothing test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_nothing_connectionless [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_nothing_connectionless test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_nothing_target [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_nothing_target test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_clauseelem_as_key_set [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_clauseelem_as_key_set test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_column_as_key_set [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_column_as_key_set test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_column_as_key_set_schema [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_column_as_key_set_schema test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_five [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_five test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_four [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_four test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_four_no_pk [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_four_no_pk test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_six [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_six test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_three [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_three test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_two [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_exotic_targets_two test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_five [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_five test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_four [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_four test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_multivalues [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_multivalues test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_no_row_actually_affected [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_no_row_actually_affected test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_one[issue_5939] [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_one[issue_5939] test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_one[with_dict] [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_one[with_dict] test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_schema [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_schema test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_set_executemany [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_set_executemany test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_special_types_in_set [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_special_types_in_set test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_three [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_three test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_two [gw0] [ 43%] SKIPPED test/dialect/postgresql/test_on_conflict.py::OnConflictTest::test_on_conflict_do_update_two test/engine/test_pool.py::NullPoolTest::test_reconnect [gw1] [ 43%] PASSED test/engine/test_pool.py::NullPoolTest::test_reconnect test/engine/test_pool.py::PoolDialectTest::test_assertion_pool [gw1] [ 43%] PASSED test/engine/test_pool.py::PoolDialectTest::test_assertion_pool test/engine/test_pool.py::PoolDialectTest::test_null_pool [gw1] [ 43%] PASSED test/engine/test_pool.py::PoolDialectTest::test_null_pool test/engine/test_pool.py::PoolDialectTest::test_queue_pool [gw1] [ 43%] PASSED test/engine/test_pool.py::PoolDialectTest::test_queue_pool test/engine/test_pool.py::PoolDialectTest::test_singleton_pool [gw1] [ 43%] PASSED test/engine/test_pool.py::PoolDialectTest::test_singleton_pool test/engine/test_pool.py::PoolDialectTest::test_static_pool [gw1] [ 43%] PASSED test/engine/test_pool.py::PoolDialectTest::test_static_pool test/engine/test_pool.py::PoolEventsTest::test_checkin_event [gw1] [ 43%] PASSED test/engine/test_pool.py::PoolEventsTest::test_checkin_event test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[False-_exclusions1] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future test/ext/test_mutable.py::MutableInheritedCompositesTest::test_pickle_of_parent_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp [gw5] [ 43%] PASSED test/ext/test_mutable.py::MutableInheritedCompositesTest::test_pickle_of_parent_subclass [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp [gw2] [ 43%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicPolymorphicTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp test/ext/test_mutable.py::MutableListNoHashTest::test_append [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_baseclass_lookup [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_baseclass_sub_table_filter [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_lazy_load [gw6] [ 43%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_primary_table_only_for_requery [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_standalone_orphans [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_subclass_base_alias_filter [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_subclass_getitem [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_subclass_lookup [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_lazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_baseclass_base_alias_filter test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_bad_args [gw0] [ 44%] SKIPPED test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_bad_args test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_last_inserted_id [gw0] [ 44%] SKIPPED test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_last_inserted_id test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_expression_multirow [gw0] [ 44%] SKIPPED test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_expression_multirow test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_multirow [gw0] [ 44%] SKIPPED test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_multirow test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_null_multirow [gw0] [ 44%] SKIPPED test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_null_multirow test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_preserve_order [gw0] [ 44%] SKIPPED test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_preserve_order test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_singlerow [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_append test/ext/test_mutable.py::MutableListNoHashTest::test_clear test/orm/test_eager_relations.py::EagerTest::test_distinct [gw4] [ 44%] PASSED test/orm/test_eager_relations.py::EagerTest::test_distinct test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_2 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_2 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_3 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_3 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_4 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_4 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_5 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_5 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_6 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_6 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_7 [gw0] [ 44%] SKIPPED test/dialect/mysql/test_on_duplicate.py::OnDuplicateTest::test_on_duplicate_key_update_singlerow test/orm/test_onetoone.py::O2OTest::test_basic[False-False] [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_baseclass_base_alias_filter [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_clear test/ext/test_mutable.py::MutableListNoHashTest::test_coerce_none test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_one test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_baseclass_lookup [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_7 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_8 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_8 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_9 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_9 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_1 [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_baseclass_sub_table_filter [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_lazy_load [gw0] [ 44%] PASSED test/orm/test_onetoone.py::O2OTest::test_basic[False-False] test/orm/test_onetoone.py::O2OTest::test_basic[False-True] [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_1 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_2 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_2 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_3 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_3 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_4 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_4 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_5 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_5 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_6 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_6 test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_7 [gw4] [ 44%] PASSED test/sql/test_operators.py::OperatorPrecedenceTest::test_operator_precedence_collate_7 test/sql/test_operators.py::RegexpTest::test_not_regexp_match [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTest::test_not_regexp_match test/sql/test_operators.py::RegexpTest::test_regexp_match [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTest::test_regexp_match test/sql/test_operators.py::RegexpTest::test_regexp_replace [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTest::test_regexp_replace test/sql/test_operators.py::RegexpTestStrCompiler::test_not_regexp_match [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_not_regexp_match test/sql/test_operators.py::RegexpTestStrCompiler::test_not_regexp_match_column [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_not_regexp_match_column test/sql/test_operators.py::RegexpTestStrCompiler::test_not_regexp_match_flags [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_not_regexp_match_flags test/sql/test_operators.py::RegexpTestStrCompiler::test_not_regexp_match_str [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_not_regexp_match_str test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_match [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_match test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_match_column [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_match_column test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_match_flags [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_match_flags test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_match_str [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_match_str test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_precedence_1 [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_precedence_1 test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_precedence_2 [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_precedence_2 test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace_column [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_lazy_load [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_coerce_none [gw0] [ 44%] PASSED test/orm/test_onetoone.py::O2OTest::test_basic[False-True] test/orm/test_onetoone.py::O2OTest::test_basic[True-False] test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_primary_table_only_for_requery [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace_column test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace_column2 [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_three test/ext/test_mutable.py::MutableListNoHashTest::test_coerce_raise [gw0] [ 44%] PASSED test/orm/test_onetoone.py::O2OTest::test_basic[True-False] test/orm/test_onetoone.py::O2OTest::test_simple_del[False] [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_standalone_orphans [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace_column2 test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace_flags [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace_flags test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace_string [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_standalone_orphans [gw7] [ 44%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_filter_baked_query_shard_id test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_subclass_base_alias_filter [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_three [gw4] [ 44%] PASSED test/sql/test_operators.py::RegexpTestStrCompiler::test_regexp_replace_string [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_subclass_base_alias_filter test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_get test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_two [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_subclass_getitem [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_two test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_subclass_lookup test/sql/test_operators.py::TupleTypingTest::test_tuple_type_expanding_inference test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_w_polymorphic [gw4] [ 44%] PASSED test/sql/test_operators.py::TupleTypingTest::test_tuple_type_expanding_inference [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_noredefine_nonlazy::test_subclass_lookup test/sql/test_operators.py::TupleTypingTest::test_tuple_type_plain_inference [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_w_polymorphic [gw4] [ 44%] PASSED test/sql/test_operators.py::TupleTypingTest::test_tuple_type_plain_inference test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_w_polymorphic_flat [gw0] [ 44%] PASSED test/orm/test_onetoone.py::O2OTest::test_simple_del[False] test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_baseclass_base_alias_filter test/orm/test_onetoone.py::O2OTest::test_simple_del[True] test/sql/test_operators.py::TupleTypingTest::test_type_coercion_on_eq [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_coerce_raise test/ext/test_mutable.py::MutableListNoHashTest::test_copy [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_copy test/ext/test_mutable.py::MutableListNoHashTest::test_deepcopy [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_deepcopy test/ext/test_mutable.py::MutableListNoHashTest::test_del_slice [gw4] [ 44%] PASSED test/sql/test_operators.py::TupleTypingTest::test_type_coercion_on_eq test/sql/test_operators.py::TupleTypingTest::test_type_coercion_on_in [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_correlation_w_polymorphic_flat test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_expire [gw4] [ 44%] PASSED test/sql/test_operators.py::TupleTypingTest::test_type_coercion_on_in test/sql/test_operators.py::TypeDecoratorComparatorTest::test_alias_proxy [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorComparatorTest::test_alias_proxy [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_expire test/sql/test_operators.py::TypeDecoratorComparatorTest::test_binary_multi_propagate test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorComparatorTest::test_binary_multi_propagate test/sql/test_operators.py::TypeDecoratorComparatorTest::test_binary_propagate [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorComparatorTest::test_binary_propagate test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two test/sql/test_operators.py::TypeDecoratorComparatorTest::test_column_proxy [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorComparatorTest::test_column_proxy test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass test/sql/test_operators.py::TypeDecoratorComparatorTest::test_no_boolean_propagate [gw0] [ 44%] PASSED test/orm/test_onetoone.py::O2OTest::test_simple_del[True] [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorComparatorTest::test_no_boolean_propagate [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_del_slice test/orm/test_onetoone.py::O2OTest::test_simple_replace[False] test/sql/test_operators.py::TypeDecoratorComparatorTest::test_override_builtin [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorComparatorTest::test_override_builtin [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass test/sql/test_operators.py::TypeDecoratorComparatorTest::test_reverse_binary_propagate test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five test/ext/test_mutable.py::MutableListNoHashTest::test_ensure_not_hashable [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorComparatorTest::test_reverse_binary_propagate [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five test/sql/test_operators.py::TypeDecoratorComparatorTest::test_subquery_proxy test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorComparatorTest::test_subquery_proxy [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_alias_proxy [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_ensure_not_hashable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_alias_proxy test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_binary_multi_propagate [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future test/ext/test_mutable.py::MutableListNoHashTest::test_extend [gw0] [ 44%] PASSED test/orm/test_onetoone.py::O2OTest::test_simple_replace[False] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_binary_multi_propagate test/orm/test_onetoone.py::O2OTest::test_simple_replace[True] [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_binary_propagate test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_binary_propagate [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_column_proxy [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_column_proxy [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_from_alias test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_no_boolean_propagate [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_no_boolean_propagate test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_override_builtin [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_override_builtin [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_baseclass_lookup [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_baseclass_sub_table_filter [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_lazy_load test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_reverse_binary_propagate [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_reverse_binary_propagate [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_from_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_get_one [gw0] [ 44%] PASSED test/orm/test_onetoone.py::O2OTest::test_simple_replace[True] [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_lazy_load [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_extend test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_primary_table_only_for_requery test/sql/test_operators.py::AnyAllTest::test_all_array test/ext/test_mutable.py::MutableListNoHashTest::test_in_place_mutation [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_all_array test/sql/test_operators.py::AnyAllTest::test_all_array_comparator_accessor [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_all_array_comparator_accessor [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_standalone_orphans [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_subclass_base_alias_filter [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_subclass_getitem test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_subquery_proxy test/sql/test_operators.py::AnyAllTest::test_all_array_comparator_negate_accessor [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_in_place_mutation [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_all_array_comparator_negate_accessor [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorTypeDecoratorComparatorTest::test_subquery_proxy test/ext/test_mutable.py::MutableListNoHashTest::test_in_place_slice_mutation test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_alias_proxy [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_subclass_lookup [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_lazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_baseclass_base_alias_filter test/sql/test_operators.py::AnyAllTest::test_all_array_expression [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_alias_proxy test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_binary_multi_propagate [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_binary_multi_propagate [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_all_array_expression [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_in_place_slice_mutation test/sql/test_operators.py::AnyAllTest::test_all_array_method test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_binary_propagate [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_all_array_method [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_binary_propagate test/ext/test_mutable.py::MutableListNoHashTest::test_insert test/sql/test_operators.py::AnyAllTest::test_all_comparator_array [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_all_comparator_array test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_column_proxy test/sql/test_operators.py::AnyAllTest::test_all_comparator_array_wexpr [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_all_comparator_array_wexpr test/sql/test_operators.py::AnyAllTest::test_all_subq [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_column_proxy test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_no_boolean_propagate [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_all_subq test/sql/test_operators.py::AnyAllTest::test_all_subq_method [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_no_boolean_propagate [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_all_subq_method [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_insert test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_override_builtin test/sql/test_operators.py::AnyAllTest::test_any_array test/ext/test_mutable.py::MutableListNoHashTest::test_legacy_pickle_loads [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_override_builtin [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_array test/sql/test_operators.py::AnyAllTest::test_any_array_comparator_accessor test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_reverse_binary_propagate [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_array_comparator_accessor [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_reverse_binary_propagate test/sql/test_operators.py::AnyAllTest::test_any_array_comparator_negate_accessor test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_subquery_proxy [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_array_comparator_negate_accessor [gw4] [ 44%] PASSED test/sql/test_operators.py::TypeDecoratorWVariantComparatorTest::test_subquery_proxy test/sql/test_operators.py::AnyAllTest::test_any_array_expression [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_legacy_pickle_loads [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_array_expression test/ext/test_mutable.py::MutableListNoHashTest::test_operator_extend test/sql/test_operators.py::AnyAllTest::test_any_array_method test/orm/test_options.py::FromSubclassOptionsTest::test_with_current_nonmatching_entity_subclasses [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_array_method test/sql/test_operators.py::AnyAllTest::test_any_comparator_array [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_comparator_array test/sql/test_operators.py::AnyAllTest::test_any_comparator_array_wexpr [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_comparator_array_wexpr test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-0] [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_get_one [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-0] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_get_three test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-1] [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-1] [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_baseclass_lookup [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_get_three [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_operator_extend test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_get_two [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_baseclass_sub_table_filter [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_get_two test/ext/test_mutable.py::MutableListNoHashTest::test_pickle_parent test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-2] [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-2] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-3] [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-3] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-4] [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_lazy_load test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-4] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-5] [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one [gw0] [ 44%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-5] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-6] [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_pickle_parent [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_lazy_load test/ext/test_mutable.py::MutableListNoHashTest::test_pop test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_primary_table_only_for_requery [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_standalone_orphans [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_subclass_base_alias_filter [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight [gw2] [ 44%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight [gw6] [ 44%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven [gw5] [ 44%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_pop [gw4] [ 44%] PASSED test/orm/test_options.py::FromSubclassOptionsTest::test_with_current_nonmatching_entity_subclasses [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_subclass_lookup test/ext/test_mutable.py::MutableListNoHashTest::test_remove [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five test/orm/test_options.py::LoadTest::test_gen_path_attr_column [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-6] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-7] [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[array-7] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-0] [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_joins_False_redefine_nonlazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_baseclass_base_alias_filter [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[False-_exclusions1] test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[True-_exclusions0] [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-0] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-1] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_remove [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven test/ext/test_mutable.py::MutableListNoHashTest::test_reverse [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-1] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-2] [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-2] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-3] [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-3] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-4] [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-4] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-5] [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-5] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-6] [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-6] test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-7] [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_reverse [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_generic_null[int-7] test/ext/test_mutable.py::MutableListNoHashTest::test_sort test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two test/sql/test_operators.py::AnyAllTest::test_any_subq [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_subq [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_sort test/sql/test_operators.py::AnyAllTest::test_any_subq_method [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_any_subq_method test/sql/test_operators.py::AnyAllTest::test_illegal_ops test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future test/ext/test_mutable.py::MutableListNoHashTest::test_sort_w_key [gw0] [ 45%] PASSED test/sql/test_operators.py::AnyAllTest::test_illegal_ops [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future test/sql/test_operators.py::ArrayIndexOpTest::test_contains_override_raises test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_contains_override_raises test/sql/test_operators.py::ArrayIndexOpTest::test_getindex_literal [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_sort_w_key test/ext/test_mutable.py::MutableListNoHashTest::test_sort_w_reverse_kwarg [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_baseclass_lookup [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_baseclass_sub_table_filter [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_lazy_load [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_primary_table_only_for_requery [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_getindex_literal [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_standalone_orphans [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_sort_w_reverse_kwarg [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_subclass_getitem test/sql/test_operators.py::ArrayIndexOpTest::test_getindex_literal_zeroind [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_getindex_literal_zeroind test/sql/test_operators.py::ArrayIndexOpTest::test_getindex_sqlexpr [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_getindex_sqlexpr test/sql/test_operators.py::ArrayIndexOpTest::test_getindex_sqlexpr_zeroind test/ext/test_mutable.py::MutableListNoHashTest::test_unrelated_flush [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_subclass_lookup [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_gen_path_attr_column [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_getindex_sqlexpr_zeroind test/orm/test_options.py::LoadTest::test_gen_path_attr_entity [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_gen_path_attr_entity test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four test/orm/test_options.py::LoadTest::test_gen_path_attr_entity_invalid_noraiseerr [gw7] [ 45%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_get [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListNoHashTest::test_unrelated_flush test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_get_baked_query [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_gen_path_attr_entity_invalid_noraiseerr test/orm/test_options.py::LoadTest::test_gen_path_attr_entity_invalid_raiseerr [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_lazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_baseclass_base_alias_filter [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_gen_path_attr_entity_invalid_raiseerr test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one test/orm/test_options.py::LoadTest::test_gen_path_attr_str_not_mapped test/sql/test_operators.py::ArrayIndexOpTest::test_getslice_literal test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_append [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_gen_path_attr_str_not_mapped [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_getslice_literal test/sql/test_operators.py::ArrayIndexOpTest::test_getslice_literal_zeroind [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_getslice_literal_zeroind test/sql/test_operators.py::ArrayIndexOpTest::test_getslice_sqlexpr test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future test/orm/test_options.py::LoadTest::test_gen_path_invalid_from_col [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_getslice_sqlexpr test/sql/test_operators.py::ArrayIndexOpTest::test_getslice_sqlexpr_zeroind [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_gen_path_invalid_from_col test/orm/test_options.py::LoadTest::test_gen_path_string_column [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_getslice_sqlexpr_zeroind test/sql/test_operators.py::ArrayIndexOpTest::test_override_operators [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_override_operators test/sql/test_operators.py::ArrayIndexOpTest::test_setup_getitem_w_dims [gw0] [ 45%] PASSED test/sql/test_operators.py::ArrayIndexOpTest::test_setup_getitem_w_dims test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_gen_path_string_column test/orm/test_options.py::LoadTest::test_gen_path_string_entity [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_gen_path_string_entity [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three test/orm/test_options.py::LoadTest::test_set_strat_col test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_set_strat_col test/orm/test_options.py::LoadTest::test_set_strat_ent [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_set_strat_ent test/sql/test_operators.py::BetweenTest::test_between_1 [gw0] [ 45%] PASSED test/sql/test_operators.py::BetweenTest::test_between_1 test/orm/test_options.py::LoadTest::test_str [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future [gw4] [ 45%] PASSED test/orm/test_options.py::LoadTest::test_str [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_append test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_clear [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future test/orm/test_options.py::LocalOptsTest::test_bound_multiple_opt_only test/sql/test_operators.py::BetweenTest::test_between_2 [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future [gw0] [ 45%] PASSED test/sql/test_operators.py::BetweenTest::test_between_2 test/sql/test_operators.py::BetweenTest::test_between_3 [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_clear [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_coerce_none [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_baseclass_lookup [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_baseclass_sub_table_filter [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_coerce_none [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_lazy_load test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_coerce_raise [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_lazy_load test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_primary_table_only_for_requery [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_coerce_raise [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_primary_table_only_for_requery test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_copy test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_standalone_orphans [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_subclass_base_alias_filter [gw0] [ 45%] PASSED test/sql/test_operators.py::BetweenTest::test_between_3 test/sql/test_operators.py::BetweenTest::test_between_4 [gw0] [ 45%] PASSED test/sql/test_operators.py::BetweenTest::test_between_4 test/sql/test_operators.py::BetweenTest::test_between_5 [gw0] [ 45%] PASSED test/sql/test_operators.py::BetweenTest::test_between_5 test/sql/test_operators.py::BetweenTest::test_between_6 [gw0] [ 45%] PASSED test/sql/test_operators.py::BetweenTest::test_between_6 test/sql/test_operators.py::BooleanEvalTest::test_eight [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_eight test/sql/test_operators.py::BooleanEvalTest::test_eleven [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_eleven test/sql/test_operators.py::BooleanEvalTest::test_five_a [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_five_a test/sql/test_operators.py::BooleanEvalTest::test_five_b [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_five_b test/sql/test_operators.py::BooleanEvalTest::test_four [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_four test/sql/test_operators.py::BooleanEvalTest::test_four_double [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_four_double test/sql/test_operators.py::BooleanEvalTest::test_nine [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_nine test/sql/test_operators.py::BooleanEvalTest::test_one [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_copy test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_deepcopy test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[True-_exclusions0] test/engine/test_pool.py::PoolEventsTest::test_checkin_event_on_subsequently_recreated [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_checkin_event_on_subsequently_recreated [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_deepcopy [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_subclass_getitem [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_subclass_lookup [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_noredefine_nonlazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_baseclass_base_alias_filter [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_one test/engine/test_pool.py::PoolEventsTest::test_checkout_event test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one test/sql/test_operators.py::BooleanEvalTest::test_seven_a test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_del_slice [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_seven_a [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_checkout_event test/engine/test_pool.py::PoolEventsTest::test_checkout_event_fires_subsequent [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_checkout_event_fires_subsequent test/engine/test_pool.py::PoolEventsTest::test_checkout_event_on_subsequently_recreated test/sql/test_operators.py::BooleanEvalTest::test_seven_b test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_seven_b test/sql/test_operators.py::BooleanEvalTest::test_seven_c [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_checkout_event_on_subsequently_recreated test/engine/test_pool.py::PoolEventsTest::test_close [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_seven_c test/sql/test_operators.py::BooleanEvalTest::test_seven_d [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_close test/engine/test_pool.py::PoolEventsTest::test_connect_event [gw4] [ 45%] PASSED test/orm/test_options.py::LocalOptsTest::test_bound_multiple_opt_only test/orm/test_options.py::LocalOptsTest::test_bound_opt_only_adds_to_strat [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_connect_event test/engine/test_pool.py::PoolEventsTest::test_connect_event_fails_invalidates test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_seven_d [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_connect_event_fails_invalidates test/sql/test_operators.py::BooleanEvalTest::test_six [gw4] [ 45%] PASSED test/orm/test_options.py::LocalOptsTest::test_bound_opt_only_adds_to_strat test/orm/test_options.py::LocalOptsTest::test_bound_strat_opt_recvs_from_optonly test/engine/test_pool.py::PoolEventsTest::test_connect_event_fires_subsequent [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two [gw4] [ 45%] PASSED test/orm/test_options.py::LocalOptsTest::test_bound_strat_opt_recvs_from_optonly test/orm/test_options.py::LocalOptsTest::test_single_opt_only [gw4] [ 45%] PASSED test/orm/test_options.py::LocalOptsTest::test_single_opt_only test/orm/test_options.py::LocalOptsTest::test_unbound_multiple_opt_only [gw4] [ 45%] PASSED test/orm/test_options.py::LocalOptsTest::test_unbound_multiple_opt_only [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_six test/sql/test_operators.py::BooleanEvalTest::test_ten [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_ten test/sql/test_operators.py::BooleanEvalTest::test_three_a [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_three_a test/sql/test_operators.py::BooleanEvalTest::test_three_a_double [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_connect_event_fires_subsequent test/engine/test_pool.py::PoolEventsTest::test_connect_insert_event [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_baseclass_lookup [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_del_slice [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_connect_insert_event test/engine/test_pool.py::PoolEventsTest::test_connect_on_previously_recreated test/orm/test_options.py::LocalOptsTest::test_unbound_opt_only_adds_to_strat [gw4] [ 45%] PASSED test/orm/test_options.py::LocalOptsTest::test_unbound_opt_only_adds_to_strat test/orm/test_options.py::LocalOptsTest::test_unbound_strat_opt_recvs_from_optonly [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_extend [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_three_a_double test/sql/test_operators.py::BooleanEvalTest::test_three_b [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_baseclass_sub_table_filter test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_three_b [gw4] [ 45%] PASSED test/orm/test_options.py::LocalOptsTest::test_unbound_strat_opt_recvs_from_optonly [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_connect_on_previously_recreated test/sql/test_operators.py::BooleanEvalTest::test_twelve test/engine/test_pool.py::PoolEventsTest::test_connect_on_subsequently_recreated [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_twelve test/sql/test_operators.py::BooleanEvalTest::test_two_a test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_two_a [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_connect_on_subsequently_recreated test/engine/test_pool.py::PoolEventsTest::test_detach [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_detach test/engine/test_pool.py::PoolEventsTest::test_detach_close [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_detach_close test/orm/test_options.py::MapperOptionsTest::test_eager_degrade test/engine/test_pool.py::PoolEventsTest::test_first_connect_event [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_lazy_load [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_lazy_load [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_first_connect_event [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one test/engine/test_pool.py::PoolEventsTest::test_first_connect_event_fires_once test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_primary_table_only_for_requery [gw5] [ 45%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_extend test/sql/test_operators.py::BooleanEvalTest::test_two_b [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_first_connect_event_fires_once test/engine/test_pool.py::PoolEventsTest::test_first_connect_on_previously_recreated test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_in_place_mutation [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_standalone_orphans [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_first_connect_on_previously_recreated [gw6] [ 45%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_standalone_orphans test/engine/test_pool.py::PoolEventsTest::test_first_connect_on_subsequently_recreated test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two [gw1] [ 45%] PASSED test/engine/test_pool.py::PoolEventsTest::test_first_connect_on_subsequently_recreated [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased [gw0] [ 45%] PASSED test/sql/test_operators.py::BooleanEvalTest::test_two_b [gw2] [ 45%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_subclass_getitem test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[eq] [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_subclass_getitem test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_subclass_lookup [gw0] [ 46%] PASSED test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[eq] [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_lazy::test_subclass_lookup test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[ge] [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_in_place_mutation test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_in_place_slice_mutation [gw4] [ 46%] PASSED test/orm/test_options.py::MapperOptionsTest::test_eager_degrade test/engine/test_pool.py::PoolEventsTest::test_invalidate_event_exception [gw1] [ 46%] PASSED test/engine/test_pool.py::PoolEventsTest::test_invalidate_event_exception test/engine/test_pool.py::PoolEventsTest::test_invalidate_event_no_exception test/orm/test_options.py::MapperOptionsTest::test_eager_degrade_deep [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_in_place_slice_mutation [gw1] [ 46%] PASSED test/engine/test_pool.py::PoolEventsTest::test_invalidate_event_no_exception test/engine/test_pool.py::PoolEventsTest::test_listen_targets_per_subclass test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_baseclass_base_alias_filter [gw1] [ 46%] PASSED test/engine/test_pool.py::PoolEventsTest::test_listen_targets_per_subclass test/engine/test_pool.py::PoolEventsTest::test_listen_targets_scope test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_insert [gw1] [ 46%] PASSED test/engine/test_pool.py::PoolEventsTest::test_listen_targets_scope test/engine/test_pool.py::PoolEventsTest::test_reset_event [gw1] [ 46%] PASSED test/engine/test_pool.py::PoolEventsTest::test_reset_event test/engine/test_pool.py::PoolEventsTest::test_soft_invalidate_event_exception [gw1] [ 46%] PASSED test/engine/test_pool.py::PoolEventsTest::test_soft_invalidate_event_exception test/engine/test_pool.py::PoolEventsTest::test_soft_invalidate_event_no_exception [gw1] [ 46%] PASSED test/engine/test_pool.py::PoolEventsTest::test_soft_invalidate_event_no_exception test/engine/test_pool.py::PoolFirstConnectSyncTest::test_sync [gw0] [ 46%] PASSED test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[ge] [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_insert test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[gt] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven [gw0] [ 46%] PASSED test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[gt] test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[le] [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen [gw0] [ 46%] PASSED test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[le] test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[lt] test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_legacy_pickle_loads [gw0] [ 46%] PASSED test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[lt] test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[ne] [gw0] [ 46%] PASSED test/sql/test_operators.py::ComparisonOperatorTest::test_comparison_op[ne] [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_five test/sql/test_operators.py::ComparisonOperatorTest::test_pickle_operators_one [gw0] [ 46%] PASSED test/sql/test_operators.py::ComparisonOperatorTest::test_pickle_operators_one test/sql/test_operators.py::ComparisonOperatorTest::test_pickle_operators_two [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_four [gw0] [ 46%] PASSED test/sql/test_operators.py::ComparisonOperatorTest::test_pickle_operators_two [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_baseclass_lookup [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_four [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_legacy_pickle_loads test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_operator_extend [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_operator_extend test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_baseclass_sub_table_filter [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_baseclass_sub_table_filter test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_autoescape test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_lazy_load test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_pickle_parent [gw4] [ 46%] PASSED test/orm/test_options.py::MapperOptionsTest::test_eager_degrade_deep test/orm/test_options.py::MapperOptionsTest::test_eager_options [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_autoescape [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_primary_table_only_for_requery test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_concat [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_concat test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_escape [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_standalone_orphans [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_literal [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_literal test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_literal_concat [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_standalone_orphans test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_subclass_base_alias_filter [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_literal_concat test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_text [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_text test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_text_concat test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_contains_text_concat test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_subclass_getitem [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_autoescape [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_pickle_parent test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_pop [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_pop test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_remove [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve [gw4] [ 46%] PASSED test/orm/test_options.py::MapperOptionsTest::test_eager_options test/orm/test_options.py::MapperOptionsTest::test_eager_options_with_limit [gw4] [ 46%] PASSED test/orm/test_options.py::MapperOptionsTest::test_eager_options_with_limit test/orm/test_options.py::MapperOptionsTest::test_lazy_options [gw4] [ 46%] PASSED test/orm/test_options.py::MapperOptionsTest::test_lazy_options [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_subclass_lookup [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_none_False_redefine_nonlazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_baseclass_base_alias_filter [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check test/orm/test_options.py::MapperOptionsTest::test_lazy_options_with_limit [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_loads_at_once [gw4] [ 46%] PASSED test/orm/test_options.py::MapperOptionsTest::test_lazy_options_with_limit [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_loads_at_once test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen test/orm/test_options.py::MapperOptionsTest::test_option_propagate [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_remove test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_reverse [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_reverse test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_sort [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_sort test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_sort_w_key [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_sort_w_key test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_sort_w_reverse_kwarg [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_sort_w_reverse_kwarg [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_autoescape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_autoescape_custom_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_autoescape_custom_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_autoescape_nosqlexpr [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_autoescape_nosqlexpr test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_autoescape_warning [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_autoescape_warning test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_literal [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_literal test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_literal_mysql [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_literal_mysql test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_mysql [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_mysql test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_text [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_text test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_text_mysql [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_endswith_text_mysql test/sql/test_operators.py::ComposedLikeOperatorsTest::test_ilike [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_ilike test/sql/test_operators.py::ComposedLikeOperatorsTest::test_ilike_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_ilike_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_like [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_like test/sql/test_operators.py::ComposedLikeOperatorsTest::test_like_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_like_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_contains [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_contains test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_contains_autoescape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_contains_autoescape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_contains_concat [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_contains_concat test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_contains_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_contains_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_endswith [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_endswith test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_endswith_autoescape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_endswith_autoescape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_endswith_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_endswith_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_endswith_mysql [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_endswith_mysql test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_ilike [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_ilike test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_ilike_escape test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_unrelated_flush [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_ilike_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_like [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_like test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_like_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_like_escape [gw4] [ 46%] PASSED test/orm/test_options.py::MapperOptionsTest::test_option_propagate test/orm/test_options.py::MapperOptionsTest::test_synonym_options [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableListWithScalarPickleTest::test_unrelated_flush test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_add [gw4] [ 46%] PASSED test/orm/test_options.py::MapperOptionsTest::test_synonym_options [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_baseclass_lookup [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_baseclass_sub_table_filter [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_lazy_load test/orm/test_options.py::OfTypePathingTest::test_oftype_only_col_attr_bound [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_add test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_binary_intersection_update [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_binary_intersection_update test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_binary_symmetric_difference_update [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_primary_table_only_for_requery [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_standalone_orphans [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith_autoescape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith_autoescape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith_concat [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith_concat test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith_firebird [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_not_startswith_firebird test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith [gw7] [ 46%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_get_baked_query [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_subclass_base_alias_filter test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_get_baked_query_shard_id test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_subclass_getitem [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_binary_symmetric_difference_update [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_subclass_lookup test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_binary_update test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_autoescape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_autoescape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_autoescape_custom_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_autoescape_custom_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_concat [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_concat test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_escape [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_escape test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_firebird [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_firebird test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_literal [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_literal test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_literal_mysql [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_literal_mysql test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_text [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_text test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_text_mysql [gw0] [ 46%] PASSED test/sql/test_operators.py::ComposedLikeOperatorsTest::test_startswith_text_mysql test/sql/test_operators.py::ConjunctionTest::test_and_false_literal_leading [gw0] [ 46%] PASSED test/sql/test_operators.py::ConjunctionTest::test_and_false_literal_leading test/sql/test_operators.py::ConjunctionTest::test_and_true_literal_leading [gw0] [ 46%] PASSED test/sql/test_operators.py::ConjunctionTest::test_and_true_literal_leading test/sql/test_operators.py::ConjunctionTest::test_constant_render_distinct [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_lazy::test_subclass_lookup test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] [gw0] [ 46%] PASSED test/sql/test_operators.py::ConjunctionTest::test_constant_render_distinct test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_baseclass_base_alias_filter test/sql/test_operators.py::ConjunctionTest::test_constant_render_distinct_use_labels [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_binary_update test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_clear [gw0] [ 46%] PASSED test/sql/test_operators.py::ConjunctionTest::test_constant_render_distinct_use_labels test/sql/test_operators.py::ConjunctionTest::test_constants_are_singleton [gw0] [ 46%] PASSED test/sql/test_operators.py::ConjunctionTest::test_constants_are_singleton test/sql/test_operators.py::ConjunctionTest::test_eight [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] [gw0] [ 46%] PASSED test/sql/test_operators.py::ConjunctionTest::test_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_clear test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_coerce_none test/sql/test_operators.py::ConjunctionTest::test_eleven [gw0] [ 46%] PASSED test/sql/test_operators.py::ConjunctionTest::test_eleven test/sql/test_operators.py::ConjunctionTest::test_empty_and_raw [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] [gw0] [ 46%] PASSED test/sql/test_operators.py::ConjunctionTest::test_empty_and_raw test/sql/test_operators.py::ConjunctionTest::test_empty_clauses[and_-and_-True] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine [gw0] [ 46%] PASSED test/sql/test_operators.py::ConjunctionTest::test_empty_clauses[and_-and_-True] [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine test/sql/test_quote.py::QuotedIdentTest::test_apply_map_quoted test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen [gw0] [ 46%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_apply_map_quoted [gw2] [ 46%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_baseclass_lookup [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_coerce_none test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_coerce_raise test/sql/test_quote.py::QuotedIdentTest::test_coerce_none [gw0] [ 46%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_coerce_none test/sql/test_quote.py::QuotedIdentTest::test_coerce_quoted_none [gw0] [ 46%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_coerce_quoted_none test/sql/test_quote.py::QuotedIdentTest::test_coerce_quoted_retain [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_baseclass_sub_table_filter [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_coerce_raise [gw4] [ 46%] PASSED test/orm/test_options.py::OfTypePathingTest::test_oftype_only_col_attr_bound [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_baseclass_sub_table_filter test/orm/test_options.py::OfTypePathingTest::test_oftype_only_col_attr_string_bound test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_lazy_load test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_copy [gw5] [ 46%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_copy [gw4] [ 46%] PASSED test/orm/test_options.py::OfTypePathingTest::test_oftype_only_col_attr_string_bound test/orm/test_options.py::OfTypePathingTest::test_oftype_only_col_attr_string_unbound test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_deepcopy [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_primary_table_only_for_requery [gw6] [ 46%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_standalone_orphans [gw6] [ 47%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_subclass_base_alias_filter [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_deepcopy [gw6] [ 47%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_subclass_base_alias_filter test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_difference_update test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_subclass_getitem [gw6] [ 47%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_subclass_lookup [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_difference_update test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_discard [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_discard test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_intersection_update [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_intersection_update test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_operator_difference_update [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_multi_join [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_multi_join test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_multi_join_future [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_multi_join_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_nesting_queries [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_nesting_queries test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three [gw2] [ 47%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three test/orm/test_query.py::SetOpsTest::test_statement_labels [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_coerce_quoted_retain test/sql/test_quote.py::QuotedIdentTest::test_coerce_quoted_switch [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_coerce_quoted_switch test/sql/test_quote.py::QuotedIdentTest::test_concat_anon [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_concat_anon test/sql/test_quote.py::QuotedIdentTest::test_concat_quotefalse [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_concat_quotefalse test/sql/test_quote.py::QuotedIdentTest::test_concat_quotenone [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_concat_quotenone test/sql/test_quote.py::QuotedIdentTest::test_concat_quotetrue [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_concat_quotetrue test/sql/test_quote.py::QuotedIdentTest::test_pickle_anon_label [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_pickle_anon_label test/sql/test_quote.py::QuotedIdentTest::test_pickle_quote [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_pickle_quote test/sql/test_quote.py::QuotedIdentTest::test_rconcat_anon [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_rconcat_anon test/sql/test_quote.py::QuotedIdentTest::test_rconcat_quotefalse [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_rconcat_quotefalse test/sql/test_quote.py::QuotedIdentTest::test_rconcat_quotenone [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_rconcat_quotenone test/sql/test_quote.py::QuotedIdentTest::test_rconcat_quotetrue [gw0] [ 47%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_rconcat_quotetrue test/engine/test_reconnect.py::CursorErrTest::test_cursor_explode [gw0] [ 47%] PASSED test/engine/test_reconnect.py::CursorErrTest::test_cursor_explode test/engine/test_reconnect.py::CursorErrTest::test_cursor_shutdown_in_initialize [gw0] [ 47%] PASSED test/engine/test_reconnect.py::CursorErrTest::test_cursor_shutdown_in_initialize test/engine/test_reconnect.py::FutureReconnectRecipeTest::test_autocommits_txn [gw0] [ 47%] SKIPPED test/engine/test_reconnect.py::FutureReconnectRecipeTest::test_autocommits_txn test/engine/test_reconnect.py::FutureReconnectRecipeTest::test_fail_on_executemany_txn [gw0] [ 47%] SKIPPED test/engine/test_reconnect.py::FutureReconnectRecipeTest::test_fail_on_executemany_txn test/engine/test_reconnect.py::FutureReconnectRecipeTest::test_restart_on_execute_no_txn [gw0] [ 47%] SKIPPED test/engine/test_reconnect.py::FutureReconnectRecipeTest::test_restart_on_execute_no_txn test/engine/test_reconnect.py::FutureReconnectRecipeTest::test_restart_on_execute_txn [gw0] [ 47%] SKIPPED test/engine/test_reconnect.py::FutureReconnectRecipeTest::test_restart_on_execute_txn test/engine/test_reconnect.py::InvalidateDuringResultTest_sqlite+pysqlite_3_38_2::test_invalidate_on_results [gw0] [ 47%] PASSED test/engine/test_reconnect.py::InvalidateDuringResultTest_sqlite+pysqlite_3_38_2::test_invalidate_on_results test/engine/test_reconnect.py::MockReconnectTest::test_check_disconnect_no_cursor [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_check_disconnect_no_cursor test/engine/test_reconnect.py::MockReconnectTest::test_commit_fails_contextmanager [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_commit_fails_contextmanager test/engine/test_reconnect.py::MockReconnectTest::test_commit_fails_trans [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_commit_fails_trans test/engine/test_reconnect.py::MockReconnectTest::test_conn_reusable [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_conn_reusable test/engine/test_reconnect.py::MockReconnectTest::test_dialect_initialize_once [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_dialect_initialize_once test/engine/test_reconnect.py::MockReconnectTest::test_dialect_initialize_retry_if_exception [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_operator_difference_update test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_pickle_parent [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_pickle_parent test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_pop [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_dialect_initialize_retry_if_exception test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_conn_interrupt_nodisconnect_workaround [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_pop [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_conn_interrupt_nodisconnect_workaround test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_conn_w_contextmanager_disconnect [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_conn_w_contextmanager_disconnect test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_conn_w_contextmanager_interrupt test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_remove [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_conn_w_contextmanager_interrupt [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsTest::test_statement_labels test/orm/test_query.py::SetOpsTest::test_union [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_remove test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_symmetric_difference_update [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsTest::test_union test/orm/test_query.py::SetOpsTest::test_union_labeled_anonymous_columns test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_dont_call_finalizer [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_dont_call_finalizer test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_on_commit_trans [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_on_commit_trans [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsTest::test_union_labeled_anonymous_columns test/orm/test_query.py::SetOpsTest::test_union_literal_expressions_compile [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsTest::test_union_literal_expressions_compile test/orm/test_query.py::SetOpsTest::test_union_literal_expressions_results test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_on_execute_trans [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_symmetric_difference_update [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_invalidate_on_execute_trans test/engine/test_reconnect.py::MockReconnectTest::test_invalidated_close test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_unrelated_flush [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsTest::test_union_literal_expressions_results test/orm/test_query.py::SetOpsTest::test_union_mapped_colnames_preserved_across_subquery [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsTest::test_union_mapped_colnames_preserved_across_subquery [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_invalidated_close test/engine/test_reconnect.py::MockReconnectTest::test_noreconnect_execute_plus_closewresult [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_noreconnect_execute_plus_closewresult test/engine/test_reconnect.py::MockReconnectTest::test_noreconnect_rollback_plus_closewresult test/orm/test_query.py::SetOpsWDeferredTest::test_flat_twolevel_union_deferred [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_unrelated_flush test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_update [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_noreconnect_rollback_plus_closewresult test/engine/test_reconnect.py::MockReconnectTest::test_reconnect [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableSetWithScalarPickleTest::test_update [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsWDeferredTest::test_flat_twolevel_union_deferred test/orm/test_query.py::SetOpsWDeferredTest::test_flat_twolevel_union_undeferred test/ext/test_mutable.py::MutableWithScalarJSONTest::test_clear [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_clear [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsWDeferredTest::test_flat_twolevel_union_undeferred test/orm/test_query.py::SetOpsWDeferredTest::test_nested_union_deferred test/ext/test_mutable.py::MutableWithScalarJSONTest::test_coerce_none [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_coerce_none [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsWDeferredTest::test_nested_union_deferred test/orm/test_query.py::SetOpsWDeferredTest::test_nested_union_undeferred test/ext/test_mutable.py::MutableWithScalarJSONTest::test_coerce_raise [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_coerce_raise [gw2] [ 47%] PASSED test/orm/test_query.py::SetOpsWDeferredTest::test_nested_union_undeferred test/ext/test_mutable.py::MutableWithScalarJSONTest::test_copy [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_copy test/ext/test_mutable.py::MutableWithScalarJSONTest::test_deepcopy [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_deepcopy test/ext/test_mutable.py::MutableWithScalarJSONTest::test_in_place_mutation [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_in_place_mutation test/ext/test_mutable.py::MutableWithScalarJSONTest::test_modified_event [gw7] [ 47%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_get_baked_query_shard_id test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_get_explicit_shard [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_modified_event test/ext/test_mutable.py::MutableWithScalarJSONTest::test_non_mutable [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_non_mutable test/ext/test_mutable.py::MutableWithScalarJSONTest::test_pickle_parent [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_pickle_parent test/ext/test_mutable.py::MutableWithScalarJSONTest::test_pop [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_pop test/ext/test_mutable.py::MutableWithScalarJSONTest::test_pop_default [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_pop_default test/ext/test_mutable.py::MutableWithScalarJSONTest::test_popitem [gw3] [ 47%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_cache_key test/aaa_profiling/test_memusage.py::CycleTest::test_column_adapter_lookup test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_first [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_popitem test/ext/test_mutable.py::MutableWithScalarJSONTest::test_replace [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_replace test/ext/test_mutable.py::MutableWithScalarJSONTest::test_replace_itself_still_ok [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_replace_itself_still_ok test/ext/test_mutable.py::MutableWithScalarJSONTest::test_setdefault [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_setdefault test/ext/test_mutable.py::MutableWithScalarJSONTest::test_unrelated_flush [gw2] [ 47%] PASSED test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_first test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_first_against_expression_offset [gw2] [ 47%] PASSED test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_first_against_expression_offset test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_full_slice_against_expression_offset [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_unrelated_flush [gw2] [ 47%] PASSED test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_full_slice_against_expression_offset test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_full_slice_against_integer_offset test/ext/test_mutable.py::MutableWithScalarJSONTest::test_update [gw2] [ 47%] PASSED test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_full_slice_against_integer_offset test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_limit_offset_applies [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarJSONTest::test_update [gw2] [ 47%] PASSED test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_limit_offset_applies test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_negative_indexes_raise [gw2] [ 47%] PASSED test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_negative_indexes_raise test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_start_slice_against_expression_offset [gw2] [ 47%] PASSED test/orm/test_query.py::SliceTest_sqlite+pysqlite_3_38_2::test_start_slice_against_expression_offset test/ext/test_mutable.py::MutableWithScalarPickleTest::test_clear test/orm/test_query.py::SynonymTest::test_froms_aliased_col [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolFirstConnectSyncTest::test_sync test/engine/test_pool.py::PoolTest::test_connection_setter [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_connection_setter test/engine/test_pool.py::PoolTest::test_cursor_iterable [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_cursor_iterable test/engine/test_pool.py::PoolTest::test_info [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_info test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[AssertionPool-None] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[AssertionPool-None] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[AsyncAdaptedQueuePool-True] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[AsyncAdaptedQueuePool-True] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[FallbackAsyncAdaptedQueuePool-True] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[FallbackAsyncAdaptedQueuePool-True] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[NullPool-None] [gw6] [ 47%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_noredefine_nonlazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_baseclass_base_alias_filter [gw4] [ 47%] PASSED test/orm/test_options.py::OfTypePathingTest::test_oftype_only_col_attr_string_unbound test/orm/test_options.py::OfTypePathingTest::test_oftype_only_col_attr_unbound [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[NullPool-None] [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_clear test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[QueuePool-False] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[QueuePool-False] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[SingletonThreadPool-False] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[SingletonThreadPool-False] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[StaticPool-None] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect[StaticPool-None] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[AssertionPool-False] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[AssertionPool-False] [gw4] [ 47%] PASSED test/orm/test_options.py::OfTypePathingTest::test_oftype_only_col_attr_unbound test/orm/test_options.py::OfTypePathingTest::test_oftype_only_rel_attr_bound test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[AsyncAdaptedQueuePool-True] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[AsyncAdaptedQueuePool-True] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[FallbackAsyncAdaptedQueuePool-True] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[FallbackAsyncAdaptedQueuePool-True] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[NullPool-False] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[NullPool-False] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[QueuePool-False] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[QueuePool-False] [gw7] [ 47%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_get_explicit_shard test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[SingletonThreadPool-False] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[SingletonThreadPool-False] test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[StaticPool-False] [gw4] [ 47%] PASSED test/orm/test_options.py::OfTypePathingTest::test_oftype_only_rel_attr_bound test/orm/test_options.py::OfTypePathingTest::test_oftype_only_rel_attr_string_bound [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_is_asyncio_from_dialect_cls[StaticPool-False] test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_plain_core_lookup_w_shard test/engine/test_pool.py::PoolTest::test_no_connect_on_recreate [gw4] [ 47%] PASSED test/orm/test_options.py::OfTypePathingTest::test_oftype_only_rel_attr_string_bound test/orm/test_options.py::OfTypePathingTest::test_oftype_only_rel_attr_string_unbound test/ext/test_mutable.py::MutableWithScalarPickleTest::test_coerce_none [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_coerce_none test/ext/test_mutable.py::MutableWithScalarPickleTest::test_coerce_raise [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_no_connect_on_recreate test/engine/test_pool.py::PoolTest::test_rec_close_reopen [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_rec_close_reopen test/engine/test_pool.py::PoolTest::test_rec_fairy_adapted_dialect [gw4] [ 47%] PASSED test/orm/test_options.py::OfTypePathingTest::test_oftype_only_rel_attr_string_unbound [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_rec_fairy_adapted_dialect test/orm/test_options.py::OfTypePathingTest::test_oftype_only_rel_attr_unbound [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_coerce_raise test/ext/test_mutable.py::MutableWithScalarPickleTest::test_copy test/engine/test_pool.py::PoolTest::test_rec_fairy_default_dialect [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_rec_fairy_default_dialect test/engine/test_pool.py::PoolTest::test_rec_info [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_rec_info test/engine/test_pool.py::PoolTest::test_rec_unconnected [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_rec_unconnected [gw6] [ 47%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_baseclass_lookup [gw6] [ 47%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_baseclass_sub_table_filter [gw2] [ 47%] PASSED test/orm/test_query.py::SynonymTest::test_froms_aliased_col test/orm/test_query.py::SynonymTest::test_joins [gw4] [ 47%] PASSED test/orm/test_options.py::OfTypePathingTest::test_oftype_only_rel_attr_unbound [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_reconnect test/engine/test_reconnect.py::MockReconnectTest::test_reconnect_on_reentrant [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_reconnect_on_reentrant test/engine/test_reconnect.py::MockReconnectTest::test_reconnect_on_reentrant_plus_closewresult [gw0] [ 47%] PASSED test/engine/test_reconnect.py::MockReconnectTest::test_reconnect_on_reentrant_plus_closewresult test/engine/test_pool.py::PoolTest::test_recreate_state[AssertionPool-pool_args5] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_recreate_state[AssertionPool-pool_args5] test/engine/test_pool.py::PoolTest::test_recreate_state[NullPool-pool_args2] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_recreate_state[NullPool-pool_args2] test/engine/test_pool.py::PoolTest::test_recreate_state[QueuePool-pool_args0] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_recreate_state[QueuePool-pool_args0] test/engine/test_pool.py::PoolTest::test_recreate_state[QueuePool-pool_args1] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_recreate_state[QueuePool-pool_args1] test/engine/test_pool.py::PoolTest::test_recreate_state[SingletonThreadPool-pool_args3] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_recreate_state[SingletonThreadPool-pool_args3] test/engine/test_pool.py::PoolTest::test_recreate_state[StaticPool-pool_args4] [gw1] [ 47%] PASSED test/engine/test_pool.py::PoolTest::test_recreate_state[StaticPool-pool_args4] test/engine/test_reconnect.py::PrePingMockTest::test_connect_across_restart test/engine/test_pool.py::QueuePoolTest::test_connect_checkout_handler_always_gets_info test/orm/test_options.py::OptionsNoPropTest::test_col_option_against_relationship_attr [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_copy test/ext/test_mutable.py::MutableWithScalarPickleTest::test_deepcopy [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_deepcopy test/ext/test_mutable.py::MutableWithScalarPickleTest::test_in_place_mutation [gw0] [ 47%] PASSED test/engine/test_reconnect.py::PrePingMockTest::test_connect_across_restart test/engine/test_reconnect.py::PrePingMockTest::test_ping_not_on_first_connect [gw2] [ 47%] PASSED test/orm/test_query.py::SynonymTest::test_joins [gw0] [ 47%] PASSED test/engine/test_reconnect.py::PrePingMockTest::test_ping_not_on_first_connect test/engine/test_reconnect.py::PrePingMockTest::test_ping_not_on_reconnect test/orm/test_query.py::SynonymTest::test_options [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_in_place_mutation [gw2] [ 47%] PASSED test/orm/test_query.py::SynonymTest::test_options [gw0] [ 47%] PASSED test/engine/test_reconnect.py::PrePingMockTest::test_ping_not_on_reconnect test/ext/test_mutable.py::MutableWithScalarPickleTest::test_modified_event test/engine/test_reconnect.py::PrePingMockTest::test_pre_ping_weakref_finalizer test/orm/test_query.py::SynonymTest::test_options_syn_of_syn [gw2] [ 47%] PASSED test/orm/test_query.py::SynonymTest::test_options_syn_of_syn test/orm/test_query.py::SynonymTest::test_with_parent [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_modified_event [gw2] [ 47%] PASSED test/orm/test_query.py::SynonymTest::test_with_parent test/ext/test_mutable.py::MutableWithScalarPickleTest::test_non_mutable test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_aggregate_scalar_over_table_valued [gw2] [ 47%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_aggregate_scalar_over_table_valued test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_function_against_row_constructor [gw2] [ 47%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_function_against_row_constructor test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_function_against_subq_record [gw2] [ 47%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_function_against_subq_record test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_function_against_table_record [gw2] [ 47%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_function_against_table_record test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_generate_series_scalar [gw2] [ 47%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_generate_series_scalar test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_plain_old_unnest [gw2] [ 47%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_plain_old_unnest test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_render_derived_quoting [gw2] [ 47%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_render_derived_quoting test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_scalar_table_valued [gw2] [ 47%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_scalar_table_valued test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_table_valued [gw2] [ 47%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_table_valued [gw5] [ 47%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_non_mutable test/ext/test_mutable.py::MutableWithScalarPickleTest::test_pickle_parent test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_unnest_with_ordinality [gw2] [ 48%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_unnest_with_ordinality test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_unnest_with_ordinality_named [gw2] [ 48%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_unnest_with_ordinality_named test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_with_ordinality_named [gw2] [ 48%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_with_ordinality_named test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_with_ordinality_star [gw2] [ 48%] SKIPPED test/dialect/postgresql/test_query.py::TableValuedRoundTripTest::test_with_ordinality_star test/dialect/mssql/test_query.py::TableValuedTest::test_scalar_strings [gw2] [ 48%] SKIPPED test/dialect/mssql/test_query.py::TableValuedTest::test_scalar_strings test/dialect/mssql/test_query.py::TableValuedTest::test_scalar_strings_control [gw2] [ 48%] SKIPPED test/dialect/mssql/test_query.py::TableValuedTest::test_scalar_strings_control test/dialect/mssql/test_query.py::TableValuedTest::test_scalar_strings_named_control [gw2] [ 48%] SKIPPED test/dialect/mssql/test_query.py::TableValuedTest::test_scalar_strings_named_control test/dialect/mssql/test_query.py::TableValuedTest::test_two_strings [gw2] [ 48%] SKIPPED test/dialect/mssql/test_query.py::TableValuedTest::test_two_strings test/dialect/mssql/test_query.py::TableValuedTest::test_two_strings_control [gw2] [ 48%] SKIPPED test/dialect/mssql/test_query.py::TableValuedTest::test_two_strings_control test/orm/test_query.py::TextErrorTest::test_filter [gw5] [ 48%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_pickle_parent test/ext/test_mutable.py::MutableWithScalarPickleTest::test_pop [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_baseclass_sub_table_filter [gw5] [ 48%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_pop test/ext/test_mutable.py::MutableWithScalarPickleTest::test_pop_default [gw1] [ 48%] PASSED test/engine/test_pool.py::QueuePoolTest::test_connect_checkout_handler_always_gets_info test/engine/test_pool.py::QueuePoolTest::test_connect_handler_not_called_for_recycled [gw5] [ 48%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_pop_default test/ext/test_mutable.py::MutableWithScalarPickleTest::test_popitem [gw5] [ 48%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_popitem test/ext/test_mutable.py::MutableWithScalarPickleTest::test_replace [gw5] [ 48%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_replace test/ext/test_mutable.py::MutableWithScalarPickleTest::test_replace_itself_still_ok [gw5] [ 48%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_replace_itself_still_ok test/ext/test_mutable.py::MutableWithScalarPickleTest::test_setdefault [gw5] [ 48%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_setdefault test/ext/test_mutable.py::MutableWithScalarPickleTest::test_unrelated_flush test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_lazy_load [gw5] [ 48%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_unrelated_flush [gw2] [ 48%] PASSED test/orm/test_query.py::TextErrorTest::test_filter test/orm/test_query.py::TextErrorTest::test_from_statement test/ext/test_mutable.py::MutableWithScalarPickleTest::test_update [gw2] [ 48%] PASSED test/orm/test_query.py::TextErrorTest::test_from_statement test/orm/test_query.py::TextErrorTest::test_having [gw2] [ 48%] PASSED test/orm/test_query.py::TextErrorTest::test_having [gw1] [ 48%] PASSED test/engine/test_pool.py::QueuePoolTest::test_connect_handler_not_called_for_recycled test/engine/test_pool.py::QueuePoolTest::test_connrec_invalidated_within_checkout_no_race [gw1] [ 48%] PASSED test/engine/test_pool.py::QueuePoolTest::test_connrec_invalidated_within_checkout_no_race test/engine/test_pool.py::QueuePoolTest::test_detach [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_primary_table_only_for_requery [gw1] [ 48%] PASSED test/engine/test_pool.py::QueuePoolTest::test_detach test/engine/test_pool.py::QueuePoolTest::test_detach_via_invalidate test/orm/test_query.py::TextTest::test_binds_coerce [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_primary_table_only_for_requery [gw5] [ 48%] PASSED test/ext/test_mutable.py::MutableWithScalarPickleTest::test_update test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_standalone_orphans [gw1] [ 48%] PASSED test/engine/test_pool.py::QueuePoolTest::test_detach_via_invalidate test/engine/test_pool.py::QueuePoolTest::test_dispose_closes_pooled [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_subclass_base_alias_filter [gw1] [ 48%] PASSED test/engine/test_pool.py::QueuePoolTest::test_dispose_closes_pooled test/engine/test_pool.py::QueuePoolTest::test_error_on_pooled_reconnect_cleanup_invalidate [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_subclass_getitem [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_subclass_lookup [gw1] [ 48%] PASSED test/engine/test_pool.py::QueuePoolTest::test_error_on_pooled_reconnect_cleanup_invalidate [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_col_option_against_relationship_attr test/orm/test_options.py::OptionsNoPropTest::test_load_only_against_multi_entity_attr [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_lazy::test_subclass_lookup test/engine/test_pool.py::QueuePoolTest::test_error_on_pooled_reconnect_cleanup_recycle test/dialect/test_mxodbc.py::MxODBCTest::test_native_odbc_execute test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_baseclass_base_alias_filter [gw5] [ 48%] PASSED test/dialect/test_mxodbc.py::MxODBCTest::test_native_odbc_execute test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_nonpassive [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_nonpassive test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_nonpassive_uselist [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_binds_coerce [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_baseclass_lookup [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_baseclass_sub_table_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_lazy_load [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_primary_table_only_for_requery [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_standalone_orphans test/orm/test_query.py::TextTest::test_columns_mismatched [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_columns_mismatched test/orm/test_query.py::TextTest::test_columns_mismatched_future [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_subclass_base_alias_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_subclass_getitem [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_subclass_lookup [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_nonpassive_uselist test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_passive [gw5] [ 48%] SKIPPED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_passive test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_passive_uselist [gw5] [ 48%] SKIPPED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_passive_uselist test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_move_m2o_nonpassive [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_move_m2o_nonpassive [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_False_redefine_nonlazy::test_subclass_lookup [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_columns_mismatched_future test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_cols_contains_eager [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_cols_contains_eager test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_move_m2o_passive test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_cols_contains_eager_future [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_cols_contains_eager_future test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_contains_eager [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_contains_eager test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_contains_eager_future [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_contains_eager_future test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_baseclass_base_alias_filter test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_future [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_columns_multi_table_uselabels_future test/orm/test_query.py::TextTest::test_columns_via_textasfrom_from_statement [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_columns_via_textasfrom_from_statement test/orm/test_query.py::TextTest::test_group_by_accepts_text [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_group_by_accepts_text test/orm/test_query.py::TextTest::test_needs_text [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_needs_text test/orm/test_query.py::TextTest::test_order_by_w_eager_five [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_order_by_w_eager_five test/orm/test_query.py::TextTest::test_order_by_w_eager_four [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_order_by_w_eager_four test/orm/test_query.py::TextTest::test_order_by_w_eager_one [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_order_by_w_eager_one test/orm/test_query.py::TextTest::test_order_by_w_eager_three [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_order_by_w_eager_three test/orm/test_query.py::TextTest::test_order_by_w_eager_two [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_move_m2o_passive [gw7] [ 48%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_plain_core_lookup_w_shard test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_plain_db_lookup test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_o2m_change_nonpassive [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_order_by_w_eager_two test/orm/test_query.py::TextTest::test_orm_columns_accepts_text [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_orm_columns_accepts_text test/orm/test_query.py::TextTest::test_plain_textual_column [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_plain_textual_column test/orm/test_query.py::TextTest::test_related_eagerload_against_text[False-selectinload] [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_related_eagerload_against_text[False-selectinload] test/orm/test_query.py::TextTest::test_related_eagerload_against_text[False-subqueryload] [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_load_only_against_multi_entity_attr [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_related_eagerload_against_text[False-subqueryload] test/orm/test_query.py::TextTest::test_related_eagerload_against_text[True-selectinload] [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_related_eagerload_against_text[True-selectinload] test/orm/test_query.py::TextTest::test_related_eagerload_against_text[True-subqueryload] test/orm/test_options.py::OptionsNoPropTest::test_non_contiguous_all_option [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_related_eagerload_against_text[True-subqueryload] [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_o2m_change_nonpassive test/orm/test_query.py::TextTest::test_select_star [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_baseclass_base_alias_filter [gw0] [ 48%] PASSED test/engine/test_reconnect.py::PrePingMockTest::test_pre_ping_weakref_finalizer test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_baseclass_lookup [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_baseclass_sub_table_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_baseclass_sub_table_filter [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_select_star [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_non_contiguous_all_option test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_lazy_load [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_primary_table_only_for_requery [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_standalone_orphans [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_standalone_orphans test/orm/test_options.py::OptionsNoPropTest::test_non_contiguous_all_option_of_type [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_non_contiguous_all_option_of_type test/orm/test_options.py::OptionsNoPropTest::test_option_against_nonexistent_PropComparator [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_option_against_nonexistent_PropComparator test/orm/test_options.py::OptionsNoPropTest::test_option_against_wrong_multi_entity_type_attr_one [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_option_against_wrong_multi_entity_type_attr_one test/orm/test_options.py::OptionsNoPropTest::test_option_against_wrong_multi_entity_type_attr_three test/engine/test_reconnect.py::PrePingMockTest::test_raise_db_is_stopped [gw0] [ 48%] PASSED test/engine/test_reconnect.py::PrePingMockTest::test_raise_db_is_stopped test/engine/test_reconnect.py::PrePingMockTest::test_waits_til_exec_wo_ping_db_is_restarted [gw0] [ 48%] PASSED test/engine/test_reconnect.py::PrePingMockTest::test_waits_til_exec_wo_ping_db_is_restarted test/engine/test_reconnect.py::PrePingMockTest::test_waits_til_exec_wo_ping_db_is_stopped [gw0] [ 48%] PASSED test/engine/test_reconnect.py::PrePingMockTest::test_waits_til_exec_wo_ping_db_is_stopped test/orm/test_query.py::TextTest::test_select_star_future [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_select_star_future test/orm/test_query.py::TextTest::test_textual_select_orm_columns [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_textual_select_orm_columns test/orm/test_query.py::TextTest::test_via_select [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_via_select test/orm/test_query.py::TextTest::test_via_textasfrom_aliased [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_via_textasfrom_aliased test/orm/test_query.py::TextTest::test_via_textasfrom_from_statement [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_via_textasfrom_from_statement test/orm/test_query.py::TextTest::test_via_textasfrom_use_mapped_columns [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_via_textasfrom_use_mapped_columns test/orm/test_query.py::TextTest::test_whereclause [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_whereclause test/orm/test_query.py::TextTest::test_whereclause_future [gw2] [ 48%] PASSED test/orm/test_query.py::TextTest::test_whereclause_future test/dialect/postgresql/test_query.py::TupleTest::test_tuple_containment [gw2] [ 48%] SKIPPED test/dialect/postgresql/test_query.py::TupleTest::test_tuple_containment test/orm/test_query.py::WithTransientOnNone::test_filter_with_detached_non_pk_col_has_value [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_filter_with_detached_non_pk_col_has_value test/orm/test_query.py::WithTransientOnNone::test_filter_with_detached_non_pk_col_is_default_null [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_filter_with_detached_non_pk_col_is_default_null test/orm/test_query.py::WithTransientOnNone::test_filter_with_persistent_non_pk_col_is_default_null [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_filter_with_persistent_non_pk_col_is_default_null test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_o2m_change_passive [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_o2m_change_passive test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_o2m_move_nonpassive test/orm/test_query.py::WithTransientOnNone::test_filter_with_transient_dont_assume_pk [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_o2m_move_nonpassive test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_o2m_move_passive [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_o2m_move_passive test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_onetomany_nonpassive [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_onetomany_nonpassive test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_onetomany_passive [gw5] [ 48%] SKIPPED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_onetomany_passive test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_rowswitch_doesntfire [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_rowswitch_doesntfire test/orm/test_naturalpks.py::JoinedInheritancePKOnFKTest_sqlite+pysqlite_3_38_2::test_pk_nonpassive [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::JoinedInheritancePKOnFKTest_sqlite+pysqlite_3_38_2::test_pk_nonpassive test/orm/test_naturalpks.py::JoinedInheritancePKOnFKTest_sqlite+pysqlite_3_38_2::test_pk_passive [gw5] [ 48%] SKIPPED test/orm/test_naturalpks.py::JoinedInheritancePKOnFKTest_sqlite+pysqlite_3_38_2::test_pk_passive test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_nonpassive test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_subclass_base_alias_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_subclass_getitem [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_subclass_lookup [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_lazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_baseclass_base_alias_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_baseclass_lookup [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_baseclass_sub_table_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_lazy_load [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_primary_table_only_for_requery [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_standalone_orphans [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_subclass_base_alias_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_subclass_getitem [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_subclass_getitem test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_subclass_lookup [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_option_against_wrong_multi_entity_type_attr_three test/orm/test_options.py::OptionsNoPropTest::test_option_against_wrong_multi_entity_type_attr_two [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_noredefine_nonlazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_baseclass_base_alias_filter [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_filter_with_transient_dont_assume_pk [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_nonpassive test/orm/test_query.py::WithTransientOnNone::test_filter_with_transient_given_pk test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_passive [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_option_against_wrong_multi_entity_type_attr_two test/orm/test_options.py::OptionsNoPropTest::test_option_with_column_PropComparator [gw5] [ 48%] SKIPPED test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_passive test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_threelevel_nonpassive [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_baseclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_baseclass_lookup [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_baseclass_sub_table_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_lazy_load [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_filter_with_transient_given_pk test/orm/test_query.py::WithTransientOnNone::test_filter_with_transient_given_pk_but_only_later [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_option_with_column_PropComparator test/orm/test_options.py::OptionsNoPropTest::test_option_with_column_then_mapper_PropComparator [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_threelevel_nonpassive test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_threelevel_passive [gw5] [ 48%] SKIPPED test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_threelevel_passive test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_nonpassive [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_primary_table_only_for_requery [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_standalone_orphans [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_subclass_base_alias_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_subclass_getitem [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_subclass_getitem [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_filter_with_transient_given_pk_but_only_later test/orm/test_query.py::WithTransientOnNone::test_filter_with_transient_warn_for_none_against_non_pk test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_subclass_lookup [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_lazy::test_subclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_baseclass_base_alias_filter [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_nonpassive test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_passive [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_filter_with_transient_warn_for_none_against_non_pk test/orm/test_query.py::WithTransientOnNone::test_negated_contains_or_equals_complex_rel [gw5] [ 48%] SKIPPED test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_passive [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_option_with_column_then_mapper_PropComparator test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_threelevel_nonpassive test/orm/test_options.py::OptionsNoPropTest::test_option_with_mapper_PropCompatator [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_negated_contains_or_equals_complex_rel [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_baseclass_base_alias_filter test/orm/test_query.py::WithTransientOnNone::test_negated_contains_or_equals_plain_m2o test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_baseclass_lookup [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_threelevel_nonpassive [gw7] [ 48%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_plain_db_lookup test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_threelevel_passive [gw5] [ 48%] SKIPPED test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_threelevel_passive test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_query_explicit_shard_via_bind_opts [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_option_with_mapper_PropCompatator [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_baseclass_lookup test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_baseclass_sub_table_filter [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_baseclass_sub_table_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_lazy_load test/orm/test_options.py::OptionsNoPropTest::test_option_with_mapper_then_column_PropComparator test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_bidirectional_nonpassive [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_lazy_load test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_primary_table_only_for_requery [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_primary_table_only_for_requery test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_standalone_orphans [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_negated_contains_or_equals_plain_m2o [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_standalone_orphans test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_subclass_base_alias_filter [gw5] [ 48%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_bidirectional_nonpassive test/orm/test_query.py::WithTransientOnNone::test_with_parent_with_transient_assume_pk test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_bidirectional_passive [gw5] [ 48%] SKIPPED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_bidirectional_passive [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_subclass_base_alias_filter test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_subclass_getitem test/engine/test_reconnect.py::PrePingRealTest_sqlite+pysqlite_3_38_2::test_pre_ping_db_is_restarted [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_subclass_getitem [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_with_parent_with_transient_assume_pk test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_subclass_lookup [gw6] [ 48%] PASSED test/orm/inheritance/test_poly_persistence.py::RoundTripTest_unions_True_redefine_nonlazy::test_subclass_lookup test/orm/test_query.py::WithTransientOnNone::test_with_parent_with_transient_warn_for_none_against_non_pk test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_one [gw2] [ 48%] PASSED test/orm/test_query.py::WithTransientOnNone::test_with_parent_with_transient_warn_for_none_against_non_pk test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_entity test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-all-0] [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_option_with_mapper_then_column_PropComparator test/orm/test_options.py::OptionsNoPropTest::test_wrong_type_in_option_cls [gw4] [ 48%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_wrong_type_in_option_cls test/orm/test_options.py::OptionsNoPropTest::test_wrong_type_in_option_descriptor [gw0] [ 49%] PASSED test/engine/test_reconnect.py::PrePingRealTest_sqlite+pysqlite_3_38_2::test_pre_ping_db_is_restarted test/engine/test_reconnect.py::PrePingRealTest_sqlite+pysqlite_3_38_2::test_pre_ping_db_stays_shutdown [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-all-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-all-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-all-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-all-20] [gw0] [ 49%] PASSED test/engine/test_reconnect.py::PrePingRealTest_sqlite+pysqlite_3_38_2::test_pre_ping_db_stays_shutdown test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_branch_invalidate_state [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-all-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-all-5] [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_branch_invalidate_state test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_branched_invalidate_branch_to_parent [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-all-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-allquery-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-allquery-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-allquery-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-allquery-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-allquery-20] [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_branched_invalidate_branch_to_parent test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_branched_invalidate_parent_to_branch [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsNoPropTest::test_wrong_type_in_option_descriptor [gw6] [ 49%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_three [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-allquery-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-allquery-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-allquery-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-fetchone-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-fetchone-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-fetchone-1] test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_is_missing_of_type_for_alias [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_branched_invalidate_parent_to_branch [gw6] [ 49%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_two test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_close [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-fetchone-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-fetchone-20] [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_close test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_ensure_is_disconnect_gets_connection [gw6] [ 49%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_expire [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_ensure_is_disconnect_gets_connection test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_explode_in_initializer [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_explode_in_initializer test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_explode_in_initializer_disconnect [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-fetchone-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-fetchone-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-fetchone-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iter-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iter-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iter-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iter-1] [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_explode_in_initializer_disconnect test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_invalidate_twice test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iter-20] [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_invalidate_twice [gw6] [ 49%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_expire test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_multiple_invalidate [gw0] [ 49%] SKIPPED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_multiple_invalidate test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_null_pool [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iter-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iter-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iter-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iternosavequery-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iternosavequery-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iternosavequery-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iternosavequery-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iternosavequery-20] [gw6] [ 49%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two [gw6] [ 49%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_null_pool test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_reconnect [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_reconnect [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iternosavequery-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iternosavequery-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iternosavequery-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iterquery-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iterquery-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iterquery-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iterquery-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iterquery-20] test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'<'-'>'] test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_rollback_on_invalid_plain [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_rollback_on_invalid_plain [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iterquery-20] [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_is_missing_of_type_for_alias test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_of_type_subclass [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_of_type_subclass test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_rollback_on_invalid_savepoint [gw0] [ 49%] SKIPPED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_rollback_on_invalid_savepoint test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_rollback_on_invalid_twophase test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iterquery-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[1-iterquery-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-all-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-all-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-all-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-all-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-all-20] test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_of_type_subclass_name_matches [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_of_type_subclass_name_matches test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_of_type_wpoly_subclass [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_of_type_wpoly_subclass test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_wpoly_subclasss [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsNoPropTestInh::test_missing_attr_wpoly_subclasss [gw0] [ 49%] SKIPPED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_rollback_on_invalid_twophase test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_with_transaction [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-all-20] [gw0] [ 49%] PASSED test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_with_transaction test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-all-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-all-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-allquery-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-allquery-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-allquery-1] test/orm/test_options.py::OptionsTest::test_aliased_single test/engine/test_reconnect.py::ReconnectRecipeTest::test_autocommits_txn [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-allquery-1] [gw0] [ 49%] SKIPPED test/engine/test_reconnect.py::ReconnectRecipeTest::test_autocommits_txn test/engine/test_reconnect.py::ReconnectRecipeTest::test_fail_on_executemany_txn test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-allquery-20] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-allquery-20] [gw0] [ 49%] SKIPPED test/engine/test_reconnect.py::ReconnectRecipeTest::test_fail_on_executemany_txn test/engine/test_reconnect.py::ReconnectRecipeTest::test_restart_on_execute_no_txn test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-allquery-5] [gw0] [ 49%] SKIPPED test/engine/test_reconnect.py::ReconnectRecipeTest::test_restart_on_execute_no_txn test/engine/test_reconnect.py::ReconnectRecipeTest::test_restart_on_execute_txn [gw0] [ 49%] SKIPPED test/engine/test_reconnect.py::ReconnectRecipeTest::test_restart_on_execute_txn test/engine/test_reconnect.py::RecycleTest_sqlite+pysqlite_3_38_2::test_basic [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-allquery-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-fetchone-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-fetchone-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-fetchone-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-fetchone-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-fetchone-20] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-fetchone-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-fetchone-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-fetchone-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iter-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iter-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iter-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iter-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iter-20] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iter-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iter-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iter-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iternosavequery-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iternosavequery-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iternosavequery-1] [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'<='-'>='] [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'='-'='] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iternosavequery-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iternosavequery-20] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iternosavequery-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iternosavequery-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iternosavequery-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iterquery-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iterquery-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iterquery-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iterquery-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iterquery-20] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iterquery-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iterquery-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[10-iterquery-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-all-0] [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'>'-'<'] [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'>='-'<='] [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'>='-'<='] test/orm/test_query.py::OperatorTest::test_in [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_in test/orm/test_query.py::OperatorTest::test_in_on_relationship_not_supported [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_in_on_relationship_not_supported test/orm/test_query.py::OperatorTest::test_m2o_compare_instance [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_m2o_compare_instance test/orm/test_query.py::OperatorTest::test_m2o_compare_instance_aliased [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_m2o_compare_instance_aliased test/orm/test_query.py::OperatorTest::test_m2o_compare_instance_negated [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_m2o_compare_instance_negated test/orm/test_query.py::OperatorTest::test_m2o_compare_instance_negated_warn_on_none [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_m2o_compare_instance_negated_warn_on_none test/orm/test_query.py::OperatorTest::test_m2o_compare_to_null [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_m2o_compare_to_null test/orm/test_query.py::OperatorTest::test_m2o_compare_to_null_aliased [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_m2o_compare_to_null_aliased test/orm/test_query.py::OperatorTest::test_multilevel_any [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-all-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-all-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-all-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-all-20] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-all-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-all-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-all-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-allquery-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-allquery-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-allquery-1] [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_multilevel_any test/orm/test_query.py::OperatorTest::test_neg [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_neg test/orm/test_query.py::OperatorTest::test_o2m_any [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_o2m_any test/orm/test_query.py::OperatorTest::test_o2m_any_aliased [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_o2m_any_aliased test/orm/test_query.py::OperatorTest::test_o2m_compare_to_null [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_aliased_single test/orm/test_options.py::OptionsTest::test_chained [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_o2m_compare_to_null [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-allquery-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-allquery-20] test/orm/test_query.py::OperatorTest::test_o2m_compare_to_null_aliased [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_o2m_compare_to_null_aliased test/orm/test_query.py::OperatorTest::test_op [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-allquery-20] [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_op test/orm/test_query.py::OperatorTest::test_relationship_unimplemented test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-allquery-5] [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_relationship_unimplemented test/orm/test_query.py::OperatorTest::test_selfref_between [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_selfref_between test/orm/test_query.py::OperatorTest::test_selfref_relationship [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-allquery-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-fetchone-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-fetchone-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-fetchone-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-fetchone-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-fetchone-20] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-fetchone-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-fetchone-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-fetchone-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iter-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iter-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iter-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iter-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iter-20] [gw6] [ 49%] PASSED test/orm/test_query.py::OperatorTest::test_selfref_relationship [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iter-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iter-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iter-5] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iternosavequery-0] test/sql/test_query.py::OperatorTest_sqlite+pysqlite_3_38_2::test_modulo [gw6] [ 49%] PASSED test/sql/test_query.py::OperatorTest_sqlite+pysqlite_3_38_2::test_modulo test/sql/test_query.py::OperatorTest_sqlite+pysqlite_3_38_2::test_over [gw6] [ 49%] PASSED test/sql/test_query.py::OperatorTest_sqlite+pysqlite_3_38_2::test_over test/orm/test_query.py::ParentTest::test_from_entity_standalone_fn [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iternosavequery-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iternosavequery-1] [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_chained test/orm/test_options.py::OptionsTest::test_chained_plus_multi [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_chained_plus_multi test/orm/test_options.py::OptionsTest::test_from_base_to_base_attr_via_subclass [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iternosavequery-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iternosavequery-20] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iternosavequery-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iternosavequery-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iternosavequery-5] [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_from_base_to_base_attr_via_subclass test/orm/test_options.py::OptionsTest::test_from_base_to_subclass_attr test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iterquery-0] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iterquery-0] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iterquery-1] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iterquery-1] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iterquery-20] [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_from_base_to_subclass_attr test/orm/test_options.py::OptionsTest::test_from_subclass_to_subclass_attr [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_from_subclass_to_subclass_attr test/orm/test_options.py::OptionsTest::test_get_path_one_level_attribute [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iterquery-20] test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iterquery-5] [gw2] [ 49%] PASSED test/orm/test_query.py::YieldIterationTest::test_iter_combinations[30-iterquery-5] [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_get_path_one_level_attribute test/orm/test_options.py::OptionsTest::test_get_path_one_level_with_unrelated [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_get_path_one_level_with_unrelated test/orm/test_options.py::OptionsTest::test_multi_entity_no_mapped_entities [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_multi_entity_no_mapped_entities test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_basic test/orm/test_options.py::OptionsTest::test_multi_entity_opt_on_second [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_multi_entity_opt_on_second test/orm/test_options.py::OptionsTest::test_of_type [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_of_type test/orm/test_options.py::OptionsTest::test_of_type_plus_level [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_of_type_plus_level test/orm/test_options.py::OptionsTest::test_of_type_string_attr [gw2] [ 49%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_basic [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_of_type_string_attr test/orm/test_options.py::OptionsTest::test_path_exhausted [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_from_entity_standalone_fn test/orm/test_query.py::ParentTest::test_m2m [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_path_exhausted [gw7] [ 49%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_query_explicit_shard_via_bind_opts [gw5] [ 49%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_entity test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_flush_new_pk_after_expire [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_m2m test/orm/test_query.py::ParentTest::test_noparent test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_cursor_is_closed_on_exhausted[fetchall] test/orm/test_options.py::OptionsTest::test_path_multilevel_attribute [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_path_multilevel_attribute test/orm/test_options.py::OptionsTest::test_path_on_entity_but_doesnt_match_currentpath [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_path_on_entity_but_doesnt_match_currentpath test/orm/test_options.py::OptionsTest::test_with_current_aliased_single [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_with_current_aliased_single test/orm/test_options.py::OptionsTest::test_with_current_aliased_single_nonmatching_entity [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_with_current_aliased_single_nonmatching_entity test/orm/test_options.py::OptionsTest::test_with_current_aliased_single_nonmatching_option [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_with_current_aliased_single_nonmatching_option test/orm/test_options.py::OptionsTest::test_with_current_match_aliased_classes [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_with_current_match_aliased_classes test/orm/test_options.py::OptionsTest::test_with_current_matching_attribute test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_roundtrip [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_noparent test/orm/test_query.py::ParentTest::test_o2m [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_o2m test/orm/test_query.py::ParentTest::test_select_from [gw5] [ 49%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_flush_new_pk_after_expire [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_with_current_matching_attribute test/orm/test_options.py::OptionsTest::test_with_current_nonmatching_attribute [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_with_current_nonmatching_attribute test/orm/test_options.py::OptionsTest::test_with_current_nonmatching_entity [gw4] [ 49%] PASSED test/orm/test_options.py::OptionsTest::test_with_current_nonmatching_entity [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_select_from test/orm/test_query.py::ParentTest::test_select_from_alias [gw2] [ 49%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_cursor_is_closed_on_exhausted[fetchall] [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_select_from_alias test/orm/test_query.py::ParentTest::test_select_from_alias_from_entity test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_load_after_expire test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_cursor_is_closed_on_exhausted[fetchmany] [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_select_from_alias_from_entity test/orm/test_query.py::ParentTest::test_select_from_alias_of_type test/orm/test_options.py::PickleTest::test_legacy_opt_setstate [gw5] [ 49%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_load_after_expire [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_select_from_alias_of_type test/orm/test_query.py::ParentTest::test_unique_binds_or test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytomany_nonpassive [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_unique_binds_or test/orm/test_query.py::ParentTest::test_unique_binds_union [gw6] [ 49%] PASSED test/orm/test_query.py::ParentTest::test_unique_binds_union test/orm/test_query.py::ParentTest::test_with_pending_autoflush [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_cursor_is_closed_on_exhausted[fetchmany] [gw6] [ 50%] PASSED test/orm/test_query.py::ParentTest::test_with_pending_autoflush test/orm/test_query.py::ParentTest::test_with_pending_no_autoflush [gw6] [ 50%] PASSED test/orm/test_query.py::ParentTest::test_with_pending_no_autoflush test/orm/test_query.py::ParentTest::test_with_transient test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_cursor_is_closed_on_exhausted[fetchone] [gw6] [ 50%] PASSED test/orm/test_query.py::ParentTest::test_with_transient [gw5] [ 50%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytomany_nonpassive test/orm/test_query.py::PrefixSuffixWithTest::test_chained_prefixes test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytomany_passive [gw5] [ 50%] SKIPPED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytomany_passive [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_cursor_is_closed_on_exhausted[fetchone] test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_eagerload_opt_disable test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_deferred_relationship_expr [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_eagerload_opt_disable test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_joinedload_m2o_ok [gw5] [ 50%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_deferred_relationship_expr test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_nonpassive [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_joinedload_m2o_ok test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_m2o_joinedload_not_others [gw1] [ 50%] PASSED test/engine/test_pool.py::QueuePoolTest::test_error_on_pooled_reconnect_cleanup_recycle [gw6] [ 50%] PASSED test/orm/test_query.py::PrefixSuffixWithTest::test_chained_prefixes test/orm/test_query.py::PrefixSuffixWithTest::test_many_prefixes [gw6] [ 50%] PASSED test/orm/test_query.py::PrefixSuffixWithTest::test_many_prefixes test/orm/test_query.py::PrefixSuffixWithTest::test_one_prefix test/engine/test_pool.py::QueuePoolTest::test_error_on_pooled_reconnect_cleanup_wcheckout_event [gw6] [ 50%] PASSED test/orm/test_query.py::PrefixSuffixWithTest::test_one_prefix [gw4] [ 50%] PASSED test/orm/test_options.py::PickleTest::test_legacy_opt_setstate test/orm/test_options.py::PickleTest::test_modern_opt_getstate [gw4] [ 50%] PASSED test/orm/test_options.py::PickleTest::test_modern_opt_getstate test/orm/test_options.py::PickleTest::test_modern_opt_setstate [gw4] [ 50%] PASSED test/orm/test_options.py::PickleTest::test_modern_opt_setstate [gw1] [ 50%] PASSED test/engine/test_pool.py::QueuePoolTest::test_error_on_pooled_reconnect_cleanup_wcheckout_event test/orm/test_query.py::PrefixSuffixWithTest::test_one_suffix [gw6] [ 50%] PASSED test/orm/test_query.py::PrefixSuffixWithTest::test_one_suffix test/orm/test_options.py::SubOptionsTest::test_five test/engine/test_pool.py::QueuePoolTest::test_fifo [gw1] [ 50%] PASSED test/engine/test_pool.py::QueuePoolTest::test_fifo [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_m2o_joinedload_not_others test/orm/test_query.py::QueryClsTest::test_callable_expr test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_no_joinedload_opt test/aaa_profiling/test_pool.py::QueuePoolTest::test_first_connect [gw1] [ 50%] SKIPPED test/aaa_profiling/test_pool.py::QueuePoolTest::test_first_connect test/engine/test_pool.py::QueuePoolTest::test_hanging_connect_within_overflow [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_no_joinedload_opt test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_no_subqueryload_mapping [gw5] [ 50%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_nonpassive test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_nonpassive_cold_mapping [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_no_subqueryload_mapping test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_no_subqueryload_opt [gw4] [ 50%] PASSED test/orm/test_options.py::SubOptionsTest::test_five test/orm/test_options.py::SubOptionsTest::test_four [gw4] [ 50%] PASSED test/orm/test_options.py::SubOptionsTest::test_four test/orm/test_options.py::SubOptionsTest::test_invalid_one [gw4] [ 50%] PASSED test/orm/test_options.py::SubOptionsTest::test_invalid_one test/orm/test_options.py::SubOptionsTest::test_not_implemented_fromload [gw4] [ 50%] PASSED test/orm/test_options.py::SubOptionsTest::test_not_implemented_fromload test/orm/test_options.py::SubOptionsTest::test_not_implemented_toload [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_no_subqueryload_opt [gw4] [ 50%] PASSED test/orm/test_options.py::SubOptionsTest::test_not_implemented_toload test/orm/test_options.py::SubOptionsTest::test_one test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_no_unique_w_yield_per [gw4] [ 50%] PASSED test/orm/test_options.py::SubOptionsTest::test_one test/orm/test_options.py::SubOptionsTest::test_three [gw4] [ 50%] PASSED test/orm/test_options.py::SubOptionsTest::test_three test/orm/test_options.py::SubOptionsTest::test_two [gw4] [ 50%] PASSED test/orm/test_options.py::SubOptionsTest::test_two test/orm/test_options.py::WithEntitiesTest::test_options_entities_replaced_with_equivs_one [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_no_unique_w_yield_per test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_we_can_close_cursor [gw5] [ 50%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_nonpassive_cold_mapping [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_callable_expr test/orm/test_query.py::QueryClsTest::test_callable_expr_undocumented_query_constructor [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_callable_expr_undocumented_query_constructor test/orm/test_query.py::QueryClsTest::test_callable_get [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_callable_get test/orm/test_query.py::QueryClsTest::test_callable_m2o_lazyload [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_callable_m2o_lazyload test/orm/test_query.py::QueryClsTest::test_callable_o2m_lazyload test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_nonpassive_uselist [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_we_can_close_cursor [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_callable_o2m_lazyload test/orm/test_query.py::QueryClsTest::test_fn_expr [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_fn_expr test/orm/test_query.py::QueryClsTest::test_fn_expr_undocumented_query_constructor [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_fn_expr_undocumented_query_constructor test/orm/test_query.py::QueryClsTest::test_fn_get test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_yield_per_and_execution_options [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_fn_get test/orm/test_query.py::QueryClsTest::test_fn_m2o_lazyload [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_fn_m2o_lazyload test/orm/test_query.py::QueryClsTest::test_fn_o2m_lazyload [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_fn_o2m_lazyload test/orm/test_query.py::QueryClsTest::test_plain_expr [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_plain_expr test/orm/test_query.py::QueryClsTest::test_plain_expr_undocumented_query_constructor [gw5] [ 50%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_nonpassive_uselist [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_plain_expr_undocumented_query_constructor test/orm/test_query.py::QueryClsTest::test_plain_get [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_plain_get test/orm/test_query.py::QueryClsTest::test_subclass_expr [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_subclass_expr [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_yield_per_and_execution_options test/orm/test_query.py::QueryClsTest::test_subclass_expr_undocumented_query_constructor [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_subclass_expr_undocumented_query_constructor test/orm/test_query.py::QueryClsTest::test_subclass_get [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_subclass_get test/orm/test_query.py::QueryClsTest::test_subclass_m2o_lazyload test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_yield_per_and_execution_options_legacy [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_subclass_m2o_lazyload test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_passive [gw5] [ 50%] SKIPPED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_passive test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_passive_uselist [gw5] [ 50%] SKIPPED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_passive_uselist test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetomany_nonpassive test/orm/test_query.py::QueryClsTest::test_subclass_o2m_lazyload [gw6] [ 50%] PASSED test/orm/test_query.py::QueryClsTest::test_subclass_o2m_lazyload [gw4] [ 50%] PASSED test/orm/test_options.py::WithEntitiesTest::test_options_entities_replaced_with_equivs_one test/orm/test_options.py::WithEntitiesTest::test_options_entities_replaced_with_equivs_three [gw2] [ 50%] PASSED test/orm/test_query.py::YieldTest_sqlite+pysqlite_3_38_2::test_yield_per_and_execution_options_legacy test/dialect/mssql/test_query.py::QueryTest::test_compiler_symbol_conflict [gw6] [ 50%] SKIPPED test/dialect/mssql/test_query.py::QueryTest::test_compiler_symbol_conflict test/dialect/mssql/test_query.py::QueryTest::test_delete_schema [gw6] [ 50%] SKIPPED test/dialect/mssql/test_query.py::QueryTest::test_delete_schema test/dialect/mssql/test_query.py::QueryTest::test_embedded_scope_identity [gw4] [ 50%] PASSED test/orm/test_options.py::WithEntitiesTest::test_options_entities_replaced_with_equivs_three test/orm/test_options.py::WithEntitiesTest::test_options_entities_replaced_with_equivs_two [gw6] [ 50%] SKIPPED test/dialect/mssql/test_query.py::QueryTest::test_embedded_scope_identity test/dialect/mssql/test_query.py::QueryTest::test_enable_scope_identity [gw6] [ 50%] SKIPPED test/dialect/mssql/test_query.py::QueryTest::test_enable_scope_identity test/dialect/mssql/test_query.py::QueryTest::test_fetchid_trigger [gw6] [ 50%] SKIPPED test/dialect/mssql/test_query.py::QueryTest::test_fetchid_trigger test/dialect/mssql/test_query.py::QueryTest::test_insertid_reserved [gw4] [ 50%] PASSED test/orm/test_options.py::WithEntitiesTest::test_options_entities_replaced_with_equivs_two [gw6] [ 50%] SKIPPED test/dialect/mssql/test_query.py::QueryTest::test_insertid_reserved test/dialect/mssql/test_query.py::QueryTest::test_insertid_schema [gw6] [ 50%] SKIPPED test/dialect/mssql/test_query.py::QueryTest::test_insertid_schema test/dialect/mssql/test_query.py::QueryTest::test_returning_no_autoinc [gw6] [ 50%] SKIPPED test/dialect/mssql/test_query.py::QueryTest::test_returning_no_autoinc test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_bind_in test/orm/test_options.py::WithEntitiesTest::test_options_legacy_with_entities_onelevel [gw4] [ 50%] PASSED test/orm/test_options.py::WithEntitiesTest::test_options_legacy_with_entities_onelevel [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_bind_in test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_bindparam_detection [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_bindparam_detection test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_compiled_execute [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_compiled_execute test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_compiled_insert_execute [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_compiled_insert_execute test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_empty_in_filtering_static [gw3] [ 50%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_column_adapter_lookup test/aaa_profiling/test_memusage.py::CycleTest::test_core_select_from_orm_query [gw5] [ 50%] PASSED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetomany_nonpassive test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetomany_passive [gw5] [ 50%] SKIPPED test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetomany_passive test/orm/test_query.py::GetTest::test_get_too_few_params test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[NA ME-NA ME-False] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[NA ME-NA ME-False] test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[NaMe-NaMe-False] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[NaMe-NaMe-False] test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[\u59d3\u540d-\u59d3\u540d-False] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[\u59d3\u540d-\u59d3\u540d-False] test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[name-NAME-False] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[name-NAME-False] test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[name-name-True] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_denormalize[name-name-True] test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[NA ME-NA ME-False] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[NA ME-NA ME-False] test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[NAME-name-False] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[NAME-name-False] test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[NaMe-NaMe-False] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[NaMe-NaMe-False] test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[\u59d3\u540d-\u59d3\u540d-False] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[\u59d3\u540d-\u59d3\u540d-False] test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[name-name-True] [gw2] [ 50%] PASSED test/sql/test_quote.py::NameNormalizeTest::test_name_normalize[name-name-True] test/sql/test_quote.py::PreparerTest::test_alembic_quote [gw2] [ 50%] PASSED test/sql/test_quote.py::PreparerTest::test_alembic_quote test/sql/test_quote.py::PreparerTest::test_unformat [gw2] [ 50%] PASSED test/sql/test_quote.py::PreparerTest::test_unformat test/sql/test_quote.py::PreparerTest::test_unformat_custom [gw2] [ 50%] PASSED test/sql/test_quote.py::PreparerTest::test_unformat_custom test/sql/test_quote.py::QuoteExecTest_sqlite+pysqlite_3_38_2::test_basic [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteExecTest_sqlite+pysqlite_3_38_2::test_basic test/sql/test_quote.py::QuoteExecTest_sqlite+pysqlite_3_38_2::test_has_table_case_sensitive [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteExecTest_sqlite+pysqlite_3_38_2::test_has_table_case_sensitive test/sql/test_quote.py::QuoteExecTest_sqlite+pysqlite_3_38_2::test_reflect [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteExecTest_sqlite+pysqlite_3_38_2::test_reflect test/sql/test_quote.py::QuoteExecTest_sqlite+pysqlite_3_38_2::test_use_labels [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteExecTest_sqlite+pysqlite_3_38_2::test_use_labels [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_empty_in_filtering_static test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_composite [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_composite test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_dont_alter_compiled [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_dont_alter_compiled test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_multiple [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_multiple test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_repeated test/sql/test_quote.py::QuoteTest::test_apply_labels_should_quote [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_apply_labels_should_quote test/sql/test_quote.py::QuoteTest::test_apply_labels_shouldnt_quote [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_apply_labels_shouldnt_quote test/sql/test_quote.py::QuoteTest::test_collate [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_collate test/sql/test_quote.py::QuoteTest::test_illegal_initial_char test/orm/test_options.py::WithEntitiesTest::test_options_with_only_cols_onelevel [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_repeated test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_special_chars [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_expanding_in_special_chars [gw5] [ 50%] PASSED test/orm/test_query.py::GetTest::test_get_too_few_params test/orm/test_query.py::GetTest::test_get_too_few_params_tuple [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_illegal_initial_char test/sql/test_quote.py::QuoteTest::test_join [gw5] [ 50%] PASSED test/orm/test_query.py::GetTest::test_get_too_few_params_tuple test/orm/test_query.py::GetTest::test_get_too_many_params [gw5] [ 50%] PASSED test/orm/test_query.py::GetTest::test_get_too_many_params [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_join test/sql/test_quote.py::QuoteTest::test_label_and_alias test/orm/test_query.py::GetTest::test_load [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_label_and_alias test/sql/test_quote.py::QuoteTest::test_labels test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_ilike [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_ilike test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_in_filtering [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_in_filtering test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_like_ops[-result0] [gw5] [ 50%] PASSED test/orm/test_query.py::GetTest::test_load test/orm/test_query.py::GetTest::test_loader_options [gw4] [ 50%] PASSED test/orm/test_options.py::WithEntitiesTest::test_options_with_only_cols_onelevel [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_labels test/sql/test_quote.py::QuoteTest::test_literal_column_already_with_quotes [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_like_ops[-result0] test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_like_ops[-result1] [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_like_ops[-result1] [gw5] [ 50%] PASSED test/orm/test_query.py::GetTest::test_loader_options test/orm/test_query.py::GetTest::test_unicode [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_literal_column_already_with_quotes test/sql/test_quote.py::QuoteTest::test_literal_column_label_alias_diffname [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_literal_column_label_alias_diffname test/sql/test_quote.py::QuoteTest::test_literal_column_label_alias_diffname_explicit_quote [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_literal_column_label_alias_diffname_explicit_quote test/sql/test_quote.py::QuoteTest::test_literal_column_label_alias_samename test/ext/test_orderinglist.py::OrderingListTest::test_append_no_reorder [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_literal_column_label_alias_samename test/sql/test_quote.py::QuoteTest::test_literal_column_label_alias_samename_explicit_quote [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_literal_column_label_alias_samename_explicit_quote test/sql/test_quote.py::QuoteTest::test_literal_column_wo_label_currently_maintained test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_like_ops[-result2] [gw5] [ 50%] PASSED test/orm/test_query.py::GetTest::test_unicode [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_like_ops[-result2] test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_like_ops[-result3] [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_like_ops[-result3] [gw4] [ 50%] PASSED test/ext/test_orderinglist.py::OrderingListTest::test_append_no_reorder test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_literal_in test/orm/test_query.py::GetTest::test_unique_param_names [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_literal_in test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_or_and_as_columns [gw5] [ 50%] PASSED test/orm/test_query.py::GetTest::test_unique_param_names [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_literal_column_wo_label_currently_maintained test/sql/test_quote.py::QuoteTest::test_lower_case_names [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_lower_case_names test/sql/test_quote.py::QuoteTest::test_mixed_case_names test/ext/test_orderinglist.py::OrderingListTest::test_append_reorder [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_or_and_as_columns test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_order_by test/orm/test_query.py::HasAnyTest::test_any_many_to_many [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_mixed_case_names [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_order_by test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_order_by_label [gw4] [ 50%] PASSED test/ext/test_orderinglist.py::OrderingListTest::test_append_reorder test/ext/test_orderinglist.py::OrderingListTest::test_funky_ordering test/sql/test_quote.py::QuoteTest::test_numeric_initial_char [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_numeric_initial_char test/sql/test_quote.py::QuoteTest::test_quote_flag_propagate_anon_label [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_order_by_label test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_order_by_label_compound [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_order_by_label_compound test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_order_by_nulls [gw4] [ 50%] PASSED test/ext/test_orderinglist.py::OrderingListTest::test_funky_ordering test/ext/test_orderinglist.py::OrderingListTest::test_insert [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_quote_flag_propagate_anon_label test/sql/test_quote.py::QuoteTest::test_quote_flag_propagate_check_constraint [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_quote_flag_propagate_check_constraint test/sql/test_quote.py::QuoteTest::test_quote_flag_propagate_index [gw5] [ 50%] PASSED test/orm/test_query.py::HasAnyTest::test_any_many_to_many test/orm/test_query.py::HasAnyTest::test_any_many_to_many_doesnt_get_aliased_join_subq [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_quote_flag_propagate_index test/sql/test_quote.py::QuoteTest::test_repr_unicode [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_repr_unicode test/sql/test_quote.py::QuoteTest::test_reserved_words [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_reserved_words test/sql/test_quote.py::QuoteTest::test_simple_order_by_label [gw5] [ 50%] PASSED test/orm/test_query.py::HasAnyTest::test_any_many_to_many_doesnt_get_aliased_join_subq [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_simple_order_by_label [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_order_by_nulls test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_percents_in_text [gw4] [ 50%] PASSED test/ext/test_orderinglist.py::OrderingListTest::test_insert test/orm/test_query.py::HasAnyTest::test_any_many_to_many_doesnt_overcorrelate [gw5] [ 50%] PASSED test/orm/test_query.py::HasAnyTest::test_any_many_to_many_doesnt_overcorrelate test/orm/test_query.py::HasAnyTest::test_any_one_to_many test/sql/test_quote.py::QuoteTest::test_subquery_four [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_subquery_four test/sql/test_quote.py::QuoteTest::test_subquery_one [gw2] [ 50%] PASSED test/sql/test_quote.py::QuoteTest::test_subquery_one test/sql/test_quote.py::QuoteTest::test_subquery_three test/ext/test_orderinglist.py::OrderingListTest::test_picklability [gw4] [ 50%] PASSED test/ext/test_orderinglist.py::OrderingListTest::test_picklability test/ext/test_orderinglist.py::OrderingListTest::test_replace [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_percents_in_text test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_repeated_bindparams [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_repeated_bindparams test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_select_from_bindparam [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_select_from_bindparam test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_select_tuple [gw5] [ 50%] PASSED test/orm/test_query.py::HasAnyTest::test_any_one_to_many test/orm/test_query.py::HasAnyTest::test_has_composite_secondary [gw5] [ 50%] PASSED test/orm/test_query.py::HasAnyTest::test_has_composite_secondary test/orm/test_query.py::HasAnyTest::test_has_doesnt_get_aliased_join_subq [gw5] [ 50%] PASSED test/orm/test_query.py::HasAnyTest::test_has_doesnt_get_aliased_join_subq [gw6] [ 50%] PASSED test/sql/test_query.py::QueryTest_sqlite+pysqlite_3_38_2::test_select_tuple [gw4] [ 50%] PASSED test/ext/test_orderinglist.py::OrderingListTest::test_replace test/orm/test_query.py::HasAnyTest::test_has_doesnt_overcorrelate [gw5] [ 50%] PASSED test/orm/test_query.py::HasAnyTest::test_has_doesnt_overcorrelate test/orm/test_query.py::HasAnyTest::test_has_many_to_one test/ext/test_orderinglist.py::OrderingListTest::test_replace_two test/dialect/mssql/test_query.py::QueryUnicodeTest::test_convert_unicode [gw6] [ 50%] SKIPPED test/dialect/mssql/test_query.py::QueryUnicodeTest::test_convert_unicode test/sql/test_query.py::RequiredBindTest::test_insert [gw6] [ 50%] PASSED test/sql/test_query.py::RequiredBindTest::test_insert test/sql/test_query.py::RequiredBindTest::test_required_flag [gw6] [ 50%] PASSED test/sql/test_query.py::RequiredBindTest::test_required_flag test/sql/test_query.py::RequiredBindTest::test_select_columns [gw6] [ 50%] PASSED test/sql/test_query.py::RequiredBindTest::test_select_columns [gw5] [ 50%] PASSED test/orm/test_query.py::HasAnyTest::test_has_many_to_one test/orm/test_query.py::HasMapperEntitiesTest::test_cols [gw2] [ 51%] PASSED test/sql/test_quote.py::QuoteTest::test_subquery_three test/sql/test_quote.py::QuoteTest::test_subquery_two [gw2] [ 51%] PASSED test/sql/test_quote.py::QuoteTest::test_subquery_two test/sql/test_quote.py::QuoteTest::test_upper_case_names [gw2] [ 51%] PASSED test/sql/test_quote.py::QuoteTest::test_upper_case_names test/sql/test_quote.py::QuotedIdentTest::test_apply_map_plain [gw2] [ 51%] PASSED test/sql/test_quote.py::QuotedIdentTest::test_apply_map_plain test/orm/test_relationships.py::FunctionAsPrimaryJoinTest::test_lazyload [gw4] [ 51%] PASSED test/ext/test_orderinglist.py::OrderingListTest::test_replace_two test/ext/test_orderinglist.py::OrderingListTest::test_slice [gw2] [ 51%] PASSED test/orm/test_relationships.py::FunctionAsPrimaryJoinTest::test_lazyload test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[] test/sql/test_query.py::RequiredBindTest::test_select_where [gw6] [ 51%] PASSED test/sql/test_query.py::RequiredBindTest::test_select_where test/sql/test_query.py::RequiredBindTest::test_text [gw6] [ 51%] PASSED test/sql/test_query.py::RequiredBindTest::test_text test/orm/test_query.py::RowLabelingTest::test_entity [gw4] [ 51%] PASSED test/ext/test_orderinglist.py::OrderingListTest::test_slice test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_bundle_w_annotation [gw7] [ 51%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_roundtrip test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_roundtrip_future [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_backref_detached_legacy_inactive_history_style] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_entity test/orm/test_query.py::RowLabelingTest::test_entity_anon_aliased [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_entity_anon_aliased test/orm/test_query.py::RowLabelingTest::test_entity_name_aliased [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_entity_name_aliased test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_bundle_w_annotation test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_bundle_wo_annotation [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-core-symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-core-symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-orm-symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-orm-symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[core-orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-core-symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-core-symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_backref_detached_legacy_inactive_history_style] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_backref_detached_legacy_inactive_history_style_raiseload] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_backref_detached_legacy_inactive_history_style_raiseload] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_backref_legacy_inactive_history_style] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_backref_legacy_inactive_history_style] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_backref_legacy_inactive_history_style_raiseload] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-orm-symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-orm-symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq[orm-orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement[symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement[symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement_legacy[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement_legacy[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement_legacy[symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement_legacy[symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement_legacy[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_subq_fromstatement_legacy[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_bundle_wo_annotation test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_entity_w_annotations [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_backref_legacy_inactive_history_style_raiseload] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_w_entities[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_delete] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_w_entities[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_w_entities[symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_w_entities[symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_w_entities[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_cols_w_entities[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_orm_cols_legacy [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_ambiguous_orm_cols_legacy test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-core-symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-core-symbol('LABEL_STYLE_NONE')-expected0] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_delete] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_delete_detached] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_delete_detached] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_delete_detached_raiseload] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-orm-symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-orm-symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[core-orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-core-symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-core-symbol('LABEL_STYLE_NONE')-expected0] [gw5] [ 51%] PASSED test/orm/test_query.py::HasMapperEntitiesTest::test_cols test/orm/test_query.py::HasMapperEntitiesTest::test_cols_set_entities [gw5] [ 51%] PASSED test/orm/test_query.py::HasMapperEntitiesTest::test_cols_set_entities test/orm/test_query.py::HasMapperEntitiesTest::test_entity [gw5] [ 51%] PASSED test/orm/test_query.py::HasMapperEntitiesTest::test_entity test/orm/test_query.py::HasMapperEntitiesTest::test_entity_set_entities [gw5] [ 51%] PASSED test/orm/test_query.py::HasMapperEntitiesTest::test_entity_set_entities test/orm/test_query.py::HintsTest::test_hints test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-orm-symbol('LABEL_STYLE_NONE')-expected0] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_delete_detached_raiseload] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_delete_raiseload] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-orm-symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols[orm-orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_explicit_cols_legacy [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_delete_raiseload] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_explicit_cols_legacy test/orm/test_query.py::RowLabelingTest::test_multi_entity_name_aliased[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_multi_entity_name_aliased[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected1] test/orm/test_query.py::RowLabelingTest::test_multi_entity_name_aliased[symbol('LABEL_STYLE_NONE')-expected0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_multi_entity_name_aliased[symbol('LABEL_STYLE_NONE')-expected0] test/orm/test_query.py::RowLabelingTest::test_multi_entity_name_aliased[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_detached_legacy_inactive_history_style] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_multi_entity_name_aliased[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected2] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected_core1-expected_orm1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected_core1-expected_orm1] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[core-symbol('LABEL_STYLE_NONE')-expected_core0-expected_orm0] [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_entity_w_annotations test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_entity_wo_annotations [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[core-symbol('LABEL_STYLE_NONE')-expected_core0-expected_orm0] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected_core2-expected_orm2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected_core2-expected_orm2] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected_core1-expected_orm1] [gw5] [ 51%] PASSED test/orm/test_query.py::HintsTest::test_hints test/orm/test_query.py::HintsTest::test_statement_hints [gw5] [ 51%] PASSED test/orm/test_query.py::HintsTest::test_statement_hints [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_detached_legacy_inactive_history_style] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_detached_legacy_inactive_history_style_raiseload] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected_core1-expected_orm1] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[orm-symbol('LABEL_STYLE_NONE')-expected_core0-expected_orm0] test/dialect/mssql/test_query.py::IdentityInsertTest::test_compiled [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[orm-symbol('LABEL_STYLE_NONE')-expected_core0-expected_orm0] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected_core2-expected_orm2] [gw5] [ 51%] SKIPPED test/dialect/mssql/test_query.py::IdentityInsertTest::test_compiled test/dialect/mssql/test_query.py::IdentityInsertTest::test_execute [gw5] [ 51%] SKIPPED test/dialect/mssql/test_query.py::IdentityInsertTest::test_execute test/dialect/mssql/test_query.py::IdentityInsertTest::test_executemany [gw5] [ 51%] SKIPPED test/dialect/mssql/test_query.py::IdentityInsertTest::test_executemany test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_plain_param [gw5] [ 51%] SKIPPED test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_plain_param [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_detached_legacy_inactive_history_style_raiseload] test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_using_schema_translate [gw5] [ 51%] SKIPPED test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_using_schema_translate test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_values_col_expression test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_legacy_inactive_history_style] [gw5] [ 51%] SKIPPED test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_values_col_expression test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_values_col_plain [gw5] [ 51%] SKIPPED test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_values_col_plain [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_columns[orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected_core2-expected_orm2] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected_core1-expected_orm1] test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_values_key_expression [gw5] [ 51%] SKIPPED test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_values_key_expression test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_values_key_plain [gw5] [ 51%] SKIPPED test/dialect/mssql/test_query.py::IdentityInsertTest::test_insert_values_key_plain test/dialect/mysql/test_query.py::IdiosyncrasyTest::test_is_boolean_symbols_despite_no_native [gw5] [ 51%] SKIPPED test/dialect/mysql/test_query.py::IdiosyncrasyTest::test_is_boolean_symbols_despite_no_native test/orm/test_query.py::ImmediateTest::test_getslice [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[core-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected_core1-expected_orm1] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[core-symbol('LABEL_STYLE_NONE')-expected_core0-expected_orm0] [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_entity_wo_annotations [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[core-symbol('LABEL_STYLE_NONE')-expected_core0-expected_orm0] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected_core2-expected_orm2] test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_bundle [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[core-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected_core2-expected_orm2] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected_core1-expected_orm1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[orm-symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected_core1-expected_orm1] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[orm-symbol('LABEL_STYLE_NONE')-expected_core0-expected_orm0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[orm-symbol('LABEL_STYLE_NONE')-expected_core0-expected_orm0] test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected_core2-expected_orm2] [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_bundle test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_bundle_w_annotations [gw6] [ 51%] PASSED test/orm/test_query.py::RowLabelingTest::test_renamed_properties_subq[orm-symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected_core2-expected_orm2] [gw5] [ 51%] PASSED test/orm/test_query.py::ImmediateTest::test_getslice test/orm/test_query.py::ImmediateTest::test_one [gw5] [ 51%] PASSED test/orm/test_query.py::ImmediateTest::test_one test/orm/test_query.py::ImmediateTest::test_one_or_none [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_legacy_inactive_history_style] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_legacy_inactive_history_style_raiseload] test/orm/test_query.py::RowTupleTest::test_column_metadata[0] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[0] test/orm/test_query.py::RowTupleTest::test_column_metadata[10] [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_bundle_w_annotations test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_bundle_wo_annotations [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[10] test/orm/test_query.py::RowTupleTest::test_column_metadata[11] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[11] test/orm/test_query.py::RowTupleTest::test_column_metadata[12] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[12] test/orm/test_query.py::RowTupleTest::test_column_metadata[1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[1] test/orm/test_query.py::RowTupleTest::test_column_metadata[2] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[2] test/orm/test_query.py::RowTupleTest::test_column_metadata[3] [gw7] [ 51%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_roundtrip_future [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[3] [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_bundle_wo_annotations test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_entity_w_annotations test/orm/test_query.py::RowTupleTest::test_column_metadata[4] test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_shard_id_event [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[4] test/orm/test_query.py::RowTupleTest::test_column_metadata[5] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[5] test/orm/test_query.py::RowTupleTest::test_column_metadata[6] [gw5] [ 51%] PASSED test/orm/test_query.py::ImmediateTest::test_one_or_none test/orm/test_query.py::ImmediateTest::test_scalar [gw5] [ 51%] PASSED test/orm/test_query.py::ImmediateTest::test_scalar test/dialect/postgresql/test_query.py::InsertTest::test_autoincrement_insert [gw5] [ 51%] SKIPPED test/dialect/postgresql/test_query.py::InsertTest::test_autoincrement_insert test/dialect/postgresql/test_query.py::InsertTest::test_autoincrement_returning_insert [gw5] [ 51%] SKIPPED test/dialect/postgresql/test_query.py::InsertTest::test_autoincrement_returning_insert test/dialect/postgresql/test_query.py::InsertTest::test_foreignkey_missing_insert[False] [gw5] [ 51%] SKIPPED test/dialect/postgresql/test_query.py::InsertTest::test_foreignkey_missing_insert[False] test/dialect/postgresql/test_query.py::InsertTest::test_foreignkey_missing_insert[True] [gw5] [ 51%] SKIPPED test/dialect/postgresql/test_query.py::InsertTest::test_foreignkey_missing_insert[True] test/dialect/postgresql/test_query.py::InsertTest::test_noautoincrement_insert [gw5] [ 51%] SKIPPED test/dialect/postgresql/test_query.py::InsertTest::test_noautoincrement_insert test/dialect/postgresql/test_query.py::InsertTest::test_opt_sequence_insert [gw5] [ 51%] SKIPPED test/dialect/postgresql/test_query.py::InsertTest::test_opt_sequence_insert test/dialect/postgresql/test_query.py::InsertTest::test_opt_sequence_returning_insert [gw5] [ 51%] SKIPPED test/dialect/postgresql/test_query.py::InsertTest::test_opt_sequence_returning_insert test/dialect/postgresql/test_query.py::InsertTest::test_sequence_insert [gw5] [ 51%] SKIPPED test/dialect/postgresql/test_query.py::InsertTest::test_sequence_insert test/dialect/postgresql/test_query.py::InsertTest::test_sequence_returning_insert [gw5] [ 51%] SKIPPED test/dialect/postgresql/test_query.py::InsertTest::test_sequence_returning_insert test/orm/test_query.py::InvalidGenerationsTest::test_distinct [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_distinct test/orm/test_query.py::InvalidGenerationsTest::test_entity_or_mapper_zero_from_context [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_entity_or_mapper_zero_from_context test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[0] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[active_history_legacy_inactive_history_style_raiseload] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_detached] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_detached] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_detached_legacy_inactive_history_style] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[6] test/orm/test_query.py::RowTupleTest::test_column_metadata[7] [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_entity_w_annotations test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_entity_wo_annotations [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_detached_legacy_inactive_history_style] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_detached_legacy_inactive_history_style_raiseload] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[7] test/orm/test_query.py::RowTupleTest::test_column_metadata[8] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[8] test/orm/test_query.py::RowTupleTest::test_column_metadata[9] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_detached_legacy_inactive_history_style_raiseload] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_detached_raiseload] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[0] test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[1] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[1] test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[2] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[2] test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[3] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[3] test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[4] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_column_metadata[9] test/orm/test_query.py::RowTupleTest::test_custom_names[False-False-False] [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AnnotatedOverheadTest::test_no_entity_wo_annotations [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_custom_names[False-False-False] test/orm/test_query.py::RowTupleTest::test_custom_names[False-False-True] test/aaa_profiling/test_orm.py::AttributeOverheadTest::test_attribute_set [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement[4] test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[filter-] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[filter-] test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[filter_by-] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[filter_by-] test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[group_by-] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[group_by-] test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[limit-] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[limit-] test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[order_by-] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_from_statement_text[order_by-] test/orm/test_query.py::InvalidGenerationsTest::test_illegal_coercions [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_illegal_coercions test/orm/test_query.py::InvalidGenerationsTest::test_invalid_column [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_invalid_column test/orm/test_query.py::InvalidGenerationsTest::test_invalid_column_tuple [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_detached_raiseload] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_custom_names[False-False-True] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_invalid_column_tuple [gw4] [ 51%] SKIPPED test/aaa_profiling/test_orm.py::AttributeOverheadTest::test_attribute_set test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_legacy_inactive_history_style] test/orm/test_query.py::InvalidGenerationsTest::test_invalid_from_statement [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_invalid_from_statement test/orm/test_query.py::InvalidGenerationsTest::test_invalid_select_from [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_invalid_select_from test/orm/test_query.py::InvalidGenerationsTest::test_no_from test/orm/test_query.py::RowTupleTest::test_custom_names[False-True-False] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_no_from test/orm/test_query.py::InvalidGenerationsTest::test_no_limit_offset[0] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_no_limit_offset[0] test/orm/test_query.py::InvalidGenerationsTest::test_no_limit_offset[1] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_custom_names[False-True-False] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_no_limit_offset[1] test/orm/test_query.py::RowTupleTest::test_custom_names[False-True-True] test/orm/test_query.py::InvalidGenerationsTest::test_no_limit_offset[2] [gw2] [ 51%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_legacy_inactive_history_style] [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_no_limit_offset[2] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_legacy_inactive_history_style_raiseload] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_custom_names[False-True-True] test/orm/test_query.py::RowTupleTest::test_custom_names[True-False-False] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_custom_names[True-False-False] test/orm/test_query.py::InvalidGenerationsTest::test_order_by [gw5] [ 51%] PASSED test/orm/test_query.py::InvalidGenerationsTest::test_order_by test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_join_x1 [gw5] [ 51%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_join_x1 test/orm/test_query.py::RowTupleTest::test_custom_names[True-False-True] test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_join_x2 [gw5] [ 51%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_join_x2 test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_mixed [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_custom_names[True-False-True] [gw5] [ 51%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_mixed test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_mixed_where test/orm/test_query.py::RowTupleTest::test_custom_names[True-True-False] [gw6] [ 51%] PASSED test/orm/test_query.py::RowTupleTest::test_custom_names[True-True-False] test/aaa_profiling/test_orm.py::AttributeOverheadTest::test_collection_append_remove [gw5] [ 51%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_mixed_where test/orm/test_query.py::RowTupleTest::test_custom_names[True-True-True] test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t1 [gw5] [ 51%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t1 test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t1t2 [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_legacy_inactive_history_style_raiseload] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_raiseload] [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::AttributeOverheadTest::test_collection_append_remove [gw5] [ 52%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t1t2 test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t1t2t3 test/aaa_profiling/test_orm.py::BranchedOptionTest::test_query_opts_key_bound_branching [gw5] [ 52%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t1t2t3 test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t1t3 [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_custom_names[True-True-True] test/orm/test_query.py::RowTupleTest::test_dupe_cols[-users.id AS users_id, NULL AS anon_1, NULL AS anon__1, NULL AS anon__2-expected_row2] [gw5] [ 52%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t1t3 test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t2 [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[backref_raiseload] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete] [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_dupe_cols[-users.id AS users_id, NULL AS anon_1, NULL AS anon__1, NULL AS anon__2-expected_row2] [gw5] [ 52%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t2 test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t3 test/orm/test_query.py::RowTupleTest::test_dupe_cols[-users.id AS users_id, users.name AS users_name, users.id AS users_id__1, users.name AS users_name__1, NULL AS anon_1-expected_row1] [gw5] [ 52%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_where_x2_t3 test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_x1 [gw5] [ 52%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_x1 [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_dupe_cols[-users.id AS users_id, users.name AS users_name, users.id AS users_id__1, users.name AS users_name__1, NULL AS anon_1-expected_row1] test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_x2 [gw5] [ 52%] PASSED test/sql/test_query.py::JoinTest_sqlite+pysqlite_3_38_2::test_outerjoin_x2 test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_distinct_limit test/orm/test_query.py::RowTupleTest::test_dupe_cols[-users.id AS users_id, users.name AS users_name, users.name AS users_name__1-expected_row0] [gw5] [ 52%] PASSED test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_distinct_limit test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_distinct_limit_offset [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete] [gw5] [ 52%] PASSED test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_distinct_limit_offset test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_distinct_offset [gw5] [ 52%] PASSED test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_distinct_offset test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_limit [gw5] [ 52%] PASSED test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_limit test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_limit_offset [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::BranchedOptionTest::test_query_opts_key_bound_branching test/aaa_profiling/test_orm.py::BranchedOptionTest::test_query_opts_unbound_branching test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_detached] [gw5] [ 52%] PASSED test/sql/test_query.py::LimitTest_sqlite+pysqlite_3_38_2::test_select_limit_offset [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_dupe_cols[-users.id AS users_id, users.name AS users_name, users.name AS users_name__1-expected_row0] test/dialect/mssql/test_query.py::MatchTest::test_and_match [gw5] [ 52%] SKIPPED test/dialect/mssql/test_query.py::MatchTest::test_and_match test/dialect/mysql/test_query.py::MatchTest::test_and_match [gw5] [ 52%] SKIPPED test/dialect/mysql/test_query.py::MatchTest::test_and_match [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_detached] test/dialect/postgresql/test_query.py::MatchTest::test_and_match [gw5] [ 52%] SKIPPED test/dialect/postgresql/test_query.py::MatchTest::test_and_match test/dialect/mssql/test_query.py::MatchTest::test_expression [gw5] [ 52%] SKIPPED test/dialect/mssql/test_query.py::MatchTest::test_expression test/dialect/postgresql/test_query.py::MatchTest::test_expression_positional [gw5] [ 52%] SKIPPED test/dialect/postgresql/test_query.py::MatchTest::test_expression_positional test/dialect/postgresql/test_query.py::MatchTest::test_expression_pyformat [gw5] [ 52%] SKIPPED test/dialect/postgresql/test_query.py::MatchTest::test_expression_pyformat test/dialect/mssql/test_query.py::MatchTest::test_match_across_joins [gw5] [ 52%] SKIPPED test/dialect/mssql/test_query.py::MatchTest::test_match_across_joins test/dialect/mysql/test_query.py::MatchTest::test_match_across_joins [gw5] [ 52%] SKIPPED test/dialect/mysql/test_query.py::MatchTest::test_match_across_joins test/dialect/postgresql/test_query.py::MatchTest::test_match_across_joins test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_detached_legacy_inactive_history_style] test/orm/test_query.py::RowTupleTest::test_entity_mapping_access [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_detached_legacy_inactive_history_style] [gw5] [ 52%] SKIPPED test/dialect/postgresql/test_query.py::MatchTest::test_match_across_joins test/dialect/mysql/test_query.py::MatchTest::test_not_match [gw5] [ 52%] SKIPPED test/dialect/mysql/test_query.py::MatchTest::test_not_match test/dialect/postgresql/test_query.py::MatchTest::test_not_match [gw5] [ 52%] SKIPPED test/dialect/postgresql/test_query.py::MatchTest::test_not_match test/dialect/mssql/test_query.py::MatchTest::test_or_match [gw5] [ 52%] SKIPPED test/dialect/mssql/test_query.py::MatchTest::test_or_match test/dialect/mysql/test_query.py::MatchTest::test_or_match [gw5] [ 52%] SKIPPED test/dialect/mysql/test_query.py::MatchTest::test_or_match test/dialect/postgresql/test_query.py::MatchTest::test_or_match [gw5] [ 52%] SKIPPED test/dialect/postgresql/test_query.py::MatchTest::test_or_match test/dialect/mysql/test_query.py::MatchTest::test_return_value [gw5] [ 52%] SKIPPED test/dialect/mysql/test_query.py::MatchTest::test_return_value test/dialect/postgresql/test_query.py::MatchTest::test_simple_derivative_match [gw5] [ 52%] SKIPPED test/dialect/postgresql/test_query.py::MatchTest::test_simple_derivative_match test/dialect/mssql/test_query.py::MatchTest::test_simple_inflectional_match [gw5] [ 52%] SKIPPED test/dialect/mssql/test_query.py::MatchTest::test_simple_inflectional_match test/dialect/mssql/test_query.py::MatchTest::test_simple_match test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_detached_legacy_inactive_history_style_raiseload] [gw5] [ 52%] SKIPPED test/dialect/mssql/test_query.py::MatchTest::test_simple_match test/dialect/mysql/test_query.py::MatchTest::test_simple_match [gw5] [ 52%] SKIPPED test/dialect/mysql/test_query.py::MatchTest::test_simple_match test/dialect/postgresql/test_query.py::MatchTest::test_simple_match [gw5] [ 52%] SKIPPED test/dialect/postgresql/test_query.py::MatchTest::test_simple_match test/dialect/mssql/test_query.py::MatchTest::test_simple_match_with_apostrophe [gw5] [ 52%] SKIPPED test/dialect/mssql/test_query.py::MatchTest::test_simple_match_with_apostrophe test/dialect/mysql/test_query.py::MatchTest::test_simple_match_with_apostrophe [gw5] [ 52%] SKIPPED test/dialect/mysql/test_query.py::MatchTest::test_simple_match_with_apostrophe test/dialect/postgresql/test_query.py::MatchTest::test_simple_match_with_apostrophe [gw5] [ 52%] SKIPPED test/dialect/postgresql/test_query.py::MatchTest::test_simple_match_with_apostrophe test/dialect/mssql/test_query.py::MatchTest::test_simple_prefix_match [gw5] [ 52%] SKIPPED test/dialect/mssql/test_query.py::MatchTest::test_simple_prefix_match test/orm/test_query.py::MiscTest::test_no_query_in_execute[execute-connection] [gw0] [ 52%] PASSED test/engine/test_reconnect.py::RecycleTest_sqlite+pysqlite_3_38_2::test_basic [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::BranchedOptionTest::test_query_opts_unbound_branching test/engine/test_reflection.py::CaseSensitiveTest_sqlite+pysqlite_3_38_2::test_reflect_case_insensitive [gw0] [ 52%] PASSED test/engine/test_reflection.py::CaseSensitiveTest_sqlite+pysqlite_3_38_2::test_reflect_case_insensitive test/engine/test_reflection.py::CaseSensitiveTest_sqlite+pysqlite_3_38_2::test_reflect_exact_name [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_detached_legacy_inactive_history_style_raiseload] [gw0] [ 52%] PASSED test/engine/test_reflection.py::CaseSensitiveTest_sqlite+pysqlite_3_38_2::test_reflect_exact_name test/engine/test_reflection.py::CaseSensitiveTest_sqlite+pysqlite_3_38_2::test_reflect_via_fk test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_detached_raiseload] [gw0] [ 52%] PASSED test/engine/test_reflection.py::CaseSensitiveTest_sqlite+pysqlite_3_38_2::test_reflect_via_fk test/engine/test_reflection.py::CaseSensitiveTest_sqlite+pysqlite_3_38_2::test_table_names [gw0] [ 52%] PASSED test/engine/test_reflection.py::CaseSensitiveTest_sqlite+pysqlite_3_38_2::test_table_names test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_listen_metadata_cls [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_listen_metadata_cls test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_listen_metadata_obj test/aaa_profiling/test_orm.py::DeferOptionsTest::test_baseline [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_entity_mapping_access test/orm/test_query.py::RowTupleTest::test_legacy_tuple_old_select[0] [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_listen_metadata_obj test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_index [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_legacy_tuple_old_select[0] test/orm/test_query.py::RowTupleTest::test_legacy_tuple_old_select[1] [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_detached_raiseload] [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_index test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_info test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_legacy_inactive_history_style] [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_legacy_tuple_old_select[1] [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_info test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_key test/orm/test_query.py::RowTupleTest::test_legacy_tuple_old_select[2] [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_key test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_key_fk [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_legacy_tuple_old_select[2] test/orm/test_query.py::RowTupleTest::test_modern_tuple[0] [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_legacy_inactive_history_style] [gw7] [ 52%] PASSED test/ext/test_horizontal_shard.py::AttachedFileShardTest::test_shard_id_event [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple[0] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_legacy_inactive_history_style_raiseload] test/orm/test_query.py::RowTupleTest::test_modern_tuple[1] test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_baked_mix [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_key_fk test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_server_default_default_clause [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_server_default_default_clause test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_server_default_fetchedvalue [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_server_default_fetchedvalue [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_no_query_in_execute[execute-connection] test/orm/test_query.py::MiscTest::test_no_query_in_execute[execute-session] [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_no_query_in_execute[execute-session] test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_server_default_plain_text test/orm/test_query.py::MiscTest::test_no_query_in_execute[scalar-connection] [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_no_query_in_execute[scalar-connection] test/orm/test_query.py::MiscTest::test_no_query_in_execute[scalar-session] [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_no_query_in_execute[scalar-session] test/orm/test_query.py::MiscTest::test_no_query_in_execute[scalars-connection] [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_no_query_in_execute[scalars-connection] test/orm/test_query.py::MiscTest::test_no_query_in_execute[scalars-session] [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_no_query_in_execute[scalars-session] test/orm/test_query.py::MiscTest::test_rudimentary_statement_accessors[0] [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_rudimentary_statement_accessors[0] test/orm/test_query.py::MiscTest::test_rudimentary_statement_accessors[1] [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_rudimentary_statement_accessors[1] [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple[1] test/orm/test_query.py::RowTupleTest::test_modern_tuple[2] [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_server_default_plain_text test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_server_default_textclause test/orm/test_query.py::MiscTest::test_rudimentary_statement_accessors[2] [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_rudimentary_statement_accessors[2] test/orm/test_query.py::MiscTest::test_rudimentary_statement_accessors[3] [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_rudimentary_statement_accessors[3] test/orm/test_query.py::MiscTest::test_with_session [gw5] [ 52%] PASSED test/orm/test_query.py::MiscTest::test_with_session [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple[2] [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_server_default_textclause test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_type test/orm/test_query.py::OnlyReturnTuplesTest::test_multiple_entity_false test/orm/test_query.py::RowTupleTest::test_modern_tuple[3] [gw0] [ 52%] PASSED test/engine/test_reflection.py::ColumnEventsTest_sqlite+pysqlite_3_38_2::test_override_type [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple[3] test/engine/test_reflection.py::ComputedColumnTest_sqlite+pysqlite_3_38_2::test_table_reflection test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[0] [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[0] test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[1] [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[1] test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[2] [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[2] test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[3] [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_legacy_inactive_history_style_raiseload] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_raiseload] [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::DeferOptionsTest::test_baseline test/aaa_profiling/test_orm.py::DeferOptionsTest::test_defer_many_cols [gw0] [ 52%] PASSED test/engine/test_reflection.py::ComputedColumnTest_sqlite+pysqlite_3_38_2::test_table_reflection [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[3] test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[4] [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[4] test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[5] [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_modern_tuple_future[5] test/orm/test_query.py::RowTupleTest::test_unhashable_type_future [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_unhashable_type_future test/orm/test_query.py::RowTupleTest::test_unhashable_type_legacy [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_unhashable_type_legacy test/orm/test_query.py::RowTupleTest::test_unknown_type_assume_hashable_future [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[delete_raiseload] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[detached] test/dialect/oracle/test_reflection.py::ConstraintTest::test_oracle_has_no_on_update_cascade [gw0] [ 52%] SKIPPED test/dialect/oracle/test_reflection.py::ConstraintTest::test_oracle_has_no_on_update_cascade test/dialect/oracle/test_reflection.py::ConstraintTest::test_reflect_check_include_all [gw0] [ 52%] SKIPPED test/dialect/oracle/test_reflection.py::ConstraintTest::test_reflect_check_include_all test/engine/test_reflection.py::CreateDropTest_sqlite+pysqlite_3_38_2::test_checkfirst [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_unknown_type_assume_hashable_future [gw0] [ 52%] PASSED test/engine/test_reflection.py::CreateDropTest_sqlite+pysqlite_3_38_2::test_checkfirst test/orm/test_query.py::RowTupleTest::test_unknown_type_assume_not_hashable_legacy test/engine/test_reflection.py::CreateDropTest_sqlite+pysqlite_3_38_2::test_createdrop [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[detached] [gw0] [ 52%] PASSED test/engine/test_reflection.py::CreateDropTest_sqlite+pysqlite_3_38_2::test_createdrop test/engine/test_reflection.py::CreateDropTest_sqlite+pysqlite_3_38_2::test_sorter [gw0] [ 52%] PASSED test/engine/test_reflection.py::CreateDropTest_sqlite+pysqlite_3_38_2::test_sorter test/engine/test_reflection.py::CreateDropTest_sqlite+pysqlite_3_38_2::test_tablenames [gw5] [ 52%] PASSED test/orm/test_query.py::OnlyReturnTuplesTest::test_multiple_entity_false test/orm/test_query.py::OnlyReturnTuplesTest::test_multiple_entity_true [gw5] [ 52%] PASSED test/orm/test_query.py::OnlyReturnTuplesTest::test_multiple_entity_true test/orm/test_query.py::OnlyReturnTuplesTest::test_single_entity_false [gw5] [ 52%] PASSED test/orm/test_query.py::OnlyReturnTuplesTest::test_single_entity_false test/orm/test_query.py::OnlyReturnTuplesTest::test_single_entity_true [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_unknown_type_assume_not_hashable_legacy test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[detached_legacy_inactive_history_style] [gw0] [ 52%] PASSED test/engine/test_reflection.py::CreateDropTest_sqlite+pysqlite_3_38_2::test_tablenames [gw5] [ 52%] PASSED test/orm/test_query.py::OnlyReturnTuplesTest::test_single_entity_true test/orm/test_query.py::RowTupleTest::test_unknown_type_truly_not_hashable_future test/dialect/postgresql/test_reflection.py::CustomTypeReflectionTest::test_clslevel [gw0] [ 52%] PASSED test/dialect/postgresql/test_reflection.py::CustomTypeReflectionTest::test_clslevel test/dialect/postgresql/test_reflection.py::CustomTypeReflectionTest::test_instancelevel [gw0] [ 52%] PASSED test/dialect/postgresql/test_reflection.py::CustomTypeReflectionTest::test_instancelevel test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'*'] test/dialect/oracle/test_reflection.py::DBLinkReflectionTest::test_reflection [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::DeferOptionsTest::test_defer_many_cols [gw6] [ 52%] PASSED test/orm/test_query.py::RowTupleTest::test_unknown_type_truly_not_hashable_future test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_b_aliased [gw0] [ 52%] SKIPPED test/dialect/oracle/test_reflection.py::DBLinkReflectionTest::test_reflection test/ext/declarative/test_reflection.py::DeferredJoinedInhReflectionTest::test_add_fk_pk_column [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[detached_legacy_inactive_history_style] test/orm/test_query.py::SessionBindTest::test_aggregate_fn test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[detached_legacy_inactive_history_style_raiseload] [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_b_aliased test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_b_aliased_select_join [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_b_aliased_select_join test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_b_plain [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_b_plain test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_d [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_d test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_d_aliased [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::JoinConditionTest::test_a_to_d_aliased [gw0] [ 52%] PASSED test/ext/declarative/test_reflection.py::DeferredJoinedInhReflectionTest::test_add_fk_pk_column test/ext/declarative/test_reflection.py::DeferredJoinedInhReflectionTest::test_add_pk_column test/aaa_profiling/test_orm.py::JoinedEagerLoadTest::test_build_query [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[detached_legacy_inactive_history_style_raiseload] [gw0] [ 52%] PASSED test/ext/declarative/test_reflection.py::DeferredJoinedInhReflectionTest::test_add_pk_column test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[detached_raiseload] test/ext/declarative/test_reflection.py::DeferredJoinedInhReflectionTest::test_add_subclass_column [gw0] [ 52%] PASSED test/ext/declarative/test_reflection.py::DeferredJoinedInhReflectionTest::test_add_subclass_column [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[detached_raiseload] test/ext/declarative/test_reflection.py::DeferredJoinedInhReflectionTest::test_basic [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_aggregate_fn test/orm/test_query.py::SessionBindTest::test_aliased_entity_q test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[legacy_inactive_history_style] [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_aliased_entity_q test/orm/test_query.py::SessionBindTest::test_binary_op [gw4] [ 52%] SKIPPED test/aaa_profiling/test_orm.py::JoinedEagerLoadTest::test_build_query [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'*'] test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'+'] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'+'] test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'-'] [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_binary_op [gw2] [ 52%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[legacy_inactive_history_style] test/aaa_profiling/test_orm.py::JoinedEagerLoadTest::test_fetch_results [gw0] [ 52%] PASSED test/ext/declarative/test_reflection.py::DeferredJoinedInhReflectionTest::test_basic [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'-'] test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'/'0] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'/'0] test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'/'1] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':id_1 %s users.id'-'/'1] test/orm/test_query.py::SessionBindTest::test_boolean_op [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_boolean_op test/orm/test_query.py::SessionBindTest::test_bulk_delete_fetch_sync [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_bulk_delete_fetch_sync test/orm/test_query.py::SessionBindTest::test_bulk_delete_no_sync [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_bulk_delete_no_sync test/orm/test_query.py::SessionBindTest::test_bulk_update_fetch_sync [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_bulk_update_fetch_sync test/orm/test_query.py::SessionBindTest::test_bulk_update_no_sync [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_bulk_update_no_sync test/orm/test_query.py::SessionBindTest::test_case [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_case test/orm/test_query.py::SessionBindTest::test_cast [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_cast test/orm/test_query.py::SessionBindTest::test_column_property [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_column_property test/orm/test_query.py::SessionBindTest::test_column_property_select [gw6] [ 52%] SKIPPED test/orm/test_query.py::SessionBindTest::test_column_property_select test/orm/test_query.py::SessionBindTest::test_count [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_count test/orm/test_query.py::SessionBindTest::test_plain_table [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_plain_table test/orm/test_query.py::SessionBindTest::test_plain_table_count [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_plain_table_count test/orm/test_query.py::SessionBindTest::test_plain_table_select_from [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_plain_table_select_from test/orm/test_query.py::SessionBindTest::test_single_col test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'*'] [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_single_col [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'*'] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[legacy_inactive_history_style_raiseload] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'+'] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'+'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'-'] test/ext/declarative/test_reflection.py::DeferredReflectPKFKTest::test_pk_fk [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'-'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'/'0] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'/'0] test/orm/test_query.py::SessionBindTest::test_single_col_from_subq [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_single_col_from_subq test/orm/test_query.py::SessionBindTest::test_single_entity_q [gw6] [ 52%] PASSED test/orm/test_query.py::SessionBindTest::test_single_entity_q test/orm/test_query.py::SessionBindTest::test_sql_expr_bundle_cte_from_entity test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'/'1] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'0-'/'1] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'*'] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'*'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'+'] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'+'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'-'] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'-'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'/'0] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'/'0] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'/'1] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'1-'/'1] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'*'] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'*'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'+'] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'+'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'-'] [gw0] [ 52%] PASSED test/ext/declarative/test_reflection.py::DeferredReflectPKFKTest::test_pk_fk [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'-'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'/'0] [gw5] [ 52%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'/'0] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'/'1] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s :param_2'2-'/'1] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'*'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'*'] [gw6] [ 53%] PASSED test/orm/test_query.py::SessionBindTest::test_sql_expr_bundle_cte_from_entity test/orm/test_query.py::SessionBindTest::test_sql_expr_cte_from_entity [gw6] [ 53%] PASSED test/orm/test_query.py::SessionBindTest::test_sql_expr_cte_from_entity test/orm/test_query.py::SessionBindTest::test_sql_expr_entity_q [gw6] [ 53%] PASSED test/orm/test_query.py::SessionBindTest::test_sql_expr_entity_q test/orm/test_query.py::SessionBindTest::test_sql_expr_exists_from_entity [gw6] [ 53%] PASSED test/orm/test_query.py::SessionBindTest::test_sql_expr_exists_from_entity test/orm/test_query.py::SessionBindTest::test_sql_expr_subquery_from_entity [gw6] [ 53%] PASSED test/orm/test_query.py::SessionBindTest::test_sql_expr_subquery_from_entity test/orm/test_query.py::SessionBindTest::test_type_coerce [gw6] [ 53%] PASSED test/orm/test_query.py::SessionBindTest::test_type_coerce test/orm/test_query.py::SetOpsTest::test_eager_load test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_abstract_base test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'+'] [gw2] [ 53%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[legacy_inactive_history_style_raiseload] test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[raiseload] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'+'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'-'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'-'] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'/'0] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'/'0] test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'/'1] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic[':param_1 %s users.id'-'/'1] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'*'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'*'] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'+'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'+'] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'-'] [gw2] [ 53%] PASSED test/orm/test_relationships.py::InactiveHistoryNoRaiseTest::test_m2o[raiseload] [gw0] [ 53%] PASSED test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_abstract_base [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'-'] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'/'0] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'/'0] test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_ambiguous_fks test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_basic_deferred test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'/'1] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :id_1'-'/'1] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'*'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'*'] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'+'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'+'] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'-'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'-'] [gw3] [ 53%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_core_select_from_orm_query test/aaa_profiling/test_memusage.py::CycleTest::test_entity_path_w_aliased test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'/'0] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'/'0] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'/'1] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s :param_1'-'/'1] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'*'] [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_ambiguous_fks [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'*'] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'+'] test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_ambiguous_remoteside_m2o [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'+'] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'-'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'-'] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'/'0] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'/'0] test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'/'1] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_arithmetic['users.id %s users.id'-'/'1] test/orm/test_query.py::OperatorTest::test_between [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_between [gw6] [ 53%] PASSED test/orm/test_query.py::SetOpsTest::test_eager_load test/orm/test_query.py::SetOpsTest::test_intersect [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_ambiguous_remoteside_m2o [gw0] [ 53%] PASSED test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_basic_deferred test/orm/test_query.py::OperatorTest::test_clauses test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_cls_not_strong_ref [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_clauses test/orm/test_query.py::OperatorTest::test_collate [gw6] [ 53%] PASSED test/orm/test_query.py::SetOpsTest::test_intersect test/orm/test_query.py::SetOpsTest::test_order_by_anonymous_col [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_collate test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'!='-'!='] test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_ambiguous_remoteside_o2m [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'!='-'!='] [gw6] [ 53%] PASSED test/orm/test_query.py::SetOpsTest::test_order_by_anonymous_col test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'>='-'<='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_000-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'!='-'!='] [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_ambiguous_remoteside_o2m test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_first[1] [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_first[1] test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_first[2] [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_first[2] test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_mfiltered_unique_mappings_all [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_mfiltered_unique_mappings_all test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_mfiltered_unique_rows_all [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_mfiltered_unique_rows_all test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_mfiltered_unique_scalars_all [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_mfiltered_unique_scalars_all test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalar_one[0] [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalar_one[0] test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalar_one[1] [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalar_one[1] test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalar_one[2] [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalar_one[2] test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalars0 [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalars0 test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalars_all test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_equated [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'!='-'!='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'>='-'<='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_001-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'!='-'!='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'!='-'!='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'>'-'<'] [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_equated test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'>='-'<='] test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_equated_self_ref [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_002-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'!='-'!='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'!='-'!='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'<='-'>='] [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_equated_self_ref test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_equated_self_ref_wrong_fks test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'>='-'<='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_003-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'!='-'!='] [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_equated_self_ref_wrong_fks test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'!='-'!='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'>='-'<='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_004-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'!='-'!='] [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalars_all test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalars_fetchmany [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalars_fetchmany test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalars_iterate [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_scalars_iterate test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_tuples_all [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_tuples_all test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_tuples_iterate [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_tuples_iterate test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_unique_scalars_all [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_unique_scalars_all test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_unique_scalars_fetchmany [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'!='-'!='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'<'-'>'] test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_fks [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_unique_scalars_fetchmany test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_unique_tuples_all [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_unique_tuples_all test/base/test_result.py::OnlyScalarsTest::test_unique_scalar_accessors[0] [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_unique_scalar_accessors[0] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'='-'='] test/base/test_result.py::OnlyScalarsTest::test_unique_scalar_accessors[1] [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_unique_scalar_accessors[1] test/base/test_result.py::OnlyScalarsTest::test_unique_scalar_accessors[2] [gw6] [ 53%] PASSED test/base/test_result.py::OnlyScalarsTest::test_unique_scalar_accessors[2] [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_fks [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'>='-'<='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_005-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'!='-'!='] test/base/test_result.py::ResultTest::test_all [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_all test/base/test_result.py::ResultTest::test_alt_row_fetch [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_alt_row_fetch test/base/test_result.py::ResultTest::test_alt_row_transform [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_alt_row_transform [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'!='-'!='] test/base/test_result.py::ResultTest::test_class_presented test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'>='-'<='] [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_class_presented test/base/test_result.py::ResultTest::test_columns [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_columns test/base/test_result.py::ResultTest::test_columns_again [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_columns_again test/base/test_result.py::ResultTest::test_columns_freeze [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_columns_freeze test/base/test_result.py::ResultTest::test_columns_ints [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_columns_ints test/base/test_result.py::ResultTest::test_columns_unique_freeze [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_columns_unique_freeze test/base/test_result.py::ResultTest::test_columns_with_mappings [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_columns_with_mappings test/base/test_result.py::ResultTest::test_first [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_first test/base/test_result.py::ResultTest::test_freeze [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_006-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'!='-'!='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'!='-'!='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'<='-'>='] [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_freeze [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'>'-'<'] test/base/test_result.py::ResultTest::test_index_extra [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'>='-'<='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_007-'>='-'<='] test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_self_ref_no_equality [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_self_ref_no_equality test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_self_ref_no_fks [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_self_ref_no_fks test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_self_ref_viewonly test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'!='-'!='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'!='-'!='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'>='-'<='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_008-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'!='-'!='] [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_index_extra test/base/test_result.py::ResultTest::test_many_then_all [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_many_then_all test/base/test_result.py::ResultTest::test_mapping_plus_base [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_mapping_plus_base test/base/test_result.py::ResultTest::test_mappings [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_mappings test/base/test_result.py::ResultTest::test_mappings_with_columns [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_mappings_with_columns test/base/test_result.py::ResultTest::test_one [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one test/base/test_result.py::ResultTest::test_one_mapping [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one_mapping test/base/test_result.py::ResultTest::test_one_none [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one_none test/base/test_result.py::ResultTest::test_one_or_none [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one_or_none test/base/test_result.py::ResultTest::test_one_or_none_none [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'!='-'!='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'<'-'>'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'='-'='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'>'-'<'] [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_self_ref_viewonly [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one_or_none_none test/base/test_result.py::ResultTest::test_one_or_none_raise_multiple [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one_or_none_raise_multiple test/base/test_result.py::ResultTest::test_one_raise_mutiple [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one_raise_mutiple test/base/test_result.py::ResultTest::test_one_unique [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one_unique test/base/test_result.py::ResultTest::test_one_unique_mapping test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'>='-'<='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_009-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'!='-'!='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'!='-'!='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'<'-'>'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'<'-'>'] [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one_unique_mapping test/base/test_result.py::ResultTest::test_one_unique_tricky_one [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_one_unique_tricky_one test/base/test_result.py::ResultTest::test_partition [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_partition test/base/test_result.py::ResultTest::test_partition_unique_yield_per test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'<='-'>='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'<='-'>='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'='-'='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'='-'='] test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_self_ref_viewonly_fks [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_partition_unique_yield_per test/base/test_result.py::ResultTest::test_partition_yield_per [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_partition_yield_per test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'>'-'<'] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'>'-'<'] test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'>='-'<='] test/base/test_result.py::ResultTest::test_scalar [gw2] [ 53%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_self_ref_viewonly_fks test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_viewonly [gw7] [ 53%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_baked_mix test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_delete_future_synchronize_evaluate [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_010-'>='-'<='] test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'!='-'!='] [gw5] [ 53%] PASSED test/orm/test_query.py::OperatorTest::test_comparison[fixture_011-'!='-'!='] [gw6] [ 53%] PASSED test/base/test_result.py::ResultTest::test_scalar test/base/test_result.py::ResultTest::test_scalar_none_all [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_none_all test/base/test_result.py::ResultTest::test_scalar_none_all_unique [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_none_all_unique test/base/test_result.py::ResultTest::test_scalar_none_first [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_none_first test/base/test_result.py::ResultTest::test_scalar_none_iterate [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_none_iterate test/base/test_result.py::ResultTest::test_scalar_none_many [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_none_many test/base/test_result.py::ResultTest::test_scalar_none_one_or_none_w_unique [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_none_one_or_none_w_unique test/base/test_result.py::ResultTest::test_scalar_none_one_w_unique [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_none_one_w_unique test/base/test_result.py::ResultTest::test_scalar_one [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_one test/base/test_result.py::ResultTest::test_scalar_one_or_none test/ext/asyncio/test_scoping_py3k.py::AsyncScopedSessionTest::test_attributes [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_one_or_none test/base/test_result.py::ResultTest::test_scalar_one_or_none_none [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_one_or_none_none test/base/test_result.py::ResultTest::test_scalar_one_w_unique [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_one_w_unique test/base/test_result.py::ResultTest::test_scalar_only_on_filter_w_unique [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_only_on_filter_w_unique test/base/test_result.py::ResultTest::test_scalar_plus_base [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalar_plus_base test/base/test_result.py::ResultTest::test_scalars [gw5] [ 54%] SKIPPED test/ext/asyncio/test_scoping_py3k.py::AsyncScopedSessionTest::test_attributes test/ext/asyncio/test_scoping_py3k.py::AsyncScopedSessionTest::test_basic [gw5] [ 54%] SKIPPED test/ext/asyncio/test_scoping_py3k.py::AsyncScopedSessionTest::test_basic test/sql/test_select.py::FutureSelectTest::test_filter_by_from_binary [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_filter_by_from_binary test/sql/test_select.py::FutureSelectTest::test_filter_by_from_cast [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_filter_by_from_cast test/sql/test_select.py::FutureSelectTest::test_filter_by_from_col [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalars test/base/test_result.py::ResultTest::test_scalars_freeze [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalars_freeze test/base/test_result.py::ResultTest::test_scalars_mappings [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalars_mappings test/base/test_result.py::ResultTest::test_scalars_no_fetchone [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_filter_by_from_col test/sql/test_select.py::FutureSelectTest::test_filter_by_from_func [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_filter_by_from_func test/sql/test_select.py::FutureSelectTest::test_filter_by_from_func_not_the_first_arg [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_filter_by_from_func_not_the_first_arg test/sql/test_select.py::FutureSelectTest::test_filter_by_from_label [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_filter_by_from_label test/sql/test_select.py::FutureSelectTest::test_filter_by_no_property_from_col [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_filter_by_no_property_from_col test/sql/test_select.py::FutureSelectTest::test_filter_by_no_property_from_table [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_filter_by_no_property_from_table [gw4] [ 54%] SKIPPED test/aaa_profiling/test_orm.py::JoinedEagerLoadTest::test_fetch_results [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalars_no_fetchone test/base/test_result.py::ResultTest::test_scalars_one_w_unique [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalars_one_w_unique test/base/test_result.py::ResultTest::test_scalars_plus_one [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalars_plus_one test/base/test_result.py::ResultTest::test_scalars_plus_one_none test/sql/test_select.py::FutureSelectTest::test_join_froms_explicit_left_side_explicit_onclause [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_froms_explicit_left_side_explicit_onclause [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_scalars_plus_one_none test/base/test_result.py::ResultTest::test_unique_default_filters [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_default_filters test/base/test_result.py::ResultTest::test_unique_default_filters_rearrange_order [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_default_filters_rearrange_order test/base/test_result.py::ResultTest::test_unique_default_filters_rearrange_scalar test/aaa_profiling/test_orm.py::LoadManyToOneFromIdentityTest::test_many_to_one_load_identity test/sql/test_select.py::FutureSelectTest::test_join_froms_explicit_left_side_implicit_onclause [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_froms_explicit_left_side_implicit_onclause test/sql/test_select.py::FutureSelectTest::test_join_froms_implicit_left_side_explicit_onclause [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_default_filters_rearrange_scalar test/base/test_result.py::ResultTest::test_unique_default_filters_rearrange_twice [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_default_filters_rearrange_twice test/base/test_result.py::ResultTest::test_unique_filtered_all [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_filtered_all test/base/test_result.py::ResultTest::test_unique_filtered_iterate [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_froms_implicit_left_side_explicit_onclause test/sql/test_select.py::FutureSelectTest::test_join_froms_implicit_left_side_implicit_onclause [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_froms_implicit_left_side_implicit_onclause test/sql/test_select.py::FutureSelectTest::test_join_implicit_left_side_wo_cols_onelevel [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_implicit_left_side_wo_cols_onelevel test/sql/test_select.py::FutureSelectTest::test_join_implicit_left_side_wo_cols_onelevel_union [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_filtered_iterate test/base/test_result.py::ResultTest::test_unique_filtered_many [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_filtered_many test/base/test_result.py::ResultTest::test_unique_mappings_all [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_mappings_all test/base/test_result.py::ResultTest::test_unique_scalars_all [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_scalars_all test/base/test_result.py::ResultTest::test_unique_scalars_iterate [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_scalars_iterate test/base/test_result.py::ResultTest::test_unique_scalars_many [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_scalars_many test/base/test_result.py::ResultTest::test_unique_scalars_many_none [gw6] [ 54%] PASSED test/base/test_result.py::ResultTest::test_unique_scalars_many_none [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_implicit_left_side_wo_cols_onelevel_union test/sql/test_select.py::FutureSelectTest::test_join_implicit_left_side_wo_cols_twolevel [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_implicit_left_side_wo_cols_twolevel test/sql/test_select.py::FutureSelectTest::test_join_implicit_left_side_wo_cols_twolevel_union [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_implicit_left_side_wo_cols_twolevel_union test/sql/test_select.py::FutureSelectTest::test_join_nofrom_explicit_left_side_explicit_onclause [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_nofrom_explicit_left_side_explicit_onclause test/sql/test_select.py::FutureSelectTest::test_join_nofrom_explicit_left_side_implicit_onclause [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_nofrom_explicit_left_side_implicit_onclause test/sql/test_select.py::FutureSelectTest::test_join_nofrom_implicit_left_side_explicit_onclause [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_nofrom_implicit_left_side_explicit_onclause test/sql/test_select.py::FutureSelectTest::test_join_nofrom_implicit_left_side_explicit_onclause_3level test/base/test_result.py::ResultTupleTest::test_attribute_access [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_attribute_access test/base/test_result.py::ResultTupleTest::test_contains [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_contains test/base/test_result.py::ResultTupleTest::test_contains_mapping [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_nofrom_implicit_left_side_explicit_onclause_3level test/sql/test_select.py::FutureSelectTest::test_join_nofrom_implicit_left_side_implicit_onclause [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_nofrom_implicit_left_side_implicit_onclause test/sql/test_select.py::FutureSelectTest::test_join_nofrom_implicit_left_side_implicit_onclause_3level [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_join_nofrom_implicit_left_side_implicit_onclause_3level test/sql/test_select.py::FutureSelectTest::test_joins_w_filter_by [gw2] [ 54%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_viewonly [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_contains_mapping test/base/test_result.py::ResultTupleTest::test_creation [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_joins_w_filter_by test/sql/test_select.py::FutureSelectTest::test_new_calling_style [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_new_calling_style test/sql/test_select.py::FutureSelectTest::test_new_calling_style_clauseelement_thing_that_has_iter [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_new_calling_style_clauseelement_thing_that_has_iter test/sql/test_select.py::FutureSelectTest::test_new_calling_style_inspectable_ce_thing_that_has_iter [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_creation test/base/test_result.py::ResultTupleTest::test_duplicate_labels test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_wo_fks_works_on_relaxed [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_new_calling_style_inspectable_ce_thing_that_has_iter test/sql/test_select.py::FutureSelectTest::test_outerjoin_nofrom_explicit_left_side_explicit_onclause [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_outerjoin_nofrom_explicit_left_side_explicit_onclause test/sql/test_select.py::FutureSelectTest::test_right_nested_inner_join [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_duplicate_labels test/base/test_result.py::ResultTupleTest::test_empty [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_empty test/base/test_result.py::ResultTupleTest::test_getter [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_getter test/base/test_result.py::ResultTupleTest::test_immutable [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_right_nested_inner_join test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[except_-EXCEPT] [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[except_-EXCEPT] test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[except_all-EXCEPT ALL] [gw2] [ 54%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_equated_wo_fks_works_on_relaxed test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_join [gw4] [ 54%] SKIPPED test/aaa_profiling/test_orm.py::LoadManyToOneFromIdentityTest::test_many_to_one_load_identity [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[except_all-EXCEPT ALL] test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[intersect-INTERSECT] [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_immutable [gw2] [ 54%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_join [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[intersect-INTERSECT] test/aaa_profiling/test_orm.py::LoadManyToOneFromIdentityTest::test_many_to_one_load_no_identity test/base/test_result.py::ResultTupleTest::test_index_access [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_index_access test/base/test_result.py::ResultTupleTest::test_integers_arent_in_mappings [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_integers_arent_in_mappings test/base/test_result.py::ResultTupleTest::test_negative_index_access test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_join_self_ref [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_negative_index_access test/base/test_result.py::ResultTupleTest::test_none_label [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_none_label test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[intersect_all-INTERSECT ALL] [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[intersect_all-INTERSECT ALL] test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[union-UNION] [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[union-UNION] test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[union_all-UNION ALL] [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_select_multiple_compound_elements[union_all-UNION ALL] test/sql/test_select.py::FutureSelectTest::test_select_tuple_outer [gw2] [ 54%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTest::test_no_join_self_ref [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_select_tuple_outer test/sql/test_select.py::FutureSelectTest::test_select_tuple_subquery [gw5] [ 54%] PASSED test/sql/test_select.py::FutureSelectTest::test_select_tuple_subquery test/sql/test_selectable.py::AliasTest::test_copy_internals_multiple_nesting [gw5] [ 54%] PASSED test/sql/test_selectable.py::AliasTest::test_copy_internals_multiple_nesting test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_bad_primaryjoin [gw4] [ 54%] SKIPPED test/aaa_profiling/test_orm.py::LoadManyToOneFromIdentityTest::test_many_to_one_load_no_identity test/base/test_result.py::ResultTupleTest::test_serialize [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_serialize test/base/test_result.py::ResultTupleTest::test_slice_access [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_slice_access test/base/test_result.py::ResultTupleTest::test_slices_arent_in_mappings [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_slices_arent_in_mappings test/base/test_result.py::ResultTupleTest::test_tuple_getter [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_tuple_getter test/base/test_result.py::ResultTupleTest::test_values_none_labels [gw6] [ 54%] PASSED test/base/test_result.py::ResultTupleTest::test_values_none_labels test/sql/test_resultset.py::AlternateCursorResultTest::test_basic_buffered_column_result_proxy [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_basic_buffered_column_result_proxy test/sql/test_resultset.py::AlternateCursorResultTest::test_basic_buffered_row_result_proxy test/sql/test_selectable.py::AliasTest::test_correspondence_multiple_nesting [gw5] [ 54%] PASSED test/sql/test_selectable.py::AliasTest::test_correspondence_multiple_nesting test/sql/test_selectable.py::AliasTest::test_direct_element_hierarchy [gw5] [ 54%] PASSED test/sql/test_selectable.py::AliasTest::test_direct_element_hierarchy test/sql/test_selectable.py::AliasTest::test_get_children_preserves_multiple_nesting [gw5] [ 54%] PASSED test/sql/test_selectable.py::AliasTest::test_get_children_preserves_multiple_nesting test/sql/test_selectable.py::AnnotationsTest::test_annotate_aliased [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_annotate_aliased test/sql/test_selectable.py::AnnotationsTest::test_annotate_expressions [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_annotate_expressions test/sql/test_selectable.py::AnnotationsTest::test_annotate_fromlist_preservation [gw0] [ 54%] PASSED test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_cls_not_strong_ref test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_exception_prepare_not_called [gw0] [ 54%] PASSED test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_exception_prepare_not_called test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_mapper_args_deferred test/aaa_profiling/test_orm.py::MergeBackrefsTest::test_merge_pending_with_all_pks [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_basic_buffered_row_result_proxy test/sql/test_resultset.py::AlternateCursorResultTest::test_basic_fully_buffered_result_proxy [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_basic_fully_buffered_result_proxy test/sql/test_resultset.py::AlternateCursorResultTest::test_basic_plain [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_basic_plain test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchall-False] [gw0] [ 54%] PASSED test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_mapper_args_deferred [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_annotate_fromlist_preservation test/sql/test_selectable.py::AnnotationsTest::test_annotate_unique_traversal [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_annotate_unique_traversal test/sql/test_selectable.py::AnnotationsTest::test_annotate_varied_annot_same_col [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchall-False] test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchall-True] [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_annotate_varied_annot_same_col test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_redefine_fk_double test/sql/test_selectable.py::AnnotationsTest::test_annotated_corresponding_column [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_annotated_corresponding_column [gw4] [ 54%] SKIPPED test/aaa_profiling/test_orm.py::MergeBackrefsTest::test_merge_pending_with_all_pks test/sql/test_selectable.py::AnnotationsTest::test_annotated_visit [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_annotated_visit test/sql/test_selectable.py::AnnotationsTest::test_basic_attrs [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_basic_attrs test/sql/test_selectable.py::AnnotationsTest::test_bind_unique_test [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchall-True] test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchmany-False] [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchmany-False] test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchmany-True] [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_bind_unique_test test/sql/test_selectable.py::AnnotationsTest::test_clone_annotations_dont_hash [gw0] [ 54%] PASSED test/ext/declarative/test_reflection.py::DeferredReflectionTest::test_redefine_fk_double [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_clone_annotations_dont_hash test/sql/test_selectable.py::AnnotationsTest::test_comparator_cleanout_integration [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_comparator_cleanout_integration test/sql/test_selectable.py::AnnotationsTest::test_comparators_cleaned_out_construction [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_comparators_cleaned_out_construction test/sql/test_selectable.py::AnnotationsTest::test_comparators_cleaned_out_reannotate [gw2] [ 54%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_bad_primaryjoin test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_bad_secondaryjoin test/ext/declarative/test_reflection.py::DeferredSecondaryReflectionTest::test_string_resolution [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_comparators_cleaned_out_reannotate test/sql/test_selectable.py::AnnotationsTest::test_custom_construction_correct_anno_expr [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_custom_construction_correct_anno_expr test/sql/test_selectable.py::AnnotationsTest::test_custom_construction_correct_anno_subclass [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_custom_construction_correct_anno_subclass test/sql/test_selectable.py::AnnotationsTest::test_custom_constructions [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_custom_constructions test/sql/test_selectable.py::AnnotationsTest::test_deannotate_2 [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_deannotate_2 test/sql/test_selectable.py::AnnotationsTest::test_deannotate_3 [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_deannotate_3 test/sql/test_selectable.py::AnnotationsTest::test_deannotate_clone [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_deannotate_clone test/sql/test_selectable.py::AnnotationsTest::test_deannotate_wrapping [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_deannotate_wrapping test/sql/test_selectable.py::AnnotationsTest::test_hashing [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_hashing test/sql/test_selectable.py::AnnotationsTest::test_label_accessors [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchmany-True] test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchone-False] [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchone-False] test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchone-True] [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetch_auto_soft_close[fetchone-True] test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetchmany_fixed test/aaa_profiling/test_orm.py::MergeTest::test_merge_load [gw2] [ 54%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_bad_secondaryjoin test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_local_col_setup [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_label_accessors test/sql/test_selectable.py::AnnotationsTest::test_late_name_add [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_late_name_add test/sql/test_selectable.py::AnnotationsTest::test_late_table_add [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_late_table_add test/sql/test_selectable.py::AnnotationsTest::test_proxy_set_iteration_includes_annotated [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_proxy_set_iteration_includes_annotated [gw0] [ 54%] PASSED test/ext/declarative/test_reflection.py::DeferredSecondaryReflectionTest::test_string_resolution test/sql/test_selectable.py::AnnotationsTest::test_proxy_set_iteration_includes_annotated_two [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_proxy_set_iteration_includes_annotated_two test/sql/test_selectable.py::AnnotationsTest::test_replacement_traverse_preserve test/ext/declarative/test_reflection.py::DeferredSecondaryReflectionTest::test_table_resolution [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnnotationsTest::test_replacement_traverse_preserve [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetchmany_fixed test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetchmany_yield_per [gw4] [ 54%] SKIPPED test/aaa_profiling/test_orm.py::MergeTest::test_merge_load test/sql/test_selectable.py::AnonLabelTest::test_anon_labels_func [gw2] [ 54%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_local_col_setup test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_no_equated_secondaryjoin [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnonLabelTest::test_anon_labels_func test/sql/test_selectable.py::AnonLabelTest::test_anon_labels_literal_column [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnonLabelTest::test_anon_labels_literal_column test/sql/test_selectable.py::AnonLabelTest::test_anon_labels_named_column [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnonLabelTest::test_anon_labels_named_column test/sql/test_selectable.py::AnonLabelTest::test_named_labels_literal_column [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnonLabelTest::test_named_labels_literal_column test/sql/test_selectable.py::AnonLabelTest::test_named_labels_named_column [gw5] [ 54%] PASSED test/sql/test_selectable.py::AnonLabelTest::test_named_labels_named_column test/aaa_profiling/test_orm.py::MergeTest::test_merge_no_load [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetchmany_yield_per test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetchmany_yield_per_all [gw0] [ 54%] PASSED test/ext/declarative/test_reflection.py::DeferredSecondaryReflectionTest::test_table_resolution test/ext/declarative/test_reflection.py::DeferredSingleInhReflectionTest::test_add_pk_column test/sql/test_selectable.py::DerivedTest::test_alias [gw5] [ 54%] PASSED test/sql/test_selectable.py::DerivedTest::test_alias test/sql/test_selectable.py::DerivedTest::test_join [gw5] [ 54%] PASSED test/sql/test_selectable.py::DerivedTest::test_join test/sql/test_selectable.py::DerivedTest::test_select [gw5] [ 54%] PASSED test/sql/test_selectable.py::DerivedTest::test_select [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_fetchmany_yield_per_all test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_close_error_during_fetchone [gw2] [ 54%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_no_equated_secondaryjoin [gw6] [ 54%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_close_error_during_fetchone test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_no_fks [gw4] [ 54%] SKIPPED test/aaa_profiling/test_orm.py::MergeTest::test_merge_no_load test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_growth[gt 1000] test/aaa_profiling/test_orm.py::QueryTest::test_query_cols test/sql/test_selectable.py::DerivedTest::test_table [gw5] [ 54%] PASSED test/sql/test_selectable.py::DerivedTest::test_table test/sql/test_selectable.py::ForUpdateTest::test_adapt [gw5] [ 54%] PASSED test/sql/test_selectable.py::ForUpdateTest::test_adapt test/sql/test_selectable.py::ForUpdateTest::test_basic_clone [gw5] [ 54%] PASSED test/sql/test_selectable.py::ForUpdateTest::test_basic_clone test/sql/test_selectable.py::JoinAnonymizingTest::test_composed_join_alias [gw0] [ 54%] PASSED test/ext/declarative/test_reflection.py::DeferredSingleInhReflectionTest::test_add_pk_column test/ext/declarative/test_reflection.py::DeferredSingleInhReflectionTest::test_add_subclass_column [gw4] [ 54%] SKIPPED test/aaa_profiling/test_orm.py::QueryTest::test_query_cols [gw5] [ 54%] PASSED test/sql/test_selectable.py::JoinAnonymizingTest::test_composed_join_alias test/sql/test_selectable.py::JoinAnonymizingTest::test_composed_join_alias_flat test/aaa_profiling/test_orm.py::SelectInEagerLoadTest::test_round_trip_results [gw5] [ 54%] PASSED test/sql/test_selectable.py::JoinAnonymizingTest::test_composed_join_alias_flat test/sql/test_selectable.py::JoinAnonymizingTest::test_flat_ok_on_non_join [gw0] [ 54%] PASSED test/ext/declarative/test_reflection.py::DeferredSingleInhReflectionTest::test_add_subclass_column [gw5] [ 54%] PASSED test/sql/test_selectable.py::JoinAnonymizingTest::test_flat_ok_on_non_join test/sql/test_selectable.py::JoinAnonymizingTest::test_join_alias test/ext/declarative/test_reflection.py::DeferredSingleInhReflectionTest::test_basic [gw2] [ 55%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_no_fks test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_no_join [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinAnonymizingTest::test_join_alias test/sql/test_selectable.py::JoinAnonymizingTest::test_join_alias_flat [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinAnonymizingTest::test_join_alias_flat test/sql/test_selectable.py::JoinAnonymizingTest::test_join_standalone_alias [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinAnonymizingTest::test_join_standalone_alias test/sql/test_selectable.py::JoinAnonymizingTest::test_join_standalone_alias_flat [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinAnonymizingTest::test_join_standalone_alias_flat test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_related_column [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_related_column test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_related_table [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_related_table test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_unrelated_column [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_unrelated_column [gw2] [ 55%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_no_join test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_unrelated_column_dont_compare_names [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_unrelated_column_dont_compare_names [gw0] [ 55%] PASSED test/ext/declarative/test_reflection.py::DeferredSingleInhReflectionTest::test_basic test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_unrelated_table test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_no_secondaryjoin [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_growth[gt 1000] test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_growth[gt 1500] [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_unrelated_table test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_unrelated_table_dont_compare_names test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_array_domain_is_reflected [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_array_domain_is_reflected test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_crosschema_domain_is_reflected [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_crosschema_domain_is_reflected test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_domain_is_reflected [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_domain_is_reflected test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_enum_domain_is_reflected [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_enum_domain_is_reflected test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_nullable_from_domain [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_nullable_from_domain test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_quoted_remote_schema_domain_is_reflected [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_quoted_remote_schema_domain_is_reflected test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_schema_domain_is_reflected [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_schema_domain_is_reflected test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_table_is_reflected [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_table_is_reflected test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_table_is_reflected_test_schema [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_table_is_reflected_test_schema [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_cond_no_such_unrelated_table_dont_compare_names test/sql/test_selectable.py::JoinConditionTest::test_join_condition_five [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_condition_five test/sql/test_selectable.py::JoinConditionTest::test_join_condition_four [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_condition_four test/sql/test_selectable.py::JoinConditionTest::test_join_condition_one test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_unknown_types [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::DomainReflectionTest::test_unknown_types test/dialect/oracle/test_reflection.py::DontReflectIOTTest::test_reflect_all [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::DontReflectIOTTest::test_reflect_all test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_foreign_table_is_reflected [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_foreign_table_is_reflected test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_foreign_table_names[inspect_fixture0] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_foreign_table_names[inspect_fixture0] [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_condition_one test/sql/test_selectable.py::JoinConditionTest::test_join_condition_three [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_condition_three [gw2] [ 55%] PASSED test/orm/test_relationships.py::InvalidRelationshipEscalationTestM2M::test_no_secondaryjoin test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_foreign_table_names[inspect_fixture1] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_foreign_table_names[inspect_fixture1] test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_foreign_table_names[inspect_fixture2] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_foreign_table_names[inspect_fixture2] test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_foreign_table_names[inspect_fixture3] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_foreign_table_names[inspect_fixture3] test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_table_names_no_foreign [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::ForeignTableReflectionTest::test_get_table_names_no_foreign test/engine/test_reflection.py::IdentityColumnTest::test_table_reflection [gw0] [ 55%] SKIPPED test/engine/test_reflection.py::IdentityColumnTest::test_table_reflection test/dialect/mssql/test_reflection.py::IdentityReflectionTest::test_reflect_identity [gw0] [ 55%] SKIPPED test/dialect/mssql/test_reflection.py::IdentityReflectionTest::test_reflect_identity test/dialect/oracle/test_reflection.py::IdentityReflectionTest::test_reflect_identity test/sql/test_selectable.py::JoinConditionTest::test_join_condition_two [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::IdentityReflectionTest::test_reflect_identity test/orm/test_relationships.py::InvalidRemoteSideTest::test_m2o_backref [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_growth[gt 1500] test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_growth[lt 1000] test/dialect/postgresql/test_reflection.py::IdentityReflectionTest::test_reflect_identity[MiXeDCaSe!] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IdentityReflectionTest::test_reflect_identity[MiXeDCaSe!] test/dialect/postgresql/test_reflection.py::IdentityReflectionTest::test_reflect_identity[T2] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IdentityReflectionTest::test_reflect_identity[T2] test/dialect/postgresql/test_reflection.py::IdentityReflectionTest::test_reflect_identity[t1] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IdentityReflectionTest::test_reflect_identity[t1] test/dialect/mssql/test_reflection.py::IdentityReflectionTest::test_reflect_views [gw0] [ 55%] SKIPPED test/dialect/mssql/test_reflection.py::IdentityReflectionTest::test_reflect_views test/dialect/mssql/test_reflection.py::InfoCoerceUnicodeTest::test_info_unicode_cast [gw0] [ 55%] PASSED test/dialect/mssql/test_reflection.py::InfoCoerceUnicodeTest::test_info_unicode_cast test/dialect/mssql/test_reflection.py::InfoCoerceUnicodeTest::test_info_unicode_cast_no_2000 [gw0] [ 55%] PASSED test/dialect/mssql/test_reflection.py::InfoCoerceUnicodeTest::test_info_unicode_cast_no_2000 test/dialect/mssql/test_reflection.py::InfoCoerceUnicodeTest::test_info_unicode_coercion [gw0] [ 55%] PASSED test/dialect/mssql/test_reflection.py::InfoCoerceUnicodeTest::test_info_unicode_coercion test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_precision [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_precision test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[DAY TO HOUR] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[DAY TO HOUR] [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_condition_two test/sql/test_selectable.py::JoinConditionTest::test_join_multiple_equiv_fks [gw5] [ 55%] PASSED test/sql/test_selectable.py::JoinConditionTest::test_join_multiple_equiv_fks test/sql/test_selectable.py::PrimaryKeyTest::test_init_doesnt_blowitaway [gw5] [ 55%] PASSED test/sql/test_selectable.py::PrimaryKeyTest::test_init_doesnt_blowitaway test/sql/test_selectable.py::PrimaryKeyTest::test_join_pk_collapse_explicit [gw5] [ 55%] PASSED test/sql/test_selectable.py::PrimaryKeyTest::test_join_pk_collapse_explicit test/sql/test_selectable.py::PrimaryKeyTest::test_join_pk_collapse_implicit [gw5] [ 55%] PASSED test/sql/test_selectable.py::PrimaryKeyTest::test_join_pk_collapse_implicit test/sql/test_selectable.py::PrimaryKeyTest::test_non_column_clause test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[DAY TO MINUTE] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[DAY TO MINUTE] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[DAY TO SECOND] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[DAY TO SECOND] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[DAY] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[DAY] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[HOUR TO MINUTE] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[HOUR TO MINUTE] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[HOUR TO SECOND] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[HOUR TO SECOND] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[HOUR] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[HOUR] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[MINUTE TO SECOND] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[MINUTE TO SECOND] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[MINUTE] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[MINUTE] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[MONTH] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[MONTH] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[SECOND] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[SECOND] [gw5] [ 55%] PASSED test/sql/test_selectable.py::PrimaryKeyTest::test_non_column_clause test/sql/test_selectable.py::PrimaryKeyTest::test_onclause_direction [gw5] [ 55%] PASSED test/sql/test_selectable.py::PrimaryKeyTest::test_onclause_direction test/sql/test_selectable.py::ReduceTest::test_reduce [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_growth[lt 1000] test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_growth[no option] [gw2] [ 55%] PASSED test/orm/test_relationships.py::InvalidRemoteSideTest::test_m2o_backref test/orm/test_relationships.py::InvalidRemoteSideTest::test_m2o_explicit [gw2] [ 55%] PASSED test/orm/test_relationships.py::InvalidRemoteSideTest::test_m2o_explicit test/orm/test_relationships.py::InvalidRemoteSideTest::test_o2m_backref [gw7] [ 55%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_delete_future_synchronize_evaluate test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_delete_future_synchronize_fetch test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[YEAR TO MONTH] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[YEAR TO MONTH] test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[YEAR] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::IntervalReflectionTest::test_interval_types[YEAR] test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_definition [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_definition test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names[inspect_fixture0] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names[inspect_fixture0] test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names[inspect_fixture1] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names[inspect_fixture1] test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names[inspect_fixture2] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names[inspect_fixture2] test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names[inspect_fixture3] [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names[inspect_fixture3] test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_empty [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_empty test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_materialized [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_materialized test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_plain [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_plain test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_plain_string [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_plain_string test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_reflection_cache_ok [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_get_view_names_reflection_cache_ok test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_mview_is_reflected [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_mview_is_reflected test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_mview_select [gw0] [ 55%] SKIPPED test/dialect/postgresql/test_reflection.py::MaterializedViewReflectionTest::test_mview_select test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_create_same_names_explicit_schema [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_create_same_names_explicit_schema test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_create_same_names_implicit_schema [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_create_same_names_implicit_schema test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_owner_explicit [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_owner_explicit test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_owner_implicit [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_owner_implicit test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_owner_synonyms [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_owner_synonyms test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_synonym_owner_local_table [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_synonym_owner_local_table test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_table_owner_local_synonym [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_alt_table_owner_local_synonym test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_local_to_remote [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_local_to_remote test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_remote_synonyms [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_remote_synonyms test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_table_comment [gw0] [ 55%] SKIPPED test/dialect/oracle/test_reflection.py::MultiSchemaTest::test_reflect_table_comment test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_default_schema_name_not_interpreted_as_tokenized [gw0] [ 55%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_default_schema_name_not_interpreted_as_tokenized test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[Foo.Bar-Foo-Bar-use [Foo]] [gw0] [ 55%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[Foo.Bar-Foo-Bar-use [Foo]] test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[[Foo.Bar]-None-Foo.Bar-use [Foo.Bar]] [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_buffered_row_growth[no option] [gw2] [ 55%] PASSED test/orm/test_relationships.py::InvalidRemoteSideTest::test_o2m_backref test/orm/test_relationships.py::InvalidRemoteSideTest::test_o2m_explicit test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchall-BufferedRowCursorFetchStrategy] [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchall-BufferedRowCursorFetchStrategy] test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchall-CursorFetchStrategy] [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchall-CursorFetchStrategy] test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchmany-BufferedRowCursorFetchStrategy] [gw5] [ 55%] PASSED test/sql/test_selectable.py::ReduceTest::test_reduce test/sql/test_selectable.py::ReduceTest::test_reduce_aliased_join [gw5] [ 55%] PASSED test/sql/test_selectable.py::ReduceTest::test_reduce_aliased_join [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchmany-BufferedRowCursorFetchStrategy] test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchmany-CursorFetchStrategy] [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchmany-CursorFetchStrategy] test/sql/test_selectable.py::ReduceTest::test_reduce_aliased_union [gw5] [ 55%] PASSED test/sql/test_selectable.py::ReduceTest::test_reduce_aliased_union test/sql/test_selectable.py::ReduceTest::test_reduce_aliased_union_2 [gw5] [ 55%] PASSED test/sql/test_selectable.py::ReduceTest::test_reduce_aliased_union_2 test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchmany_w_num-BufferedRowCursorFetchStrategy] test/sql/test_selectable.py::ReduceTest::test_reduce_generation [gw5] [ 55%] PASSED test/sql/test_selectable.py::ReduceTest::test_reduce_generation test/sql/test_selectable.py::ReduceTest::test_reduce_only_synonym_fk [gw5] [ 55%] PASSED test/sql/test_selectable.py::ReduceTest::test_reduce_only_synonym_fk test/sql/test_selectable.py::ReduceTest::test_reduce_only_synonym_lineage [gw5] [ 55%] PASSED test/sql/test_selectable.py::ReduceTest::test_reduce_only_synonym_lineage test/sql/test_selectable.py::ReduceTest::test_reduce_selectable [gw5] [ 55%] PASSED test/sql/test_selectable.py::ReduceTest::test_reduce_selectable test/sql/test_selectable.py::RefreshForNewColTest::test_alias_alias_samename_init [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_alias_alias_samename_init test/sql/test_selectable.py::RefreshForNewColTest::test_aliased_select_irrelevant [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_aliased_select_irrelevant test/sql/test_selectable.py::RefreshForNewColTest::test_aliased_select_no_cols_clause [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_aliased_select_no_cols_clause test/sql/test_selectable.py::RefreshForNewColTest::test_aliased_select_samename_init [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_aliased_select_samename_init test/sql/test_selectable.py::RefreshForNewColTest::test_aliased_select_samename_uninit [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_aliased_select_samename_uninit test/sql/test_selectable.py::RefreshForNewColTest::test_fk_join [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_fk_join test/sql/test_selectable.py::RefreshForNewColTest::test_fk_table [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_fk_table test/sql/test_selectable.py::RefreshForNewColTest::test_join_init [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_join_init test/sql/test_selectable.py::RefreshForNewColTest::test_join_samename_init [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_join_samename_init test/sql/test_selectable.py::RefreshForNewColTest::test_join_uninit [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_join_uninit test/sql/test_selectable.py::RefreshForNewColTest::test_nested_join_init [gw0] [ 55%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[[Foo.Bar]-None-Foo.Bar-use [Foo.Bar]] test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[[Foo.Bar].[bat]-Foo.Bar-bat-use [Foo.Bar]] [gw0] [ 55%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[[Foo.Bar].[bat]-Foo.Bar-bat-use [Foo.Bar]] test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[[abc].[def].[efg].[hij]-[abc].[def].[efg]-hij-use [abc].[def].[efg]] [gw2] [ 55%] PASSED test/orm/test_relationships.py::InvalidRemoteSideTest::test_o2m_explicit [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchmany_w_num-BufferedRowCursorFetchStrategy] test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchmany_w_num-CursorFetchStrategy] test/orm/test_relationships.py::JoinConditionErrorTest::test_clauseelement_pj [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchmany_w_num-CursorFetchStrategy] test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchone-BufferedRowCursorFetchStrategy] [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchone-BufferedRowCursorFetchStrategy] test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchone-CursorFetchStrategy] [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_nested_join_init test/sql/test_selectable.py::RefreshForNewColTest::test_nested_join_uninit [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_nested_join_uninit [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_handle_error_in_fetch[fetchone-CursorFetchStrategy] test/sql/test_selectable.py::RefreshForNewColTest::test_select_samename_init [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_select_samename_init test/sql/test_selectable.py::RefreshForNewColTest::test_union_init test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_buffered_row [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_union_init test/sql/test_selectable.py::RefreshForNewColTest::test_union_uninit [gw5] [ 55%] PASSED test/sql/test_selectable.py::RefreshForNewColTest::test_union_uninit test/sql/test_selectable.py::ReprTest::test_ensure_repr_elements [gw5] [ 55%] PASSED test/sql/test_selectable.py::ReprTest::test_ensure_repr_elements test/sql/test_selectable.py::ResultMapTest::test_column_subquery_exists [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_column_subquery_exists [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_buffered_row test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_buffered_row_cached [gw2] [ 55%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_clauseelement_pj test/orm/test_relationships.py::JoinConditionErrorTest::test_clauseelement_pj_false [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_buffered_row_cached test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_fully_buffered test/sql/test_selectable.py::ResultMapTest::test_column_subquery_plain [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_column_subquery_plain test/sql/test_selectable.py::ResultMapTest::test_plain_exists [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_fully_buffered [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_plain_exists test/sql/test_selectable.py::ResultMapTest::test_plain_exists_double_negate [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_plain_exists_double_negate test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_fully_buffered_cached test/sql/test_selectable.py::ResultMapTest::test_plain_exists_negate [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_plain_exists_negate test/sql/test_selectable.py::ResultMapTest::test_select_alias_column [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_fully_buffered_cached [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_select_alias_column test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_plain test/sql/test_selectable.py::ResultMapTest::test_select_alias_column_apply_labels [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_select_alias_column_apply_labels [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_plain test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_plain_cached test/sql/test_selectable.py::ResultMapTest::test_select_alias_label_alt_name [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_select_alias_label_alt_name test/sql/test_selectable.py::ResultMapTest::test_select_label_alt_name [gw6] [ 55%] PASSED test/sql/test_resultset.py::AlternateCursorResultTest::test_resultprocessor_plain_cached [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_select_label_alt_name test/sql/test_selectable.py::ResultMapTest::test_select_label_alt_name_table_alias_column [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_select_label_alt_name_table_alias_column test/sql/test_selectable.py::ResultMapTest::test_select_table_alias_column [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_select_table_alias_column test/sql/test_selectable.py::ResultMapTest::test_unary_boolean [gw5] [ 55%] PASSED test/sql/test_selectable.py::ResultMapTest::test_unary_boolean test/orm/test_selectable.py::SelectableNoFromsTest::test_basic [gw5] [ 55%] PASSED test/orm/test_selectable.py::SelectableNoFromsTest::test_basic test/orm/test_selectable.py::SelectableNoFromsTest::test_no_selects [gw5] [ 55%] PASSED test/orm/test_selectable.py::SelectableNoFromsTest::test_no_selects test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column test/orm/test_selectable.py::SelectableNoFromsTest::test_no_table_needs_pl [gw6] [ 55%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column_by_col [gw5] [ 55%] PASSED test/orm/test_selectable.py::SelectableNoFromsTest::test_no_table_needs_pl test/orm/test_selectable.py::SelectableNoFromsTest::test_no_tables [gw6] [ 55%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column_by_col test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column_by_col_plus_label [gw6] [ 55%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column_by_col_plus_label test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column_contains [gw6] [ 55%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ambiguous_column_contains test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_anonymous_rows [gw6] [ 55%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_anonymous_rows test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_basic_compiled_mapping [gw5] [ 55%] PASSED test/orm/test_selectable.py::SelectableNoFromsTest::test_no_tables [gw6] [ 55%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_basic_compiled_mapping test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_basic_compiled_traditional [gw6] [ 55%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_basic_compiled_traditional test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_basic_text [gw6] [ 55%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_basic_text test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_dotted_union test/sql/test_selectable.py::SelectableTest::test_against_cloned_non_table [gw5] [ 55%] PASSED test/sql/test_selectable.py::SelectableTest::test_against_cloned_non_table test/sql/test_selectable.py::SelectableTest::test_alias_handles_column_context [gw5] [ 55%] PASSED test/sql/test_selectable.py::SelectableTest::test_alias_handles_column_context test/sql/test_selectable.py::SelectableTest::test_alias_union [gw5] [ 55%] PASSED test/sql/test_selectable.py::SelectableTest::test_alias_union test/sql/test_selectable.py::SelectableTest::test_append_column_after_legacy_subq[_all_selected_columns] [gw6] [ 55%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_dotted_union [gw5] [ 55%] PASSED test/sql/test_selectable.py::SelectableTest::test_append_column_after_legacy_subq[_all_selected_columns] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_err test/sql/test_selectable.py::SelectableTest::test_append_column_after_legacy_subq[_internal_subquery] [gw2] [ 56%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_clauseelement_pj_false test/orm/test_relationships.py::JoinConditionErrorTest::test_fk_error_not_raised_unrelated [gw2] [ 56%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_fk_error_not_raised_unrelated test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[foreign_keys-arg2] [gw2] [ 56%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[foreign_keys-arg2] test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[foreign_keys-arg3] [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_err test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_labels_w_dots [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_labels_w_dots test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_shadow [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_shadow [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_append_column_after_legacy_subq[_internal_subquery] test/sql/test_selectable.py::SelectableTest::test_append_column_after_legacy_subq[selected_columns] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_append_column_after_legacy_subq[selected_columns] test/sql/test_selectable.py::SelectableTest::test_append_column_after_visitor_replace [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_append_column_after_visitor_replace test/sql/test_selectable.py::SelectableTest::test_broken_select_same_named_explicit_cols[False] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_sqlite_raw [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_sqlite_raw test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_sqlite_translated [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_sqlite_translated test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_text_colexplicit [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_broken_select_same_named_explicit_cols[False] test/sql/test_selectable.py::SelectableTest::test_broken_select_same_named_explicit_cols[True] [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_text_colexplicit test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_textual_select [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_textual_select [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_broken_select_same_named_explicit_cols[True] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_unary [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_accessor_unary test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_error_printing test/sql/test_selectable.py::SelectableTest::test_clone_append_column [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_clone_append_column test/sql/test_selectable.py::SelectableTest::test_clone_c_proxy_key_lower [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_error_printing test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_label_overlap_fallback [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_label_overlap_fallback test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_label_targeting [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_clone_c_proxy_key_lower test/sql/test_selectable.py::SelectableTest::test_clone_c_proxy_key_upper [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_label_targeting test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_order_with_simple_query [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_order_with_simple_query [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_clone_c_proxy_key_upper test/sql/test_selectable.py::SelectableTest::test_clone_col_list_changes_then_proxy [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_clone_col_list_changes_then_proxy test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_order_with_text_query [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_order_with_text_query test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_slices test/sql/test_selectable.py::SelectableTest::test_clone_col_list_changes_then_schema_proxy [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_column_slices test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_compiled_star_doesnt_interfere_w_description[sql0-cols0] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_clone_col_list_changes_then_schema_proxy test/sql/test_selectable.py::SelectableTest::test_cloned_difference [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_cloned_difference test/sql/test_selectable.py::SelectableTest::test_cloned_intersection [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_cloned_intersection test/sql/test_selectable.py::SelectableTest::test_column_labels [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_column_labels test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c0] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c0] test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c1] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c1] test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c2] [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_compiled_star_doesnt_interfere_w_description[sql0-cols0] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_compiled_star_doesnt_interfere_w_description[sql1-cols1] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c2] test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c3] [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_compiled_star_doesnt_interfere_w_description[sql1-cols1] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_empty_accessors [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c3] test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c4] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c4] test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c5] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_const_object_correspondence[c5] test/sql/test_selectable.py::SelectableTest::test_core_column_descriptions[cols0-expected0] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_core_column_descriptions[cols0-expected0] test/sql/test_selectable.py::SelectableTest::test_core_column_descriptions[cols1-expected1] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_core_column_descriptions[cols1-expected1] test/sql/test_selectable.py::SelectableTest::test_core_column_descriptions[cols2-expected2] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_core_column_descriptions[cols2-expected2] test/sql/test_selectable.py::SelectableTest::test_core_column_descriptions[cols3-expected3] [gw2] [ 56%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[foreign_keys-arg3] test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[order_by-arg4] [gw2] [ 56%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[order_by-arg4] test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[remote_side-arg0] [gw2] [ 56%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[remote_side-arg0] test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[remote_side-arg1] [gw2] [ 56%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_invalid_string_args[remote_side-arg1] test/orm/test_relationships.py::JoinConditionErrorTest::test_join_error_raised [gw2] [ 56%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_join_error_raised test/orm/test_relationships.py::JoinConditionErrorTest::test_only_column_elements [gw2] [ 56%] PASSED test/orm/test_relationships.py::JoinConditionErrorTest::test_only_column_elements test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_collection_relationship_overrides_fk [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_empty_accessors test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetch_partial_result_map [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetch_partial_result_map test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetch_unordered_result_map [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetch_unordered_result_map test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetchmany [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetchmany test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetchmany_arraysize_default [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetchmany_arraysize_default test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetchmany_arraysize_set [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetchmany_arraysize_set test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetchone_til_end [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_core_column_descriptions[cols3-expected3] test/sql/test_selectable.py::SelectableTest::test_direct_correspondence_on_labels [gw2] [ 56%] PASSED test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_collection_relationship_overrides_fk [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_fetchone_til_end test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_init_doesnt_produce_collection_event [gw1] [ 56%] PASSED test/engine/test_pool.py::QueuePoolTest::test_hanging_connect_within_overflow test/engine/test_pool.py::QueuePoolTest::test_invalidate [gw1] [ 56%] PASSED test/engine/test_pool.py::QueuePoolTest::test_invalidate test/engine/test_pool.py::QueuePoolTest::test_lifo [gw1] [ 56%] PASSED test/engine/test_pool.py::QueuePoolTest::test_lifo test/engine/test_pool.py::QueuePoolTest::test_max_overflow test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_graceful_fetch_on_non_rows[False] [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_graceful_fetch_on_non_rows[False] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_graceful_fetch_on_non_rows[True] [gw0] [ 56%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[[abc].[def].[efg].[hij]-[abc].[def].[efg]-hij-use [abc].[def].[efg]] test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[[foo].]do something; select [foo-foo-do something; select foo-use foo] [gw0] [ 56%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[[foo].]do something; select [foo-foo-do something; select foo-use foo] test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[abc.def.efg.hij-abc.def.efg-hij-use [abc.def.efg]] [gw0] [ 56%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[abc.def.efg.hij-abc.def.efg-hij-use [abc.def.efg]] test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[foo-None-foo-use foo] [gw0] [ 56%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[foo-None-foo-use foo] test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[foo.bar-foo-bar-use foo] [gw0] [ 56%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[foo.bar-foo-bar-use foo] test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[something; select [foo].bar-something; select foo-bar-use [something; select foo]] [gw0] [ 56%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs[something; select [foo].bar-something; select foo-bar-use [something; select foo]] test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs_dont_use_for_same_db [gw0] [ 56%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs_dont_use_for_same_db test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs_switch_for_different_db [gw0] [ 56%] PASSED test/dialect/mssql/test_reflection.py::OwnerPlusDBTest::test_owner_database_pairs_switch_for_different_db test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_get_tablenames [gw0] [ 56%] SKIPPED test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_get_tablenames test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_reflect_cols [gw0] [ 56%] SKIPPED test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_reflect_cols test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_reflect_cols_from_partition [gw0] [ 56%] SKIPPED test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_reflect_cols_from_partition test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_reflect_index [gw0] [ 56%] SKIPPED test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_reflect_index test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_reflect_index_from_partition [gw0] [ 56%] SKIPPED test/dialect/postgresql/test_reflection.py::PartitionedReflectionTest::test_reflect_index_from_partition test/dialect/mysql/test_reflection.py::RawReflectionTest_sqlite+pysqlite_3_38_2::test_fk_reflection [gw0] [ 56%] PASSED test/dialect/mysql/test_reflection.py::RawReflectionTest_sqlite+pysqlite_3_38_2::test_fk_reflection test/dialect/mysql/test_reflection.py::RawReflectionTest_sqlite+pysqlite_3_38_2::test_key_reflection [gw0] [ 56%] PASSED test/dialect/mysql/test_reflection.py::RawReflectionTest_sqlite+pysqlite_3_38_2::test_key_reflection test/dialect/mysql/test_reflection.py::RawReflectionTest_sqlite+pysqlite_3_38_2::test_key_reflection_columns [gw0] [ 56%] PASSED test/dialect/mysql/test_reflection.py::RawReflectionTest_sqlite+pysqlite_3_38_2::test_key_reflection_columns test/dialect/mssql/test_reflection.py::ReflectHugeViewTest::test_inspect_view_definition [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectHugeViewTest::test_inspect_view_definition test/dialect/postgresql/test_reflection.py::ReflectionTest::test_altered_type_autoincrement_pk_reflection [gw0] [ 56%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_altered_type_autoincrement_pk_reflection test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[FLOAT-FLOAT(53)] [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[FLOAT-FLOAT(53)] test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[IMAGE-IMAGE] [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[IMAGE-IMAGE] test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[MONEY-MONEY] [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[MONEY-MONEY] test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[REAL-REAL] [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[REAL-REAL] test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[XML-XML] [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[XML-XML] test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[type_obj3-NUMERIC(10, 2)] [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[type_obj3-NUMERIC(10, 2)] test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[type_obj6-REAL] [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_assorted_types[type_obj6-REAL] test/dialect/mysql/test_reflection.py::ReflectionTest::test_autoincrement [gw0] [ 56%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_autoincrement test/dialect/mssql/test_reflection.py::ReflectionTest::test_basic_reflection [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_direct_correspondence_on_labels test/sql/test_selectable.py::SelectableTest::test_distance_on_aliases [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_distance_on_aliases [gw2] [ 56%] PASSED test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_init_doesnt_produce_collection_event test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_init_doesnt_produce_scalar_event [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_graceful_fetch_on_non_rows[True] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_items [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_items test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[False-0] test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity0-cols0-expected_entity0-expected_returning0-delete] [gw5] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity0-cols0-expected_entity0-expected_returning0-delete] [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[False-0] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[False-1] [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[False-1] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[False-2] [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[False-2] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[True-0] test/orm/test_selectin_relations.py::SameNamePolymorphicTest::test_load_both_wpoly [gw4] [ 56%] SKIPPED test/aaa_profiling/test_orm.py::SelectInEagerLoadTest::test_round_trip_results [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[True-0] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[True-1] [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[True-1] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[True-2] test/aaa_profiling/test_orm.py::SessionTest::test_expire_lots [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys[True-2] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys_anon_labels [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_basic_reflection test/dialect/mysql/test_reflection.py::ReflectionTest::test_case_sensitive_column_constraint_reflection [gw0] [ 56%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_case_sensitive_column_constraint_reflection test/dialect/mysql/test_reflection.py::ReflectionTest::test_case_sensitive_reflection_dual_case_references [gw0] [ 56%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_case_sensitive_reflection_dual_case_references test/dialect/mysql/test_reflection.py::ReflectionTest::test_correct_for_mysql_bugs_88718_96365 [gw0] [ 56%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_correct_for_mysql_bugs_88718_96365 test/dialect/mssql/test_reflection.py::ReflectionTest::test_cross_schema_fk_pk_name_overlaps [gw2] [ 56%] PASSED test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_init_doesnt_produce_scalar_event test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_joinedload_doesnt_produce_bogus_event [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_keys_anon_labels test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_lastrowid [gw0] [ 56%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_cross_schema_fk_pk_name_overlaps [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_lastrowid test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_len [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_len test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_loose_matching_one test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_five [gw0] [ 56%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_five test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_four [gw0] [ 56%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_four [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_loose_matching_one test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_loose_matching_two [gw2] [ 56%] PASSED test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_joinedload_doesnt_produce_bogus_event test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_metadata_uses_schema [gw0] [ 56%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_metadata_uses_schema test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_o2m_composite_selfref [gw4] [ 56%] SKIPPED test/aaa_profiling/test_orm.py::SessionTest::test_expire_lots [gw5] [ 56%] PASSED test/orm/test_selectin_relations.py::SameNamePolymorphicTest::test_load_both_wpoly [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_loose_matching_two test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_mapping_tuple_readonly_errors [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_mapping_tuple_readonly_errors test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_mappings [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_mappings test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_access [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_access test/engine/test_parseconnect.py::CreateEngineTest::test_bad_args test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_missing_attr [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_missing_attr test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_assign_missing test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_scalar_relationship_overrides_fk test/orm/test_selectin_relations.py::SelfRefInheritanceAliasedTest::test_twolevel_selectin_w_polymorphic [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_assign_missing test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_assign_present [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_o2m_composite_selfref [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_bad_args test/engine/test_parseconnect.py::CreateEngineTest::test_connect_query test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_o2m_selfref [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_connect_query test/engine/test_parseconnect.py::CreateEngineTest::test_custom [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_assign_present test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_delete_missing [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_o2m_selfref test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_w_fks_ambig_m2m [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_custom test/engine/test_parseconnect.py::CreateEngineTest::test_engine_from_config [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_engine_from_config test/engine/test_parseconnect.py::CreateEngineTest::test_engine_from_config_custom [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_engine_from_config_custom test/engine/test_parseconnect.py::CreateEngineTest::test_engine_from_config_future [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_engine_from_config_future test/engine/test_parseconnect.py::CreateEngineTest::test_engine_from_config_not_future [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_engine_from_config_not_future test/engine/test_parseconnect.py::CreateEngineTest::test_kwargs [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_kwargs [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_delete_missing test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_delete_present [gw6] [ 56%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_delete_present test/engine/test_parseconnect.py::CreateEngineTest::test_on_connect_url [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_w_fks_ambig_m2m test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_compound_2 [gw2] [ 56%] PASSED test/orm/test_relationships.py::M2ODontOverwriteFKTest::test_scalar_relationship_overrides_fk [gw5] [ 56%] PASSED test/orm/test_selectin_relations.py::SelfRefInheritanceAliasedTest::test_twolevel_selectin_w_polymorphic test/orm/test_selectin_relations.py::SelfReferentialTest::test_basic [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_compound_2 test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_m2o [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_m2o test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_m2o_composite_selfref test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity0-cols0-expected_entity0-expected_returning0-insert] [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity0-cols0-expected_entity0-expected_returning0-insert] test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity0-cols0-expected_entity0-expected_returning0-update] [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity0-cols0-expected_entity0-expected_returning0-update] test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity1-cols1-expected_entity1-expected_returning1-delete] [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity1-cols1-expected_entity1-expected_returning1-delete] test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity1-cols1-expected_entity1-expected_returning1-insert] [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity1-cols1-expected_entity1-expected_returning1-insert] test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity1-cols1-expected_entity1-expected_returning1-update] [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_on_connect_url test/engine/test_parseconnect.py::CreateEngineTest::test_password_object_str[False] [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_password_object_str[False] test/engine/test_parseconnect.py::CreateEngineTest::test_password_object_str[True] [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_password_object_str[True] test/engine/test_parseconnect.py::CreateEngineTest::test_pool_reset_on_return_from_config [gw4] [ 56%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_pool_reset_on_return_from_config test/engine/test_parseconnect.py::CreateEngineTest::test_poolargs test/orm/test_relationships.py::ManualBackrefTest::test_back_propagates_not_relationship [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity1-cols1-expected_entity1-expected_returning1-update] test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity2-None-expected_entity2-expected_returning2-delete] [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity2-None-expected_entity2-expected_returning2-delete] test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity2-None-expected_entity2-expected_returning2-insert] [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity2-None-expected_entity2-expected_returning2-insert] [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_m2o_composite_selfref test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_m2o_selfref [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_m2o_selfref test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_o2m [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_o2m test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity2-None-expected_entity2-expected_returning2-update] [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_dml_descriptions[entity2-None-expected_entity2-expected_returning2-update] test/sql/test_selectable.py::SelectableTest::test_from_list_against_existing_one [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_from_list_against_existing_one test/sql/test_selectable.py::SelectableTest::test_from_list_against_existing_two [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_from_list_against_existing_two test/sql/test_selectable.py::SelectableTest::test_from_list_deferred_cloning [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_from_list_deferred_cloning test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_o2m_composite_selfref [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_o2m_composite_selfref test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_o2m_selfref [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_o2m_selfref test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_purely_single_m2o [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_purely_single_m2o test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_purely_single_o2m [gw0] [ 56%] PASSED test/orm/test_rel_fn.py::DirectionTest::test_determine_direction_purely_single_o2m test/sql/test_selectable.py::SelectableTest::test_from_list_deferred_constructor [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_from_list_deferred_constructor test/sql/test_selectable.py::SelectableTest::test_from_list_deferred_fromlist [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_from_list_deferred_fromlist test/sql/test_selectable.py::SelectableTest::test_from_list_deferred_whereclause [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_from_list_deferred_whereclause test/sql/test_selectable.py::SelectableTest::test_from_list_with_columns [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_from_list_with_columns test/sql/test_selectable.py::SelectableTest::test_froms_accessors[cols_expr0-select_from0-exp_final_froms0-exp_cc_froms0] [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_froms_accessors[cols_expr0-select_from0-exp_final_froms0-exp_cc_froms0] test/sql/test_selectable.py::SelectableTest::test_froms_accessors[cols_expr1-select_from1-exp_final_froms1-exp_cc_froms1] [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_froms_accessors[cols_expr1-select_from1-exp_final_froms1-exp_cc_froms1] test/sql/test_selectable.py::SelectableTest::test_froms_accessors[cols_expr2-select_from2-exp_final_froms2-exp_cc_froms2] test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_o2m [gw5] [ 56%] PASSED test/orm/test_selectin_relations.py::SelfReferentialTest::test_basic [gw6] [ 56%] PASSED test/sql/test_selectable.py::SelectableTest::test_froms_accessors[cols_expr2-select_from2-exp_final_froms2-exp_cc_froms2] test/sql/test_selectable.py::SelectableTest::test_indirect_correspondence_on_labels [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_indirect_correspondence_on_labels test/sql/test_selectable.py::SelectableTest::test_join test/orm/test_selectin_relations.py::SelfReferentialTest::test_lazy_fallback_doesnt_affect_eager [gw0] [ 57%] PASSED test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_o2m test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_o2m_o_side_none [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_join test/sql/test_selectable.py::SelectableTest::test_join_against_join [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_join_against_join test/sql/test_selectable.py::SelectableTest::test_join_against_self [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_join_against_self test/sql/test_selectable.py::SelectableTest::test_join_doesnt_derive_from_onclause [gw0] [ 57%] PASSED test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_o2m_o_side_none test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_o2m_o_side_none_reverse [gw0] [ 57%] PASSED test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_o2m_o_side_none_reverse test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_o2m_reverse [gw0] [ 57%] PASSED test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_o2m_reverse test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_remote_local_multiple_ref [gw0] [ 57%] PASSED test/orm/test_rel_fn.py::LazyClauseTest::test_lazy_clause_remote_local_multiple_ref [gw5] [ 57%] PASSED test/orm/test_selectin_relations.py::SelfReferentialTest::test_lazy_fallback_doesnt_affect_eager [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_join_doesnt_derive_from_onclause test/sql/test_selectable.py::SelectableTest::test_keyed_c_collection_lower [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_keyed_c_collection_lower test/sql/test_selectable.py::SelectableTest::test_keyed_c_collection_upper [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_keyed_c_collection_upper [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_poolargs test/engine/test_parseconnect.py::CreateEngineTest::test_recycle [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_recycle test/engine/test_parseconnect.py::CreateEngineTest::test_reset_on_return [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_reset_on_return test/engine/test_parseconnect.py::CreateEngineTest::test_urlattr [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::CreateEngineTest::test_urlattr test/engine/test_parseconnect.py::DialectImportTest::test_import_base_dialects [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::DialectImportTest::test_import_base_dialects test/orm/test_selectin_relations.py::SelfReferentialTest::test_no_depth test/engine/test_parseconnect.py::TestRegNewDBAPI::test_plugin_arg_registration [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::TestRegNewDBAPI::test_plugin_arg_registration test/engine/test_parseconnect.py::TestRegNewDBAPI::test_plugin_multiple_url_registration test/orm/inheritance/test_relationship.py::BetweenSubclassJoinWExtraJoinedLoad::test_query_auto[False] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::TestRegNewDBAPI::test_plugin_multiple_url_registration test/engine/test_parseconnect.py::TestRegNewDBAPI::test_plugin_url_registration [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::TestRegNewDBAPI::test_plugin_url_registration test/engine/test_parseconnect.py::TestRegNewDBAPI::test_register_base [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::TestRegNewDBAPI::test_register_base test/engine/test_parseconnect.py::TestRegNewDBAPI::test_register_dotted [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::TestRegNewDBAPI::test_register_dotted test/engine/test_parseconnect.py::TestRegNewDBAPI::test_register_legacy [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::TestRegNewDBAPI::test_register_legacy test/engine/test_parseconnect.py::TestRegNewDBAPI::test_register_per_dbapi [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::TestRegNewDBAPI::test_register_per_dbapi test/engine/test_parseconnect.py::TestRegNewDBAPI::test_wrapper_hooks [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::TestRegNewDBAPI::test_wrapper_hooks test/engine/test_parseconnect.py::URLTest::test_arg_validation_all_seven_posn [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_arg_validation_all_seven_posn test/engine/test_parseconnect.py::URLTest::test_comparison [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_comparison [gw5] [ 57%] PASSED test/orm/test_selectin_relations.py::SelfReferentialTest::test_no_depth test/orm/test_selectin_relations.py::SelfReferentialTest::test_options [gw5] [ 57%] PASSED test/orm/test_selectin_relations.py::SelfReferentialTest::test_options [gw2] [ 57%] PASSED test/orm/test_relationships.py::ManualBackrefTest::test_back_propagates_not_relationship test/orm/test_relationships.py::ManualBackrefTest::test_invalid_key [gw0] [ 57%] PASSED test/orm/inheritance/test_relationship.py::BetweenSubclassJoinWExtraJoinedLoad::test_query_auto[False] test/orm/inheritance/test_relationship.py::BetweenSubclassJoinWExtraJoinedLoad::test_query_auto[True] [gw0] [ 57%] PASSED test/orm/inheritance/test_relationship.py::BetweenSubclassJoinWExtraJoinedLoad::test_query_auto[True] test/orm/inheritance/test_relationship.py::ContainsEagerMultipleOfType::test_contains_eager_multi_alias test/engine/test_parseconnect.py::URLTest::test_component_set[database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_component_set[database] test/engine/test_parseconnect.py::URLTest::test_component_set[drivername] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_component_set[drivername] [gw2] [ 57%] PASSED test/orm/test_relationships.py::ManualBackrefTest::test_invalid_key test/orm/test_relationships.py::ManualBackrefTest::test_invalid_target test/sql/test_selectable.py::SelectableTest::test_keyed_gen [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_keyed_gen test/sql/test_selectable.py::SelectableTest::test_keyed_label_gen [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_keyed_label_gen test/sql/test_selectable.py::SelectableTest::test_label_gen_resets_on_table [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_label_gen_resets_on_table test/sql/test_selectable.py::SelectableTest::test_labeled_select_corresponding [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_labeled_select_corresponding test/sql/test_selectable.py::SelectableTest::test_labeled_select_twice [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_labeled_select_twice test/sql/test_selectable.py::SelectableTest::test_labeled_subquery_corresponding [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_labeled_subquery_corresponding test/sql/test_selectable.py::SelectableTest::test_labeled_subquery_twice [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_labeled_subquery_twice test/sql/test_selectable.py::SelectableTest::test_labels_anon_generate_binds_subquery [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_labels_anon_generate_binds_subquery test/sql/test_selectable.py::SelectableTest::test_labels_anon_w_separate_key [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_labels_anon_w_separate_key test/sql/test_selectable.py::SelectableTest::test_labels_anon_w_separate_key_subquery [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_labels_anon_w_separate_key_subquery test/sql/test_selectable.py::SelectableTest::test_labels_name_w_separate_key test/orm/test_selectin_relations.py::SelfReferentialTest::test_with_deferred test/engine/test_parseconnect.py::URLTest::test_component_set[host] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_component_set[host] test/engine/test_parseconnect.py::URLTest::test_component_set[password] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_component_set[password] test/engine/test_parseconnect.py::URLTest::test_component_set[username] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_component_set[username] test/engine/test_parseconnect.py::URLTest::test_copy [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_copy test/engine/test_parseconnect.py::URLTest::test_deepcopy [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_deepcopy test/engine/test_parseconnect.py::URLTest::test_deprecated_constructor [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_deprecated_constructor test/engine/test_parseconnect.py::URLTest::test_deprecated_constructor_all_args [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_deprecated_constructor_all_args test/engine/test_parseconnect.py::URLTest::test_deprecated_translate_connect_args_names [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_deprecated_translate_connect_args_names test/engine/test_parseconnect.py::URLTest::test_none_ok[database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_none_ok[database] test/engine/test_parseconnect.py::URLTest::test_none_ok[host] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_none_ok[host] test/engine/test_parseconnect.py::URLTest::test_none_ok[username] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_none_ok[username] test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[35.8-database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[35.8-database] test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[35.8-host] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[35.8-host] test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[35.8-username] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[35.8-username] test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[True-database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[True-database] test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[True-host] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[True-host] test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[True-username] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_constructor[True-username] test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none[35.8] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none[35.8] test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none[None] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none[None] test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none[True] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none[True] test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none_legacy[35.8] [gw7] [ 57%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_delete_future_synchronize_fetch test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_delete_synchronize_evaluate [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_labels_name_w_separate_key test/sql/test_selectable.py::SelectableTest::test_multi_label_chain_naming_col [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_multi_label_chain_naming_col test/sql/test_selectable.py::SelectableTest::test_no_alias_construct [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_no_alias_construct test/sql/test_selectable.py::SelectableTest::test_no_error_on_unsupported_expr_key [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_no_error_on_unsupported_expr_key test/sql/test_selectable.py::SelectableTest::test_proxy_set_pollution [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_proxy_set_pollution test/sql/test_selectable.py::SelectableTest::test_scalar_cloned_comparator [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_scalar_cloned_comparator test/sql/test_selectable.py::SelectableTest::test_scalar_subquery_from_subq_same_source [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_scalar_subquery_from_subq_same_source test/sql/test_selectable.py::SelectableTest::test_select_alias_labels [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_select_alias_labels test/sql/test_selectable.py::SelectableTest::test_select_label_grouped_still_corresponds [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_select_label_grouped_still_corresponds test/sql/test_selectable.py::SelectableTest::test_select_subquery_join [gw5] [ 57%] PASSED test/orm/test_selectin_relations.py::SelfReferentialTest::test_with_deferred test/orm/test_selectin_relations.py::SingleInhSubclassTest::test_load [gw0] [ 57%] PASSED test/orm/inheritance/test_relationship.py::ContainsEagerMultipleOfType::test_contains_eager_multi_alias [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none_legacy[35.8] test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none_legacy[None] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none_legacy[None] test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none_legacy[True] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_drivername_no_none_legacy[True] test/engine/test_parseconnect.py::URLTest::test_only_str_query_key_constructor [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_query_key_constructor test/engine/test_parseconnect.py::URLTest::test_only_str_query_key_update [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_query_key_update test/engine/test_parseconnect.py::URLTest::test_only_str_query_value_constructor [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_select_subquery_join test/sql/test_selectable.py::SelectableTest::test_select_union [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_select_union test/sql/test_selectable.py::SelectableTest::test_self_referential_select_raises [gw2] [ 57%] PASSED test/orm/test_relationships.py::ManualBackrefTest::test_invalid_target [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_self_referential_select_raises test/sql/test_selectable.py::SelectableTest::test_singular_union [gw5] [ 57%] PASSED test/orm/test_selectin_relations.py::SingleInhSubclassTest::test_load test/orm/test_selectin_relations.py::SubRelationFromJoinedSubclassMultiLevelTest::test_chained_selectin_subclass [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_singular_union test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-middle-cte] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-middle-cte] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-middle-subquery] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-middle-subquery] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-onelevel-cte] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-onelevel-cte] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-onelevel-subquery] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-onelevel-subquery] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-twolevel-cte] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-twolevel-cte] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-twolevel-subquery] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[False-twolevel-subquery] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-middle-cte] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-middle-cte] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-middle-subquery] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-middle-subquery] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-onelevel-cte] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-onelevel-cte] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-onelevel-subquery] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-onelevel-subquery] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-twolevel-cte] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-twolevel-cte] test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-twolevel-subquery] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_cte_correspondence[True-twolevel-subquery] test/sql/test_selectable.py::SelectableTest::test_subquery_label_grouped_still_corresponds [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_label_grouped_still_corresponds test/sql/test_selectable.py::SelectableTest::test_subquery_labels_join [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_labels_join test/sql/test_selectable.py::SelectableTest::test_subquery_on_table [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_subquery_on_table test/sql/test_selectable.py::SelectableTest::test_table_alias [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_table_alias test/sql/test_selectable.py::SelectableTest::test_table_joined_to_select_of_table [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_table_joined_to_select_of_table test/sql/test_selectable.py::SelectableTest::test_table_schema [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_table_schema test/sql/test_selectable.py::SelectableTest::test_two_metadata_join_raises [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_two_metadata_join_raises test/sql/test_selectable.py::SelectableTest::test_type_coerce_preserve_subq [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_type_coerce_preserve_subq test/sql/test_selectable.py::SelectableTest::test_type_coerce_selfgroup [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_type_coerce_selfgroup test/orm/test_relationships.py::ManualBackrefTest::test_o2m test/sql/test_selectable.py::SelectableTest::test_union_against_join [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_against_join test/sql/test_selectable.py::SelectableTest::test_union_alias_dupe_keys [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_alias_dupe_keys test/sql/test_selectable.py::SelectableTest::test_union_alias_dupe_keys_disambiguates_in_subq_compile_one [gw1] [ 57%] PASSED test/engine/test_pool.py::QueuePoolTest::test_max_overflow test/engine/test_pool.py::QueuePoolTest::test_no_double_checkin [gw1] [ 57%] PASSED test/engine/test_pool.py::QueuePoolTest::test_no_double_checkin [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_alias_dupe_keys_disambiguates_in_subq_compile_one test/sql/test_selectable.py::SelectableTest::test_union_alias_dupe_keys_disambiguates_in_subq_compile_two [gw2] [ 57%] PASSED test/orm/test_relationships.py::ManualBackrefTest::test_o2m test/orm/test_relationships.py::NoLoadBackPopulates::test_m2o [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_query_value_constructor test/engine/test_parseconnect.py::URLTest::test_only_str_query_value_update [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_query_value_update test/engine/test_parseconnect.py::URLTest::test_only_str_set[database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_set[database] test/engine/test_parseconnect.py::URLTest::test_only_str_set[host] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_alias_dupe_keys_disambiguates_in_subq_compile_two test/sql/test_selectable.py::SelectableTest::test_union_alias_dupe_keys_grouped test/engine/test_pool.py::QueuePoolTest::test_no_overflow [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_alias_dupe_keys_grouped test/sql/test_selectable.py::SelectableTest::test_union_alias_misc [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_set[host] test/engine/test_parseconnect.py::URLTest::test_only_str_set[username] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_alias_misc test/sql/test_selectable.py::SelectableTest::test_union_correspondence [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_correspondence [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_only_str_set[username] [gw3] [ 57%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_entity_path_w_aliased test/aaa_profiling/test_memusage.py::CycleTest::test_join_via_query_relationship test/orm/inheritance/test_relationship.py::EagerToSubclassTest::test_contains_eager [gw0] [ 57%] PASSED test/orm/inheritance/test_relationship.py::EagerToSubclassTest::test_contains_eager test/orm/inheritance/test_relationship.py::EagerToSubclassTest::test_joinedload [gw0] [ 57%] PASSED test/orm/inheritance/test_relationship.py::EagerToSubclassTest::test_joinedload test/orm/inheritance/test_relationship.py::EagerToSubclassTest::test_subq_through_related test/engine/test_parseconnect.py::URLTest::test_password_custom_obj [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_password_custom_obj test/sql/test_selectable.py::SelectableTest::test_union_of_alias test/engine/test_parseconnect.py::URLTest::test_query_dict_immutable[drivername://?foo=bar&foo=bat] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_of_alias [gw2] [ 57%] PASSED test/orm/test_relationships.py::NoLoadBackPopulates::test_m2o [gw0] [ 57%] PASSED test/orm/inheritance/test_relationship.py::EagerToSubclassTest::test_subq_through_related [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_query_dict_immutable[drivername://?foo=bar&foo=bat] test/engine/test_parseconnect.py::URLTest::test_query_dict_immutable[drivername://?foo=bar] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_query_dict_immutable[drivername://?foo=bar] test/engine/test_parseconnect.py::URLTest::test_query_dict_immutable[drivername://] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_query_dict_immutable[drivername://] test/engine/test_parseconnect.py::URLTest::test_query_string [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_query_string test/engine/test_parseconnect.py::URLTest::test_query_string_py2_unicode [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_query_string_py2_unicode test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype+apitype:///database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype+apitype:///database] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype+apitype://username:password@hostspec/database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype+apitype://username:password@hostspec/database] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:////usr/local/_xtest@example.com/members.db] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:////usr/local/_xtest@example.com/members.db] test/orm/test_relationships.py::NoLoadBackPopulates::test_o2m test/orm/inheritance/test_relationship.py::EagerToSubclassTest::test_subq_through_related_aliased test/sql/test_selectable.py::SelectableTest::test_union_of_text [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_of_text test/sql/test_selectable.py::SelectableTest::test_union_precedence test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///:memory:] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///:memory:] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///E:/work/src/LEM/db/hello.db?foo=bar&hoho=lala&hoho=bat] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///E:/work/src/LEM/db/hello.db?foo=bar&hoho=lala&hoho=bat] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///E:/work/src/LEM/db/hello.db?foo=bar&hoho=lala] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///E:/work/src/LEM/db/hello.db?foo=bar&hoho=lala] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///E:/work/src/LEM/db/hello.db] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///E:/work/src/LEM/db/hello.db] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///foo/bar/im/a/file] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype:///foo/bar/im/a/file] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_union_precedence test/sql/test_selectable.py::SelectableTest::test_unnamed_exprs_keys [gw5] [ 57%] PASSED test/orm/test_selectin_relations.py::SubRelationFromJoinedSubclassMultiLevelTest::test_chained_selectin_subclass [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://hostspec/?arg1=val1&arg2=val2] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://hostspec/?arg1=val1&arg2=val2] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://hostspec/database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://hostspec/database] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://hostspec] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://hostspec] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:apples%2Foranges@hostspec/database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:apples%2Foranges@hostspec/database] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@/database0] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@/database0] [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_unnamed_exprs_keys test/sql/test_selectable.py::SelectableTest::test_unusual_column_elements_boolean_clauselist [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_unusual_column_elements_boolean_clauselist test/sql/test_selectable.py::SelectableTest::test_unusual_column_elements_clauselist [gw0] [ 57%] PASSED test/orm/inheritance/test_relationship.py::EagerToSubclassTest::test_subq_through_related_aliased [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_unusual_column_elements_clauselist test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@/database1] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@/database1] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@127.0.0.1:1521] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@127.0.0.1:1521] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@[2001:da8:2004:1000:202:116:160:90]/database?foo=bar] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@[2001:da8:2004:1000:202:116:160:90]/database?foo=bar] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@[2001:da8:2004:1000:202:116:160:90]:80/database?foo=bar] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@[2001:da8:2004:1000:202:116:160:90]:80/database?foo=bar] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec/database] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec/database] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec/test database with@atsign] test/orm/inheritance/test_relationship.py::JoinAcrossJoinedInhMultiPath::test_join test/orm/test_selectin_relations.py::TestBakedCancelsCorrectly::test_option_accepted_each_time [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec/test database with@atsign] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec:110//usr/db_file.db] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec:110//usr/db_file.db] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec:450?query=but_no_db] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec:450?query=but_no_db] test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec?query=but_no_db] [gw4] [ 57%] PASSED test/engine/test_parseconnect.py::URLTest::test_rfc1738[dbtype://username:password@hostspec?query=but_no_db] test/sql/test_selectable.py::SelectableTest::test_unusual_column_elements_text test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_one [gw6] [ 57%] PASSED test/sql/test_selectable.py::SelectableTest::test_unusual_column_elements_text test/sql/test_selectable.py::SelectableTest::test_whereclause_adapted [gw4] [ 57%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_one test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_seven [gw4] [ 57%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_seven test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_six [gw6] [ 58%] PASSED test/sql/test_selectable.py::SelectableTest::test_whereclause_adapted test/sql/test_selectable.py::SelectableTest::test_with_only_generative [gw6] [ 58%] PASSED test/sql/test_selectable.py::SelectableTest::test_with_only_generative [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_six test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_three [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_three test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_two [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_cross_schema_reflection_two test/dialect/mssql/test_reflection.py::ReflectionTest::test_db_qualified_items [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_db_qualified_items test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[DOUBLE-default10--25.03] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[DOUBLE-default10--25.03] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[DOUBLE-default11--0.001] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[DOUBLE-default11--0.001] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[Integer-default8-1] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[Integer-default8-1] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[Integer-default9--1] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[Integer-default9--1] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[TIMESTAMP-None-None] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[TIMESTAMP-None-None] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[TIMESTAMP-default3-'2009-04-05 12:00:00'] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[TIMESTAMP-default3-'2009-04-05 12:00:00'] test/sql/test_selectable.py::WithLabelsTest::test_columns_repeated_identity_disambiguate [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_columns_repeated_identity_disambiguate test/sql/test_selectable.py::WithLabelsTest::test_columns_repeated_identity_subquery_disambiguate [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_columns_repeated_identity_subquery_disambiguate test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[TIMESTAMP-default5-CURRENT_TIMESTAMP(\\(\\))? ON UPDATE CURRENT_TIMESTAMP(\\(\\))?] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[TIMESTAMP-default5-CURRENT_TIMESTAMP(\\(\\))? ON UPDATE CURRENT_TIMESTAMP(\\(\\))?] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype0-default0-''] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype0-default0-''] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype1-default1-'abc'] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype1-default1-'abc'] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype2-default2-'0'] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype2-default2-'0'] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype6-default6-0] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype6-default6-0] test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype7-default7-0.000000] test/sql/test_selectable.py::WithLabelsTest::test_element_repeated_disambiguate [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_element_repeated_disambiguate test/sql/test_selectable.py::WithLabelsTest::test_element_repeated_labels [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinAcrossJoinedInhMultiPath::test_join test/orm/inheritance/test_relationship.py::JoinAcrossJoinedInhMultiPath::test_join_flat [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_default_reflection[datatype7-default7-0.000000] test/dialect/mssql/test_reflection.py::ReflectionTest::test_fk_on_unique_index [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_fk_on_unique_index test/dialect/postgresql/test_reflection.py::ReflectionTest::test_foreign_key_option_inspection [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_foreign_key_option_inspection test/dialect/mysql/test_reflection.py::ReflectionTest::test_get_foreign_key_name_w_foreign_key_in_name [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_get_foreign_key_name_w_foreign_key_in_name test/dialect/postgresql/test_reflection.py::ReflectionTest::test_get_table_oid[inspect_fixture0] [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_get_table_oid[inspect_fixture0] test/dialect/postgresql/test_reflection.py::ReflectionTest::test_get_table_oid[inspect_fixture1] [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_element_repeated_labels test/sql/test_selectable.py::WithLabelsTest::test_element_repeated_nolabels [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinAcrossJoinedInhMultiPath::test_join_flat [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_element_repeated_nolabels test/sql/test_selectable.py::WithLabelsTest::test_keylabels_overlap_labels_dont_label test/orm/inheritance/test_relationship.py::JoinAcrossJoinedInhMultiPath::test_joinedload [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_get_table_oid[inspect_fixture1] test/dialect/postgresql/test_reflection.py::ReflectionTest::test_get_table_oid[inspect_fixture2] [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_get_table_oid[inspect_fixture2] test/dialect/postgresql/test_reflection.py::ReflectionTest::test_get_table_oid[inspect_fixture3] [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_get_table_oid[inspect_fixture3] [gw2] [ 58%] PASSED test/orm/test_relationships.py::NoLoadBackPopulates::test_o2m [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinAcrossJoinedInhMultiPath::test_joinedload test/orm/test_relationships.py::OverlappingFksSiblingTest::test_double_rel_aliased_mapper_works test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_from_base [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_from_base test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_from_sub [gw5] [ 58%] PASSED test/orm/test_selectin_relations.py::TestBakedCancelsCorrectly::test_option_accepted_each_time test/orm/test_selectin_relations.py::TestCompositePlusNonComposite::test_load_composite_then_non_composite [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_keylabels_overlap_labels_dont_label test/sql/test_selectable.py::WithLabelsTest::test_keylabels_overlap_labels_dont_nolabel [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_keylabels_overlap_labels_dont_nolabel test/sql/test_selectable.py::WithLabelsTest::test_keylabels_overlap_labels_overlap_label [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_keylabels_overlap_labels_overlap_label test/sql/test_selectable.py::WithLabelsTest::test_keylabels_overlap_labels_overlap_nolabel [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_keylabels_overlap_labels_overlap_nolabel test/sql/test_selectable.py::WithLabelsTest::test_keys_overlap_names_dont_label [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_keys_overlap_names_dont_label test/sql/test_selectable.py::WithLabelsTest::test_keys_overlap_names_dont_nolabel [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_keys_overlap_names_dont_nolabel test/sql/test_selectable.py::WithLabelsTest::test_labels_overlap_keylabels_dont_label [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_labels_overlap_keylabels_dont_label test/sql/test_selectable.py::WithLabelsTest::test_labels_overlap_keylabels_dont_nolabel [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_labels_overlap_keylabels_dont_nolabel test/sql/test_selectable.py::WithLabelsTest::test_labels_overlap_label [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_labels_overlap_label test/sql/test_selectable.py::WithLabelsTest::test_labels_overlap_nolabel [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_labels_overlap_nolabel test/sql/test_selectable.py::WithLabelsTest::test_names_overlap_keys_dont_label [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_names_overlap_keys_dont_label test/sql/test_selectable.py::WithLabelsTest::test_names_overlap_keys_dont_nolabel [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_names_overlap_keys_dont_nolabel test/sql/test_selectable.py::WithLabelsTest::test_names_overlap_label [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_names_overlap_label test/sql/test_selectable.py::WithLabelsTest::test_names_overlap_nolabel [gw6] [ 58%] PASSED test/sql/test_selectable.py::WithLabelsTest::test_names_overlap_nolabel [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_from_sub test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_local_wpoly test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temp_not_present_but_another_session [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temp_not_present_but_another_session test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temp_temp_present_both_sessions [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temp_temp_present_both_sessions test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temporary[global_temp] [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temporary[global_temp] test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temporary[local_temp] [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temporary[local_temp] test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temporary[nonexistent] [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_has_table_temporary[nonexistent] test/dialect/postgresql/test_reflection.py::ReflectionTest::test_has_temporary_table [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_has_temporary_table test/dialect/mssql/test_reflection.py::ReflectionTest::test_identity [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_identity test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_modified [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_modified test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_partial [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_partial test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_with_access_method [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_with_access_method test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_with_include [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_with_include test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_with_sorting [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_with_sorting test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_with_storage_options [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_index_reflection_with_storage_options [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_local_wpoly test/dialect/mssql/test_reflection.py::ReflectionTest::test_indexes_cols [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_indexes_cols test/dialect/mssql/test_reflection.py::ReflectionTest::test_indexes_cols_with_commas [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_indexes_cols_with_commas test/dialect/mssql/test_reflection.py::ReflectionTest::test_indexes_cols_with_spaces [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_indexes_cols_with_spaces test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_local_wpoly_innerjoins test/dialect/mssql/test_reflection.py::ReflectionTest::test_indexes_with_filtered [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_indexes_with_filtered test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enum_empty [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enum_empty test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enum_empty_from_table [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_double_rel_aliased_mapper_works test/orm/test_relationships.py::OverlappingFksSiblingTest::test_double_rel_same_mapper_overlaps_works [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_double_rel_same_mapper_overlaps_works test/orm/test_relationships.py::OverlappingFksSiblingTest::test_double_rel_same_mapper_warns [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_double_rel_same_mapper_warns test/orm/test_relationships.py::OverlappingFksSiblingTest::test_fixture_five[False] [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enum_empty_from_table test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums[inspect_fixture0] [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums[inspect_fixture0] test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums[inspect_fixture1] [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums[inspect_fixture1] test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums[inspect_fixture2] [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums[inspect_fixture2] test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums[inspect_fixture3] [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums[inspect_fixture3] test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums_case_sensitive [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums_case_sensitive test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums_case_sensitive_from_table [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums_case_sensitive_from_table test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums_schema [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums_schema [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_local_wpoly_innerjoins test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums_star [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_inspect_enums_star test/dialect/mssql/test_reflection.py::ReflectionTest::test_max_ident_in_varchar_not_present [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_max_ident_in_varchar_not_present test/dialect/mysql/test_reflection.py::ReflectionTest::test_non_column_index test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_local_wpoly_innerjoins_roundtrip [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_non_column_index [gw5] [ 58%] PASSED test/orm/test_selectin_relations.py::TestCompositePlusNonComposite::test_load_composite_then_non_composite test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_existingfrom test/dialect/mysql/test_reflection.py::ReflectionTest::test_nullable_reflection [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_nullable_reflection test/dialect/postgresql/test_reflection.py::ReflectionTest::test_pg_weirdchar_reflection [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_pg_weirdchar_reflection test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_check_constraint [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_check_constraint test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_check_warning [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_check_warning test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_default_over_128_chars test/orm/test_selectin_relations.py::TestExistingRowPopulation::test_m2o [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_default_over_128_chars test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_extra_newlines [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_local_wpoly_innerjoins_roundtrip [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_extra_newlines test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflect_fulltext [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflect_fulltext test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_to_base_to_base test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflect_fulltext_comment [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflect_fulltext_comment test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_unique_index [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_unique_index test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_with_not_valid_check_constraint [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflect_with_not_valid_check_constraint test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflected_primary_key_order [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflected_primary_key_order test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflection_on_include_columns [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflection_on_include_columns test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflection_with_exclude_constraint [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflection_with_exclude_constraint test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflection_with_table_options [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflection_with_table_options test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflection_with_unique_constraint [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_reflection_with_unique_constraint [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_to_base_to_base test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflection_with_unique_constraint [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_reflection_with_unique_constraint test/dialect/postgresql/test_reflection.py::ReflectionTest::test_renamed_pk_reflection [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_renamed_pk_reflection test/dialect/postgresql/test_reflection.py::ReflectionTest::test_renamed_sequence_reflection [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_renamed_sequence_reflection test/dialect/mysql/test_reflection.py::ReflectionTest::test_skip_not_describable [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_skip_not_describable test/dialect/mssql/test_reflection.py::ReflectionTest::test_skip_types test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_to_sub_to_base [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_skip_types test/dialect/mysql/test_reflection.py::ReflectionTest::test_system_views [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_system_views test/dialect/mssql/test_reflection.py::ReflectionTest::test_table_name_that_is_greater_than_16_chars [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_table_name_that_is_greater_than_16_chars test/dialect/mssql/test_reflection.py::ReflectionTest::test_temporary_table[global_temp] [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_temporary_table[global_temp] test/dialect/mssql/test_reflection.py::ReflectionTest::test_temporary_table[local_temp] [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_temporary_table[local_temp] test/dialect/mssql/test_reflection.py::ReflectionTest::test_temporary_table[nonexistent] [gw4] [ 58%] SKIPPED test/dialect/mssql/test_reflection.py::ReflectionTest::test_temporary_table[nonexistent] test/dialect/postgresql/test_reflection.py::ReflectionTest::test_uppercase_lowercase_sequence [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_uppercase_lowercase_sequence test/dialect/postgresql/test_reflection.py::ReflectionTest::test_uppercase_lowercase_table [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_fixture_five[False] [gw5] [ 58%] PASSED test/orm/test_selectin_relations.py::TestExistingRowPopulation::test_m2o test/orm/test_selectin_relations.py::TestExistingRowPopulation::test_o2m [gw4] [ 58%] SKIPPED test/dialect/postgresql/test_reflection.py::ReflectionTest::test_uppercase_lowercase_table test/dialect/mysql/test_reflection.py::ReflectionTest::test_view_reflection test/orm/test_relationships.py::OverlappingFksSiblingTest::test_fixture_five[True] [gw4] [ 58%] SKIPPED test/dialect/mysql/test_reflection.py::ReflectionTest::test_view_reflection test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoincrement_col [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoincrement_col [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_fixture_five[True] test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_arg [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_arg test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_foreign_key_ispresent test/orm/test_relationships.py::OverlappingFksSiblingTest::test_fixture_four [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadOverWPolyAliased::test_to_sub_to_base test/orm/inheritance/test_relationship.py::JoinedloadSinglePolysubSingle::test_query [gw6] [ 58%] PASSED test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_existingfrom test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_nofrom [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_foreign_key_ispresent test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_foreign_key_nonpresent [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadSinglePolysubSingle::test_query [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_foreign_key_nonpresent test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_foreign_key_removed [gw5] [ 58%] PASSED test/orm/test_selectin_relations.py::TestExistingRowPopulation::test_o2m [gw6] [ 58%] PASSED test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_nofrom test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_with_polymorphic_alias [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_foreign_key_removed test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_primary_key [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_fixture_four test/orm/inheritance/test_relationship.py::JoinedloadWPolyOfTypeContinued::test_joined_load_lastlink_baseclass [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_replace_primary_key test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_with_imply_autoload [gw6] [ 58%] PASSED test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_with_polymorphic_alias test/orm/test_selectin_relations.py::TupleTest::test_load_m2o test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_with_polymorphic_flat_alias test/orm/test_relationships.py::OverlappingFksSiblingTest::test_simple_backrefs_works [gw6] [ 58%] PASSED test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_with_polymorphic_flat_alias test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_with_polymorphic_no_alias [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_simple_backrefs_works [gw6] [ 58%] PASSED test/orm/test_selectin_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_select_with_polymorphic_no_alias [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_autoload_with_imply_autoload test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_basic_override [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_basic_override test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_basic_reflection test/orm/test_relationships.py::OverlappingFksSiblingTest::test_simple_overlaps_works [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_simple_overlaps_works test/orm/test_relationships.py::OverlappingFksSiblingTest::test_simple_warn test/orm/test_selectin_relations.py::ChunkingTest::test_dont_emit_for_redundant_m2o [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_basic_reflection test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_check_constraint_reflection [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_check_constraint_reflection test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_comment_reflection [gw4] [ 58%] SKIPPED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_comment_reflection test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_composite_fk [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_composite_fk test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_composite_pks [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_simple_warn [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_composite_pks test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_extend_existing test/orm/test_relationships.py::OverlappingFksSiblingTest::test_warn_four [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_extend_existing test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_extend_existing_reflect_all_dont_dupe_index [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_extend_existing_reflect_all_dont_dupe_index [gw2] [ 58%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_warn_four test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_fk_error [gw5] [ 58%] PASSED test/orm/test_selectin_relations.py::TupleTest::test_load_m2o test/orm/test_selectin_relations.py::TupleTest::test_load_o2m test/orm/test_relationships.py::OverlappingFksSiblingTest::test_warn_one [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_fk_error test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_fk_options [gw4] [ 58%] SKIPPED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_fk_options test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_include_columns [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_include_columns test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_include_columns_indexes [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_include_columns_indexes test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_index_reflection [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadWPolyOfTypeContinued::test_joined_load_lastlink_baseclass [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_index_reflection test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_index_reflection_cols_busted test/orm/inheritance/test_relationship.py::JoinedloadWPolyOfTypeContinued::test_joined_load_lastlink_subclass [gw6] [ 58%] PASSED test/orm/test_selectin_relations.py::ChunkingTest::test_dont_emit_for_redundant_m2o test/orm/test_selectin_relations.py::ChunkingTest::test_odd_number_chunks [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_index_reflection_cols_busted test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_nonexistent [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_nonexistent test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_nonreflected_fk_raises [gw5] [ 58%] PASSED test/orm/test_selectin_relations.py::TupleTest::test_load_o2m [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::JoinedloadWPolyOfTypeContinued::test_joined_load_lastlink_subclass [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_nonreflected_fk_raises test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_composite_fk test/orm/inheritance/test_relationship.py::M2MFilterTest::test_any test/orm/inheritance/test_selects.py::InheritingSelectablesTest::test_load [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_composite_fk test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_existing_fk [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_existing_fk test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_keys [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_keys test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_nonexistent_fk [gw5] [ 58%] PASSED test/orm/inheritance/test_selects.py::InheritingSelectablesTest::test_load [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::M2MFilterTest::test_any test/orm/inheritance/test_relationship.py::M2MFilterTest::test_not_contains [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_nonexistent_fk test/orm/inheritance/test_selects.py::JoinFromSelectPersistenceTest::test_map_to_select [gw0] [ 58%] PASSED test/orm/inheritance/test_relationship.py::M2MFilterTest::test_not_contains test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_pkfk test/orm/inheritance/test_relationship.py::M2ODontLoadSiblingTest::test_load_m2o_emit_query [gw4] [ 58%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_pkfk test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_upgrade_pk_flag [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_override_upgrade_pk_flag test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_pks_not_uniques [gw5] [ 59%] PASSED test/orm/inheritance/test_selects.py::JoinFromSelectPersistenceTest::test_map_to_select [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_pks_not_uniques test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_reflect_all test/dialect/mssql/test_sequence.py::SequenceTest::test_bigint_seq [gw5] [ 59%] SKIPPED test/dialect/mssql/test_sequence.py::SequenceTest::test_bigint_seq test/dialect/mssql/test_sequence.py::SequenceTest::test_decimal_seq [gw5] [ 59%] SKIPPED test/dialect/mssql/test_sequence.py::SequenceTest::test_decimal_seq test/dialect/mssql/test_sequence.py::SequenceTest::test_int_seq [gw5] [ 59%] SKIPPED test/dialect/mssql/test_sequence.py::SequenceTest::test_int_seq test/sql/test_sequences.py::FutureSequenceExecTest::test_execute [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_execute test/sql/test_sequences.py::FutureSequenceExecTest::test_execute_next_value [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_execute_next_value test/sql/test_sequences.py::FutureSequenceExecTest::test_execute_optional [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_execute_optional test/sql/test_sequences.py::FutureSequenceExecTest::test_execute_optional_next_value [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_execute_optional_next_value test/sql/test_sequences.py::FutureSequenceExecTest::test_func_embedded_select [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_func_embedded_select test/sql/test_sequences.py::FutureSequenceExecTest::test_func_embedded_valuesbase [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_func_embedded_valuesbase test/sql/test_sequences.py::FutureSequenceExecTest::test_func_embedded_whereclause [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_func_embedded_whereclause test/sql/test_sequences.py::FutureSequenceExecTest::test_inserted_pk_implicit_returning [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_inserted_pk_implicit_returning test/sql/test_sequences.py::FutureSequenceExecTest::test_inserted_pk_no_returning [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_inserted_pk_no_returning test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[explicit_returning-_exclusions2] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[explicit_returning-_exclusions2] test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[implicit_returning-_exclusions0] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[implicit_returning-_exclusions0] test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[no_implicit_returning-_exclusions1] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[no_implicit_returning-_exclusions1] test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[return_defaults_implicit_returning-_exclusions4] [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_reflect_all [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::M2ODontLoadSiblingTest::test_load_m2o_emit_query [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[return_defaults_implicit_returning-_exclusions4] test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[return_defaults_no_implicit_returning-_exclusions3] test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_reflect_all_unreflectable_table test/orm/inheritance/test_relationship.py::M2ODontLoadSiblingTest::test_load_m2o_use_get [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_executemany[return_defaults_no_implicit_returning-_exclusions3] test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[explicit_returning-_exclusions2] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[explicit_returning-_exclusions2] test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[implicit_returning-_exclusions0] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[implicit_returning-_exclusions0] test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[no_implicit_returning-_exclusions1] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[no_implicit_returning-_exclusions1] [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::M2ODontLoadSiblingTest::test_load_m2o_use_get test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[return_defaults_implicit_returning-_exclusions4] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[return_defaults_implicit_returning-_exclusions4] test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[return_defaults_no_implicit_returning-_exclusions3] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceExecTest::test_seq_multivalues_inline[return_defaults_no_implicit_returning-_exclusions3] test/sql/test_sequences.py::FutureSequenceTest::test_checkfirst_metadata [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_checkfirst_metadata test/sql/test_sequences.py::FutureSequenceTest::test_checkfirst_sequence [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_checkfirst_sequence test/sql/test_sequences.py::FutureSequenceTest::test_checkfirst_table [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_checkfirst_table test/sql/test_sequences.py::FutureSequenceTest::test_freestanding_sequence_via_autoinc test/orm/inheritance/test_relationship.py::MultipleAdaptUsesEntityOverTableTest::test_two_joins_adaption [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_reflect_all_unreflectable_table test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_reflect_all_with_views [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_freestanding_sequence_via_autoinc test/sql/test_sequences.py::FutureSequenceTest::test_next_value_type [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_next_value_type test/sql/test_sequences.py::FutureSequenceTest::test_nextval_unsupported [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_nextval_unsupported test/sql/test_sequences.py::FutureSequenceTest::test_shared_sequence [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_reflect_all_with_views test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_reserved [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_reserved test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_resolve_fks_false_extend_existing [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::MultipleAdaptUsesEntityOverTableTest::test_two_joins_adaption [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_resolve_fks_false_extend_existing test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_resolve_fks_false_metadata test/orm/inheritance/test_relationship.py::MultipleAdaptUsesEntityOverTableTest::test_two_joins_sql [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_resolve_fks_false_metadata test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_resolve_fks_false_table [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_resolve_fks_false_table test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_two_foreign_keys [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_two_foreign_keys [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::ChunkingTest::test_odd_number_chunks test/orm/test_selectin_relations.py::ChunkingTest::test_yield_per test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_unknown_types [gw4] [ 59%] SKIPPED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_unknown_types test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_views [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::MultipleAdaptUsesEntityOverTableTest::test_two_joins_sql test/orm/inheritance/test_relationship.py::SameNameOnJoined::test_persist [gw4] [ 59%] PASSED test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_views test/engine/test_reflection.py::ReverseCasingReflectTest_sqlite+pysqlite_3_38_2::test_direct_quoting [gw4] [ 59%] SKIPPED test/engine/test_reflection.py::ReverseCasingReflectTest_sqlite+pysqlite_3_38_2::test_direct_quoting [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_shared_sequence test/sql/test_sequences.py::FutureSequenceTest::test_start_increment[seq0] test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_basic [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_basic test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_include_indexes_resembling_pk[False] [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_include_indexes_resembling_pk[False] [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SameNameOnJoined::test_persist [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_start_increment[seq0] test/sql/test_sequences.py::FutureSequenceTest::test_start_increment[seq1] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_start_increment[seq1] test/sql/test_sequences.py::FutureSequenceTest::test_start_increment[seq2] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_start_increment[seq2] test/sql/test_sequences.py::FutureSequenceTest::test_table_overrides_metadata_create [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::FutureSequenceTest::test_table_overrides_metadata_create test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_default_core_server_only [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_default_core_server_only test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_default_core_w_default [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_default_core_w_default test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_default_textual_server_only [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_default_textual_server_only test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_default_textual_w_default [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_default_textual_w_default test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_drop_ordering test/orm/inheritance/test_relationship.py::SameNamedPropTwoPolymorphicSubClassesTest::test_free_w_poly_joined [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_drop_ordering test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_drop_ordering_single_table [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceAsServerDefaultTest::test_drop_ordering_single_table test/sql/test_sequences.py::SequenceDDLTest_sqlite+pysqlite_3_38_2::test_create_drop_ddl [gw5] [ 59%] PASSED test/sql/test_sequences.py::SequenceDDLTest_sqlite+pysqlite_3_38_2::test_create_drop_ddl test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_include_indexes_resembling_pk[True] [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_include_indexes_resembling_pk[True] test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_no_pk [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_no_pk test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_reflect_fn_index [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::RoundTripIndexTest::test_reflect_fn_index test/engine/test_reflection.py::SchemaManipulationTest_sqlite+pysqlite_3_38_2::test_append_constraint_unique [gw4] [ 59%] PASSED test/engine/test_reflection.py::SchemaManipulationTest_sqlite+pysqlite_3_38_2::test_append_constraint_unique test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_blank_schema_arg [gw4] [ 59%] SKIPPED test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_blank_schema_arg test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_explicit_default_schema test/sql/test_sequences.py::SequenceExecTest::test_execute [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_execute test/sql/test_sequences.py::SequenceExecTest::test_execute_next_value [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_execute_next_value test/sql/test_sequences.py::SequenceExecTest::test_execute_optional [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_execute_optional [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SameNamedPropTwoPolymorphicSubClassesTest::test_free_w_poly_joined test/sql/test_sequences.py::SequenceExecTest::test_execute_optional_next_value [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_execute_optional_next_value test/sql/test_sequences.py::SequenceExecTest::test_func_embedded_select test/orm/inheritance/test_relationship.py::SameNamedPropTwoPolymorphicSubClassesTest::test_free_w_poly_subquery [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_func_embedded_select test/sql/test_sequences.py::SequenceExecTest::test_func_embedded_valuesbase [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_func_embedded_valuesbase test/sql/test_sequences.py::SequenceExecTest::test_func_embedded_whereclause [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_func_embedded_whereclause test/sql/test_sequences.py::SequenceExecTest::test_inserted_pk_implicit_returning [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_inserted_pk_implicit_returning test/sql/test_sequences.py::SequenceExecTest::test_inserted_pk_no_returning [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_inserted_pk_no_returning test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[explicit_returning-_exclusions2] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[explicit_returning-_exclusions2] test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[implicit_returning-_exclusions0] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[implicit_returning-_exclusions0] test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[no_implicit_returning-_exclusions1] [gw4] [ 59%] PASSED test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_explicit_default_schema test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_explicit_default_schema_metadata [gw4] [ 59%] PASSED test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_explicit_default_schema_metadata [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SameNamedPropTwoPolymorphicSubClassesTest::test_free_w_poly_subquery [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[no_implicit_returning-_exclusions1] test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[return_defaults_implicit_returning-_exclusions4] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[return_defaults_implicit_returning-_exclusions4] test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[return_defaults_no_implicit_returning-_exclusions3] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_executemany[return_defaults_no_implicit_returning-_exclusions3] test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[explicit_returning-_exclusions2] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[explicit_returning-_exclusions2] test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_has test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[implicit_returning-_exclusions0] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[implicit_returning-_exclusions0] test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[no_implicit_returning-_exclusions1] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[no_implicit_returning-_exclusions1] test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[return_defaults_implicit_returning-_exclusions4] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[return_defaults_implicit_returning-_exclusions4] test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[return_defaults_no_implicit_returning-_exclusions3] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceExecTest::test_seq_multivalues_inline[return_defaults_no_implicit_returning-_exclusions3] test/sql/test_sequences.py::SequenceTest::test_checkfirst_metadata [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_checkfirst_metadata test/sql/test_sequences.py::SequenceTest::test_checkfirst_sequence [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_checkfirst_sequence test/sql/test_sequences.py::SequenceTest::test_checkfirst_table [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_checkfirst_table test/sql/test_sequences.py::SequenceTest::test_freestanding_sequence_via_autoinc [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_freestanding_sequence_via_autoinc test/sql/test_sequences.py::SequenceTest::test_next_value_type [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_next_value_type test/sql/test_sequences.py::SequenceTest::test_nextval_unsupported [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_nextval_unsupported test/sql/test_sequences.py::SequenceTest::test_shared_sequence [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_shared_sequence test/sql/test_sequences.py::SequenceTest::test_start_increment[seq0] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_start_increment[seq0] test/sql/test_sequences.py::SequenceTest::test_start_increment[seq1] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_start_increment[seq1] test/sql/test_sequences.py::SequenceTest::test_start_increment[seq2] [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_start_increment[seq2] test/sql/test_sequences.py::SequenceTest::test_table_overrides_metadata_create [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::SequenceTest::test_table_overrides_metadata_create test/sql/test_sequences.py::TableBoundSequenceTest::test_insert_via_seq [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::TableBoundSequenceTest::test_insert_via_seq test/sql/test_sequences.py::TableBoundSequenceTest::test_seq_nonpk [gw5] [ 59%] SKIPPED test/sql/test_sequences.py::TableBoundSequenceTest::test_seq_nonpk test/ext/test_serializer.py::ColumnPropertyWParamTest::test_deserailize_colprop [gw5] [ 59%] PASSED test/ext/test_serializer.py::ColumnPropertyWParamTest::test_deserailize_colprop test/ext/test_serializer.py::SerializeTest::test_aliases [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::ChunkingTest::test_yield_per test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_has_schema [gw4] [ 59%] SKIPPED test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_has_schema test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_metadata_reflect_schema test/orm/test_selectin_relations.py::EagerTest::test_basic [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_has test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_join_aliased_one [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_join_aliased_one [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_aliases test/ext/test_serializer.py::SerializeTest::test_annotated_one test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_join_aliased_two [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_basic [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_join_aliased_two test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_join_explicit_alias [gw7] [ 59%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_delete_synchronize_evaluate test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_delete_synchronize_fetch [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_join_explicit_alias test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_relationship_compare test/orm/test_selectin_relations.py::EagerTest::test_cyclical [gw1] [ 59%] PASSED test/engine/test_pool.py::QueuePoolTest::test_no_overflow test/engine/test_pool.py::QueuePoolTest::test_notify_waiters [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_annotated_one [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JSelfTest::test_relationship_compare test/ext/test_serializer.py::SerializeTest::test_any [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_cyclical test/orm/test_selectin_relations.py::EagerTest::test_cyclical_explicit_join_depth test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_filter_aliasing[False] [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_any test/ext/test_serializer.py::SerializeTest::test_attribute [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_attribute test/ext/test_serializer.py::SerializeTest::test_columns [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_columns test/ext/test_serializer.py::SerializeTest::test_expression [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_expression test/ext/test_serializer.py::SerializeTest::test_mapper [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_mapper test/ext/test_serializer.py::SerializeTest::test_orm_join [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_orm_join test/ext/test_serializer.py::SerializeTest::test_query_one [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_query_one test/ext/test_serializer.py::SerializeTest::test_query_three [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_cyclical_explicit_join_depth test/orm/test_selectin_relations.py::EagerTest::test_disable_dynamic [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_disable_dynamic test/orm/test_selectin_relations.py::EagerTest::test_double_same_mappers [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_filter_aliasing[False] [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_query_three test/ext/test_serializer.py::SerializeTest::test_query_two [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_query_two test/ext/test_serializer.py::SerializeTest::test_tables [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_tables test/ext/test_serializer.py::SerializeTest::test_unicode test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_filter_aliasing[True] [gw5] [ 59%] PASSED test/ext/test_serializer.py::SerializeTest::test_unicode [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_filter_aliasing[True] test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_has [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_has test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_join [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_join test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_relationship_compare[False] [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_relationship_compare[False] test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_relationship_compare[True] [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_double_same_mappers test/orm/test_selectin_relations.py::EagerTest::test_double_w_ac [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialJ2JTest::test_relationship_compare[True] test/orm/inheritance/test_relationship.py::SelfReferentialM2MTest::test_eager_join [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_double_w_ac test/orm/test_selectin_relations.py::EagerTest::test_double_w_ac_against_subquery [gw4] [ 59%] PASSED test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_metadata_reflect_schema [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialM2MTest::test_eager_join test/orm/inheritance/test_relationship.py::SelfReferentialM2MTest::test_query_crit [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_double_w_ac_against_subquery test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expr_unflushed_obj_became_detached_expired_by_key [gw5] [ 59%] PASSED test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expr_unflushed_obj_became_detached_expired_by_key test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_expired_obj_became_detached_expired [gw5] [ 59%] PASSED test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_expired_obj_became_detached_expired test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_favors_immediate [gw5] [ 59%] PASSED test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_favors_immediate test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_obj_was_gced test/orm/test_selectin_relations.py::EagerTest::test_double_with_aggregate [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialM2MTest::test_query_crit test/orm/inheritance/test_relationship.py::SelfReferentialM2MTest::test_query_crit_core_workaround [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_double_with_aggregate test/orm/test_selectin_relations.py::EagerTest::test_from_aliased_w_cache_one [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialM2MTest::test_query_crit_core_workaround test/orm/inheritance/test_relationship.py::SelfReferentialM2MTest::test_subquery_load [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_from_aliased_w_cache_one test/orm/test_selectin_relations.py::EagerTest::test_from_aliased_w_cache_three [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialM2MTest::test_subquery_load test/orm/inheritance/test_relationship.py::SelfReferentialTestJoinedToBase::test_has [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_from_aliased_w_cache_three test/orm/test_selectin_relations.py::EagerTest::test_from_aliased_w_cache_two test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_reflect_all_schemas_default_overlap [gw4] [ 59%] SKIPPED test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_reflect_all_schemas_default_overlap test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_schema_translation [gw2] [ 59%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_warn_one [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialTestJoinedToBase::test_has test/orm/inheritance/test_relationship.py::SelfReferentialTestJoinedToBase::test_join [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialTestJoinedToBase::test_join test/orm/inheritance/test_relationship.py::SelfReferentialTestJoinedToBase::test_oftype_aliases_in_exists [gw0] [ 59%] PASSED test/orm/inheritance/test_relationship.py::SelfReferentialTestJoinedToBase::test_oftype_aliases_in_exists test/orm/test_relationships.py::OverlappingFksSiblingTest::test_warn_three [gw4] [ 59%] PASSED test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_schema_translation test/orm/inheritance/test_relationship.py::SubClassEagerToSubClassTest::test_contains_eager [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_from_aliased_w_cache_two test/orm/test_selectin_relations.py::EagerTest::test_from_get [gw2] [ 59%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_warn_three test/orm/test_relationships.py::OverlappingFksSiblingTest::test_warn_two [gw6] [ 59%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_from_get test/orm/test_selectin_relations.py::EagerTest::test_from_params test/dialect/oracle/test_reflection.py::SystemTableTablenamesTest::test_table_names_no_system [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::SystemTableTablenamesTest::test_table_names_no_system test/dialect/oracle/test_reflection.py::SystemTableTablenamesTest::test_table_names_w_system [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::SystemTableTablenamesTest::test_table_names_w_system test/dialect/oracle/test_reflection.py::SystemTableTablenamesTest::test_temp_table_names_no_system [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::SystemTableTablenamesTest::test_temp_table_names_no_system test/dialect/oracle/test_reflection.py::TableReflectionTest::test_reflect_basic_compression [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::TableReflectionTest::test_reflect_basic_compression test/dialect/oracle/test_reflection.py::TableReflectionTest::test_reflect_oltp_compression [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::TableReflectionTest::test_reflect_oltp_compression test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_binary_types [gw4] [ 59%] SKIPPED test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_binary_types test/dialect/oracle/test_reflection.py::TypeReflectionTest::test_float_types [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::TypeReflectionTest::test_float_types test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_integer_types [gw2] [ 59%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_warn_two [gw4] [ 59%] SKIPPED test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_integer_types test/dialect/oracle/test_reflection.py::TypeReflectionTest::test_integer_types test/orm/test_relationships.py::OverlappingFksSiblingTest::test_works_one [gw4] [ 59%] SKIPPED test/dialect/oracle/test_reflection.py::TypeReflectionTest::test_integer_types test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_legacy_enum_types [gw4] [ 60%] SKIPPED test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_legacy_enum_types test/dialect/oracle/test_reflection.py::TypeReflectionTest::test_number_types [gw4] [ 60%] SKIPPED test/dialect/oracle/test_reflection.py::TypeReflectionTest::test_number_types test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_string_types [gw4] [ 60%] SKIPPED test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_string_types test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_time_types [gw4] [ 60%] SKIPPED test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_time_types test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_year_types [gw4] [ 60%] SKIPPED test/dialect/mysql/test_reflection.py::TypeReflectionTest::test_year_types test/engine/test_reflection.py::UnicodeReflectionTest_sqlite+pysqlite_3_38_2::test_basic [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_from_params [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassEagerToSubClassTest::test_contains_eager test/orm/inheritance/test_relationship.py::SubClassEagerToSubClassTest::test_joinedload [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassEagerToSubClassTest::test_joinedload test/orm/inheritance/test_relationship.py::SubClassEagerToSubClassTest::test_subqueryload [gw4] [ 60%] PASSED test/engine/test_reflection.py::UnicodeReflectionTest_sqlite+pysqlite_3_38_2::test_basic test/engine/test_reflection.py::UnicodeReflectionTest_sqlite+pysqlite_3_38_2::test_get_names [gw4] [ 60%] PASSED test/engine/test_reflection.py::UnicodeReflectionTest_sqlite+pysqlite_3_38_2::test_get_names test/engine/test_reflection.py::UnicodeReflectionTest_sqlite+pysqlite_3_38_2::test_has_table [gw4] [ 60%] PASSED test/engine/test_reflection.py::UnicodeReflectionTest_sqlite+pysqlite_3_38_2::test_has_table test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_m2o_composite_selfref test/orm/test_selectin_relations.py::EagerTest::test_from_statement[False] [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_m2o_composite_selfref test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_composite_selfref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_composite_selfref test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_left_aliased [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassEagerToSubClassTest::test_subqueryload test/orm/inheritance/test_relationship.py::SubClassToSubClassFromParentTest::test_2617 [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_left_aliased test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_plain [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_plain [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_from_statement[False] test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_right_aliased [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_right_aliased test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_selfref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::AdaptedJoinTest::test_join_targets_o2m_selfref test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_columns_m2m_backref test/orm/test_selectin_relations.py::EagerTest::test_from_statement[True] [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_from_statement[True] [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_columns_m2m_backref test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_base_to_joined_sub [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_base_to_joined_sub test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_cols_three_tab_viewonly [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_cols_three_tab_viewonly test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_compound_1 [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_compound_1 test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_compound_2 [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassFromParentTest::test_2617 test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_five [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_compound_2 test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_compound_3 [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_compound_3 test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_m2o_sub_to_joined_sub test/orm/test_selectin_relations.py::EagerTest::test_limit [gw2] [ 60%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_works_one test/orm/test_relationships.py::OverlappingFksSiblingTest::test_works_two [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_limit [gw2] [ 60%] PASSED test/orm/test_relationships.py::OverlappingFksSiblingTest::test_works_two [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_m2o_sub_to_joined_sub test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_o2m_joined_sub_to_base test/orm/test_selectin_relations.py::EagerTest::test_m2o_none_value_present [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_o2m_joined_sub_to_base test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_overlapping_composite_fks test/orm/test_relationships.py::RaiseLoadTest::test_m2o_non_use_get_raise_on_sql_option [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_overlapping_composite_fks test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_inh_selfref_w_entities [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_five [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_inh_selfref_w_entities test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_m2m test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_four [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_m2m test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_m2m_backref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_m2m_backref test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_backref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_backref test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_composite_selfref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_composite_selfref test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_composite_selfref_func_annotated [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_composite_selfref_func_annotated test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_composite_selfref_func_rs [gw2] [ 60%] PASSED test/orm/test_relationships.py::RaiseLoadTest::test_m2o_non_use_get_raise_on_sql_option [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_composite_selfref_func_rs test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_composite_selfref_func_warning test/orm/test_relationships.py::RaiseLoadTest::test_m2o_raise_on_sql_option [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_composite_selfref_func_warning [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_four test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_overlap_func_warning [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2m_overlap_func_warning test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_one test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2o_joined_sub_to_base [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_o2o_joined_sub_to_base test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_purely_single_col_o2m [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_local_remote_pairs_purely_single_col_o2m test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_compound_1 [gw2] [ 60%] PASSED test/orm/test_relationships.py::RaiseLoadTest::test_m2o_raise_on_sql_option [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_compound_1 test/orm/test_relationships.py::RaiseLoadTest::test_m2o_raiseload_option test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_compound_2 [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_compound_2 test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_m2m_backref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_m2m_backref [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_m2o_none_value_present test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_m2o [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_m2o [gw2] [ 60%] PASSED test/orm/test_relationships.py::RaiseLoadTest::test_m2o_raiseload_option test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_m2o_composite_selfref test/orm/test_relationships.py::RaiseLoadTest::test_o2m_raiseload_lazyload_option test/orm/test_selectin_relations.py::EagerTest::test_m2o_uselist_none_value_present [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_m2o_uselist_none_value_present [gw2] [ 60%] PASSED test/orm/test_relationships.py::RaiseLoadTest::test_o2m_raiseload_lazyload_option test/orm/test_relationships.py::RaiseLoadTest::test_o2m_raiseload_mapper [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_one test/orm/test_selectin_relations.py::EagerTest::test_many_to_many_plain [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_m2o_composite_selfref test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_m2o_selfref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_m2o_selfref test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_o2m [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_o2m test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_o2m_joined_sub_to_sub test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_seven [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_o2m_joined_sub_to_sub test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_o2m_selfref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_remote_columns_o2m_selfref test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_synchronize_pairs_m2m [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_synchronize_pairs_m2m test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_synchronize_pairs_o2m_to_annotated_func [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_synchronize_pairs_o2m_to_annotated_func test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_synchronize_pairs_o2m_to_oldstyle_func [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determine_synchronize_pairs_o2m_to_oldstyle_func test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determinelocal_remote_m2o_joined_sub_to_sub_on_base [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_determinelocal_remote_m2o_joined_sub_to_sub_on_base test/orm/test_rel_fn.py::ColumnCollectionsTest::test_err_local_remote_compound_1 [gw2] [ 60%] PASSED test/orm/test_relationships.py::RaiseLoadTest::test_o2m_raiseload_mapper [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_many_to_many_plain [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::ColumnCollectionsTest::test_err_local_remote_compound_1 test/orm/test_selectin_relations.py::EagerTest::test_many_to_many_with_join test/orm/test_rel_fn.py::DeannotateCorrectlyTest::test_pj_deannotates [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::DeannotateCorrectlyTest::test_pj_deannotates test/orm/test_relationships.py::RaiseLoadTest::test_o2m_raiseload_option [gw2] [ 60%] PASSED test/orm/test_relationships.py::RaiseLoadTest::test_o2m_raiseload_option test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_ambiguous_fks_m2m [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_ambiguous_fks_m2m test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_ambiguous_fks_o2m [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_ambiguous_fks_o2m test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_m2o [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_m2o test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_m2o_composite_selfref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_m2o_composite_selfref test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_m2o_selfref [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_m2o_selfref test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_no_fks_m2m [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_no_fks_m2m [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_many_to_many_with_join test/orm/test_selectin_relations.py::EagerTest::test_many_to_many_with_join_alias [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_many_to_many_with_join_alias test/orm/test_selectin_relations.py::EagerTest::test_many_to_one [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_many_to_one test/orm/test_selectin_relations.py::EagerTest::test_map_to_cte_subq[cte] [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_map_to_cte_subq[cte] test/orm/test_selectin_relations.py::EagerTest::test_map_to_cte_subq[plain] [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_map_to_cte_subq[plain] test/orm/test_selectin_relations.py::EagerTest::test_map_to_cte_subq[subquery] [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_map_to_cte_subq[subquery] test/orm/test_selectin_relations.py::EagerTest::test_mapper_pathing [gw5] [ 60%] PASSED test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_obj_was_gced test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_obj_was_never_flushed [gw5] [ 60%] PASSED test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_obj_was_never_flushed test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_transient_but_manually_set [gw5] [ 60%] PASSED test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_transient_but_manually_set test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_unflushed [gw5] [ 60%] PASSED test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_unflushed test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_unflushed_obj_became_detached_expired [gw5] [ 60%] PASSED test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_unflushed_obj_became_detached_expired test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_unflushed_obj_became_detached_unexpired test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_no_fks_o2m [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_no_fks_o2m test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_o2m [gw4] [ 60%] PASSED test/orm/test_rel_fn.py::DetermineJoinTest::test_determine_join_o2m test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_prop [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_prop test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_prop_alias [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_prop_alias test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_relationship_to_subclass [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_relationship_to_subclass test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_joined_inh_subclass_join_single_inh_subclass[False] [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_joined_inh_subclass_join_single_inh_subclass[False] test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_joined_inh_subclass_join_single_inh_subclass[True] [gw5] [ 60%] PASSED test/orm/test_session.py::DeferredRelationshipExpressionTest::test_deferred_expression_unflushed_obj_became_detached_unexpired [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_joined_inh_subclass_join_single_inh_subclass[True] test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_query_wpoly_single_inh_subclass test/orm/test_relationships.py::RaiseLoadTest::test_raiseload_wildcard_all_classes_option [gw2] [ 60%] PASSED test/orm/test_relationships.py::RaiseLoadTest::test_raiseload_wildcard_all_classes_option test/orm/test_relationships.py::RaiseLoadTest::test_raiseload_wildcard_specific_class_option [gw2] [ 60%] PASSED test/orm/test_relationships.py::RaiseLoadTest::test_raiseload_wildcard_specific_class_option test/orm/test_relationships.py::RelationDeprecationTest::test_relationship [gw2] [ 60%] PASSED test/orm/test_relationships.py::RelationDeprecationTest::test_relationship test/orm/test_relationships.py::RelationshipToSelectableTest::test_basic [gw2] [ 60%] PASSED test/orm/test_relationships.py::RelationshipToSelectableTest::test_basic test/orm/test_relationships.py::RemoteForeignBetweenColsTest::test_col_query [gw2] [ 60%] PASSED test/orm/test_relationships.py::RemoteForeignBetweenColsTest::test_col_query test/orm/test_relationships.py::RemoteForeignBetweenColsTest::test_lazyload [gw2] [ 60%] PASSED test/orm/test_relationships.py::RemoteForeignBetweenColsTest::test_lazyload test/orm/test_session.py::DisposedStates::test_clear [gw5] [ 60%] PASSED test/orm/test_session.py::DisposedStates::test_clear test/orm/test_session.py::DisposedStates::test_close [gw5] [ 60%] PASSED test/orm/test_session.py::DisposedStates::test_close test/orm/test_session.py::DisposedStates::test_expire_all [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_query_wpoly_single_inh_subclass test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_single_inh_subclass_join_joined_inh_subclass[False] [gw5] [ 60%] PASSED test/orm/test_session.py::DisposedStates::test_expire_all test/orm/test_session.py::DisposedStates::test_expunge_all [gw5] [ 60%] PASSED test/orm/test_session.py::DisposedStates::test_expunge_all [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_single_inh_subclass_join_joined_inh_subclass[False] test/orm/test_session.py::DisposedStates::test_flush test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_single_inh_subclass_join_joined_inh_subclass[True] [gw7] [ 60%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_delete_synchronize_fetch [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_seven test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_seven_legacy [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_seven_legacy test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_six [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_six test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_six_legacy [gw5] [ 60%] PASSED test/orm/test_session.py::DisposedStates::test_flush test/orm/test_session.py::DisposedStates::test_invalidate [gw5] [ 60%] PASSED test/orm/test_session.py::DisposedStates::test_invalidate test/orm/test_session.py::DisposedStates::test_rollback [gw5] [ 60%] PASSED test/orm/test_session.py::DisposedStates::test_rollback [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_single_inh_subclass_join_joined_inh_subclass[True] test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_single_inh_subclass_join_wpoly_joined_inh_subclass [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_single_inh_subclass_join_wpoly_joined_inh_subclass test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_wpoly_single_inh_subclass test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_update_future_synchronize_evaluate test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_parameter_execute [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleFromPolySelectableTest::test_wpoly_single_inh_subclass test/orm/inheritance/test_single.py::SingleInheritanceTest::test_bundle_qualification [gw5] [ 60%] PASSED test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_parameter_execute test/orm/test_relationships.py::SecondaryArgTest::test_informative_message_on_cls_as_secondary[False] [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryArgTest::test_informative_message_on_cls_as_secondary[False] test/orm/test_relationships.py::SecondaryArgTest::test_informative_message_on_cls_as_secondary[True] [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryArgTest::test_informative_message_on_cls_as_secondary[True] test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_sequence_execute[False] [gw5] [ 60%] SKIPPED test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_sequence_execute[False] [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_six_legacy test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_three test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_sequence_execute[True] test/orm/test_relationships.py::SecondaryIncludesLocalColsTest::test_eager_join [gw5] [ 60%] SKIPPED test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_sequence_execute[True] test/orm/test_session.py::FlushWarningsTest::test_m2o_cascade_add [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_bundle_qualification test/orm/inheritance/test_single.py::SingleInheritanceTest::test_column_qualification [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryIncludesLocalColsTest::test_eager_join test/orm/test_relationships.py::SecondaryIncludesLocalColsTest::test_eager_selectin [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryIncludesLocalColsTest::test_eager_selectin test/orm/test_relationships.py::SecondaryIncludesLocalColsTest::test_exists [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_column_qualification test/orm/inheritance/test_single.py::SingleInheritanceTest::test_count [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryIncludesLocalColsTest::test_exists test/orm/test_relationships.py::SecondaryIncludesLocalColsTest::test_query_join [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_three test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_two [gw5] [ 60%] PASSED test/orm/test_session.py::FlushWarningsTest::test_m2o_cascade_add test/orm/test_session.py::FlushWarningsTest::test_m2o_cascade_remove [gw5] [ 60%] PASSED test/orm/test_session.py::FlushWarningsTest::test_m2o_cascade_remove [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_count test/orm/inheritance/test_single.py::SingleInheritanceTest::test_discrim_bound_param_cloned_ok test/orm/test_session.py::FlushWarningsTest::test_o2m_cascade_add [gw0] [ 60%] PASSED test/orm/inheritance/test_relationship.py::SubClassToSubClassMultiTest::test_two [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryIncludesLocalColsTest::test_query_join test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_caching_and_binds_lambda test/orm/test_relationships.py::SecondaryNestedJoinTest::test_join [gw5] [ 60%] PASSED test/orm/test_session.py::FlushWarningsTest::test_o2m_cascade_add test/orm/test_session.py::FlushWarningsTest::test_o2m_cascade_remove [gw5] [ 60%] PASSED test/orm/test_session.py::FlushWarningsTest::test_o2m_cascade_remove [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_discrim_bound_param_cloned_ok test/orm/inheritance/test_single.py::SingleInheritanceTest::test_exists_standalone [gw0] [ 60%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_caching_and_binds_lambda test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_caching_and_binds_lambda_more_mixins test/orm/test_session.py::FlushWarningsTest::test_plain_add [gw5] [ 60%] PASSED test/orm/test_session.py::FlushWarningsTest::test_plain_add test/orm/test_session.py::FlushWarningsTest::test_plain_delete [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryNestedJoinTest::test_join test/orm/test_relationships.py::SecondaryNestedJoinTest::test_joinedload [gw0] [ 60%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_caching_and_binds_lambda_more_mixins test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_criteria_post_replace [gw5] [ 60%] PASSED test/orm/test_session.py::FlushWarningsTest::test_plain_delete [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryNestedJoinTest::test_joinedload test/orm/test_relationships.py::SecondaryNestedJoinTest::test_lazyload [gw0] [ 60%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_criteria_post_replace [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryNestedJoinTest::test_lazyload test/orm/test_relationships.py::SecondaryNestedJoinTest::test_render_join test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_criteria_post_replace_legacy [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryNestedJoinTest::test_render_join test/orm/test_relationships.py::SecondaryNestedJoinTest::test_render_joinedload test/orm/test_session.py::FlushWarningsTest::test_plain_merge [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryNestedJoinTest::test_render_joinedload test/orm/test_relationships.py::SecondaryNestedJoinTest::test_render_lazyload [gw2] [ 60%] PASSED test/orm/test_relationships.py::SecondaryNestedJoinTest::test_render_lazyload [gw0] [ 60%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_criteria_post_replace_legacy test/orm/test_relationships.py::SynonymsAsFKsTest::test_synonym_fk test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_declared_attr_no_warning [gw3] [ 60%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_join_via_query_relationship test/aaa_profiling/test_memusage.py::CycleTest::test_join_via_query_to_entity [gw5] [ 60%] PASSED test/orm/test_session.py::FlushWarningsTest::test_plain_merge test/orm/test_session.py::IsModifiedTest::test_is_modified [gw0] [ 60%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_declared_attr_no_warning test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_joinedload_global_criteria [gw7] [ 60%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_update_future_synchronize_evaluate [gw2] [ 60%] PASSED test/orm/test_relationships.py::SynonymsAsFKsTest::test_synonym_fk test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_update_future_synchronize_fetch test/orm/test_relationships.py::TypeMatchTest::test_m2o_nopoly_onflush [gw0] [ 60%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_joinedload_global_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[immediate] [gw5] [ 60%] PASSED test/orm/test_session.py::IsModifiedTest::test_is_modified test/orm/test_session.py::IsModifiedTest::test_is_modified_passive_off [gw2] [ 60%] PASSED test/orm/test_relationships.py::TypeMatchTest::test_m2o_nopoly_onflush [gw5] [ 60%] PASSED test/orm/test_session.py::IsModifiedTest::test_is_modified_passive_off [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_mapper_pathing test/orm/test_selectin_relations.py::EagerTest::test_o2m_empty_list_present [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_o2m_empty_list_present test/orm/test_selectin_relations.py::EagerTest::test_one_to_many_scalar test/orm/test_relationships.py::TypeMatchTest::test_m2o_oncascade [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_one_to_many_scalar test/orm/test_selectin_relations.py::EagerTest::test_one_to_many_scalar_none [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_exists_standalone [gw6] [ 60%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_one_to_many_scalar_none test/orm/test_selectin_relations.py::EagerTest::test_options_pathing test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_self_count [gw2] [ 60%] PASSED test/orm/test_relationships.py::TypeMatchTest::test_m2o_oncascade test/orm/test_relationships.py::TypeMatchTest::test_o2m_nopoly_onflush [gw4] [ 60%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_self_count test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_self_legacy [gw0] [ 60%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[immediate] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[joined] test/orm/test_session.py::IsModifiedTest::test_is_modified_syn [gw5] [ 60%] PASSED test/orm/test_session.py::IsModifiedTest::test_is_modified_syn test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[core-delete] [gw2] [ 61%] PASSED test/orm/test_relationships.py::TypeMatchTest::test_o2m_nopoly_onflush test/orm/test_relationships.py::TypeMatchTest::test_o2m_oncascade [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[joined] [gw2] [ 61%] PASSED test/orm/test_relationships.py::TypeMatchTest::test_o2m_oncascade [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_self_legacy test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[select] test/orm/test_relationships.py::TypeMatchTest::test_o2m_onflush test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_statement_select [gw2] [ 61%] PASSED test/orm/test_relationships.py::TypeMatchTest::test_o2m_onflush [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[select] test/orm/test_relationships.py::TypedAssociationTable::test_m2m [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_statement_select test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[selectin] test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_statement_update [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[core-delete] test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[core-insert] [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[core-insert] [gw2] [ 61%] PASSED test/orm/test_relationships.py::TypedAssociationTable::test_m2m [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[selectin] test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[core-update] [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[core-update] test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[orm-delete] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[subquery] test/orm/test_relationships.py::UniqueColReferenceSwitchTest::test_switch_parent [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[orm-delete] test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[orm-insert] [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_statement_update [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[orm-insert] test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[orm-update] test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_subq [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_dml_execute[orm-update] test/orm/test_session.py::NewStyleExecutionTest::test_prebuffered_result_session_is_closed[close] [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_prebuffered_result_session_is_closed[close] test/orm/test_session.py::NewStyleExecutionTest::test_prebuffered_result_session_is_closed[expunge_all] [gw2] [ 61%] PASSED test/orm/test_relationships.py::UniqueColReferenceSwitchTest::test_switch_parent [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_prebuffered_result_session_is_closed[expunge_all] test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_before_session_is_closed[close-False] [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_before_session_is_closed[close-False] test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_before_session_is_closed[close-True] [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_before_session_is_closed[close-True] test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_before_session_is_closed[expunge_all-False] test/orm/test_relationships.py::ViewOnlyComplexJoin::test_basic [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_before_session_is_closed[expunge_all-False] test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_before_session_is_closed[expunge_all-True] [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_from_subq [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_before_session_is_closed[expunge_all-True] test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_session_is_closed[close-_exclusions0] test/orm/inheritance/test_single.py::SingleInheritanceTest::test_having [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_session_is_closed[close-_exclusions0] test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_session_is_closed[expunge_all-_exclusions1] [gw5] [ 61%] PASSED test/orm/test_session.py::NewStyleExecutionTest::test_unbuffered_result_session_is_closed[expunge_all-_exclusions1] test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_clean_persistent_to_detached_via_close [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_clean_persistent_to_detached_via_close test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_detached_to_clean_persistent [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_detached_to_clean_persistent test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_detached_to_dirty_deleted [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_loader_strategy_on_refresh[subquery] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_never_for_refresh [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_detached_to_dirty_deleted test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_detached_to_dirty_persistent [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_detached_to_dirty_persistent test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_dirty_persistent_to_detached_via_close [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_dirty_persistent_to_detached_via_close test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_dirty_persistent_to_detached_via_expunge [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_never_for_refresh [gw7] [ 61%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_update_future_synchronize_fetch test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_update_synchronize_evaluate [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_dirty_persistent_to_detached_via_expunge test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_move_gc_session_persistent_dirty [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_having test/orm/inheritance/test_single.py::SingleInheritanceTest::test_multi_qualification test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_never_for_undefer [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_never_for_undefer test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_never_for_unexpire [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyComplexJoin::test_basic test/orm/test_relationships.py::ViewOnlyComplexJoin::test_remote_side_escalation [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyComplexJoin::test_remote_side_escalation test/orm/test_relationships.py::ViewOnlyHistoryTest::test_m2o_viewonly_oneside [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyHistoryTest::test_m2o_viewonly_oneside test/orm/test_relationships.py::ViewOnlyHistoryTest::test_m2o_viewonly_only [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyHistoryTest::test_m2o_viewonly_only test/orm/test_relationships.py::ViewOnlyHistoryTest::test_o2m_viewonly_oneside [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyHistoryTest::test_o2m_viewonly_oneside [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_multi_qualification [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_never_for_unexpire test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_query_count_after_the_fact_global_criteria test/orm/test_relationships.py::ViewOnlyHistoryTest::test_o2m_viewonly_only [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_query_count_after_the_fact_global_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_query_count_global_criteria [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyHistoryTest::test_o2m_viewonly_only test/orm/test_relationships.py::ViewOnlyLocalRemoteM2M::test_local_remote [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_query_count_global_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_query_outerjoin_global_criteria test/orm/inheritance/test_single.py::SingleInheritanceTest::test_select_from_aliased_w_subclass [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyLocalRemoteM2M::test_local_remote test/orm/test_relationships.py::ViewOnlyM2MBackrefTest::test_viewonly [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_select_from_aliased_w_subclass [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_query_outerjoin_global_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_aliased_aliased_criteria test/orm/inheritance/test_single.py::SingleInheritanceTest::test_select_from_count [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_aliased_aliased_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_aliased_columns_aliased_criteria [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyM2MBackrefTest::test_viewonly test/orm/test_relationships.py::ViewOnlyNonEquijoin::test_viewonly_join [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_aliased_columns_aliased_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_aliased_columns_inclaliased_criteria [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_select_from_count [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyNonEquijoin::test_viewonly_join test/orm/inheritance/test_single.py::SingleInheritanceTest::test_select_from_subquery test/orm/test_relationships.py::ViewOnlyOverlappingNames::test_three_table_view [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_aliased_columns_inclaliased_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_aliased_inclaliased_criteria [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_select_from_subquery test/orm/inheritance/test_single.py::SingleInheritanceTest::test_select_from_subquery_with_composed_union [gw7] [ 61%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_update_synchronize_evaluate test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_update_synchronize_fetch [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_aliased_inclaliased_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_count_subquery_global_criteria [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_count_subquery_global_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-count(users.id) AS count_1] [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_select_from_subquery_with_composed_union [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyOverlappingNames::test_three_table_view test/orm/inheritance/test_single.py::SingleInheritanceTest::test_single_inheritance test/orm/test_relationships.py::ViewOnlyRepeatedLocalColumn::test_relationship_on_or [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-count(users.id) AS count_1] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-count(users.id) AS foo] [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-count(users.id) AS foo] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-users.id AS foo] [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_single_inheritance test/orm/inheritance/test_single.py::SingleInheritanceTest::test_type_filtering [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-users.id AS foo] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-users.id] [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyRepeatedLocalColumn::test_relationship_on_or test/orm/test_relationships.py::ViewOnlyRepeatedRemoteColumn::test_relationship_on_or [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-users.id] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-users.name || :name_1 AS anon_1] [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-users.name || :name_1 AS anon_1] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-users.name || :name_1 AS foo] [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_type_filtering [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlyRepeatedRemoteColumn::test_relationship_on_or test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-False-False] [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_expr_with_criteria[-users.name || :name_1 AS foo] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_from_aliased_inclaliased_criteria test/orm/inheritance/test_single.py::SingleInheritanceTest::test_type_joins [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_options_pathing test/orm/test_selectin_relations.py::EagerTest::test_orderby [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-False-False] [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_from_aliased_inclaliased_criteria test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-False-None] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_from_mapper_mapper_criteria [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_move_gc_session_persistent_dirty [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_from_mapper_mapper_criteria test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_move_persistent_clean test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_implicit_join_mapper_mapper_criteria [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-False-None] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-False-True] [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_orderby test/orm/test_selectin_relations.py::EagerTest::test_orderby_desc [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_orderby_desc test/orm/test_selectin_relations.py::EagerTest::test_orderby_multi [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_implicit_join_mapper_mapper_criteria [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_type_joins test/orm/inheritance/test_single.py::SingleInheritanceTest::test_union_modifiers [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_move_persistent_clean test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_move_persistent_dirty [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_move_persistent_dirty test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_persistent_dirty_to_expired test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_join_aliased_inclaliased_criteria [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-False-True] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-True-False] [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_persistent_dirty_to_expired test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_transient [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_transient test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_transient_to_pending [gw5] [ 61%] PASSED test/orm/test_session.py::NoCyclesOnTransientDetachedTest::test_transient_to_pending [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-True-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-True-None] [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_orderby_multi test/orm/test_selectin_relations.py::EagerTest::test_orderby_related [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_join_aliased_inclaliased_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_join_mapper_mapper_criteria test/orm/test_session.py::SessionInterface::test_mapped_class_for_instance [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-True-None] [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_join_mapper_mapper_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_joinedload_mapper_mapper_criteria test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-True-True] [gw5] [ 61%] PASSED test/orm/test_session.py::SessionInterface::test_mapped_class_for_instance test/orm/test_session.py::SessionInterface::test_missing_state [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_orderby_related test/orm/test_selectin_relations.py::EagerTest::test_uselist_false_warning [gw5] [ 61%] PASSED test/orm/test_session.py::SessionInterface::test_missing_state test/orm/test_session.py::SessionInterface::test_refresh_arg_signature [gw5] [ 61%] PASSED test/orm/test_session.py::SessionInterface::test_refresh_arg_signature [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::EagerTest::test_uselist_false_warning test/orm/test_session.py::SessionInterface::test_unmapped_class_for_instance [gw5] [ 61%] PASSED test/orm/test_session.py::SessionInterface::test_unmapped_class_for_instance test/orm/test_session.py::SessionInterface::test_unmapped_instance [gw5] [ 61%] PASSED test/orm/test_session.py::SessionInterface::test_unmapped_instance test/orm/test_selectin_relations.py::HeterogeneousSubtypesTest::test_both [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleInheritanceTest::test_union_modifiers test/orm/inheritance/test_single.py::SingleOnJoinedTest::test_single_on_joined [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-False-True-True] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-False-False] [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-False-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-False-None] [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_joinedload_mapper_mapper_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_joinm2m_aliased_inclaliased_criteria test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_no_call_twice [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_no_call_twice test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_nothing [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_nothing test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_nothing_connectionless [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_nothing_connectionless test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_nothing_target [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_nothing_target test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_clauseelem_keys [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_clauseelem_keys test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_column_keys [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_column_keys test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_five [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-False-None] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-False-True] [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_joinm2m_aliased_inclaliased_criteria [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_five test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_four test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_joinm2m_mapper_mapper_criteria [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::HeterogeneousSubtypesTest::test_both [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_four test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_four_no_pk test/orm/test_selectin_relations.py::HeterogeneousSubtypesTest::test_many_to_one [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_four_no_pk test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_six [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_six test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_three [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::HeterogeneousSubtypesTest::test_many_to_one test/orm/test_selectin_relations.py::HeterogeneousSubtypesTest::test_one_to_many [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_three test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_two [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_exotic_targets_two test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_five [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_five test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_four [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_four [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_joinm2m_mapper_mapper_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_lazyload_mapper_mapper_criteria test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_multivalues [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_multivalues test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_no_row_actually_affected [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_no_row_actually_affected test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_one[issue_5939] [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::HeterogeneousSubtypesTest::test_one_to_many test/orm/test_selectin_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_collection [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_lazyload_mapper_mapper_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_mapper_columns_mapper_criteria [gw3] [ 61%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_join_via_query_to_entity test/aaa_profiling/test_memusage.py::CycleTest::test_joinedload_option_bound [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_one[issue_5939] test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_one[with_dict] [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_one[with_dict] test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_special_types_in_set [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_special_types_in_set test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_three [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_three test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_two [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_on_conflict_do_update_two test/dialect/test_sqlite.py::ReflectHeadlessFKsTest_sqlite+pysqlite_3_38_2::test_reflect_tables_fk_no_colref [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::ReflectHeadlessFKsTest_sqlite+pysqlite_3_38_2::test_reflect_tables_fk_no_colref test/dialect/test_sqlite.py::RegexpTest::test_not_regexp_match [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_mapper_columns_mapper_criteria [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::RegexpTest::test_not_regexp_match test/dialect/test_sqlite.py::RegexpTest::test_not_regexp_match_column [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::RegexpTest::test_not_regexp_match_column test/dialect/test_sqlite.py::RegexpTest::test_not_regexp_match_flags [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::RegexpTest::test_not_regexp_match_flags test/dialect/test_sqlite.py::RegexpTest::test_not_regexp_match_str [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::RegexpTest::test_not_regexp_match_str test/dialect/test_sqlite.py::RegexpTest::test_regexp_match [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::RegexpTest::test_regexp_match test/dialect/test_sqlite.py::RegexpTest::test_regexp_match_column [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::RegexpTest::test_regexp_match_column test/dialect/test_sqlite.py::RegexpTest::test_regexp_match_flags [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::RegexpTest::test_regexp_match_flags test/dialect/test_sqlite.py::RegexpTest::test_regexp_match_str [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::RegexpTest::test_regexp_match_str test/dialect/test_sqlite.py::RegexpTest::test_regexp_replace [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_collection test/orm/test_selectin_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_scalar test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_mapper_mapper_criteria [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::RegexpTest::test_regexp_replace test/dialect/test_sqlite.py::SQLTest::test_column_defaults_ddl [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_mapper_mapper_criteria test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_selectinload_mapper_mapper_criteria [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_column_defaults_ddl test/dialect/test_sqlite.py::SQLTest::test_constraints_with_schemas [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_constraints_with_schemas test/dialect/test_sqlite.py::SQLTest::test_create_partial_index [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_create_partial_index test/dialect/test_sqlite.py::SQLTest::test_create_table_without_rowid [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_create_table_without_rowid test/dialect/test_sqlite.py::SQLTest::test_extract [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_extract test/dialect/test_sqlite.py::SQLTest::test_in_tuple [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_in_tuple test/dialect/test_sqlite.py::SQLTest::test_is_distinct_from [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_is_distinct_from test/dialect/test_sqlite.py::SQLTest::test_localtime [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_localtime [gw6] [ 61%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_scalar [gw4] [ 61%] PASSED test/orm/inheritance/test_single.py::SingleOnJoinedTest::test_single_on_joined test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_col_targeting [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-False-True] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-True-False] [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-True-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-True-None] [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-True-None] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-True-True] [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-None-True-True] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-False-False] [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-False-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-False-None] [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-False-None] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-False-True] test/orm/test_selectin_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_collection test/dialect/test_sqlite.py::SQLTest::test_no_autoinc_on_composite_pk [gw0] [ 61%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_select_selectinload_mapper_mapper_criteria [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_no_autoinc_on_composite_pk test/dialect/test_sqlite.py::SQLTest::test_true_false [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SQLTest::test_true_false test/dialect/test_sqlite.py::SavepointTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_commit test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_unnamed_param_dont_fail [gw2] [ 61%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-False-True] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-True-False] [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SavepointTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_commit test/dialect/test_sqlite.py::SavepointTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_rollback [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::SavepointTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_rollback test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_boolean [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_boolean test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_cant_parse_datetime_message [gw5] [ 61%] PASSED test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_cant_parse_datetime_message test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_custom_date [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_unnamed_param_dont_fail test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_with_loader_criteria_recursion_check_from_subq [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-True-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-True-None] [gw7] [ 62%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_bulk_update_synchronize_fetch [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_custom_date test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_custom_date_text_affinity test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_filter_baked_query_shard_id [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_custom_date_text_affinity test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_custom_datetime [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_custom_datetime test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_custom_datetime_text_affinity [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_custom_datetime_text_affinity test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_native_datetime [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-True-None] [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_with_loader_criteria_recursion_check_from_subq test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-True-True] test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_with_loader_criteria_recursion_check_scalar_subq [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[False-True-True-True] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-False-False] [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_notify_waiters test/engine/test_pool.py::QueuePoolTest::test_overflow_no_gc [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_overflow_no_gc test/engine/test_pool.py::QueuePoolTest::test_overflow_reset_on_failed_connect [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_overflow_reset_on_failed_connect test/engine/test_pool.py::QueuePoolTest::test_queuepool_close [gw4] [ 62%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_col_targeting [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::LoaderCriteriaTest::test_with_loader_criteria_recursion_check_scalar_subq [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_queuepool_close [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-False-False] test/engine/test_pool.py::QueuePoolTest::test_queuepool_del test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-False-None] [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_native_datetime test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_no_convert_unicode test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_joinedload_local_criteria [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_no_convert_unicode [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_queuepool_del test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_string_dates_passed_raise [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_3_38_2::test_string_dates_passed_raise test/engine/test_pool.py::QueuePoolTest::test_reconnect [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_reconnect test/dialect/test_sqlite.py::TimeTest::test_custom_format [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TimeTest::test_custom_format test/engine/test_pool.py::QueuePoolTest::test_recreate test/dialect/test_sqlite.py::TimeTest::test_default [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TimeTest::test_default test/dialect/test_sqlite.py::TimeTest::test_truncate_microseconds [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_recreate [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TimeTest::test_truncate_microseconds test/engine/test_pool.py::QueuePoolTest::test_recycle test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_lookup_direct_lookup [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_lookup_direct_lookup [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_recycle test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_lookup_direct_type_affinity [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_lookup_direct_type_affinity test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_lookup_direct_unsupported_args test/engine/test_pool.py::QueuePoolTest::test_recycle_on_invalidate [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_lookup_direct_unsupported_args test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_round_trip_direct_lookup [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-False-None] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_collection test/orm/test_selectin_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_scalar [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_scalar test/orm/test_selectin_relations.py::LoadOnExistingTest::test_no_query_on_deferred [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_round_trip_direct_lookup test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_round_trip_direct_type_affinity [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_round_trip_direct_type_affinity test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_round_trip_direct_unsupported_args [gw5] [ 62%] PASSED test/dialect/test_sqlite.py::TypeReflectionTest_sqlite+pysqlite_3_38_2::test_round_trip_direct_unsupported_args test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_existingfrom [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_existingfrom test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_multilevel [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_multilevel test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_nofrom [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_nofrom test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_with_polymorphic_alias [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_with_polymorphic_alias test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_with_polymorphic_flat_alias [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_joinedload_local_criteria test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_joinedload_scalar[0] [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_joinedload_scalar[0] test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_joinedload_scalar[1] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-False-True] [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-False-True] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-True-False] [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-True-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-True-None] [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_with_polymorphic_flat_alias test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_with_polymorphic_no_alias [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-True-None] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-True-True] [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_joinedload_scalar[1] [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-False-True-True] [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::BaseRelationFromJoinedSubclassTest::test_correct_subquery_with_polymorphic_no_alias test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-False-False] test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_joinedload_scalar[2] test/orm/test_subquery_relations.py::CyclicalInheritingEagerTestOne::test_basic [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::CyclicalInheritingEagerTestOne::test_basic test/orm/test_subquery_relations.py::CyclicalInheritingEagerTestTwo::test_from_subclass [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-False-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-False-None] [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-False-None] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-False-True] [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_joinedload_scalar[2] test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_lazyload_local_criteria [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-False-True] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-True-False] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_no_query_on_deferred test/orm/test_selectin_relations.py::LoadOnExistingTest::test_populate_existing_propagate [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_populate_existing_propagate test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[immediate] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[immediate] test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[raise] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[raise] test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[raise_on_sql] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[raise_on_sql] test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[select] [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-True-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-True-None] [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_lazyload_local_criteria test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_loader_criteria_subquery_w_same_entity[joinedload-False] [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-True-None] test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_col_targeting_union [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_loader_criteria_subquery_w_same_entity[joinedload-False] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[select] test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_refresh [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::CyclicalInheritingEagerTestTwo::test_from_subclass test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-True-True] [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-None-True-True] test/orm/test_subquery_relations.py::CyclicalInheritingEagerTestTwo::test_integrate [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::CyclicalInheritingEagerTestTwo::test_integrate test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-False-False] test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_loader_criteria_subquery_w_same_entity[lazyload-True] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::LoadOnExistingTest::test_runs_query_on_refresh test/orm/test_subquery_relations.py::EagerTest::test_add_arbitrary_exprs [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-False-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-False-None] test/orm/test_selectin_relations.py::M2OWDegradeTest::test_omit_join_warn_on_true [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-False-None] [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_add_arbitrary_exprs test/orm/test_subquery_relations.py::EagerTest::test_basic test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-False-True] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::M2OWDegradeTest::test_omit_join_warn_on_true test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_recycle_on_invalidate test/engine/test_pool.py::QueuePoolTest::test_recycle_on_soft_invalidate [gw4] [ 62%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_col_targeting_union [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join_omit_join_false [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_loader_criteria_subquery_w_same_entity[lazyload-True] test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_loader_criteria_subquery_w_same_entity[selectinload-True] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join_omit_join_false test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join_parent_criteria [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join_parent_criteria test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join_parent_criteria_degrade_on_defer [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-False-True] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-True-False] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join_parent_criteria_degrade_on_defer test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join_parent_degrade_on_defer test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_column_names [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_basic test/orm/test_subquery_relations.py::EagerTest::test_cyclical [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_cyclical [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::M2OWDegradeTest::test_use_join_parent_degrade_on_defer test/orm/test_subquery_relations.py::EagerTest::test_cyclical_explicit_join_depth [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-True-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-True-None] test/orm/test_selectin_relations.py::MissingForeignTest::test_missing_rec [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_loader_criteria_subquery_w_same_entity[selectinload-True] [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-True-None] test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_loader_criteria_subquery_w_same_entity[subqueryload-False] test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-True-True] [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlySyncBackref::test_case[True-True-True-True] [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::MissingForeignTest::test_missing_rec test/orm/test_relationships.py::ViewOnlyUniqueNames::test_three_table_view test/orm/test_selectin_relations.py::OrderBySecondaryTest::test_ordering [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_loader_criteria_subquery_w_same_entity[subqueryload-False] test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_query_join_local_criteria [gw6] [ 62%] PASSED test/orm/test_selectin_relations.py::OrderBySecondaryTest::test_ordering [gw4] [ 62%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_column_names [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_cyclical_explicit_join_depth test/orm/test_subquery_relations.py::EagerTest::test_disable_dynamic [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_disable_dynamic test/orm/test_subquery_relations.py::EagerTest::test_double_same_mappers [gw2] [ 62%] PASSED test/orm/test_relationships.py::ViewOnlyUniqueNames::test_three_table_view test/orm/test_session.py::SessionInterface::test_unmapped_primitives [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_query_join_local_criteria [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_double_same_mappers test/orm/test_subquery_relations.py::EagerTest::test_double_w_ac [gw1] [ 62%] PASSED test/engine/test_pool.py::QueuePoolTest::test_recycle_on_soft_invalidate test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_select_join_local_criteria test/engine/test_pool.py::QueuePoolTest::test_recycle_pool_no_race [gw6] [ 62%] PASSED test/orm/test_session.py::SessionInterface::test_unmapped_primitives test/base/test_result.py::MergeResultTest::test_columns [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_select_join_local_criteria [gw2] [ 62%] PASSED test/base/test_result.py::MergeResultTest::test_columns test/base/test_result.py::MergeResultTest::test_fetchall test/orm/test_session.py::SessionStateTest::test_active_flag_autobegin [gw2] [ 62%] PASSED test/base/test_result.py::MergeResultTest::test_fetchall test/base/test_result.py::MergeResultTest::test_first test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_select_joinm2m_aliased_local_criteria [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_active_flag_autobegin [gw2] [ 62%] PASSED test/base/test_result.py::MergeResultTest::test_first test/orm/test_session.py::SessionStateTest::test_active_flag_autobegin_future test/base/test_result.py::MergeResultTest::test_merge_preserve_unique test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_crud [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_active_flag_autobegin_future [gw2] [ 62%] PASSED test/base/test_result.py::MergeResultTest::test_merge_preserve_unique test/base/test_result.py::MergeResultTest::test_merge_results [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_select_joinm2m_aliased_local_criteria [gw2] [ 62%] PASSED test/base/test_result.py::MergeResultTest::test_merge_results test/base/test_result.py::MergeResultTest::test_merge_scalars [gw2] [ 62%] PASSED test/base/test_result.py::MergeResultTest::test_merge_scalars test/base/test_result.py::MergeResultTest::test_merge_unique [gw2] [ 62%] PASSED test/base/test_result.py::MergeResultTest::test_merge_unique test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_but_accessed_nonscalar_result test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_select_joinm2m_local_criteria [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_double_w_ac [gw2] [ 62%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_but_accessed_nonscalar_result test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_columns0_mapping [gw2] [ 62%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_columns0_mapping test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_columns0_plain test/orm/test_subquery_relations.py::EagerTest::test_double_w_ac_against_subquery [gw2] [ 62%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_columns0_plain test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_first[0] [gw2] [ 62%] PASSED test/base/test_result.py::OnlyScalarsTest::test_scalar_mode_first[0] [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_select_joinm2m_local_criteria test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_self_assign_missing [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_named_tuple_no_self_assign_missing test/orm/test_session.py::SessionStateTest::test_active_flag_partial_rollback [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_active_flag_partial_rollback test/orm/test_session.py::SessionStateTest::test_add_delete test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_selectinload_local_criteria test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_new_row_no_dict_behaviors [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_new_row_no_dict_behaviors test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_no_rowcount_on_selects_inserts [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_no_rowcount_on_selects_inserts test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_nontuple_row [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_nontuple_row test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_pickled_rows [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_selectinload_local_criteria [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_pickled_rows test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_raise_errors [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_add_delete [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_raise_errors test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_result_as_args test/orm/test_session.py::SessionStateTest::test_already_attached [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_result_as_args test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ro_mapping_py2k test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_selectinload_local_criteria_subquery [gw2] [ 62%] SKIPPED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ro_mapping_py2k test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ro_mapping_py3k [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_already_attached [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ro_mapping_py3k test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_as_args test/orm/test_session.py::SessionStateTest::test_autoflush [gw6] [ 62%] SKIPPED test/orm/test_session.py::SessionStateTest::test_autoflush [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_as_args test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_c_sequence_check test/orm/test_session.py::SessionStateTest::test_autoflush_2 [gw2] [ 62%] SKIPPED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_c_sequence_check test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_case_sensitive [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_case_sensitive test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_case_sensitive_unoptimized [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_case_sensitive_unoptimized test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_comparison [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_comparison [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_autoflush_2 test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_dict_behaviors_warn_mode[LegacyRow] [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_dict_behaviors_warn_mode[LegacyRow] test/orm/test_session.py::SessionStateTest::test_autoflush_exception_addition test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_dict_behaviors_warn_mode[Row] [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_selectinload_local_criteria_subquery [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_dict_behaviors_warn_mode[Row] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_indexes_compiled test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_selectinload_nested_criteria[False] [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_autoflush_exception_addition test/orm/test_session.py::SessionStateTest::test_autoflush_unbound [gw6] [ 62%] SKIPPED test/orm/test_session.py::SessionStateTest::test_autoflush_unbound [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_indexes_compiled test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_indexes_raw [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_indexes_raw test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_string [gw4] [ 62%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_crud test/orm/test_session.py::SessionStateTest::test_deleted_adds_to_imap_unconditionally [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_getitem_string test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_is_hashable [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_is_hashable test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_is_sequence [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_is_sequence test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_iteration [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_iteration test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_keys_legacy_dont_warn [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_keys_legacy_dont_warn test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_mapping_keys [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_deleted_adds_to_imap_unconditionally test/orm/test_session.py::SessionStateTest::test_deleted_auto_expunged [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_mapping_keys test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_namedtuple_legacy_ok [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_namedtuple_legacy_ok test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_next [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_next [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_deleted_auto_expunged test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_special_names[LegacyRow] [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_special_names[LegacyRow] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_special_names[Row] [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_special_names[Row] test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_tuple_interpretation [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_double_w_ac_against_subquery test/orm/test_subquery_relations.py::EagerTest::test_double_with_aggregate test/orm/test_session.py::SessionStateTest::test_deleted_flag [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_tuple_interpretation test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_sorting_in_python [gw2] [ 62%] PASSED test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_sorting_in_python [gw0] [ 62%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_selectinload_nested_criteria[False] test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_selectinload_nested_criteria[True] test/aaa_profiling/test_resultset.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_minimal_connection_execute [gw2] [ 62%] SKIPPED test/aaa_profiling/test_resultset.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_minimal_connection_execute test/aaa_profiling/test_resultset.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_minimal_engine_execute [gw6] [ 62%] PASSED test/orm/test_session.py::SessionStateTest::test_deleted_flag [gw2] [ 62%] SKIPPED test/aaa_profiling/test_resultset.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_minimal_engine_execute test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns[columns0-expected0] test/orm/test_session.py::SessionStateTest::test_duplicate_update [gw2] [ 62%] PASSED test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns[columns0-expected0] test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns[columns1-expected1] [gw2] [ 62%] PASSED test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns[columns1-expected1] test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns[columns2-expected2] [gw2] [ 62%] PASSED test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns[columns2-expected2] [gw5] [ 62%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_double_with_aggregate test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns_plus_getter [gw2] [ 62%] PASSED test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns_plus_getter test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns_twice [gw2] [ 62%] PASSED test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_columns_twice test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_fetchall test/orm/test_subquery_relations.py::EagerTest::test_from_aliased_w_cache_one [gw2] [ 62%] PASSED test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_fetchall test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_partitions test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_no_tables [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_duplicate_update test/orm/test_session.py::SessionStateTest::test_explicit_expunge_deleted [gw2] [ 63%] PASSED test/sql/test_resultset.py::GenerativeResultTest_sqlite+pysqlite_3_38_2::test_partitions [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_no_tables test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_reflect_system_table test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_five] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_reflect_system_table test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_reflect_user_table [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_explicit_expunge_deleted test/orm/test_session.py::SessionStateTest::test_explicit_expunge_pending [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_from_aliased_w_cache_one test/orm/test_subquery_relations.py::EagerTest::test_from_aliased_w_cache_three [gw7] [ 63%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_filter_baked_query_shard_id [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_explicit_expunge_pending test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_get test/orm/test_session.py::SessionStateTest::test_extra_dirty_state_post_flush_state [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_selectinload_nested_criteria[True] [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_extra_dirty_state_post_flush_state test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_subqueryload_local_criteria test/orm/test_session.py::SessionStateTest::test_extra_dirty_state_post_flush_warning [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_five] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_four] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_four] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_one] [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_extra_dirty_state_post_flush_warning test/orm/test_session.py::SessionStateTest::test_identity_conflict [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_one] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_seven] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_seven] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_six] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_six] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_three] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_three] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_two] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns[_adapt_result_columns_fixture_two] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_five] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_reflect_user_table [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_identity_conflict [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_five] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_four] test/orm/test_session.py::SessionStateTest::test_identity_map_mutate [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_from_aliased_w_cache_three test/orm/test_subquery_relations.py::EagerTest::test_from_aliased_w_cache_two [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_four] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_one] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_one] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_seven] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_seven] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_six] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_six] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_three] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_three] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_two] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_adapt_result_columns_from_cache[_adapt_result_columns_fixture_two] [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::RelationshipCriteriaTest::test_subqueryload_local_criteria test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[None-False] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_five [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_five test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_four [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_four test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_one [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_one test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_three [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_three test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_two [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_columnclause_schema_column_two test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_column_is_repeated_multiple_times [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_column_is_repeated_multiple_times [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[None-False] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_conflict_2 test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[None-True] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_conflict_2 test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_conflict_2_fix_w_uselabels [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_conflict_2_fix_w_uselabels test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_keys_precedent [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_keys_precedent test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_labeled [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_labeled test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_names_precedent test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_schema_names [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[None-True] [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_composite_names_precedent test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_single [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_single test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[joinedload-False] test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_single_labeled [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_single_labeled test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_wschema [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_accessor_wschema test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_targeting_no_label_at_all_one [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_targeting_no_label_at_all_one test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_targeting_no_label_at_all_text [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_targeting_no_label_at_all_text test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_targeting_no_label_at_all_two [gw2] [ 63%] PASSED test/sql/test_resultset.py::KeyTargetingTest_sqlite+pysqlite_3_38_2::test_keyed_targeting_no_label_at_all_two [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[joinedload-False] test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[joinedload-True] [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_from_aliased_w_cache_two test/orm/test_subquery_relations.py::EagerTest::test_from_get [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[joinedload-True] test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[lazyload-False] [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[lazyload-False] test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[lazyload-True] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_schema_names test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_close [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_from_get test/orm/test_subquery_relations.py::EagerTest::test_from_params [gw2] [ 63%] PASSED test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_close test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_columns [gw2] [ 63%] PASSED test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_columns test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_fetchall [gw2] [ 63%] PASSED test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_fetchall test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_first [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[lazyload-True] test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[selectinload-False] [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[selectinload-False] [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_from_params test/orm/test_subquery_relations.py::EagerTest::test_from_statement[False] [gw2] [ 63%] PASSED test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_first test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_merge_results [gw2] [ 63%] PASSED test/sql/test_resultset.py::MergeCursorResultTest_sqlite+pysqlite_3_38_2::test_merge_results [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_from_statement[False] test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[selectinload-True] test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_name_conflict test/orm/test_subquery_relations.py::EagerTest::test_from_statement[True] [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_name_conflict test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_overlapping [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_overlapping test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_unique [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_anon_aliased_unique test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_dupe_col_obj [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[selectinload-True] test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[subqueryload-False] [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_from_statement[True] test/orm/test_subquery_relations.py::EagerTest::test_group_by_only [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_dupe_col_obj test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_fewer_cols_than_sql_non_positional [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_fewer_cols_than_sql_non_positional test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_fewer_cols_than_sql_positional [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_fewer_cols_than_sql_positional test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_more_cols_than_sql_nonpositional [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_more_cols_than_sql_nonpositional test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_more_cols_than_sql_nonpositional_labeled_cols [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_more_cols_than_sql_nonpositional_labeled_cols test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_more_cols_than_sql_positional [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_more_cols_than_sql_positional test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_via_column [gw2] [ 63%] PASSED test/sql/test_resultset.py::PositionalTextTest_sqlite+pysqlite_3_38_2::test_via_column [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_group_by_only [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[subqueryload-False] test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[subqueryload-True] test/orm/test_subquery_relations.py::EagerTest::test_limit test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_contains_doesnt_compile [gw0] [ 63%] PASSED test/orm/test_relationship_criteria.py::TemporalFixtureTest::test_same_relatinship_load_different_range[subqueryload-True] test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_table_names_present test/orm/test_relationships.py::ActiveHistoryFlagTest::test_column_property_flag [gw0] [ 63%] PASSED test/orm/test_relationships.py::ActiveHistoryFlagTest::test_column_property_flag test/orm/test_relationships.py::ActiveHistoryFlagTest::test_composite_property_flag [gw0] [ 63%] PASSED test/orm/test_relationships.py::ActiveHistoryFlagTest::test_composite_property_flag test/orm/test_relationships.py::ActiveHistoryFlagTest::test_relationship_property_flag [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_limit [gw3] [ 63%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_joinedload_option_bound [gw2] [ 63%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_contains_doesnt_compile test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_fetch_by_key_legacy test/aaa_profiling/test_memusage.py::CycleTest::test_joinedload_option_unbound test/orm/test_subquery_relations.py::EagerTest::test_many_to_many_plain [gw0] [ 63%] PASSED test/orm/test_relationships.py::ActiveHistoryFlagTest::test_relationship_property_flag [gw2] [ 63%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_fetch_by_key_legacy [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_many_to_many_plain test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_ambiguous_fks_m2m test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_fetch_by_key_mappings test/orm/test_subquery_relations.py::EagerTest::test_many_to_many_with_join [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_table_names_present [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_many_to_many_with_join [gw0] [ 63%] PASSED test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_ambiguous_fks_m2m test/orm/test_subquery_relations.py::EagerTest::test_many_to_many_with_join_alias test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_ambiguous_fks_o2m [gw0] [ 63%] PASSED test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_ambiguous_fks_o2m test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_no_fks_m2m test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_table_names_system [gw0] [ 63%] PASSED test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_no_fks_m2m test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_with_annotated_pj_o2m [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_many_to_many_with_join_alias [gw2] [ 63%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_fetch_by_key_mappings test/orm/test_subquery_relations.py::EagerTest::test_many_to_one test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_one_or_none[False-0] [gw0] [ 63%] PASSED test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_with_annotated_pj_o2m test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_with_fks_m2m [gw0] [ 63%] PASSED test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_with_fks_m2m test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_with_fks_o2m [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_many_to_one test/orm/test_subquery_relations.py::EagerTest::test_map_to_cte_subq[cte] [gw0] [ 63%] PASSED test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_with_fks_o2m test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_with_pj_o2m [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_map_to_cte_subq[cte] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AttachedDBTest_sqlite+pysqlite_3_38_2::test_table_names_system [gw2] [ 63%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_one_or_none[False-0] test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_one_or_none[False-1] test/orm/test_subquery_relations.py::EagerTest::test_map_to_cte_subq[plain] [gw0] [ 63%] PASSED test/orm/test_relationships.py::AmbiguousFKResolutionTest::test_with_pj_o2m test/orm/test_relationships.py::AmbiguousJoinInterpretedAsSelfRef::test_mapping [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_map_to_cte_subq[plain] test/orm/test_subquery_relations.py::EagerTest::test_map_to_cte_subq[subquery] [gw5] [ 63%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_map_to_cte_subq[subquery] test/orm/test_subquery_relations.py::EagerTest::test_mapper_pathing test/dialect/test_sqlite.py::AutoIncrementTest::test_sqlite_autoincrement [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AutoIncrementTest::test_sqlite_autoincrement [gw0] [ 63%] PASSED test/orm/test_relationships.py::AmbiguousJoinInterpretedAsSelfRef::test_mapping test/dialect/test_sqlite.py::AutoIncrementTest::test_sqlite_autoincrement_constraint [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AutoIncrementTest::test_sqlite_autoincrement_constraint test/dialect/test_sqlite.py::AutoIncrementTest::test_sqlite_autoincrement_int_affinity [gw2] [ 63%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_one_or_none[False-1] test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_one_or_none[False-2] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AutoIncrementTest::test_sqlite_autoincrement_int_affinity test/dialect/test_sqlite.py::AutoIncrementTest::test_sqlite_no_autoincrement test/orm/test_relationships.py::BackrefPropagatesForwardsArgs::test_backref [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::AutoIncrementTest::test_sqlite_no_autoincrement test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_check_constraint [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_check_constraint test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-[Code]-Code] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-[Code]-Code] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-[Code]-[Code]] [gw0] [ 63%] PASSED test/orm/test_relationships.py::BackrefPropagatesForwardsArgs::test_backref [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-[Code]-[Code]] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-name with spaces-name with spaces] test/orm/test_relationships.py::CompositeJoinPartialFK::test_joins_fully [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-name with spaces-name with spaces] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-plain_name-plain_name] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-plain_name-plain_name] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-plainname-plainname] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[ix-plainname-plainname] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-[Code]-Code] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-[Code]-Code] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-[Code]-[Code]] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-[Code]-[Code]] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-name with spaces-name with spaces] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-name with spaces-name with spaces] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-plain_name-plain_name] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-plain_name-plain_name] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-plainname-plainname] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[pk-plainname-plainname] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-[Code]-Code] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-[Code]-Code] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-[Code]-[Code]] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-[Code]-[Code]] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-name with spaces-name with spaces] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-name with spaces-name with spaces] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-plain_name-plain_name] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-plain_name-plain_name] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-plainname-plainname] [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_identity_map_mutate test/orm/test_session.py::SessionStateTest::test_info [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_info test/orm/test_session.py::SessionStateTest::test_internal_identity_conflict_warning_weak [gw2] [ 63%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_one_or_none[False-2] test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_one_or_none[True-1] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq-plainname-plainname] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-[Code]-Code] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-[Code]-Code] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-[Code]-[Code]] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-[Code]-[Code]] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-name with spaces-name with spaces] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-name with spaces-name with spaces] [gw0] [ 63%] PASSED test/orm/test_relationships.py::CompositeJoinPartialFK::test_joins_fully test/orm/test_relationships.py::CompositeSelfRefFKTest::test_annotated test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-plain_name-plain_name] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-plain_name-plain_name] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-plainname-plainname] [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_constraint_cols[uq_inline-plainname-plainname] test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_create_index_with_schema [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_create_index_with_schema test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_dont_reflect_autoindex [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_dont_reflect_autoindex test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_composite_broken_casing [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_composite_broken_casing test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_composite_implicit_parent [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_composite_implicit_parent test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_implicit_missing_parent [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_implicit_missing_parent test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_implicit_missing_parent_reflection [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_implicit_missing_parent_reflection [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_internal_identity_conflict_warning_weak test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_implicit_parent [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_implicit_parent test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_name_is_none [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_name_is_none test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_name_is_not_none [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_name_is_not_none test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_ondelete_onupdate [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_ondelete_onupdate test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_options_unnamed_inline test/orm/test_session.py::SessionStateTest::test_no_double_save [gw7] [ 63%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_get [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_no_double_save test/orm/test_session.py::SessionStateTest::test_pickled_update [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_pickled_update test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_get_baked_query [gw0] [ 63%] PASSED test/orm/test_relationships.py::CompositeSelfRefFKTest::test_annotated test/orm/test_relationships.py::CompositeSelfRefFKTest::test_annotated_no_overwriting [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_foreign_key_options_unnamed_inline test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_legacy_quoted_identifiers_unit [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_legacy_quoted_identifiers_unit test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_primary_key_constraint_named [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_primary_key_constraint_named test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_primary_key_constraint_no_pk [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_primary_key_constraint_no_pk test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_primary_key_constraint_unnamed [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_primary_key_constraint_unnamed test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_named [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_named test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_named_broken_casing [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_named_broken_casing test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_named_broken_temp test/orm/test_session.py::SessionStateTest::test_with_no_autoflush [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_named_broken_temp test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_unnamed_inline [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_unnamed_inline test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_unnamed_inline_quoted [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_with_no_autoflush test/orm/test_session.py::SessionStateTest::test_with_no_autoflush_after_exception [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_unnamed_inline_quoted [gw2] [ 63%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_one_or_none[True-1] test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_raw_string test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_unnamed_normal [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_unnamed_normal test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_unnamed_normal_temporary [gw0] [ 63%] PASSED test/orm/test_relationships.py::CompositeSelfRefFKTest::test_annotated_no_overwriting test/orm/test_relationships.py::CompositeSelfRefFKTest::test_explicit [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unique_constraint_unnamed_normal_temporary test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unnamed_inline_foreign_key [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unnamed_inline_foreign_key test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unnamed_inline_foreign_key_quoted [gw6] [ 63%] PASSED test/orm/test_session.py::SessionStateTest::test_with_no_autoflush_after_exception [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::ConstraintReflectionTest_sqlite+pysqlite_3_38_2::test_unnamed_inline_foreign_key_quoted test/orm/test_session.py::SessionStateWFixtureTest_sqlite+pysqlite_3_38_2::test_autoflush_rollback test/dialect/test_sqlite.py::DateTest::test_custom_format [gw4] [ 63%] PASSED test/dialect/test_sqlite.py::DateTest::test_custom_format test/dialect/test_sqlite.py::DateTest::test_default [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DateTest::test_default test/dialect/test_sqlite.py::DateTimeTest::test_custom_format_compact [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DateTimeTest::test_custom_format_compact test/dialect/test_sqlite.py::DateTimeTest::test_time_microseconds [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DateTimeTest::test_time_microseconds test/dialect/test_sqlite.py::DateTimeTest::test_truncate_microseconds [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DateTimeTest::test_truncate_microseconds test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_boolean_default [gw2] [ 64%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_raw_string test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_raw_unicode [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_boolean_default test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_default_reflection [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_default_reflection test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_default_reflection_2 [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_default_reflection_2 test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_default_reflection_3 [gw0] [ 64%] PASSED test/orm/test_relationships.py::CompositeSelfRefFKTest::test_explicit [gw6] [ 64%] PASSED test/orm/test_session.py::SessionStateWFixtureTest_sqlite+pysqlite_3_38_2::test_autoflush_rollback test/orm/test_relationships.py::CompositeSelfRefFKTest::test_implicit [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_default_reflection_3 test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_expression_with_function_default test/orm/test_session.py::SessionStateWFixtureTest_sqlite+pysqlite_3_38_2::test_expunge_cascade [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_expression_with_function_default test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_function_default [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_function_default test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_old_style_default [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DefaultsTest_sqlite+pysqlite_3_38_2::test_old_style_default test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_3_7_16_warning [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_3_7_16_warning [gw6] [ 64%] PASSED test/orm/test_session.py::SessionStateWFixtureTest_sqlite+pysqlite_3_38_2::test_expunge_cascade test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_column_computed[no_persisted] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_column_computed[no_persisted] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_column_computed[persisted_false] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_column_computed[persisted_false] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_column_computed[persisted_none] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_column_computed[persisted_none] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_column_computed[persisted_true] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_column_computed[persisted_true] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite://-expected2] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite://-expected2] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:////abs/path/to/foo.db-expected1] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:////abs/path/to/foo.db-expected1] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///?check_same_thread=true-expected3] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///?check_same_thread=true-expected3] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///file:path/to/database?check_same_thread=true&timeout=10&mode=ro&nolock=1&uri=true-expected4] test/orm/test_session.py::SessionUtilTest::test_close_all_sessions [gw0] [ 64%] PASSED test/orm/test_relationships.py::CompositeSelfRefFKTest::test_implicit test/orm/test_relationships.py::CompositeSelfRefFKTest::test_overlapping_warning [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///file:path/to/database?check_same_thread=true&timeout=10&mode=ro&nolock=1&uri=true-expected4] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///file:path/to/database?mode=ro&uri=true-expected5] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///file:path/to/database?mode=ro&uri=true-expected5] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///file:path/to/database?uri=true-expected6] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///file:path/to/database?uri=true-expected6] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///foo.db-expected0] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_connect_args[sqlite:///foo.db-expected0] test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_description_encoding [gw0] [ 64%] PASSED test/orm/test_relationships.py::CompositeSelfRefFKTest::test_overlapping_warning [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_description_encoding test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_extra_reserved_words [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_close_all_sessions [gw2] [ 64%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_raw_unicode test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_string [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_extra_reserved_words test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_isolation_level_message [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_isolation_level_message test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_pool_class test/orm/test_session.py::SessionUtilTest::test_get_execution_option test/orm/test_relationships.py::CompositeSelfRefFKTest::test_very_explicit [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_get_execution_option test/orm/test_session.py::SessionUtilTest::test_make_transient [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_pool_class test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_pysqlcipher_connects [gw4] [ 64%] SKIPPED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_pysqlcipher_connects test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_quoted_identifiers_functional_one [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_quoted_identifiers_functional_one test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_quoted_identifiers_functional_two [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_quoted_identifiers_functional_two [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_make_transient test/dialect/test_sqlite.py::FutureSavepointTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_commit [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::FutureSavepointTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_commit test/dialect/test_sqlite.py::FutureSavepointTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_rollback test/orm/test_session.py::SessionUtilTest::test_make_transient_plus_rollback [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_make_transient_plus_rollback test/orm/test_session.py::SessionUtilTest::test_make_transient_to_detached [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::FutureSavepointTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_rollback [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_make_transient_to_detached [gw0] [ 64%] PASSED test/orm/test_relationships.py::CompositeSelfRefFKTest::test_very_explicit test/orm/test_relationships.py::CompositeSelfRefFKTest::test_very_implicit test/orm/test_session.py::SessionUtilTest::test_make_transient_to_detached_no_key_allowed test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_nopk1 [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_nopk1 test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_nopk2 [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_nopk2 test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk1 [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_make_transient_to_detached_no_key_allowed [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk1 test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk2 [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk2 test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk2_fv test/orm/test_session.py::SessionUtilTest::test_make_transient_to_detached_no_session_allowed [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk2_fv test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk3 [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_make_transient_to_detached_no_session_allowed [gw2] [ 64%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_string [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk3 test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_unicode test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk3_fv test/orm/test_session.py::SessionUtilTest::test_object_session_raises[object_session0] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk3_fv test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk4 [gw0] [ 64%] PASSED test/orm/test_relationships.py::CompositeSelfRefFKTest::test_very_implicit [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_object_session_raises[object_session0] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_empty_insert_pk4 test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_inserts_with_spaces test/orm/test_session.py::SessionUtilTest::test_object_session_raises[object_session1] [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_object_session_raises[object_session1] test/orm/test_session.py::SessionUtilTest::test_session_close_all_deprecated test/orm/test_relationships.py::CustomOperatorTest::test_join_on_custom_op [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::InsertTest_sqlite+pysqlite_3_38_2::test_inserts_with_spaces test/dialect/test_sqlite.py::JSONTest_sqlite+pysqlite_3_38_2::test_deprecated_serializer_args [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::JSONTest_sqlite+pysqlite_3_38_2::test_deprecated_serializer_args [gw6] [ 64%] PASSED test/orm/test_session.py::SessionUtilTest::test_session_close_all_deprecated test/dialect/test_sqlite.py::JSONTest_sqlite+pysqlite_3_38_2::test_extract_subobject [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::JSONTest_sqlite+pysqlite_3_38_2::test_extract_subobject test/dialect/test_sqlite.py::JSONTest_sqlite+pysqlite_3_38_2::test_reflection [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::JSONTest_sqlite+pysqlite_3_38_2::test_reflection test/dialect/test_sqlite.py::JSONTest_sqlite+pysqlite_3_38_2::test_rudimentary_roundtrip [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::JSONTest_sqlite+pysqlite_3_38_2::test_rudimentary_roundtrip test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-False-False-False] [gw0] [ 64%] PASSED test/orm/test_relationships.py::CustomOperatorTest::test_join_on_custom_op test/dialect/test_sqlite.py::KeywordInDatabaseNameTest_sqlite+pysqlite_3_38_2::test_reflect test/orm/test_relationships.py::DependencyTwoParentTest::test_DeleteMiddleTable [gw6] [ 64%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-False-False-False] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::KeywordInDatabaseNameTest_sqlite+pysqlite_3_38_2::test_reflect test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_and_match test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-False-False-True] [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_and_match test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_expression [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_expression test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_match_across_joins [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_match_across_joins test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_or_match [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_or_match test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_simple_match [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_simple_match test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_simple_prefix_match [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::MatchTest_sqlite+pysqlite_3_38_2::test_simple_prefix_match test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_check_constraint [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_check_constraint test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_check_constraint_from_column [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_check_constraint_from_column test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_column_many_clause [gw2] [ 64%] SKIPPED test/aaa_profiling/test_resultset.py::ResultSetTest_sqlite+pysqlite_3_38_2::test_unicode test/aaa_profiling/test_resultset.py::RowTest_sqlite+pysqlite_3_38_2::test_value_refcounts_custom_seq [gw2] [ 64%] PASSED test/aaa_profiling/test_resultset.py::RowTest_sqlite+pysqlite_3_38_2::test_value_refcounts_custom_seq test/aaa_profiling/test_resultset.py::RowTest_sqlite+pysqlite_3_38_2::test_value_refcounts_pure_tuple [gw2] [ 64%] PASSED test/aaa_profiling/test_resultset.py::RowTest_sqlite+pysqlite_3_38_2::test_value_refcounts_pure_tuple test/sql/test_returning.py::CompositeStatementTest::test_select_doesnt_pollute_result [gw2] [ 64%] SKIPPED test/sql/test_returning.py::CompositeStatementTest::test_select_doesnt_pollute_result test/sql/test_returning.py::ImplicitReturningFlag_sqlite+pysqlite_3_38_2::test_flag_turned_default [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ImplicitReturningFlag_sqlite+pysqlite_3_38_2::test_flag_turned_default test/sql/test_returning.py::ImplicitReturningFlag_sqlite+pysqlite_3_38_2::test_flag_turned_off [gw2] [ 64%] PASSED test/sql/test_returning.py::ImplicitReturningFlag_sqlite+pysqlite_3_38_2::test_flag_turned_off test/sql/test_returning.py::ImplicitReturningFlag_sqlite+pysqlite_3_38_2::test_flag_turned_on [gw2] [ 64%] PASSED test/sql/test_returning.py::ImplicitReturningFlag_sqlite+pysqlite_3_38_2::test_flag_turned_on test/sql/test_returning.py::KeyReturningTest::test_insert [gw2] [ 64%] SKIPPED test/sql/test_returning.py::KeyReturningTest::test_insert test/sql/test_returning.py::ReturnCombinationTests::test_return_combinations[delete] [gw2] [ 64%] PASSED test/sql/test_returning.py::ReturnCombinationTests::test_return_combinations[delete] test/sql/test_returning.py::ReturnCombinationTests::test_return_combinations[insert] [gw2] [ 64%] PASSED test/sql/test_returning.py::ReturnCombinationTests::test_return_combinations[insert] test/sql/test_returning.py::ReturnCombinationTests::test_return_combinations[update] [gw2] [ 64%] PASSED test/sql/test_returning.py::ReturnCombinationTests::test_return_combinations[update] test/sql/test_returning.py::ReturnCombinationTests::test_return_defaults_no_returning [gw2] [ 64%] PASSED test/sql/test_returning.py::ReturnCombinationTests::test_return_defaults_no_returning test/sql/test_returning.py::ReturnCombinationTests::test_return_no_return_defaults [gw2] [ 64%] PASSED test/sql/test_returning.py::ReturnCombinationTests::test_return_no_return_defaults test/sql/test_returning.py::ReturnDefaultsTest::test_arg_insert_pk [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_arg_insert_pk test/sql/test_returning.py::ReturnDefaultsTest::test_arg_update_pk [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_arg_update_pk test/sql/test_returning.py::ReturnDefaultsTest::test_chained_insert_pk [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_chained_insert_pk test/sql/test_returning.py::ReturnDefaultsTest::test_chained_update_pk [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_chained_update_pk [gw5] [ 64%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_mapper_pathing [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_column_many_clause test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_column_not_null [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_column_not_null test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_primary_key [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_primary_key test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_primary_key_constraint [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_primary_key_constraint test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_primary_key_constraint_from_column [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_primary_key_constraint_from_column test/orm/test_subquery_relations.py::EagerTest::test_multilevel_sub_options[1-False] test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_unique_constraint [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_unique_constraint test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_unique_constraint_from_column [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictDDLTest::test_on_conflict_clause_unique_constraint_from_column test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_bad_args [gw4] [ 64%] PASSED test/dialect/test_sqlite.py::OnConflictTest_sqlite+pysqlite_3_38_2::test_bad_args [gw6] [ 64%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-False-False-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-False-True-False] test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_scalar_bindparam [gw6] [ 64%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-False-True-False] [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_scalar_bindparam test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_scalar_direct [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_scalar_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_two_tuple_bindparam [gw0] [ 64%] PASSED test/orm/test_relationships.py::DependencyTwoParentTest::test_DeleteMiddleTable test/orm/test_relationships.py::DependencyTwoParentTest::test_DeleteRootTable [gw0] [ 64%] PASSED test/orm/test_relationships.py::DependencyTwoParentTest::test_DeleteRootTable test/orm/test_relationships.py::DirectSelfRefFKTest::test_ancestors_lazyload_clause [gw0] [ 64%] PASSED test/orm/test_relationships.py::DirectSelfRefFKTest::test_ancestors_lazyload_clause test/orm/test_relationships.py::DirectSelfRefFKTest::test_anscestors_joinedload [gw0] [ 64%] PASSED test/orm/test_relationships.py::DirectSelfRefFKTest::test_anscestors_joinedload test/orm/test_relationships.py::DirectSelfRefFKTest::test_anscestors_lazyload [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_two_tuple_bindparam test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_two_tuple_direct [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_two_tuple_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_heterogeneous_tuples_bindparam [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_heterogeneous_tuples_bindparam test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_heterogeneous_tuples_direct test/sql/test_returning.py::ReturnDefaultsTest::test_insert_all [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_insert_all test/sql/test_returning.py::ReturnDefaultsTest::test_insert_executemany_insdefault_passed [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_insert_executemany_insdefault_passed test/sql/test_returning.py::ReturnDefaultsTest::test_insert_executemany_no_defaults_passed [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_insert_executemany_no_defaults_passed test/sql/test_returning.py::ReturnDefaultsTest::test_insert_executemany_only_pk_passed [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_insert_executemany_only_pk_passed test/sql/test_returning.py::ReturnDefaultsTest::test_insert_non_default [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_insert_non_default test/sql/test_returning.py::ReturnDefaultsTest::test_insert_non_default_plus_default [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_insert_non_default_plus_default test/sql/test_returning.py::ReturnDefaultsTest::test_insert_sql_expr [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_insert_sql_expr test/sql/test_returning.py::ReturnDefaultsTest::test_update_all [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_update_all test/sql/test_returning.py::ReturnDefaultsTest::test_update_non_default [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_heterogeneous_tuples_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_homogeneous_tuples_bindparam test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-False-True-True] [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_homogeneous_tuples_bindparam [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_update_non_default test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_homogeneous_tuples_direct [gw0] [ 64%] PASSED test/orm/test_relationships.py::DirectSelfRefFKTest::test_anscestors_lazyload test/orm/test_relationships.py::DirectSelfRefFKTest::test_descendants_joinedload [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_homogeneous_tuples_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_in_plus_notempty_notin test/sql/test_returning.py::ReturnDefaultsTest::test_update_non_default_plus_default [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_update_non_default_plus_default test/sql/test_returning.py::ReturnDefaultsTest::test_update_sql_expr [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturnDefaultsTest::test_update_sql_expr test/sql/test_returning.py::ReturningTest::test_anon_expressions [gw6] [ 64%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-False-True-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-True-False-False] [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_in_plus_notempty_notin test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_integer_bindparam [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_integer_bindparam test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_integer_direct [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_integer_direct [gw0] [ 64%] PASSED test/orm/test_relationships.py::DirectSelfRefFKTest::test_descendants_joinedload test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_integer_negation_bindparam [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_integer_negation_bindparam test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_integer_negation_direct [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_integer_negation_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_string_bindparam [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_anon_expressions test/sql/test_returning.py::ReturningTest::test_column_targeting [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_column_targeting test/sql/test_returning.py::ReturningTest::test_delete_full_returning [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_delete_full_returning test/sql/test_returning.py::ReturningTest::test_delete_returning [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_delete_returning test/sql/test_returning.py::ReturningTest::test_insert_returning [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_insert_returning test/sql/test_returning.py::ReturningTest::test_insert_returning_w_expression_one [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_insert_returning_w_expression_one test/sql/test_returning.py::ReturningTest::test_insert_returning_w_type_coerce_expression [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_insert_returning_w_type_coerce_expression test/sql/test_returning.py::ReturningTest::test_labeling [gw6] [ 64%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-True-False-False] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-True-False-True] [gw5] [ 64%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_multilevel_sub_options[1-False] test/orm/test_subquery_relations.py::EagerTest::test_multilevel_sub_options[1-True] [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_string_bindparam test/orm/test_relationships.py::DirectSelfRefFKTest::test_descendants_lazyload test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_string_direct [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_string_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_string_negation_bindparam [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_string_negation_bindparam [gw6] [ 64%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-True-False-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-True-True-False] test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_string_negation_direct [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_labeling test/sql/test_returning.py::ReturningTest::test_literal_returning [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_literal_returning test/sql/test_returning.py::ReturningTest::test_multirow_returning [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_multirow_returning test/sql/test_returning.py::ReturningTest::test_no_ipk_on_returning [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_no_ipk_on_returning test/sql/test_returning.py::ReturningTest::test_update_full_returning [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_update_full_returning test/sql/test_returning.py::ReturningTest::test_update_returning [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_update_returning test/sql/test_returning.py::ReturningTest::test_update_returning_w_expression_one [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_update_returning_w_expression_one test/sql/test_returning.py::ReturningTest::test_update_returning_w_type_coerce_expression [gw2] [ 64%] SKIPPED test/sql/test_returning.py::ReturningTest::test_update_returning_w_type_coerce_expression test/sql/test_returning.py::SequenceReturningTest::test_insert [gw2] [ 64%] SKIPPED test/sql/test_returning.py::SequenceReturningTest::test_insert test/sql/test_roles.py::RoleTest::test_anonymized_from_clause_role [gw0] [ 64%] PASSED test/orm/test_relationships.py::DirectSelfRefFKTest::test_descendants_lazyload test/orm/test_relationships.py::DirectSelfRefFKTest::test_descendants_lazyload_clause [gw6] [ 64%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-True-True-False] [gw2] [ 64%] PASSED test/sql/test_roles.py::RoleTest::test_anonymized_from_clause_role test/sql/test_roles.py::RoleTest::test_by_of_role_neg [gw2] [ 64%] PASSED test/sql/test_roles.py::RoleTest::test_by_of_role_neg test/sql/test_roles.py::RoleTest::test_columns_clause_role [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_empty_set_against_string_negation_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_multiple_empty_sets_bindparam [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_multiple_empty_sets_bindparam test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_multiple_empty_sets_direct [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_multiple_empty_sets_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_nonempty_in_plus_empty_notin [gw4] [ 64%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_nonempty_in_plus_empty_notin test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-True-True-True] [gw5] [ 64%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_multilevel_sub_options[1-True] [gw0] [ 64%] PASSED test/orm/test_relationships.py::DirectSelfRefFKTest::test_descendants_lazyload_clause [gw2] [ 64%] PASSED test/sql/test_roles.py::RoleTest::test_columns_clause_role test/sql/test_roles.py::RoleTest::test_columns_clause_role_neg [gw2] [ 64%] PASSED test/sql/test_roles.py::RoleTest::test_columns_clause_role_neg test/sql/test_roles.py::RoleTest::test_const_expr_role [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_const_expr_role test/sql/test_roles.py::RoleTest::test_const_expr_role_neg [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_const_expr_role_neg test/sql/test_roles.py::RoleTest::test_from_clause_is_not_a_select test/orm/test_relationships.py::DirectSelfRefFKTest::test_descendants_subqueryload test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_null_in_empty_set_is_false_bindparam [gw4] [ 65%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_null_in_empty_set_is_false_bindparam test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_null_in_empty_set_is_false_direct [gw4] [ 65%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_null_in_empty_set_is_false_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_typed_str_in test/orm/test_subquery_relations.py::EagerTest::test_multilevel_sub_options[2-False] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[add-True-True-True] [gw4] [ 65%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_typed_str_in test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_untyped_str_in [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_from_clause_is_not_a_select test/sql/test_roles.py::RoleTest::test_labeled_column_expr_role test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-False-False-False] [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_labeled_column_expr_role test/sql/test_roles.py::RoleTest::test_no_clauseelement_in_bind [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_no_clauseelement_in_bind test/sql/test_roles.py::RoleTest::test_offset_or_limit_role_clauseelement [gw0] [ 65%] PASSED test/orm/test_relationships.py::DirectSelfRefFKTest::test_descendants_subqueryload [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-False-False-False] [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_offset_or_limit_role_clauseelement test/sql/test_roles.py::RoleTest::test_offset_or_limit_role_only_ints_or_clauseelement [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_offset_or_limit_role_only_ints_or_clauseelement test/sql/test_roles.py::RoleTest::test_raise_on_regular_python_obj_for_expr [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_raise_on_regular_python_obj_for_expr test/orm/test_relationships.py::DirectSelfRefFKTest::test_plain_join_descendants test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-False-False-True] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-False-False-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-False-True-False] [gw7] [ 65%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_get_baked_query [gw0] [ 65%] PASSED test/orm/test_relationships.py::DirectSelfRefFKTest::test_plain_join_descendants test/sql/test_roles.py::RoleTest::test_scalar_select_no_coercion test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_get_baked_query_shard_id test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_escalation_1 [gw4] [ 65%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_untyped_str_in test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_bound_fetch_offset [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_bound_fetch_offset [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-False-True-False] [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_scalar_select_no_coercion test/sql/test_roles.py::RoleTest::test_select_is_coerced_into_fromclause_w_deprecation [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_select_is_coerced_into_fromclause_w_deprecation test/sql/test_roles.py::RoleTest::test_select_statement_no_text_coercion [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_select_statement_no_text_coercion test/sql/test_roles.py::RoleTest::test_statement_coercion_ddl [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_statement_coercion_ddl test/sql/test_roles.py::RoleTest::test_statement_coercion_select test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-False-True-True] [gw5] [ 65%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_multilevel_sub_options[2-False] test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_bound_limit [gw0] [ 65%] PASSED test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_escalation_1 [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_statement_coercion_select test/sql/test_roles.py::RoleTest::test_statement_coercion_sequence [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_bound_limit test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_escalation_2 test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_bound_limit_offset [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-False-True-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-True-False-False] [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_bound_limit_offset test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_bound_offset [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_bound_offset test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_fetch_offset [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_fetch_offset test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_limit [gw0] [ 65%] PASSED test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_escalation_2 [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-True-False-False] [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_limit test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_limit_offset [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_limit_offset test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-True-False-True] test/orm/test_subquery_relations.py::EagerTest::test_multilevel_sub_options[2-True] test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_manytoone_func_referent test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_limit_simple_offset [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_limit_simple_offset [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-True-False-True] test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_offset [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_offset test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_no_order [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_no_order test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_nobinds [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_statement_coercion_sequence test/sql/test_roles.py::RoleTest::test_statement_text_coercion [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_statement_text_coercion test/sql/test_roles.py::RoleTest::test_strict_from_clause_role [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_strict_from_clause_role test/sql/test_roles.py::RoleTest::test_strict_from_clause_role_disallow_select [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_strict_from_clause_role_disallow_select test/sql/test_roles.py::RoleTest::test_table_valued_advice [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_table_valued_advice test/sql/test_roles.py::RoleTest::test_text_as_from_select_statement [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_text_as_from_select_statement test/sql/test_roles.py::RoleTest::test_truncated_label_role test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-True-True-False] [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_nobinds test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_percent [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_percent test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_percent_ties [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_percent_ties [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_truncated_label_role test/sql/test_roles.py::RoleTest::test_truncated_label_role_neg test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_ties [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-True-True-False] [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_ties test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_ties_exact_number [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_ties_exact_number test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_limit_offset_nobinds test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-True-True-True] [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_truncated_label_role_neg test/sql/test_roles.py::RoleTest::test_untyped_scalar_subquery [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_untyped_scalar_subquery test/sql/test_roles.py::RoleTest::test_where_having_role_neg [gw2] [ 65%] PASSED test/sql/test_roles.py::RoleTest::test_where_having_role_neg [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_limit_offset_nobinds test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_limit_render_multiple_times [gw5] [ 65%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_multilevel_sub_options[2-True] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[delete-True-True-True] test/sql/test_roles.py::SubqueryCoercionsTest::test_column_roles [gw2] [ 65%] PASSED test/sql/test_roles.py::SubqueryCoercionsTest::test_column_roles test/sql/test_roles.py::SubqueryCoercionsTest::test_correlated_update_three [gw0] [ 65%] PASSED test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_manytoone_func_referent test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_manytoone_funcfk test/orm/test_subquery_relations.py::EagerTest::test_one_to_many_scalar [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_limit_render_multiple_times test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_offset [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_offset test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_percent test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-False-False-False] [gw5] [ 65%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_one_to_many_scalar [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_percent [gw2] [ 65%] PASSED test/sql/test_roles.py::SubqueryCoercionsTest::test_correlated_update_three test/sql/test_roles.py::SubqueryCoercionsTest::test_correlated_update_two [gw2] [ 65%] PASSED test/sql/test_roles.py::SubqueryCoercionsTest::test_correlated_update_two test/sql/test_roles.py::SubqueryCoercionsTest::test_labeled_role test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_percent_ties [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_percent_ties test/orm/test_subquery_relations.py::EagerTest::test_options_pathing test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_ties [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_ties [gw2] [ 65%] PASSED test/sql/test_roles.py::SubqueryCoercionsTest::test_labeled_role test/sql/test_roles.py::SubqueryCoercionsTest::test_scalar_select [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-False-False-False] test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit [gw2] [ 65%] PASSED test/sql/test_roles.py::SubqueryCoercionsTest::test_scalar_select test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-False-False-True] test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit_expr_offset [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit_expr_offset test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit_offset[cases0] test/orm/test_scoping.py::ScopedSessionTest::test_attributes [gw2] [ 65%] PASSED test/orm/test_scoping.py::ScopedSessionTest::test_attributes [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit_offset[cases0] test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit_offset[cases1] [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit_offset[cases1] test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit_offset[cases2] [gw0] [ 65%] PASSED test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_manytoone_funcfk test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_onetomany_func_referent test/orm/test_scoping.py::ScopedSessionTest::test_basic [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_limit_offset[cases2] test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_offset [gw2] [ 65%] PASSED test/orm/test_scoping.py::ScopedSessionTest::test_basic [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-False-False-True] [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_offset test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_offset_zero test/orm/test_scoping.py::ScopedSessionTest::test_call_with_kwargs test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-False-True-False] [gw0] [ 65%] PASSED test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_onetomany_func_referent test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_onetomany_funcfk_annotated [gw4] [ 65%] PASSED test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_offset_zero test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_add_table_comment [gw2] [ 65%] PASSED test/orm/test_scoping.py::ScopedSessionTest::test_call_with_kwargs test/orm/test_scoping.py::ScopedSessionTest::test_config_errors [gw2] [ 65%] PASSED test/orm/test_scoping.py::ScopedSessionTest::test_config_errors [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_add_table_comment test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_create_index_if_not_exists [gw4] [ 65%] PASSED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_create_index_if_not_exists test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_create_table test/orm/test_scoping.py::ScopedSessionTest::test_get_bind_custom_session_subclass[style1-_exclusions0] [gw2] [ 65%] PASSED test/orm/test_scoping.py::ScopedSessionTest::test_get_bind_custom_session_subclass[style1-_exclusions0] test/orm/test_scoping.py::ScopedSessionTest::test_get_bind_custom_session_subclass[style2-_exclusions1] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-False-True-False] [gw4] [ 65%] PASSED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_create_table test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_create_table_if_not_exists [gw4] [ 65%] PASSED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_create_table_if_not_exists [gw2] [ 65%] PASSED test/orm/test_scoping.py::ScopedSessionTest::test_get_bind_custom_session_subclass[style2-_exclusions1] test/orm/test_scoping.py::ScopedSessionTest::test_get_bind_custom_session_subclass[style3-_exclusions2] [gw2] [ 65%] PASSED test/orm/test_scoping.py::ScopedSessionTest::test_get_bind_custom_session_subclass[style3-_exclusions2] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-False-True-True] test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_create_table_schema test/orm/test_scoping.py::ScopedSessionTest::test_get_bind_custom_session_subclass[style4-_exclusions3] [gw2] [ 65%] PASSED test/orm/test_scoping.py::ScopedSessionTest::test_get_bind_custom_session_subclass[style4-_exclusions3] test/orm/test_scoping.py::ScopedSessionTest::test_methods_etc [gw0] [ 65%] PASSED test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_onetomany_funcfk_annotated test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_onetomany_funcfk_oldstyle [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-False-True-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-True-False-False] [gw2] [ 65%] PASSED test/orm/test_scoping.py::ScopedSessionTest::test_methods_etc test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_foreign_keys[quote ' one-_exclusions0] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-True-False-False] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_foreign_keys[quote ' one-_exclusions0] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_indexes[quote " two-_exclusions1] [gw0] [ 65%] PASSED test/orm/test_relationships.py::ExplicitLocalRemoteTest::test_onetomany_funcfk_oldstyle test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-True-False-True] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_indexes[quote " two-_exclusions1] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_indexes[quote ' one-_exclusions0] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_indexes[quote ' one-_exclusions0] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_pk_constraint[quote " two-_exclusions1] test/orm/test_relationships.py::FKEquatedToConstantTest::test_basic [gw3] [ 65%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_joinedload_option_unbound [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-True-False-True] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_pk_constraint[quote " two-_exclusions1] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_pk_constraint[quote ' one-_exclusions0] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_pk_constraint[quote ' one-_exclusions0] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_comment[quote " two-_exclusions1] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-True-True-False] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-True-True-False] [gw0] [ 65%] PASSED test/orm/test_relationships.py::FKEquatedToConstantTest::test_basic test/aaa_profiling/test_memusage.py::CycleTest::test_optimized_get test/orm/test_relationships.py::FKsAsPksTest::test_delete_cascade_AtoB[save-update, delete, delete-orphan] [gw4] [ 65%] PASSED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_create_table_schema test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_drop_index_if_exists [gw4] [ 65%] PASSED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_drop_index_if_exists test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table [gw4] [ 65%] PASSED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_comment [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_comment test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_if_exists [gw4] [ 65%] PASSED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_if_exists test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_underscore_names [gw4] [ 65%] PASSED test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_underscore_names [gw0] [ 65%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_delete_cascade_AtoB[save-update, delete, delete-orphan] test/orm/test_relationships.py::FKsAsPksTest::test_delete_cascade_AtoB[save-update, delete] test/dialect/test_suite.py::FutureWeCanSetDefaultSchemaWEventsTest::test_control_case [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FutureWeCanSetDefaultSchemaWEventsTest::test_control_case test/dialect/test_suite.py::FutureWeCanSetDefaultSchemaWEventsTest::test_schema_change_on_connect [gw0] [ 65%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_delete_cascade_AtoB[save-update, delete] test/orm/test_relationships.py::FKsAsPksTest::test_delete_cascade_BtoA[save-update, delete, delete-orphan] [gw0] [ 65%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_delete_cascade_BtoA[save-update, delete, delete-orphan] test/orm/test_relationships.py::FKsAsPksTest::test_delete_cascade_BtoA[save-update, delete] [gw0] [ 65%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_delete_cascade_BtoA[save-update, delete] test/orm/test_relationships.py::FKsAsPksTest::test_delete_manual_AtoB test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-True-True-True] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[modify-True-True-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-False-False-False] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-False-False-False] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-False-False-True] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-False-False-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-False-True-False] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-False-True-False] [gw0] [ 65%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_delete_manual_AtoB test/orm/test_relationships.py::FKsAsPksTest::test_delete_manual_BtoA test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-False-True-True] [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FutureWeCanSetDefaultSchemaWEventsTest::test_schema_change_on_connect test/dialect/test_suite.py::FutureWeCanSetDefaultSchemaWEventsTest::test_schema_change_works_w_transactions [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FutureWeCanSetDefaultSchemaWEventsTest::test_schema_change_works_w_transactions test/dialect/test_suite.py::FutureWeCanSetDefaultSchemaWEventsTest::test_wont_work_wo_insert [gw4] [ 65%] SKIPPED test/dialect/test_suite.py::FutureWeCanSetDefaultSchemaWEventsTest::test_wont_work_wo_insert test/dialect/test_suite.py::HasIndexTest_sqlite+pysqlite_3_38_2::test_has_index [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-False-True-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-True-False-False] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-True-False-False] [gw0] [ 65%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_delete_manual_BtoA test/orm/test_relationships.py::FKsAsPksTest::test_no_delete_PK_AtoB test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-True-False-True] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-True-False-True] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-True-True-False] [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_comment[quote " two-_exclusions1] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_comment[quote ' one-_exclusions0] [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_comment[quote ' one-_exclusions0] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_options[quote " two-_exclusions1] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_options[quote " two-_exclusions1] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_options[quote ' one-_exclusions0] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_options[quote ' one-_exclusions0] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_unique_constraints[quote " two-_exclusions1] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_unique_constraints[quote " two-_exclusions1] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_unique_constraints[quote ' one-_exclusions0] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_unique_constraints[quote ' one-_exclusions0] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_view_definition[quote " two-_exclusions1] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_view_definition[quote " two-_exclusions1] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_view_definition[quote ' one-_exclusions0] [gw2] [ 65%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_view_definition[quote ' one-_exclusions0] test/dialect/test_suite.py::ReturningTest::test_autoincrement_on_insert_implicit_returning [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::ReturningTest::test_autoincrement_on_insert_implicit_returning test/dialect/test_suite.py::ReturningTest::test_explicit_returning_pk_autocommit [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::ReturningTest::test_explicit_returning_pk_autocommit test/dialect/test_suite.py::ReturningTest::test_explicit_returning_pk_no_autocommit [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::ReturningTest::test_explicit_returning_pk_no_autocommit test/dialect/test_suite.py::ReturningTest::test_last_inserted_id_implicit_returning [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::ReturningTest::test_last_inserted_id_implicit_returning test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_basic [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_basic test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_delete_rowcount [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_delete_rowcount test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_multi_delete_rowcount [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_multi_delete_rowcount test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_multi_update_rowcount [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_multi_update_rowcount test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_raw_sql_rowcount [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_raw_sql_rowcount test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_text_rowcount [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_text_rowcount test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_update_rowcount1 [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_update_rowcount1 test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_update_rowcount2 [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_update_rowcount2 test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_update_rowcount_return_defaults [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowCountTest_sqlite+pysqlite_3_38_2::test_update_rowcount_return_defaults [gw0] [ 65%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_no_delete_PK_AtoB [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-True-True-False] test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-True-True-True] [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_attr_change[nothing-True-True-True] test/orm/test_session.py::TransScopingTest::test_autobegin_begin_method [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_begin_method test/orm/test_session.py::TransScopingTest::test_autobegin_execute test/orm/test_relationships.py::FKsAsPksTest::test_no_delete_PK_BtoA test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_row_w_scalar_select [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_row_w_scalar_select test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_row_with_dupe_names [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_row_with_dupe_names test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_via_attr [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_via_attr test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_via_col_object [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_via_col_object test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_via_int [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_via_int test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_via_string [gw2] [ 65%] PASSED test/dialect/test_suite.py::RowFetchTest_sqlite+pysqlite_3_38_2::test_via_string [gw6] [ 65%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_execute test/orm/test_session.py::TransScopingTest::test_autobegin_flush test/dialect/test_suite.py::SequenceCompilerTest::test_literal_binds_inline_compile [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::SequenceCompilerTest::test_literal_binds_inline_compile test/dialect/test_suite.py::SequenceTest::test_insert_lastrowid [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::SequenceTest::test_insert_lastrowid test/dialect/test_suite.py::SequenceTest::test_insert_roundtrip [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::SequenceTest::test_insert_roundtrip test/dialect/test_suite.py::SequenceTest::test_insert_roundtrip_no_implicit_returning [gw2] [ 65%] SKIPPED test/dialect/test_suite.py::SequenceTest::test_insert_roundtrip_no_implicit_returning test/dialect/test_suite.py::SequenceTest::test_insert_roundtrip_translate[False] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::SequenceTest::test_insert_roundtrip_translate[False] test/dialect/test_suite.py::SequenceTest::test_insert_roundtrip_translate[True] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::SequenceTest::test_insert_roundtrip_translate[True] test/dialect/test_suite.py::SequenceTest::test_nextval_direct [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::SequenceTest::test_nextval_direct test/dialect/test_suite.py::SequenceTest::test_nextval_direct_schema_translate [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::SequenceTest::test_nextval_direct_schema_translate [gw6] [ 66%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_flush test/orm/test_session.py::TransScopingTest::test_autobegin_within_flush test/dialect/test_suite.py::SequenceTest::test_optional_seq [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::SequenceTest::test_optional_seq test/dialect/test_suite.py::ServerSideCursorsTest::test_aliases_and_ss [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_aliases_and_ss test/dialect/test_suite.py::ServerSideCursorsTest::test_conn_option [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_conn_option test/dialect/test_suite.py::ServerSideCursorsTest::test_roundtrip_fetchall [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_roundtrip_fetchall test/dialect/test_suite.py::ServerSideCursorsTest::test_roundtrip_fetchmany [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_roundtrip_fetchmany [gw6] [ 66%] PASSED test/orm/test_session.py::TransScopingTest::test_autobegin_within_flush test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[for_update_expr] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[for_update_expr] test/orm/test_session.py::TransScopingTest::test_close test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[for_update_string] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[for_update_string] test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[global_expr] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[global_expr] test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[global_off_explicit] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[global_off_explicit] test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[global_string] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[global_string] test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[global_text] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[global_text] test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[stmt_option] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[stmt_option] test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[stmt_option_disabled] [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_options_pathing [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[stmt_option_disabled] test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[text_no_ss] [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[text_no_ss] test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[text_ss_option] test/orm/test_subquery_relations.py::EagerTest::test_orderby [gw6] [ 66%] PASSED test/orm/test_session.py::TransScopingTest::test_close [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_ss_cursor_status[text_ss_option] test/dialect/test_suite.py::ServerSideCursorsTest::test_stmt_enabled_conn_option_disabled [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ServerSideCursorsTest::test_stmt_enabled_conn_option_disabled test/dialect/test_suite.py::SimpleUpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete test/orm/test_session.py::TransScopingTest::test_no_close_on_flush [gw2] [ 66%] PASSED test/dialect/test_suite.py::SimpleUpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete test/dialect/test_suite.py::SimpleUpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update [gw2] [ 66%] PASSED test/dialect/test_suite.py::SimpleUpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update [gw6] [ 66%] PASSED test/orm/test_session.py::TransScopingTest::test_no_close_on_flush test/orm/test_session.py::TransScopingTest::test_transaction [gw6] [ 66%] SKIPPED test/orm/test_session.py::TransScopingTest::test_transaction test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_literal [gw2] [ 66%] PASSED test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_literal_backslashes [gw2] [ 66%] PASSED test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_literal_backslashes test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_literal_non_ascii [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_orderby test/orm/test_subquery_relations.py::EagerTest::test_orderby_desc test/orm/test_session.py::WeakIdentityMapTest::test_auto_detach_on_gc_session [gw2] [ 66%] PASSED test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_literal_non_ascii test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_literal_quoting [gw2] [ 66%] PASSED test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_literal_quoting test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_nolength_string [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_orderby_desc [gw2] [ 66%] PASSED test/dialect/test_suite.py::StringTest_sqlite+pysqlite_3_38_2::test_nolength_string test/orm/test_subquery_relations.py::EagerTest::test_orderby_multi [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_orderby_multi test/orm/test_subquery_relations.py::EagerTest::test_orderby_related [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_orderby_related test/orm/test_subquery_relations.py::EagerTest::test_params_arent_cached [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_params_arent_cached test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_add_table_comment [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_add_table_comment test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_create_index_if_not_exists [gw2] [ 66%] PASSED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_create_index_if_not_exists test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_create_table [gw2] [ 66%] PASSED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_create_table test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_create_table_if_not_exists [gw2] [ 66%] PASSED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_create_table_if_not_exists test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_create_table_schema test/orm/test_subquery_relations.py::EagerTest::test_uselist_false_warning [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::EagerTest::test_uselist_false_warning test/orm/test_subquery_relations.py::FromSubqTest::test_subq_w_from_self_one [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::FromSubqTest::test_subq_w_from_self_one test/orm/test_subquery_relations.py::FromSubqTest::test_subq_w_from_self_two [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::FromSubqTest::test_subq_w_from_self_two [gw0] [ 66%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_no_delete_PK_BtoA test/orm/test_relationships.py::FKsAsPksTest::test_nullPKsOK_BtoA [gw0] [ 66%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_nullPKsOK_BtoA test/orm/test_relationships.py::FKsAsPksTest::test_onetoone_switch [gw0] [ 66%] PASSED test/orm/test_relationships.py::FKsAsPksTest::test_onetoone_switch test/orm/test_relationships.py::FunctionAsPrimaryJoinTest::test_joinedload [gw0] [ 66%] PASSED test/orm/test_relationships.py::FunctionAsPrimaryJoinTest::test_joinedload test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_insert_from_select_round_trip [gw0] [ 66%] PASSED test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_insert_from_select_round_trip test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_select_nonrecursive_round_trip [gw0] [ 66%] PASSED test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_select_nonrecursive_round_trip test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_select_recursive_round_trip [gw0] [ 66%] PASSED test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_select_recursive_round_trip test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_update_from_round_trip [gw0] [ 66%] SKIPPED test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_update_from_round_trip test/dialect/test_suite.py::CastTypeDecoratorTest_sqlite+pysqlite_3_38_2::test_special_type [gw0] [ 66%] PASSED test/dialect/test_suite.py::CastTypeDecoratorTest_sqlite+pysqlite_3_38_2::test_special_type test/dialect/test_suite.py::CollateTest_sqlite+pysqlite_3_38_2::test_collate_order_by [gw0] [ 66%] PASSED test/dialect/test_suite.py::CollateTest_sqlite+pysqlite_3_38_2::test_collate_order_by test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_check_constraints[False-_exclusions1] [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_check_constraints[False-_exclusions1] test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_check_constraints[True-_exclusions0] test/orm/test_subquery_relations.py::InheritanceToRelatedTest::test_caches_query_per_base_joined [gw4] [ 66%] PASSED test/dialect/test_suite.py::HasIndexTest_sqlite+pysqlite_3_38_2::test_has_index [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_check_constraints[True-_exclusions0] [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::InheritanceToRelatedTest::test_caches_query_per_base_joined test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[None-CASCADE-None-_exclusions0] test/orm/test_subquery_relations.py::InheritanceToRelatedTest::test_caches_query_per_base_subq [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[None-CASCADE-None-_exclusions0] test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[None-None-RESTRICT-_exclusions4] test/dialect/test_suite.py::HasIndexTest_sqlite+pysqlite_3_38_2::test_has_index_schema [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[None-None-RESTRICT-_exclusions4] [gw4] [ 66%] PASSED test/dialect/test_suite.py::HasIndexTest_sqlite+pysqlite_3_38_2::test_has_index_schema test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[None-None-SET NULL-_exclusions1] [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[None-None-SET NULL-_exclusions1] [gw2] [ 66%] PASSED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_create_table_schema test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_drop_index_if_exists test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[None-RESTRICT-None-_exclusions5] [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[None-RESTRICT-None-_exclusions5] test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[expected2-None-NO ACTION-_exclusions2] test/dialect/test_suite.py::HasSequenceTest::test_get_sequence_names [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_get_sequence_names [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[expected2-None-NO ACTION-_exclusions2] test/dialect/test_suite.py::HasSequenceTest::test_get_sequence_names_no_sequence_schema [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_get_sequence_names_no_sequence_schema test/dialect/test_suite.py::HasSequenceTest::test_get_sequence_names_sequences_schema [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_get_sequence_names_sequences_schema test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[expected3-NO ACTION-None-_exclusions3] test/dialect/test_suite.py::HasSequenceTest::test_has_sequence [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_has_sequence [gw7] [ 66%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_get_baked_query_shard_id test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_default_not_in_remote [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_default_not_in_remote test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_neg [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_neg [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_get_foreign_key_options[expected3-NO ACTION-None-_exclusions3] [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::InheritanceToRelatedTest::test_caches_query_per_base_subq test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_nullable_reflection test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_get_explicit_shard [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_nullable_reflection test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_numeric_reflection [gw2] [ 66%] PASSED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_drop_index_if_exists test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table [gw2] [ 66%] PASSED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_numeric_reflection test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_reflect_covering_index test/orm/test_subquery_relations.py::Issue6149Test::test_issue_6419 test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_comment [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_comment test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_if_exists [gw2] [ 66%] PASSED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_if_exists test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_underscore_names [gw2] [ 66%] PASSED test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_underscore_names test/dialect/test_suite.py::TableNoColumnsTest::test_get_columns_table_no_columns [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TableNoColumnsTest::test_get_columns_table_no_columns test/dialect/test_suite.py::TableNoColumnsTest::test_get_columns_view_no_columns [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TableNoColumnsTest::test_get_columns_view_no_columns test/dialect/test_suite.py::TableNoColumnsTest::test_reflect_incl_table_no_columns [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TableNoColumnsTest::test_reflect_incl_table_no_columns test/dialect/test_suite.py::TableNoColumnsTest::test_reflect_table_no_columns [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TableNoColumnsTest::test_reflect_table_no_columns test/dialect/test_suite.py::TableNoColumnsTest::test_reflect_view_no_columns [gw0] [ 66%] SKIPPED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_reflect_covering_index [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TableNoColumnsTest::test_reflect_view_no_columns test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_other_object test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_reflect_expression_based_indexes test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_reflect_expression_based_indexes test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_varchar_reflection [gw2] [ 66%] PASSED test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal_backslashes [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_other_object test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_remote_not_in_default [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_remote_not_in_default test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_schema [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_schema test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_schemas_neg [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTest::test_has_sequence_schemas_neg test/dialect/test_suite.py::HasSequenceTestEmpty::test_get_sequence_names_no_sequence [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::HasSequenceTestEmpty::test_get_sequence_names_no_sequence test/dialect/test_suite.py::HasTableTest_sqlite+pysqlite_3_38_2::test_has_table [gw0] [ 66%] PASSED test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_varchar_reflection [gw2] [ 66%] PASSED test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal_backslashes test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal_non_ascii test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_autoincrement_col [gw2] [ 66%] PASSED test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal_non_ascii test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal_percentsigns [gw2] [ 66%] PASSED test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal_percentsigns test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal_quoting [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::Issue6149Test::test_issue_6419 [gw2] [ 66%] PASSED test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_literal_quoting test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_text_empty_strings [gw2] [ 66%] PASSED test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_text_empty_strings test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_text_null_strings test/orm/test_subquery_relations.py::JoinedNoLoadConflictTest::test_subqueryload_on_joined_noload [gw2] [ 66%] PASSED test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_text_null_strings test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_text_roundtrip [gw2] [ 66%] PASSED test/dialect/test_suite.py::TextTest_sqlite+pysqlite_3_38_2::test_text_roundtrip [gw4] [ 66%] PASSED test/dialect/test_suite.py::HasTableTest_sqlite+pysqlite_3_38_2::test_has_table test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_literal [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_null [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::JoinedNoLoadConflictTest::test_subqueryload_on_joined_noload [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison test/orm/test_subquery_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_collection [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_round_trip [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_select_direct [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_select_direct test/dialect/test_suite.py::TimeTZTest::test_literal [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimeTZTest::test_literal test/dialect/test_suite.py::TimeTZTest::test_null [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimeTZTest::test_null test/dialect/test_suite.py::TimeTZTest::test_null_bound_comparison [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimeTZTest::test_null_bound_comparison test/dialect/test_suite.py::TimeTZTest::test_round_trip [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimeTZTest::test_round_trip test/dialect/test_suite.py::TimeTZTest::test_round_trip_decorated [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimeTZTest::test_round_trip_decorated test/dialect/test_suite.py::TimeTZTest::test_select_direct [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimeTZTest::test_select_direct test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_literal [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_null [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_round_trip [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_select_direct test/dialect/test_suite.py::HasTableTest_sqlite+pysqlite_3_38_2::test_has_table_schema [gw2] [ 66%] PASSED test/dialect/test_suite.py::TimeTest_sqlite+pysqlite_3_38_2::test_select_direct [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_collection test/orm/test_subquery_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_scalar test/dialect/test_suite.py::TimestampMicrosecondsTest::test_literal [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimestampMicrosecondsTest::test_literal test/dialect/test_suite.py::TimestampMicrosecondsTest::test_null [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimestampMicrosecondsTest::test_null test/dialect/test_suite.py::TimestampMicrosecondsTest::test_null_bound_comparison [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimestampMicrosecondsTest::test_null_bound_comparison test/dialect/test_suite.py::TimestampMicrosecondsTest::test_round_trip [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimestampMicrosecondsTest::test_round_trip test/dialect/test_suite.py::TimestampMicrosecondsTest::test_round_trip_decorated [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimestampMicrosecondsTest::test_round_trip_decorated test/dialect/test_suite.py::TimestampMicrosecondsTest::test_select_direct [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::TimestampMicrosecondsTest::test_select_direct test/dialect/test_suite.py::UnicodeSchemaTest_sqlite+pysqlite_3_38_2::test_col_targeting [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeSchemaTest_sqlite+pysqlite_3_38_2::test_col_targeting test/dialect/test_suite.py::UnicodeSchemaTest_sqlite+pysqlite_3_38_2::test_insert [gw4] [ 66%] PASSED test/dialect/test_suite.py::HasTableTest_sqlite+pysqlite_3_38_2::test_has_table_schema [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeSchemaTest_sqlite+pysqlite_3_38_2::test_insert test/dialect/test_suite.py::UnicodeSchemaTest_sqlite+pysqlite_3_38_2::test_reflect [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeSchemaTest_sqlite+pysqlite_3_38_2::test_reflect test/dialect/test_suite.py::UnicodeSchemaTest_sqlite+pysqlite_3_38_2::test_repr [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeSchemaTest_sqlite+pysqlite_3_38_2::test_repr [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_load_two_levels_collection_to_scalar test/orm/test_subquery_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_collection test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_empty_strings_text [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_empty_strings_text test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_literal [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_literal_non_ascii [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_literal_non_ascii test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_null_strings_text [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_null_strings_text test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_round_trip [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_round_trip_executemany [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeTextTest_sqlite+pysqlite_3_38_2::test_round_trip_executemany test/dialect/test_suite.py::IdentityAutoincrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_with_identity [gw4] [ 66%] PASSED test/dialect/test_suite.py::IdentityAutoincrementTest_sqlite+pysqlite_3_38_2::test_autoincrement_with_identity test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_empty_strings_varchar [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_empty_strings_varchar test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::IdentityColumnTest::test_insert_always_error [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::IdentityColumnTest::test_insert_always_error test/dialect/test_suite.py::IdentityColumnTest::test_select_all [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::IdentityColumnTest::test_select_all test/dialect/test_suite.py::IdentityColumnTest::test_select_columns [gw5] [ 66%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_collection [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_literal_non_ascii [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::IdentityColumnTest::test_select_columns test/dialect/test_suite.py::IdentityReflectionTest::test_reflect_identity [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::IdentityReflectionTest::test_reflect_identity test/dialect/test_suite.py::IdentityReflectionTest::test_reflect_identity_schema [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::IdentityReflectionTest::test_reflect_identity_schema test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_autoclose_on_insert [gw4] [ 66%] PASSED test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_autoclose_on_insert test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_autoclose_on_insert_implicit_returning [gw4] [ 66%] SKIPPED test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_autoclose_on_insert_implicit_returning test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_empty_insert test/orm/test_subquery_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_scalar [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_literal_non_ascii test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_null_strings_varchar [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_null_strings_varchar test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_round_trip [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_round_trip_executemany [gw4] [ 66%] PASSED test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_empty_insert test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_empty_insert_multiple [gw2] [ 66%] PASSED test/dialect/test_suite.py::UnicodeVarcharTest_sqlite+pysqlite_3_38_2::test_round_trip_executemany test/dialect/test_suite.py::ValuesExpressionTest::test_tuples [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::ValuesExpressionTest::test_tuples test/dialect/test_suite.py::WeCanSetDefaultSchemaWEventsTest::test_control_case [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::WeCanSetDefaultSchemaWEventsTest::test_control_case test/dialect/test_suite.py::WeCanSetDefaultSchemaWEventsTest::test_schema_change_on_connect [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::WeCanSetDefaultSchemaWEventsTest::test_schema_change_on_connect test/dialect/test_suite.py::WeCanSetDefaultSchemaWEventsTest::test_schema_change_works_w_transactions [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::WeCanSetDefaultSchemaWEventsTest::test_schema_change_works_w_transactions test/dialect/test_suite.py::WeCanSetDefaultSchemaWEventsTest::test_wont_work_wo_insert [gw2] [ 66%] SKIPPED test/dialect/test_suite.py::WeCanSetDefaultSchemaWEventsTest::test_wont_work_wo_insert test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture5-True] [gw2] [ 66%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture5-True] [gw4] [ 66%] PASSED test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_empty_insert_multiple test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_insert_from_select [gw4] [ 66%] PASSED test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_insert_from_select test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture6-False] test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_insert_from_select_autoinc [gw4] [ 66%] PASSED test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_insert_from_select_autoinc test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_insert_from_select_autoinc_no_rows [gw4] [ 66%] PASSED test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_insert_from_select_autoinc_no_rows [gw2] [ 66%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture6-False] test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_insert_from_select_with_defaults test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture6-True] [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture6-True] [gw4] [ 67%] PASSED test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_insert_from_select_with_defaults test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture7-False] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture7-False] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture7-True] test/dialect/test_suite.py::IntegerTest_sqlite+pysqlite_3_38_2::test_huge_int [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture7-True] [gw4] [ 67%] PASSED test/dialect/test_suite.py::IntegerTest_sqlite+pysqlite_3_38_2::test_huge_int test/dialect/test_suite.py::IntegerTest_sqlite+pysqlite_3_38_2::test_literal test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture8-False] [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture8-False] [gw4] [ 67%] PASSED test/dialect/test_suite.py::IntegerTest_sqlite+pysqlite_3_38_2::test_literal test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture8-True] [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_loads_second_level_collection_to_scalar test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[both_int_different] [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture8-True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture9-False] [gw4] [ 67%] PASSED test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[both_int_different] test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[both_int_same] test/orm/test_subquery_relations.py::LoadOnExistingTest::test_no_query_on_deferred [gw4] [ 67%] PASSED test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[both_int_same] test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[both_null] [gw4] [ 67%] PASSED test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[both_null] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture9-False] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture9-True] test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[one_null_first] [gw4] [ 67%] PASSED test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[one_null_first] test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[one_null_second] [gw4] [ 67%] PASSED test/dialect/test_suite.py::IsOrIsNotDistinctFromTest_sqlite+pysqlite_3_38_2::test_is_or_is_not_distinct_from[one_null_second] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture9-True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture0] [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture0] test/dialect/test_suite.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_all_levels [gw4] [ 67%] PASSED test/dialect/test_suite.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_all_levels test/dialect/test_suite.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_default_isolation_level [gw4] [ 67%] PASSED test/dialect/test_suite.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_default_isolation_level test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture10] [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture10] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture11] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_autoincrement_col test/dialect/test_suite.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_non_default_isolation_level [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture11] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture1] [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_no_query_on_deferred [gw4] [ 67%] PASSED test/dialect/test_suite.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_non_default_isolation_level test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_dialect_initialize test/orm/test_subquery_relations.py::LoadOnExistingTest::test_populate_existing_propagate [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_dialect_initialize test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_columns[False-False-_exclusions0] [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_populate_existing_propagate [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_columns[False-False-_exclusions0] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_columns[False-True-_exclusions1] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_columns[False-True-_exclusions1] test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[immediate] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_columns[True-False-_exclusions2] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_columns[True-False-_exclusions2] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_columns[True-True-_exclusions3] test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_against_string_basic [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture1] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture2] [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture2] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture3] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture3] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture4] [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture4] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture5] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_columns[True-True-_exclusions3] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_comments [gw0] [ 67%] SKIPPED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_comments test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_comments_with_schema [gw0] [ 67%] SKIPPED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_comments_with_schema test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_default_schema_name [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture5] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_default_schema_name test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_foreign_keys[False-_exclusions0] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture6] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_against_string_basic test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_mixed_path [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[immediate] [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture6] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture7] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_mixed_path test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_simple_int test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[raise] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture7] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_simple_int test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_spaces_in_key test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture8] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_spaces_in_key test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_string_path [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture8] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONLegacyStringCastIndexTest_sqlite+pysqlite_3_38_2::test_string_cast_crit_string_path test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture9] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_eval_none_flag_orm [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture9] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[raise] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit_w_autobegin test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[raise_on_sql] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_eval_none_flag_orm [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit_w_autobegin test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[None0] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit_w_begin [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[None0] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit_w_begin test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_double_begin [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_double_begin test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[None1] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_on_close_no_transaction [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[None1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[_decimal0] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_no_on_close_no_transaction test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_end_ctx_manager [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[_decimal0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[_decimal1] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_end_ctx_manager test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_end_ctx_manager_autobegin [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[raise_on_sql] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[_decimal1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[_decimal2] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_end_ctx_manager_autobegin test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[select] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[_decimal2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[boolean0] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_inactive [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[boolean0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[boolean1] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[boolean1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[boolean2] [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_inactive test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_no_begin [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_no_begin test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_on_close [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[boolean2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[float0] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[float0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[float1] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[float1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[float2] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_foreign_keys[False-_exclusions0] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_foreign_keys[True-_exclusions1] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[float2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[integer0] [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_option_refresh[select] [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_on_close test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_on_exception [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[integer0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[integer1] test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_refresh [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_on_exception [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[integer1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[integer2] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_on_exception_if_no_trans [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[integer2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[integer3] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_foreign_keys[True-_exclusions1] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_indexes[False-_exclusions0] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_indexes[False-_exclusions0] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_indexes[True-_exclusions1] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_indexes[True-_exclusions1] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_inter_schema_foreign_keys [gw0] [ 67%] SKIPPED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_inter_schema_foreign_keys test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_noncol_index[noncol_idx_test_nopk-noncol_idx_nopk] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_noncol_index[noncol_idx_test_nopk-noncol_idx_nopk] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_noncol_index[noncol_idx_test_pk-noncol_idx_pk] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_noncol_index[noncol_idx_test_pk-noncol_idx_pk] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_pk_constraint[False-_exclusions0] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_pk_constraint[False-_exclusions0] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_pk_constraint[True-_exclusions1] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_pk_constraint[True-_exclusions1] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_schema_names [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_schema_names test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_schema_names_w_translate_map [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_schema_names_w_translate_map test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-False-True-False-_exclusions3] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-False-True-False-_exclusions3] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-False-True-True-_exclusions4] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-False-True-True-_exclusions4] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-True-False-False-_exclusions0] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-True-False-False-_exclusions0] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-True-False-True-_exclusions1] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-True-False-True-_exclusions1] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-True-True-False-_exclusions5] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-True-True-False-_exclusions5] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-True-True-True-_exclusions6] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[None-True-True-True-_exclusions6] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[foreign_key-True-False-False-_exclusions2] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_names[foreign_key-True-False-False-_exclusions2] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_oid[users-False-_exclusions0] [gw0] [ 67%] SKIPPED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_oid[users-False-_exclusions0] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_oid[users-True-_exclusions1] [gw0] [ 67%] SKIPPED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_oid[users-True-_exclusions1] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_table_columns [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_table_columns test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_table_indexes [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_table_indexes test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_table_names [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_table_names test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_table_unique_constraints [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_table_unique_constraints test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_view_columns [gw2] [ 67%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_on_exception_if_no_trans test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_five [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_five test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_four [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_four test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_one [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_one test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_seven [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_seven test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_six [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_six test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_three [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_three test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_two [gw2] [ 67%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_two [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[integer3] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[json0] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[json0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[json1] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[json1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[numeric0] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[numeric0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[numeric1] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[numeric1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[numeric2] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[numeric2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[string0] [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::LoadOnExistingTest::test_runs_query_on_refresh [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[string0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[string1] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[string1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[string2] [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_view_columns test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_view_names [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_temp_view_names test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_connection_invalidated [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[string2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[string3] [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_connection_invalidated [gw4] [ 67%] SKIPPED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[string3] test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_default_level [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_default_level test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_engine_param_stays [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_engine_param_stays test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_invalid_level [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_invalid_level test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_isolation_level_accessors_connection_default test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[_decimal0] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_unique_constraints[False-_exclusions1] [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_isolation_level_accessors_connection_default test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_isolation_level_accessors_connection_option_modified test/orm/test_subquery_relations.py::OrderBySecondaryTest::test_ordering [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[_decimal0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[_decimal1] [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_isolation_level_accessors_connection_option_modified [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[_decimal1] test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_per_connection [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_per_connection test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[_decimal2] [gw4] [ 67%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[_decimal2] test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_per_engine [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_per_engine test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_38_2::test_rollback_ignores_clean_on_savepoint_agg_upd_eval test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_per_option_engine [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_per_option_engine test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_per_statement_bzzt [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_per_statement_bzzt test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_reset_level [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_reset_level test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_reset_level_with_setting [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_reset_level_with_setting test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_warning_in_transaction [gw2] [ 67%] PASSED test/engine/test_transaction.py::IsolationLevelTest_sqlite+pysqlite_3_38_2::test_warning_in_transaction test/orm/test_transaction.py::LegacyBranchedJoinIntoAnExternalTransactionTest::test_something [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_unique_constraints[False-_exclusions1] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_unique_constraints[True-_exclusions0] [gw2] [ 67%] PASSED test/orm/test_transaction.py::LegacyBranchedJoinIntoAnExternalTransactionTest::test_something [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::OrderBySecondaryTest::test_ordering test/orm/test_subquery_relations.py::SelfRefInheritanceAliasedTest::test_twolevel_subquery_w_polymorphic [gw4] [ 67%] SKIPPED test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_38_2::test_rollback_ignores_clean_on_savepoint_agg_upd_eval test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_38_2::test_rollback_ignores_clean_on_savepoint_agg_upd_fetch [gw4] [ 67%] SKIPPED test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_38_2::test_rollback_ignores_clean_on_savepoint_agg_upd_fetch test/engine/test_transaction.py::ConnectionCharacteristicTest::test_connection_invalidated [gw4] [ 67%] PASSED test/engine/test_transaction.py::ConnectionCharacteristicTest::test_connection_invalidated test/engine/test_transaction.py::ConnectionCharacteristicTest::test_default_level [gw4] [ 67%] PASSED test/engine/test_transaction.py::ConnectionCharacteristicTest::test_default_level test/engine/test_transaction.py::ConnectionCharacteristicTest::test_engine_param_stays [gw4] [ 67%] PASSED test/engine/test_transaction.py::ConnectionCharacteristicTest::test_engine_param_stays test/engine/test_transaction.py::ConnectionCharacteristicTest::test_per_engine [gw4] [ 67%] PASSED test/engine/test_transaction.py::ConnectionCharacteristicTest::test_per_engine test/engine/test_transaction.py::ConnectionCharacteristicTest::test_per_option_engine [gw4] [ 67%] PASSED test/engine/test_transaction.py::ConnectionCharacteristicTest::test_per_option_engine test/engine/test_transaction.py::ConnectionCharacteristicTest::test_per_statement_bzzt [gw4] [ 67%] PASSED test/engine/test_transaction.py::ConnectionCharacteristicTest::test_per_statement_bzzt test/engine/test_transaction.py::ConnectionCharacteristicTest::test_warning_in_transaction test/orm/test_transaction.py::LegacyJoinIntoAnExternalTransactionTest::test_something [gw4] [ 67%] PASSED test/engine/test_transaction.py::ConnectionCharacteristicTest::test_warning_in_transaction test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_begin_context_manager [gw2] [ 67%] PASSED test/orm/test_transaction.py::LegacyJoinIntoAnExternalTransactionTest::test_something [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::SelfRefInheritanceAliasedTest::test_twolevel_subquery_w_polymorphic test/orm/test_subquery_relations.py::SelfReferentialTest::test_basic [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_unique_constraints[True-_exclusions0] test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_key_replaced_by_oob_insert [gw4] [ 67%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_begin_context_manager test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_begin_context_manager_rollback_outer [gw4] [ 67%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_begin_context_manager_rollback_outer test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_begin_context_manager_rollback_trans [gw2] [ 67%] PASSED test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_key_replaced_by_oob_insert test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_key_replaced_by_update [gw4] [ 67%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_begin_context_manager_rollback_trans test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_contextmanager_commit test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_view_definition[False-_exclusions0] [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::SelfReferentialTest::test_basic [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_view_definition[False-_exclusions0] test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_view_definition[True-_exclusions1] [gw4] [ 67%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_contextmanager_commit [gw2] [ 67%] PASSED test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_key_replaced_by_update test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_key_replaced_by_update_nested [gw2] [ 67%] SKIPPED test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_key_replaced_by_update_nested test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_multiple_key_replaced_by_update [gw0] [ 67%] PASSED test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_view_definition[True-_exclusions1] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_contextmanager_nested_rollback test/orm/test_subquery_relations.py::SelfReferentialTest::test_lazy_fallback_doesnt_affect_eager [gw2] [ 67%] PASSED test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_multiple_key_replaced_by_update [gw4] [ 67%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_contextmanager_nested_rollback test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_reloaded_deleted_checked_for_expiry test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_contextmanager_rollback [gw4] [ 67%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_contextmanager_rollback test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_explicit_begin [gw4] [ 67%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_explicit_begin [gw5] [ 67%] PASSED test/orm/test_subquery_relations.py::SelfReferentialTest::test_lazy_fallback_doesnt_affect_eager test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_future_rollback_is_global [gw4] [ 67%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_future_rollback_is_global test/orm/test_subquery_relations.py::SelfReferentialTest::test_no_depth test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture0-False] [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture0-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture0-True] [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture0-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture1-False] [gw5] [ 68%] PASSED test/orm/test_subquery_relations.py::SelfReferentialTest::test_no_depth test/orm/test_subquery_relations.py::SelfReferentialTest::test_options [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture1-False] [gw5] [ 68%] PASSED test/orm/test_subquery_relations.py::SelfReferentialTest::test_options test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture1-True] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture1-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture10-False] [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture10-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture10-True] test/orm/test_subquery_relations.py::SelfReferentialTest::test_with_deferred [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture10-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture11-False] [gw7] [ 68%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_get_explicit_shard test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_lookup_w_shard [gw5] [ 68%] PASSED test/orm/test_subquery_relations.py::SelfReferentialTest::test_with_deferred [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture11-False] test/orm/test_subquery_relations.py::SubRelationFromJoinedSubclassMultiLevelTest::test_chained_subq_subclass test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture11-True] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture11-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture2-False] [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture2-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture2-True] [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture2-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture3-False] test/dialect/test_suite.py::CompositeKeyReflectionTest_sqlite+pysqlite_3_38_2::test_fk_column_order [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture3-False] [gw0] [ 68%] PASSED test/dialect/test_suite.py::CompositeKeyReflectionTest_sqlite+pysqlite_3_38_2::test_fk_column_order test/dialect/test_suite.py::CompositeKeyReflectionTest_sqlite+pysqlite_3_38_2::test_pk_column_order test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture3-True] [gw0] [ 68%] PASSED test/dialect/test_suite.py::CompositeKeyReflectionTest_sqlite+pysqlite_3_38_2::test_pk_column_order [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture3-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture4-False] test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_distinct_selectable_in_unions [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture4-False] [gw0] [ 68%] PASSED test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_distinct_selectable_in_unions test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_aliased_selectable_in_unions test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture4-True] [gw0] [ 68%] PASSED test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_aliased_selectable_in_unions test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_in_unions_from_alias [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture4-True] [gw0] [ 68%] PASSED test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_in_unions_from_alias test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_selectable_in_unions test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture5-False] [gw6] [ 68%] PASSED test/orm/test_session.py::WeakIdentityMapTest::test_auto_detach_on_gc_session [gw0] [ 68%] PASSED test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_selectable_in_unions [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture5-False] test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_order_by_selectable_in_unions test/orm/test_session.py::WeakIdentityMapTest::test_fast_discard_race test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture5-True] [gw0] [ 68%] PASSED test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_order_by_selectable_in_unions test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_plain_union [gw5] [ 68%] PASSED test/orm/test_subquery_relations.py::SubRelationFromJoinedSubclassMultiLevelTest::test_chained_subq_subclass [gw0] [ 68%] PASSED test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_plain_union test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_select_from_plain_union [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture5-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture6-False] [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture6-False] [gw0] [ 68%] PASSED test/dialect/test_suite.py::CompoundSelectTest_sqlite+pysqlite_3_38_2::test_select_from_plain_union test/orm/test_subquery_relations.py::SubqueryloadDistinctTest::test_cant_do_distinct_in_joins test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture6-True] test/dialect/test_suite.py::ComputedColumnTest_sqlite+pysqlite_3_38_2::test_select_all [gw0] [ 68%] PASSED test/dialect/test_suite.py::ComputedColumnTest_sqlite+pysqlite_3_38_2::test_select_all test/dialect/test_suite.py::ComputedColumnTest_sqlite+pysqlite_3_38_2::test_select_columns [gw0] [ 68%] PASSED test/dialect/test_suite.py::ComputedColumnTest_sqlite+pysqlite_3_38_2::test_select_columns [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture6-True] test/dialect/test_suite.py::ComputedReflectionTest_sqlite+pysqlite_3_38_2::test_computed_col_default_not_set test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture7-False] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture7-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture7-True] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture7-True] [gw5] [ 68%] PASSED test/orm/test_subquery_relations.py::SubqueryloadDistinctTest::test_cant_do_distinct_in_joins test/orm/test_subquery_relations.py::SubqueryloadDistinctTest::test_distinct_strategy_opt_m2o test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture8-False] [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture8-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture8-True] [gw4] [ 68%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture8-True] [gw0] [ 68%] PASSED test/dialect/test_suite.py::ComputedReflectionTest_sqlite+pysqlite_3_38_2::test_computed_col_default_not_set test/dialect/test_suite.py::ComputedReflectionTest_sqlite+pysqlite_3_38_2::test_get_column_returns_computed [gw0] [ 68%] PASSED test/dialect/test_suite.py::ComputedReflectionTest_sqlite+pysqlite_3_38_2::test_get_column_returns_computed test/dialect/test_suite.py::ComputedReflectionTest_sqlite+pysqlite_3_38_2::test_get_column_returns_persisted [gw0] [ 68%] PASSED test/dialect/test_suite.py::ComputedReflectionTest_sqlite+pysqlite_3_38_2::test_get_column_returns_persisted test/dialect/test_suite.py::ComputedReflectionTest_sqlite+pysqlite_3_38_2::test_get_column_returns_persisted_with_schema [gw5] [ 68%] PASSED test/orm/test_subquery_relations.py::SubqueryloadDistinctTest::test_distinct_strategy_opt_m2o test/orm/test_subquery_relations.py::SubqueryloadDistinctTest::test_distinct_unrelated_opt_m2o test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture9-False] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture9-False] [gw0] [ 68%] PASSED test/dialect/test_suite.py::ComputedReflectionTest_sqlite+pysqlite_3_38_2::test_get_column_returns_persisted_with_schema [gw5] [ 68%] PASSED test/orm/test_subquery_relations.py::SubqueryloadDistinctTest::test_distinct_unrelated_opt_m2o test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture9-True] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager[trans_ctx_manager_fixture9-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-False-False-False] test/orm/test_subquery_relations.py::TestExistingRowPopulation::test_m2o [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-False-False-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-False-False-True] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-False-False-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-False-True-False] test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_literal [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_null [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-False-True-False] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_round_trip [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_round_trip test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-False-True-True] [gw5] [ 68%] PASSED test/orm/test_subquery_relations.py::TestExistingRowPopulation::test_m2o [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-False-True-True] test/orm/test_subquery_relations.py::TestExistingRowPopulation::test_o2m test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-True-False-False] test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_select_direct [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateHistoricTest_sqlite+pysqlite_3_38_2::test_select_direct [gw5] [ 68%] PASSED test/orm/test_subquery_relations.py::TestExistingRowPopulation::test_o2m [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-True-False-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-True-False-True] test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_literal [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_38_2::test_autocommit_off [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-True-False-True] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison [gw5] [ 68%] PASSED test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_38_2::test_autocommit_off test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_38_2::test_autocommit_on [gw5] [ 68%] PASSED test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_38_2::test_autocommit_on test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-True-True-False] test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_38_2::test_turn_autocommit_off_via_default_iso_level test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_round_trip [gw5] [ 68%] PASSED test/dialect/test_suite.py::AutocommitIsolationTest_sqlite+pysqlite_3_38_2::test_turn_autocommit_off_via_default_iso_level [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-True-True-False] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated test/dialect/test_suite.py::BinaryTest_sqlite+pysqlite_3_38_2::test_binary_roundtrip test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-True-True-True] test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_select_direct [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTest_sqlite+pysqlite_3_38_2::test_select_direct [gw5] [ 68%] PASSED test/dialect/test_suite.py::BinaryTest_sqlite+pysqlite_3_38_2::test_binary_roundtrip test/dialect/test_suite.py::BinaryTest_sqlite+pysqlite_3_38_2::test_pickle_roundtrip test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_literal [gw5] [ 68%] PASSED test/dialect/test_suite.py::BinaryTest_sqlite+pysqlite_3_38_2::test_pickle_roundtrip [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[add-True-True-True] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_literal test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-False-False-False] test/dialect/test_suite.py::BooleanTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_null [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison [gw5] [ 68%] PASSED test/dialect/test_suite.py::BooleanTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::BooleanTest_sqlite+pysqlite_3_38_2::test_render_literal_bool [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison [gw5] [ 68%] PASSED test/dialect/test_suite.py::BooleanTest_sqlite+pysqlite_3_38_2::test_render_literal_bool [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-False-False-False] test/dialect/test_suite.py::BooleanTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_round_trip [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated [gw5] [ 68%] PASSED test/dialect/test_suite.py::BooleanTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::BooleanTest_sqlite+pysqlite_3_38_2::test_whereclause [gw5] [ 68%] PASSED test/dialect/test_suite.py::BooleanTest_sqlite+pysqlite_3_38_2::test_whereclause test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-False-False-True] test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_delete_from_round_trip [gw5] [ 68%] SKIPPED test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_delete_from_round_trip [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-False-False-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-False-True-False] test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_delete_scalar_subq_round_trip [gw5] [ 68%] SKIPPED test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_delete_scalar_subq_round_trip [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_select_direct test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[boolean0] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-False-True-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-False-True-True] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[boolean0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[boolean1] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[boolean1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[boolean2] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeCoercedToDateTimeTest_sqlite+pysqlite_3_38_2::test_select_direct [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[boolean2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[float0] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[float0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[float1] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-False-True-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-True-False-False] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[float1] test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[float2] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[float2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[integer0] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-True-False-False] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[integer0] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-True-False-True] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[integer1] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[integer1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[integer2] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[integer2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[integer3] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_literal [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-True-False-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-True-True-False] test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_null [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_round_trip [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_select_direct [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeHistoricTest_sqlite+pysqlite_3_38_2::test_select_direct [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[integer3] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[numeric0] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[numeric0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[numeric1] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[numeric1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[numeric2] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[numeric2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[string0] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[string0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[string1] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[string1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[string2] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[string2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[string3] [gw5] [ 68%] SKIPPED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[string3] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[_decimal0] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[_decimal0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[_decimal1] test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_literal [gw7] [ 68%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_lookup_w_shard test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_textual_lookup[False] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[_decimal1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[_decimal2] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[_decimal2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[boolean0] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[boolean0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[boolean1] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[boolean1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[boolean2] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[boolean2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[float0] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[float0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[float1] [gw4] [ 68%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-True-True-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-True-True-True] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[float1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[float2] [gw2] [ 68%] PASSED test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_reloaded_deleted_checked_for_expiry [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[float2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[integer0] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_null [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_round_trip [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_select_direct [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeMicrosecondsTest_sqlite+pysqlite_3_38_2::test_select_direct test/dialect/test_suite.py::DateTimeTZTest::test_literal test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_rollback_recover [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[integer0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[integer1] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[integer1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[integer2] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[integer2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[integer3] [gw0] [ 68%] SKIPPED test/dialect/test_suite.py::DateTimeTZTest::test_literal test/dialect/test_suite.py::DateTimeTZTest::test_null [gw0] [ 68%] SKIPPED test/dialect/test_suite.py::DateTimeTZTest::test_null test/dialect/test_suite.py::DateTimeTZTest::test_null_bound_comparison [gw0] [ 68%] SKIPPED test/dialect/test_suite.py::DateTimeTZTest::test_null_bound_comparison test/dialect/test_suite.py::DateTimeTZTest::test_round_trip [gw0] [ 68%] SKIPPED test/dialect/test_suite.py::DateTimeTZTest::test_round_trip test/dialect/test_suite.py::DateTimeTZTest::test_round_trip_decorated [gw0] [ 68%] SKIPPED test/dialect/test_suite.py::DateTimeTZTest::test_round_trip_decorated test/dialect/test_suite.py::DateTimeTZTest::test_select_direct [gw2] [ 68%] PASSED test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_rollback_recover [gw0] [ 68%] SKIPPED test/dialect/test_suite.py::DateTimeTZTest::test_select_direct test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_literal [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[integer3] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[numeric0] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[numeric0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[numeric1] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_literal test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_null [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_null test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison test/orm/test_transaction.py::NonFutureJoinIntoAnExternalTransactionTest::test_something [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[numeric1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[numeric2] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_null_bound_comparison [gw2] [ 68%] PASSED test/orm/test_transaction.py::NonFutureJoinIntoAnExternalTransactionTest::test_something test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_round_trip [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_round_trip [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[numeric2] test/orm/test_transaction.py::NonFutureJoinIntoAnExternalTransactionTest::test_something_with_context_managers test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[string0] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[string0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[string1] test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_round_trip_decorated test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_select_direct [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[string1] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[string2] [gw2] [ 68%] PASSED test/orm/test_transaction.py::NonFutureJoinIntoAnExternalTransactionTest::test_something_with_context_managers [gw0] [ 68%] PASSED test/dialect/test_suite.py::DateTimeTest_sqlite+pysqlite_3_38_2::test_select_direct test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_distinct_selectable_in_unions [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[string2] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[string3] [gw5] [ 68%] SKIPPED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[string3] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_custom_json [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_custom_json test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_data1 [gw0] [ 68%] PASSED test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_distinct_selectable_in_unions test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_aliased_selectable_in_unions test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_close [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_data1 test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_json_null_as_json_null [gw2] [ 68%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_close [gw0] [ 68%] PASSED test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_aliased_selectable_in_unions test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_selectable_in_unions test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_commit [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_json_null_as_json_null test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_json_null[multiparameters] [gw5] [ 68%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_json_null[multiparameters] [gw2] [ 68%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_commit test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_rollback test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_json_null[parameters] [gw0] [ 68%] PASSED test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_limit_offset_selectable_in_unions test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_order_by_selectable_in_unions [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_json_null[parameters] [gw2] [ 69%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_rollback [gw0] [ 69%] PASSED test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_order_by_selectable_in_unions test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_plain_union test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_close test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_json_null[values] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DeprecatedCompoundSelectTest_sqlite+pysqlite_3_38_2::test_plain_union test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[%percent] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_json_null[values] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_sql_null[multiparameters] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_sql_null[multiparameters] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_sql_null[omit] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[%percent] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[/slashes/] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[/slashes/] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[1col:on] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[1col:on] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[1param] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_sql_null[omit] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_sql_null[parameters] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[1param] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[boring] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_sql_null[parameters] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[boring] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[col:ons] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[col:ons] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[more :: %colons%] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[more :: %colons%] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[more/slashes] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[more/slashes] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[par(ens)] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[par(ens)] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[per % cent] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_sql_null[values] [gw2] [ 69%] PASSED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_close test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_commit [gw2] [ 69%] PASSED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_commit test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_close [gw2] [ 69%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_close [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[begin-True-True-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-False-False-False] test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_trans_close_one [gw2] [ 69%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_trans_close_one test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_trans_close_two [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-False-False-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-False-False-True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_round_trip_none_as_sql_null[values] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[-1.0] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[-1.0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[-1] [gw2] [ 69%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_trans_close_two test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_trans_rollback [gw2] [ 69%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_trans_rollback [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[-1] test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_rollback [gw2] [ 69%] PASSED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_rollback test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-False-False-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-False-True-False] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[0] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[0] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[15.052] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[15.052] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[15] [gw2] [ 69%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_commit [gw2] [ 69%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_commit test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_rollback [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-False-True-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-False-True-True] [gw2] [ 69%] SKIPPED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_rollback test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_trans_close [gw2] [ 69%] PASSED test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_trans_close [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[15] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[False] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[False] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[None] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[None] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[True] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[a string] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[a string] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[r\xe9ve ill\xe9] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[r\xe9ve ill\xe9] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[r\xe9ve\U0001f40d ill\xe9] [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_single_element_round_trip[r\xe9ve\U0001f40d ill\xe9] test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_unicode_round_trip [gw5] [ 69%] PASSED test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_unicode_round_trip test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_inner_join_false [gw5] [ 69%] PASSED test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_inner_join_false test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_inner_join_fk [gw5] [ 69%] PASSED test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_inner_join_fk test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_inner_join_true [gw5] [ 69%] PASSED test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_inner_join_true test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_outer_join_false [gw5] [ 69%] PASSED test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_outer_join_false test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_outer_join_fk [gw5] [ 69%] PASSED test/dialect/test_suite.py::JoinTest_sqlite+pysqlite_3_38_2::test_outer_join_fk test/orm/test_transaction.py::RollbackRecoverTest_sqlite+pysqlite_3_38_2::test_pk_violation [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-False-True-True] test/dialect/test_suite.py::LastrowidTest_sqlite+pysqlite_3_38_2::test_autoincrement_on_insert test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-True-False-False] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LastrowidTest_sqlite+pysqlite_3_38_2::test_autoincrement_on_insert test/dialect/test_suite.py::LastrowidTest_sqlite+pysqlite_3_38_2::test_last_inserted_id [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-True-False-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-True-False-True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LastrowidTest_sqlite+pysqlite_3_38_2::test_last_inserted_id test/dialect/test_suite.py::LastrowidTest_sqlite+pysqlite_3_38_2::test_native_lastrowid_autoinc [gw5] [ 69%] PASSED test/dialect/test_suite.py::LastrowidTest_sqlite+pysqlite_3_38_2::test_native_lastrowid_autoinc test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_contains_autoescape [gw6] [ 69%] PASSED test/orm/test_session.py::WeakIdentityMapTest::test_fast_discard_race [gw1] [ 69%] PASSED test/engine/test_pool.py::QueuePoolTest::test_recycle_pool_no_race test/aaa_profiling/test_pool.py::QueuePoolTest::test_second_connect [gw1] [ 69%] SKIPPED test/aaa_profiling/test_pool.py::QueuePoolTest::test_second_connect test/engine/test_pool.py::QueuePoolTest::test_timeout [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[per % cent] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[per cent] [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-True-False-True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_contains_autoescape test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_contains_autoescape_escape test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-True-True-False] [gw2] [ 69%] PASSED test/orm/test_transaction.py::RollbackRecoverTest_sqlite+pysqlite_3_38_2::test_pk_violation [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-True-True-False] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-True-True-True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_contains_autoescape_escape test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_contains_escape [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_contains_escape test/orm/test_transaction.py::RollbackRecoverTest_sqlite+pysqlite_3_38_2::test_pk_violation_with_savepoint [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::RollbackRecoverTest_sqlite+pysqlite_3_38_2::test_pk_violation_with_savepoint test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_contains_unescaped [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_contains_unescaped test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_autoescape [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_autoescape test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_autoescape_escape [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_autoescape_escape test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_escape [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[delete-True-True-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-False-False-False] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_escape test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_sqlexpr [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_sqlexpr test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_unescaped test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_expunge_pending_on_rollback [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_endswith_unescaped test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_not_regexp_match [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_not_regexp_match [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-False-False-False] test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[(b|c)-expected5] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[(b|c)-expected5] test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[9cde-expected3] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-False-False-True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[9cde-expected3] test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[^(b|c)-expected6] [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-False-False-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-False-True-False] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[^(b|c)-expected6] test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[^a-expected4] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[^a-expected4] test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[^abc-expected2] [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-False-True-False] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[^abc-expected2] test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[a.cde-expected0] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[a.cde-expected0] test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[abc-expected1] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_match[abc-expected1] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-False-True-True] test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_replace [gw5] [ 69%] SKIPPED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_replace test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_autoescape [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_autoescape test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_autoescape_escape [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_expunge_pending_on_rollback [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-False-True-True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_autoescape_escape test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_escape [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_escape test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_sqlexpr [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_sqlexpr test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_unescaped [gw5] [ 69%] PASSED test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_startswith_unescaped test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_commit [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_commit test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-True-False-False] test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[ck-_exclusions3] [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-True-False-False] test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_commit_collections [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_commit_collections test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-True-False-True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[ck-_exclusions3] test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_delete [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_delete test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[fk-_exclusions0] test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_lost_still_runs [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-True-False-True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[fk-_exclusions0] [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_lost_still_runs [gw3] [ 69%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_optimized_get test/aaa_profiling/test_memusage.py::CycleTest::test_orm_aliased test/orm/test_session.py::WeakIdentityMapTest::test_weakref test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_rollback test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-True-True-False] [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_rollback [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[per cent] test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_rollback_collections test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[percent%(ens)yah] [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_rollback_collections test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[ix-_exclusions2] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[ix-_exclusions2] test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[pk-_exclusions1] [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[percent%(ens)yah] test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[q?marks] test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_update_deleted_on_rollback [gw0] [ 69%] PASSED test/dialect/test_suite.py::DifficultParametersTest_sqlite+pysqlite_3_38_2::test_round_trip[q?marks] [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-True-True-False] [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_update_deleted_on_rollback test/dialect/test_suite.py::DistinctOnTest_sqlite+pysqlite_3_38_2::test_distinct_on [gw0] [ 69%] PASSED test/dialect/test_suite.py::DistinctOnTest_sqlite+pysqlite_3_38_2::test_distinct_on test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-True-True-True] [gw5] [ 69%] PASSED test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[pk-_exclusions1] test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[uq-_exclusions4] test/dialect/test_suite.py::EscapingTest::test_percent_sign_round_trip [gw0] [ 69%] PASSED test/dialect/test_suite.py::EscapingTest::test_percent_sign_round_trip test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_begin_fails_connection_is_closed [gw5] [ 69%] PASSED test/dialect/test_suite.py::LongNameBlowoutTest_sqlite+pysqlite_3_38_2::test_long_convention_name[uq-_exclusions4] [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_ops[modify-True-True-True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_no_double_begin_explicit [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_no_double_begin_explicit test/dialect/test_suite.py::NormalizedNameTest::test_get_table_names test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_old_rollback_is_local [gw5] [ 69%] SKIPPED test/dialect/test_suite.py::NormalizedNameTest::test_get_table_names test/dialect/test_suite.py::NormalizedNameTest::test_reflect_lowercase_forced_tables test/dialect/test_suite.py::ExceptionTest_sqlite+pysqlite_3_38_2::test_exception_with_non_ascii [gw4] [ 69%] SKIPPED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_old_rollback_is_local test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_session_as_ctx_manager_future_one [gw2] [ 69%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_begin_fails_connection_is_closed [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_session_as_ctx_manager_future_one [gw5] [ 69%] SKIPPED test/dialect/test_suite.py::NormalizedNameTest::test_reflect_lowercase_forced_tables test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_decimal_coerce_round_trip [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_decimal_coerce_round_trip [gw0] [ 69%] PASSED test/dialect/test_suite.py::ExceptionTest_sqlite+pysqlite_3_38_2::test_exception_with_non_ascii test/dialect/test_suite.py::ExceptionTest_sqlite+pysqlite_3_38_2::test_integrity_error test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_begin_savepoint_fails_connection_is_not_closed test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_session_as_ctx_manager_one test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_decimal_coerce_round_trip_w_cast [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_decimal_coerce_round_trip_w_cast test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_enotation_decimal [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_enotation_decimal test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_enotation_decimal_large [gw0] [ 69%] PASSED test/dialect/test_suite.py::ExceptionTest_sqlite+pysqlite_3_38_2::test_integrity_error [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_session_as_ctx_manager_one [gw2] [ 69%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_begin_savepoint_fails_connection_is_not_closed test/dialect/test_suite.py::ExistsTest_sqlite+pysqlite_3_38_2::test_select_exists [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_enotation_decimal_large test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_float_as_decimal test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_session_as_ctx_manager_two [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_float_as_decimal test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_closed_status_check [gw2] [ 69%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_closed_status_check [gw0] [ 69%] PASSED test/dialect/test_suite.py::ExistsTest_sqlite+pysqlite_3_38_2::test_select_exists test/dialect/test_suite.py::ExistsTest_sqlite+pysqlite_3_38_2::test_select_exists_false [gw0] [ 69%] PASSED test/dialect/test_suite.py::ExistsTest_sqlite+pysqlite_3_38_2::test_select_exists_false [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_session_as_ctx_manager_two test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_float_as_float [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_float_as_float test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_float_coerce_round_trip [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_float_coerce_round_trip test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_float_custom_scale test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_bindparam [gw0] [ 69%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_bindparam test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_continue_flushing_guard test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_session_as_ctx_manager_two_future [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_session_as_ctx_manager_two_future test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_sessionmaker_begin_context_manager [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_float_custom_scale test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_infinity_floats [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_infinity_floats test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_many_significant_digits [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_many_significant_digits test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_as_decimal [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_sessionmaker_begin_context_manager test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_direct [gw0] [ 69%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_direct test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_text_bindparam [gw0] [ 69%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_text_bindparam test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_text_bindparam_non_tuple [gw0] [ 69%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_text_bindparam_non_tuple test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_typed_bindparam_non_tuple [gw0] [ 69%] PASSED test/dialect/test_suite.py::ExpandingBoundInTest_sqlite+pysqlite_3_38_2::test_bound_in_heterogeneous_two_tuple_typed_bindparam_non_tuple test/base/test_tutorials.py::DocTest::test_core_operators [gw7] [ 69%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_textual_lookup[False] test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_textual_lookup[True] test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_sessionmaker_begin_context_manager_rollback_outer [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_sessionmaker_begin_context_manager_rollback_outer test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_sessionmaker_begin_context_manager_rollback_trans [gw4] [ 69%] PASSED test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_sessionmaker_begin_context_manager_rollback_trans [gw2] [ 69%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_continue_flushing_guard [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_as_decimal test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_as_float [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_as_float test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_no_decimal [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_no_decimal test/orm/test_transaction.py::FixtureDataTest_sqlite+pysqlite_3_38_2::test_attrs_on_rollback test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_continue_flushing_on_commit test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_null_as_decimal [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_null_as_decimal test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_null_as_float [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_numeric_null_as_float test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_precision_decimal [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_precision_decimal test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_render_literal_float [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_render_literal_float [gw2] [ 69%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_continue_flushing_on_commit test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_render_literal_numeric [gw0] [ 69%] PASSED test/base/test_tutorials.py::DocTest::test_core_operators test/base/test_tutorials.py::DocTest::test_orm test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_dirty_state_transferred_deep_nesting [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_render_literal_numeric test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_render_literal_numeric_asfloat [gw5] [ 69%] PASSED test/dialect/test_suite.py::NumericTest_sqlite+pysqlite_3_38_2::test_render_literal_numeric_asfloat [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_dirty_state_transferred_deep_nesting test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_composed_int test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_dirty_state_transferred_deep_nesting_future [gw2] [ 69%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_dirty_state_transferred_deep_nesting_future test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_execution_options_begin_transaction [gw2] [ 69%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_execution_options_begin_transaction [gw5] [ 69%] PASSED test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_composed_int test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_composed_int_desc [gw5] [ 69%] PASSED test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_composed_int_desc test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_composed_multiple [gw5] [ 69%] PASSED test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_composed_multiple test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_group_by_composed [gw5] [ 69%] PASSED test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_group_by_composed test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_plain [gw5] [ 69%] PASSED test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_plain test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_plain_desc test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_execution_options_ignored_mid_transaction [gw2] [ 69%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_execution_options_ignored_mid_transaction [gw5] [ 70%] PASSED test/dialect/test_suite.py::OrderByLabelTest_sqlite+pysqlite_3_38_2::test_plain_desc test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_external_nested_transaction [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_external_nested_transaction test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_failed_rollback_deactivates_transaction [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_failed_rollback_deactivates_transaction test/dialect/test_suite.py::PercentSchemaNamesTest_sqlite+pysqlite_3_38_2::test_executemany_roundtrip [gw5] [ 70%] PASSED test/dialect/test_suite.py::PercentSchemaNamesTest_sqlite+pysqlite_3_38_2::test_executemany_roundtrip test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_invalidate [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_invalidate test/dialect/test_suite.py::PercentSchemaNamesTest_sqlite+pysqlite_3_38_2::test_single_roundtrip test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_mixed_transaction_close [gw5] [ 70%] PASSED test/dialect/test_suite.py::PercentSchemaNamesTest_sqlite+pysqlite_3_38_2::test_single_roundtrip [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_mixed_transaction_close test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_compile [gw0] [ 70%] PASSED test/base/test_tutorials.py::DocTest::test_orm test/base/test_tutorials.py::DocTest::test_orm_queryguide test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_accounting_deleted_items_restored [gw4] [ 70%] PASSED test/orm/test_transaction.py::FixtureDataTest_sqlite+pysqlite_3_38_2::test_attrs_on_rollback [gw5] [ 70%] PASSED test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_compile [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_accounting_deleted_items_restored test/orm/test_transaction.py::FixtureDataTest_sqlite+pysqlite_3_38_2::test_commit_persistent test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_compile_literal_binds [gw5] [ 70%] PASSED test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_compile_literal_binds test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_execute [gw5] [ 70%] PASSED test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_execute test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_accounting_new_items_removed [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_accounting_new_items_removed [gw4] [ 70%] PASSED test/orm/test_transaction.py::FixtureDataTest_sqlite+pysqlite_3_38_2::test_commit_persistent test/orm/test_transaction.py::FixtureDataTest_sqlite+pysqlite_3_38_2::test_concurrent_commit_persistent test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_autotrans test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_execute_expanding_plus_literal_execute [gw5] [ 70%] PASSED test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_execute_expanding_plus_literal_execute test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_execute_tuple_expanding_plus_literal_execute [gw5] [ 70%] PASSED test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_execute_tuple_expanding_plus_literal_execute [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_autotrans test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_autotrans_future [gw4] [ 70%] PASSED test/orm/test_transaction.py::FixtureDataTest_sqlite+pysqlite_3_38_2::test_concurrent_commit_persistent test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_execute_tuple_expanding_plus_literal_heterogeneous_execute [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_autotrans_future test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_transaction [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_transaction [gw5] [ 70%] PASSED test/dialect/test_suite.py::PostCompileParamsTest_sqlite+pysqlite_3_38_2::test_execute_tuple_expanding_plus_literal_heterogeneous_execute [gw0] [ 70%] PASSED test/base/test_tutorials.py::DocTest::test_orm_queryguide test/base/test_tutorials.py::DocTest::test_orm_quickstart test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_transaction_connection_add [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_transaction_connection_add test/orm/test_transaction.py::FutureJoinIntoAnExternalTransactionTest::test_something test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_check_constraints[quote " two-_exclusions1] [gw4] [ 70%] PASSED test/orm/test_transaction.py::FutureJoinIntoAnExternalTransactionTest::test_something [gw5] [ 70%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_check_constraints[quote " two-_exclusions1] test/orm/test_transaction.py::FutureJoinIntoAnExternalTransactionTest::test_something_with_context_managers test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_check_constraints[quote ' one-_exclusions0] [gw5] [ 70%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_check_constraints[quote ' one-_exclusions0] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_columns[quote " two-_exclusions1] [gw5] [ 70%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_columns[quote " two-_exclusions1] test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_columns[quote ' one-_exclusions0] [gw4] [ 70%] PASSED test/orm/test_transaction.py::FutureJoinIntoAnExternalTransactionTest::test_something_with_context_managers [gw5] [ 70%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_columns[quote ' one-_exclusions0] test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit_with_explicit_commit [gw0] [ 70%] PASSED test/base/test_tutorials.py::DocTest::test_orm_quickstart test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_close test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_foreign_keys[quote " two-_exclusions1] [gw5] [ 70%] PASSED test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_foreign_keys[quote " two-_exclusions1] test/sql/test_type_expressions.py::DerivedTest::test_select_from_aliased_join [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::DerivedTest::test_select_from_aliased_join test/sql/test_type_expressions.py::DerivedTest::test_select_from_select [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_close [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::DerivedTest::test_select_from_select [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit_with_explicit_commit test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.REGCLASS] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.REGCLASS] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TIME0] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TIME1] test/sql/test_type_expressions.py::ReturningTest::test_insert_returning [gw0] [ 70%] SKIPPED test/sql/test_type_expressions.py::ReturningTest::test_insert_returning test/sql/test_type_expressions.py::SelectTest::test_anonymous_expr [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_anonymous_expr test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_commit test/sql/test_type_expressions.py::SelectTest::test_compound_select [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_commit [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TIME1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TIMESTAMP0] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TIMESTAMP0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TIMESTAMP1] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TIMESTAMP1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TSVECTOR] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.TSVECTOR] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.UUID] [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_compound_select test/sql/test_type_expressions.py::SelectTest::test_dialect [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_dialect test/sql/test_type_expressions.py::SelectTest::test_in_binds [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_in_binds test/sql/test_type_expressions.py::SelectTest::test_insert_binds test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit_with_explicit_commit_future test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_rollback [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_rollback test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_close [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_insert_binds test/sql/test_type_expressions.py::SelectTest::test_select_binds [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.UUID] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.hstore.HSTORE] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.hstore.HSTORE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.json.JSON0] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.json.JSON0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.json.JSON1] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.json.JSON1] [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_close test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_commit test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.json.JSONB0] [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_autocommit_with_explicit_commit_future test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_close_transaction_on_flush [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.json.JSONB0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.json.JSONB1] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.json.JSONB1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGARRAY] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGARRAY] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGBigInteger] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGBigInteger] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGBoolean] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGBoolean] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGEnum] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGEnum] [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_close_transaction_on_flush test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_prepare_wo_twophase [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_prepare_wo_twophase test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGInteger] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGInteger] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGInterval] test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_rollback_in_committed_state [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_rollback_in_committed_state [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGInterval] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGJSONB] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGJSONB] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGJSON] test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_sql_during_commit [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_sql_during_commit test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_sql_during_prepare [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGJSON] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGNullType] [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_sql_during_prepare [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGNullType] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGNumeric] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGNumeric] test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_sql_during_rollback [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_sql_during_rollback test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGSmallInteger] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGSmallInteger] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGTimeStamp] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGTimeStamp] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGTime] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGTime] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGUUID] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pg8000._PGUUID] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGARRAY] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGARRAY] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGEnum] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGEnum] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGHStore] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGHStore] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGJSONB] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGJSONB] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGJSON] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGJSON] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGNumeric] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGNumeric] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGUUID] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.psycopg2._PGUUID] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGHStore] [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_select_binds test/sql/test_type_expressions.py::SelectTest::test_select_cols [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_select_cols test/sql/test_type_expressions.py::SelectTest::test_select_cols_use_labels [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGHStore] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGJSONB] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGJSONB] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGJSON] [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_commit [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGJSON] test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_preserve_flush_error [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_preserve_flush_error test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_close [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_close test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_rollback [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_rollback test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_agent_no_conn_transaction [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_agent_no_conn_transaction test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_report_primary_error_when_rollback_fails [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_report_primary_error_when_rollback_fails [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_commit [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_commit test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_rollback test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGNumeric] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGNumeric] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGUUID] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pygresql._PGUUID] test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_on_external_future [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_on_external_future test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_external_commit_future [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_rollback test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pypostgresql.PGNumeric] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.pypostgresql.PGNumeric] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.DATERANGE] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.DATERANGE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.INT4RANGE] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.INT4RANGE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.INT8RANGE] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.INT8RANGE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.NUMRANGE] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.NUMRANGE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.TSRANGE] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.TSRANGE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.TSTZRANGE] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.ranges.TSTZRANGE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.DATE0] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.DATE0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.DATE1] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.DATE1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.DATETIME0] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.DATETIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.DATETIME1] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.DATETIME1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.TIME0] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.TIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.TIME1] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base.TIME1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base._SQliteJson] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.base._SQliteJson] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.json.JSON0] [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_external_commit_future [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_select_cols_use_labels test/sql/test_type_expressions.py::SelectTest::test_select_cols_use_labels_result_map_targeting test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_external_no_begin test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_autobegin_commit [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.json.JSON0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.json.JSON1] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.json.JSON1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.pysqlite._SQLite_pysqliteDate] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.pysqlite._SQLite_pysqliteDate] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.pysqlite._SQLite_pysqliteTimeStamp] [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_external_no_begin test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_external_rollback_future [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_select_cols_use_labels_result_map_targeting [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sqlite.pysqlite._SQLite_pysqliteTimeStamp] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.BIT] test/sql/test_type_expressions.py::SelectTest::test_select_of_compound_select [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_select_of_compound_select test/sql/test_type_expressions.py::SelectTest::test_type_decorator_both [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_autobegin_commit test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_autobegin_rollback [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.BIT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.IMAGE0] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.IMAGE0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.IMAGE1] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.IMAGE1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.MONEY] [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_type_decorator_both [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_autobegin_rollback test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_autocommit_isolation_level [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_subtransaction_on_external_rollback_future test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_transactions_isolated [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_transactions_isolated [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.MONEY] test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_twophase test/sql/test_type_expressions.py::SelectTest::test_type_decorator_both_plus_dialect [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_type_decorator_both_plus_dialect test/sql/test_type_expressions.py::SelectTest::test_type_decorator_both_w_variant [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_twophase test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_warning_on_using_inactive_session_delete [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_autocommit_isolation_level test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_begin_block test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.SMALLMONEY] [gw5] [ 70%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.SMALLMONEY] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.TINYINT0] [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_warning_on_using_inactive_session_delete test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_warning_on_using_inactive_session_dirty [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_warning_on_using_inactive_session_dirty test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_warning_on_using_inactive_session_new [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_warning_on_using_inactive_session_new test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_warning_on_using_inactive_session_rollback_evt [gw2] [ 70%] PASSED test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_warning_on_using_inactive_session_rollback_evt test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_commit_one [gw2] [ 70%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_commit_one test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check [gw2] [ 70%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands [gw2] [ 70%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control [gw7] [ 70%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_textual_lookup[True] test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_textual_lookup_w_shard[False] [gw2] [ 70%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_begin_block test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_commit_inactive [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_commit_inactive test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_commit_no_begin [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_commit_no_begin test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_autobegins_real_trans_from_nested [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_autobegins_real_trans_from_nested test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back[False] [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back[False] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back[True] [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back[True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_explicit_begin [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_explicit_begin test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture0-False] [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture0-False] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture0-True] [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture0-True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture1-False] [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture1-False] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture1-True] [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture1-True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture10-False] [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture10-False] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture10-True] [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture10-True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture11-False] [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture11-False] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture11-True] [gw4] [ 70%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture11-True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture2-False] [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture2-False] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting [gw2] [ 70%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture2-True] [gw4] [ 70%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture2-True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture3-False] [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_type_decorator_both_w_variant test/sql/test_type_expressions.py::SelectTest::test_type_decorator_inner [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_type_decorator_inner test/sql/test_type_expressions.py::SelectTest::test_type_decorator_inner_plus_dialect [gw0] [ 70%] PASSED test/sql/test_type_expressions.py::SelectTest::test_type_decorator_inner_plus_dialect test/sql/test_type_expressions.py::SelectTest::test_type_decorator_outer [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::SelectTest::test_type_decorator_outer test/sql/test_type_expressions.py::SelectTest::test_type_decorator_outer_plus_dialect [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::SelectTest::test_type_decorator_outer_plus_dialect test/sql/test_type_expressions.py::StringRoundTripTest::test_round_trip [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::StringRoundTripTest::test_round_trip test/sql/test_type_expressions.py::StringRoundTripTest::test_targeting_apply_labels [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::StringRoundTripTest::test_targeting_apply_labels test/sql/test_type_expressions.py::StringRoundTripTest::test_targeting_by_string [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::StringRoundTripTest::test_targeting_by_string test/sql/test_type_expressions.py::StringRoundTripTest::test_targeting_individual_labels [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::StringRoundTripTest::test_targeting_individual_labels test/sql/test_type_expressions.py::StringRoundTripTest::test_targeting_no_labels [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::StringRoundTripTest::test_targeting_no_labels test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_round_trip [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_round_trip test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_targeting_apply_labels [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_targeting_apply_labels test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_targeting_by_string [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_targeting_by_string test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_targeting_individual_labels [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_targeting_individual_labels [gw4] [ 71%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture3-False] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture3-True] [gw4] [ 71%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture3-True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture4-False] [gw4] [ 71%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture4-False] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.TINYINT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.TINYINT1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.TINYINT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNICHAR0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNICHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNICHAR1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNICHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNITEXT0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNITEXT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNITEXT1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNITEXT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNIVARCHAR0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNIVARCHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNIVARCHAR1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.base.UNIVARCHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.pyodbc._SybNumeric_pyodbc] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.pyodbc._SybNumeric_pyodbc] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.pysybase._SybNumeric] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.sybase.pysybase._SybNumeric] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.engine.default._StrDateTime] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.engine.default._StrDateTime] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.engine.default._StrDate] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture4-True] [gw4] [ 71%] SKIPPED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture4-True] test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture5-False] [gw2] [ 71%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit [gw2] [ 71%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.engine.default._StrDate] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.engine.default._StrTime] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.engine.default._StrTime] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.ARRAY] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.ARRAY] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_commit_one test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BIGINT0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BIGINT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BIGINT1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BIGINT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BINARY0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BINARY0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BINARY1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BINARY1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BLOB0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BLOB0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BLOB1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BLOB1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BOOLEAN0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BOOLEAN0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BOOLEAN1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BOOLEAN1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BigInteger0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BigInteger0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BigInteger1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.BigInteger1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Boolean] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Boolean] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.CHAR0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.CHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.CHAR1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.CHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.CLOB0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.CLOB0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.CLOB1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.CLOB1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DATE0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DATE0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DATE1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DATE1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DATETIME0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DATETIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DATETIME1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DATETIME1] [gw2] [ 71%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_commit_one test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DECIMAL0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DECIMAL0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DECIMAL1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DECIMAL1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DateTime] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.DateTime] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Date] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Date] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check [gw2] [ 71%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Enum0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Enum0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Enum1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Enum1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.FLOAT0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.FLOAT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.FLOAT1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.FLOAT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Float0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Float0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Float1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Float1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.INTEGER0] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.INTEGER0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.INTEGER1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.INTEGER1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Integer] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Integer] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Interval] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Interval] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.JSON] [gw2] [ 71%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.JSON] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.LargeBinary0] [gw2] [ 71%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.LargeBinary0] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control [gw2] [ 71%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.LargeBinary1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.LargeBinary1] [gw2] [ 71%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.MatchType0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.MatchType0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.MatchType1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.MatchType1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NCHAR0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NCHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NCHAR1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NCHAR1] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NUMERIC0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NUMERIC0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NUMERIC1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NUMERIC1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NVARCHAR0] [gw2] [ 71%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_targeting_no_labels [gw0] [ 71%] PASSED test/sql/test_type_expressions.py::TypeDecRoundTripTest::test_targeting_no_labels test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit [gw4] [ 71%] PASSED test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture5-False] test/sql/test_types.py::AdaptTest::test_adapt_constructor_copy_override_kw [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_constructor_copy_override_kw test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base.CHAR0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base.CHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base.CHAR1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base.CHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base.VARCHAR0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base.VARCHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base.VARCHAR1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base.VARCHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base._FBDateTime] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base._FBDateTime] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base._StringType] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.base._StringType] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.kinterbasdb._FBFloat_kinterbasdb] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.kinterbasdb._FBFloat_kinterbasdb] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.kinterbasdb._FBNumeric_kinterbasdb] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.firebird.kinterbasdb._FBNumeric_kinterbasdb] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.BIT0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.BIT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.BIT1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.BIT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.DATETIME20] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.DATETIME20] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.DATETIME21] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.DATETIME21] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.DATETIMEOFFSET0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.DATETIMEOFFSET0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.INTEGER1] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.INTEGER1] [gw2] [ 71%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.DATETIMEOFFSET1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.DATETIMEOFFSET1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.IMAGE0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.IMAGE0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.IMAGE1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.IMAGE1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.MONEY] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.MONEY] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.NTEXT0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.NTEXT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.NTEXT1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NVARCHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NVARCHAR1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NVARCHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NullType] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.LONGBLOB0] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.LONGBLOB0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.LONGBLOB1] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_commit_one [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.LONGBLOB1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.LONGTEXT] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.LONGTEXT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.MEDIUMBLOB0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.NullType] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Numeric] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Numeric] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.PickleType] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.MEDIUMBLOB0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.NTEXT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.REAL0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.REAL0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.REAL1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.REAL1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.ROWVERSION0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.ROWVERSION0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.ROWVERSION1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.ROWVERSION1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.SMALLDATETIME0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.PickleType] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.REAL0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.REAL0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.REAL1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.REAL1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.SMALLINT0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.SMALLINT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.SMALLINT1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.SMALLINT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.SmallInteger0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.SmallInteger0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.SmallInteger1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.SmallInteger1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.String] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.MEDIUMBLOB1] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.MEDIUMBLOB1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.MEDIUMINT] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.MEDIUMINT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.MEDIUMTEXT] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.MEDIUMTEXT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NCHAR0] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NCHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NCHAR1] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NCHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NUMERIC0] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NUMERIC0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NUMERIC1] [gw4] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NUMERIC1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NVARCHAR0] [gw2] [ 71%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_commit_one [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.String] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TEXT0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TEXT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TEXT1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TEXT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TIME0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TIME1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.SMALLDATETIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.SMALLDATETIME1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.SMALLDATETIME1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.SMALLMONEY] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.SMALLMONEY] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.SQL_VARIANT] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.SQL_VARIANT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TIME0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TIME1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TIME1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TIMESTAMP0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TIMESTAMP0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TIMESTAMP1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TIMESTAMP1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TINYINT0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TINYINT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TINYINT1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.TINYINT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.UNIQUEIDENTIFIER] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.UNIQUEIDENTIFIER] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.VARBINARY0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.VARBINARY0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.VARBINARY1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.VARBINARY1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.VARBINARY2] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TIME1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TIMESTAMP0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TIMESTAMP0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TIMESTAMP1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TIMESTAMP1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Text0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Text0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Text1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Text1] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.VARBINARY2] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.XML0] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.XML0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.XML1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Time] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Time] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TupleType] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base.XML1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._BASETIMEIMPL] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._BASETIMEIMPL] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.TupleType] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._MSDateTime] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._MSDateTime] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._MSDate] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._MSDate] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._MSUnicodeText] [gw0] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._MSUnicodeText] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Unicode0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Unicode0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Unicode1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.Unicode1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.UnicodeText0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.UnicodeText0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.UnicodeText1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.UnicodeText1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.VARBINARY0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.VARBINARY0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.VARBINARY1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.VARBINARY1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.VARCHAR0] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.VARCHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.VARCHAR1] [gw5] [ 71%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes.VARCHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes._Binary] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NVARCHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NVARCHAR1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.NVARCHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.REAL0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.REAL0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.REAL1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.REAL1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.SMALLINT0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.SMALLINT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.SMALLINT1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.SMALLINT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TEXT0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TEXT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TEXT1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TEXT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TIME0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TIME1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TIME1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TIMESTAMP0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TIMESTAMP0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TIMESTAMP1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TIMESTAMP1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TINYBLOB0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TINYBLOB0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TINYBLOB1] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check [gw2] [ 72%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._MSUnicode] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.base._MSUnicode] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.json.JSON0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.json.JSON0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.json.JSON1] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.sqltypes._Binary] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.type_api.UserDefinedType] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.sql.type_api.UserDefinedType] test/sql/test_types.py::AdaptTest::test_convert_unicode_text_type [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_convert_unicode_text_type test/sql/test_types.py::AdaptTest::test_python_type [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_python_type test/sql/test_types.py::AdaptTest::test_repr[ARRAY0] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[ARRAY0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.json.JSON1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.mxodbc._MSTime_mxodbc] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.mxodbc._MSTime_mxodbc] test/sql/test_types.py::AdaptTest::test_repr[ARRAY1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.mxodbc._VARBINARY_mxodbc] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[ARRAY1] test/sql/test_types.py::AdaptTest::test_repr[BFILE] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.mxodbc._VARBINARY_mxodbc] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pymssql._MSNumeric_pymssql] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TINYBLOB1] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BFILE] test/sql/test_types.py::AdaptTest::test_repr[BIGINT0] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BIGINT0] test/sql/test_types.py::AdaptTest::test_repr[BIGINT1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pymssql._MSNumeric_pymssql] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TINYINT] [gw7] [ 72%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_textual_lookup_w_shard[False] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BIGINT1] test/sql/test_types.py::AdaptTest::test_repr[BINARY] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BINARY] test/sql/test_types.py::AdaptTest::test_repr[BINARY_DOUBLE] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BINARY_DOUBLE] test/sql/test_types.py::AdaptTest::test_repr[BINARY_FLOAT] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BINARY_FLOAT] test/sql/test_types.py::AdaptTest::test_repr[BIT0] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BIT0] test/sql/test_types.py::AdaptTest::test_repr[BIT1] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BIT1] test/sql/test_types.py::AdaptTest::test_repr[BIT2] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BIT2] test/sql/test_types.py::AdaptTest::test_repr[BIT3] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BIT3] test/sql/test_types.py::AdaptTest::test_repr[BLOB] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BLOB] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._BINARY_pyodbc] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._BINARY_pyodbc] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._MSFloat_pyodbc] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._MSFloat_pyodbc] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._MSNumeric_pyodbc] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._MSNumeric_pyodbc] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._ODBCDATETIMEOFFSET] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._ODBCDATETIMEOFFSET] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._ODBCDateTime] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._ODBCDateTime] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._VARBINARY_pyodbc] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mssql.pyodbc._VARBINARY_pyodbc] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.cymysql._cymysqlBIT] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.cymysql._cymysqlBIT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.enumerated.ENUM0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.enumerated.ENUM0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.enumerated.ENUM1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.enumerated.ENUM1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.enumerated.SET] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.enumerated.SET] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.json.JSON0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.json.JSON0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.json.JSON1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.json.JSON1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.mysqlconnector._myconnpyBIT] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.mysqlconnector._myconnpyBIT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.oursql._oursqlBIT] test/sql/test_types.py::AdaptTest::test_repr[BOOLEAN] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BOOLEAN] test/sql/test_types.py::AdaptTest::test_repr[BYTEA] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BYTEA] test/sql/test_types.py::AdaptTest::test_repr[BigInteger] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[BigInteger] test/sql/test_types.py::AdaptTest::test_repr[Boolean] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Boolean] test/sql/test_types.py::AdaptTest::test_repr[CHAR0] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[CHAR0] test/sql/test_types.py::AdaptTest::test_repr[CHAR1] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[CHAR1] test/sql/test_types.py::AdaptTest::test_repr[CHAR2] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TINYINT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TINYTEXT] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.TINYTEXT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.VARCHAR0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.VARCHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.VARCHAR1] test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_textual_lookup_w_shard[True] [gw2] [ 72%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting [gw2] [ 72%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control [gw2] [ 72%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.VARCHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.YEAR] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.YEAR] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._FloatType] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._FloatType] test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[CHAR2] test/sql/test_types.py::AdaptTest::test_repr[CIDR] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[CIDR] test/sql/test_types.py::AdaptTest::test_repr[CLOB] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[CLOB] test/sql/test_types.py::AdaptTest::test_repr[DATE0] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DATE0] test/sql/test_types.py::AdaptTest::test_repr[DATE1] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DATE1] test/sql/test_types.py::AdaptTest::test_repr[DATE2] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DATE2] test/sql/test_types.py::AdaptTest::test_repr[DATERANGE] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DATERANGE] test/sql/test_types.py::AdaptTest::test_repr[DATETIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._IntegerType] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._IntegerType] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._MatchType0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._MatchType0] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DATETIME0] test/sql/test_types.py::AdaptTest::test_repr[DATETIME1] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DATETIME1] test/sql/test_types.py::AdaptTest::test_repr[DATETIME2] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DATETIME2] test/sql/test_types.py::AdaptTest::test_repr[DATETIME2] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DATETIME2] test/sql/test_types.py::AdaptTest::test_repr[DATETIMEOFFSET] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DATETIMEOFFSET] test/sql/test_types.py::AdaptTest::test_repr[DECIMAL0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.oursql._oursqlBIT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.pyodbc._pyodbcTIME] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.pyodbc._pyodbcTIME] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.BIGINT0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.BIGINT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.BIGINT1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.BIGINT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.BIT] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.BIT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.CHAR0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.CHAR0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.CHAR1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.CHAR1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DATETIME0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DATETIME0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DATETIME1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DATETIME1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DECIMAL0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DECIMAL0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DECIMAL1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DECIMAL1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DOUBLE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._MatchType1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._MatchType1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._StringType] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types._StringType] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DECIMAL0] test/sql/test_types.py::AdaptTest::test_repr[DECIMAL1] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DECIMAL1] test/sql/test_types.py::AdaptTest::test_repr[DOUBLE] [gw2] [ 72%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans [gw2] [ 72%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BFILE0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BFILE0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BFILE1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BFILE1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BINARY_DOUBLE0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BINARY_DOUBLE0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BINARY_DOUBLE1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BINARY_DOUBLE1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BINARY_FLOAT0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BINARY_FLOAT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BINARY_FLOAT1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.BINARY_FLOAT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.DATE0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.DATE0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.DATE1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.DOUBLE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.FLOAT0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.FLOAT0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.FLOAT1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.FLOAT1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.INTEGER0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.mysql.types.INTEGER0] test/sql/test_types.py::AdaptTest::test_repr[JSON0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[JSON0] test/sql/test_types.py::AdaptTest::test_repr[JSON1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[JSON1] test/sql/test_types.py::AdaptTest::test_repr[JSON2] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.DATE1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.DOUBLE_PRECISION0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.DOUBLE_PRECISION0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.DOUBLE_PRECISION1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[JSON2] test/sql/test_types.py::AdaptTest::test_repr[JSON3] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.DOUBLE_PRECISION1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.INTERVAL] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[JSON3] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.INTERVAL] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.LONG0] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.LONG0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.LONG1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.LONG1] [gw2] [ 72%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_commit_one [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DOUBLE] test/sql/test_types.py::AdaptTest::test_repr[DOUBLE_PRECISION0] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DOUBLE_PRECISION0] test/sql/test_types.py::AdaptTest::test_repr[DOUBLE_PRECISION1] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DOUBLE_PRECISION1] test/sql/test_types.py::AdaptTest::test_repr[DateTime] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[DateTime] test/sql/test_types.py::AdaptTest::test_repr[Date] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Date] test/sql/test_types.py::AdaptTest::test_repr[ENUM0] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[ENUM0] test/sql/test_types.py::AdaptTest::test_repr[ENUM1] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[ENUM1] test/sql/test_types.py::AdaptTest::test_repr[Enum] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Enum] test/sql/test_types.py::AdaptTest::test_repr[FLOAT0] test/sql/test_types.py::AdaptTest::test_repr[JSON4] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[JSON4] test/sql/test_types.py::AdaptTest::test_repr[JSONB] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[JSONB] test/sql/test_types.py::AdaptTest::test_repr[LONGBLOB] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[LONGBLOB] test/sql/test_types.py::AdaptTest::test_repr[LONGTEXT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NCLOB0] [gw2] [ 72%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_commit_one [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[FLOAT0] test/sql/test_types.py::AdaptTest::test_repr[FLOAT1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NCLOB0] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[FLOAT1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[LONGTEXT] test/sql/test_types.py::AdaptTest::test_repr[Float] test/sql/test_types.py::AdaptTest::test_repr[LONG] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[LONG] test/sql/test_types.py::AdaptTest::test_repr[LargeBinary] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[LargeBinary] test/sql/test_types.py::AdaptTest::test_repr[MACADDR] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NCLOB1] [gw2] [ 72%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Float] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[MACADDR] test/sql/test_types.py::AdaptTest::test_repr[HSTORE] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[HSTORE] test/sql/test_types.py::AdaptTest::test_repr[IMAGE0] [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[IMAGE0] test/sql/test_types.py::AdaptTest::test_repr[IMAGE1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NCLOB1] test/sql/test_types.py::AdaptTest::test_repr[MEDIUMBLOB] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NUMBER0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[MEDIUMBLOB] test/sql/test_types.py::AdaptTest::test_repr[MEDIUMINT] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NUMBER0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NUMBER1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[MEDIUMINT] test/sql/test_types.py::AdaptTest::test_repr[MEDIUMTEXT] [gw2] [ 72%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands [gw5] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[IMAGE1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[MEDIUMTEXT] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NUMBER1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NUMBER2] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.NUMBER2] test/sql/test_types.py::AdaptTest::test_repr[MONEY0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[MONEY0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.RAW0] test/sql/test_types.py::AdaptTest::test_repr[MONEY1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.RAW0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.RAW1] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting [gw2] [ 72%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[MONEY1] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.RAW1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.ROWID] test/sql/test_types.py::AdaptTest::test_repr[MONEY2] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[MONEY2] [gw4] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.ROWID] test/sql/test_types.py::AdaptTest::test_repr[MatchType] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.VARCHAR20] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control [gw2] [ 72%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control test/sql/test_types.py::AdaptTest::test_repr[INET] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[MatchType] test/sql/test_types.py::AdaptTest::test_repr[NCHAR0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NCHAR0] test/sql/test_types.py::AdaptTest::test_repr[NCHAR1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NCHAR1] test/sql/test_types.py::AdaptTest::test_repr[NCLOB] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NCLOB] test/sql/test_types.py::AdaptTest::test_repr[NTEXT] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NTEXT] test/sql/test_types.py::AdaptTest::test_repr[NUMBER] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NUMBER] test/sql/test_types.py::AdaptTest::test_repr[NUMERIC0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NUMERIC0] test/sql/test_types.py::AdaptTest::test_repr[NUMERIC1] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NUMERIC1] test/sql/test_types.py::AdaptTest::test_repr[NUMRANGE] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NUMRANGE] test/sql/test_types.py::AdaptTest::test_repr[NVARCHAR0] [gw0] [ 72%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NVARCHAR0] test/sql/test_types.py::AdaptTest::test_repr[NVARCHAR1] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NVARCHAR1] test/sql/test_types.py::AdaptTest::test_repr[NullType] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[INET] test/sql/test_types.py::AdaptTest::test_repr[INT4RANGE] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[INT4RANGE] test/sql/test_types.py::AdaptTest::test_repr[INT8RANGE] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[INT8RANGE] test/sql/test_types.py::AdaptTest::test_repr[INTEGER0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[INTEGER0] test/sql/test_types.py::AdaptTest::test_repr[INTEGER1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[INTEGER1] test/sql/test_types.py::AdaptTest::test_repr[INTERVAL0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[INTERVAL0] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.VARCHAR20] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.VARCHAR21] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base.VARCHAR21] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base._OracleBoolean] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.base._OracleBoolean] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleBINARY_DOUBLE] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleBINARY_DOUBLE] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleBINARY_FLOAT] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleBINARY_FLOAT] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleBinary] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleBinary] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleChar] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[NullType] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleChar] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleDate] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleDate] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleEnum] test/sql/test_types.py::AdaptTest::test_repr[Numeric] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Numeric] test/sql/test_types.py::AdaptTest::test_repr[OID] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleEnum] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleInteger] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[OID] test/sql/test_types.py::AdaptTest::test_repr[PickleType] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleInteger] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleInterval] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[PickleType] test/sql/test_types.py::AdaptTest::test_repr[RAW] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleInterval] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleLong] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleLong] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[RAW] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleNChar] test/sql/test_types.py::AdaptTest::test_repr[REAL0] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[REAL0] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleNChar] test/sql/test_types.py::AdaptTest::test_repr[REAL1] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[REAL1] test/sql/test_types.py::AdaptTest::test_repr[REAL2] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleNumeric] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[REAL2] test/sql/test_types.py::AdaptTest::test_repr[REGCLASS] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleNumeric] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleRaw] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[REGCLASS] test/sql/test_types.py::AdaptTest::test_repr[ROWID] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[ROWID] test/sql/test_types.py::AdaptTest::test_repr[ROWVERSION] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleRaw] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleRowid] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[ROWVERSION] [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_commit_one test/sql/test_types.py::AdaptTest::test_repr[INTERVAL1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[INTERVAL1] test/sql/test_types.py::AdaptTest::test_repr[Integer] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Integer] test/sql/test_types.py::AdaptTest::test_repr[Interval] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Interval] test/sql/test_types.py::AdaptTest::test_str[BLOB] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[BLOB] test/sql/test_types.py::AdaptTest::test_str[BOOLEAN] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[BOOLEAN] test/sql/test_types.py::AdaptTest::test_str[BYTEA] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[BYTEA] test/sql/test_types.py::AdaptTest::test_str[BigInteger] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[BigInteger] test/sql/test_types.py::AdaptTest::test_str[Boolean] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[Boolean] test/sql/test_types.py::AdaptTest::test_str[CHAR0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[CHAR0] test/sql/test_types.py::AdaptTest::test_str[CHAR1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[CHAR1] test/sql/test_types.py::AdaptTest::test_str[CHAR2] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[CHAR2] [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_commit_one test/sql/test_types.py::AdaptTest::test_str[CIDR] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[CIDR] test/sql/test_types.py::AdaptTest::test_str[CLOB] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[CLOB] test/sql/test_types.py::AdaptTest::test_str[DATE0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DATE0] test/sql/test_types.py::AdaptTest::test_str[DATE1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DATE1] test/sql/test_types.py::AdaptTest::test_str[DATE2] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DATE2] test/sql/test_types.py::AdaptTest::test_str[DATERANGE] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DATERANGE] test/sql/test_types.py::AdaptTest::test_str[DATETIME0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DATETIME0] test/sql/test_types.py::AdaptTest::test_str[DATETIME1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DATETIME1] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check test/sql/test_types.py::AdaptTest::test_repr[SET] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleRowid] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleString] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleString] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleText] test/sql/test_types.py::AdaptTest::test_str[DATETIME2] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DATETIME2] test/sql/test_types.py::AdaptTest::test_str[DATETIME2] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DATETIME2] test/sql/test_types.py::AdaptTest::test_str[DATETIMEOFFSET] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DATETIMEOFFSET] test/sql/test_types.py::AdaptTest::test_str[DECIMAL0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DECIMAL0] test/sql/test_types.py::AdaptTest::test_str[DECIMAL1] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DECIMAL1] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleText] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeStringCHAR] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeStringCHAR] [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands test/sql/test_types.py::AdaptTest::test_str[DOUBLE] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[SET] test/sql/test_types.py::AdaptTest::test_repr[SMALLDATETIME] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[SMALLDATETIME] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DOUBLE] test/sql/test_types.py::AdaptTest::test_str[DOUBLE_PRECISION0] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting [gw2] [ 73%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DOUBLE_PRECISION0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeStringNCHAR] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeStringNCHAR] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeTextCLOB] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeTextCLOB] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeTextNCLOB] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeTextNCLOB] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.array.ARRAY0] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.array.ARRAY0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.array.ARRAY1] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control [gw2] [ 73%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control test/sql/test_types.py::AdaptTest::test_str[DOUBLE_PRECISION1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DOUBLE_PRECISION1] test/sql/test_types.py::AdaptTest::test_str[DateTime] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[DateTime] test/sql/test_types.py::AdaptTest::test_str[Date] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[Date] test/sql/test_types.py::AdaptTest::test_str[ENUM0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[ENUM0] test/sql/test_types.py::AdaptTest::test_str[ENUM1] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.array.ARRAY1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncPgEnum] test/sql/test_types.py::AdaptTest::test_repr[SMALLINT0] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[SMALLINT0] test/sql/test_types.py::AdaptTest::test_repr[SMALLINT1] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[SMALLINT1] test/sql/test_types.py::AdaptTest::test_repr[SMALLMONEY0] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[SMALLMONEY0] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncPgEnum] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncPgInterval] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncPgInterval] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgBigInteger] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgBigInteger] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[ENUM1] test/sql/test_types.py::AdaptTest::test_str[Enum] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[Enum] test/sql/test_types.py::AdaptTest::test_str[FLOAT0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[FLOAT0] test/sql/test_types.py::AdaptTest::test_str[FLOAT1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[FLOAT1] test/sql/test_types.py::AdaptTest::test_str[Float] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[Float] test/sql/test_types.py::AdaptTest::test_str[HSTORE] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[HSTORE] test/sql/test_types.py::AdaptTest::test_str[IMAGE0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[IMAGE0] test/sql/test_types.py::AdaptTest::test_str[IMAGE1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[IMAGE1] test/sql/test_types.py::AdaptTest::test_str[INET] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[INET] test/sql/test_types.py::AdaptTest::test_str[INT4RANGE] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[INT4RANGE] test/sql/test_types.py::AdaptTest::test_str[INT8RANGE] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[INT8RANGE] test/sql/test_types.py::AdaptTest::test_str[INTEGER0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[INTEGER0] test/sql/test_types.py::AdaptTest::test_str[INTEGER1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[INTEGER1] test/sql/test_types.py::AdaptTest::test_repr[SMALLMONEY1] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[SMALLMONEY1] test/sql/test_types.py::AdaptTest::test_repr[SQL_VARIANT] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[SQL_VARIANT] test/sql/test_types.py::AdaptTest::test_repr[SmallInteger] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[SmallInteger] test/sql/test_types.py::AdaptTest::test_repr[String] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[String] test/sql/test_types.py::AdaptTest::test_repr[TEXT0] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TEXT0] test/sql/test_types.py::AdaptTest::test_repr[TEXT1] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TEXT1] test/sql/test_types.py::AdaptTest::test_repr[TIME0] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TIME0] test/sql/test_types.py::AdaptTest::test_repr[TIME1] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TIME1] test/sql/test_types.py::AdaptTest::test_repr[TIME2] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TIME2] test/sql/test_types.py::AdaptTest::test_repr[TIME3] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TIME3] test/sql/test_types.py::AdaptTest::test_repr[TIME4] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TIME4] test/sql/test_types.py::AdaptTest::test_repr[TIMESTAMP0] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TIMESTAMP0] test/sql/test_types.py::AdaptTest::test_repr[TIMESTAMP1] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TIMESTAMP1] test/sql/test_types.py::AdaptTest::test_repr[TIMESTAMP2] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TIMESTAMP2] test/sql/test_types.py::AdaptTest::test_repr[TIMESTAMP3] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TIMESTAMP3] test/sql/test_types.py::AdaptTest::test_repr[TINYBLOB] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TINYBLOB] test/sql/test_types.py::AdaptTest::test_repr[TINYINT0] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TINYINT0] test/sql/test_types.py::AdaptTest::test_repr[TINYINT1] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TINYINT1] test/sql/test_types.py::AdaptTest::test_repr[TINYINT2] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TINYINT2] test/sql/test_types.py::AdaptTest::test_repr[TINYTEXT] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TINYTEXT] test/sql/test_types.py::AdaptTest::test_repr[TSRANGE] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_commit_one [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_commit_one test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_deactive_status_check test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_error_on_using_inactive_session_commands test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgBoolean] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgBoolean] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgDateTime] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgDateTime] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgDate] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgDate] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgInteger] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgInteger] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSONB] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSONB] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSON] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSON] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgNumeric] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgNumeric] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgOID] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgOID] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgREGCLASS] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgREGCLASS] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgTime] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting [gw2] [ 73%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgTime] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control [gw2] [ 73%] SKIPPED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgUUID] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.asyncpg.AsyncpgUUID] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.BIT] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_multi_nesting test/sql/test_types.py::AdaptTest::test_str[INTERVAL0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[INTERVAL0] test/sql/test_types.py::AdaptTest::test_str[INTERVAL1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[INTERVAL1] test/sql/test_types.py::AdaptTest::test_str[Integer] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[Integer] test/sql/test_types.py::AdaptTest::test_str[Interval] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[Interval] test/sql/test_types.py::AdaptTest::test_str[JSON0] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[JSON0] test/sql/test_types.py::AdaptTest::test_str[JSON1] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[JSON1] test/sql/test_types.py::AdaptTest::test_str[JSON2] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[JSON2] test/sql/test_types.py::AdaptTest::test_str[JSON3] [gw5] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_str[JSON3] test/sql/test_types.py::AdaptTest::test_str[JSON4] test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.BIT] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TSRANGE] test/sql/test_types.py::AdaptTest::test_repr[TSTZRANGE] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TSTZRANGE] test/sql/test_types.py::AdaptTest::test_repr[TSVECTOR] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TSVECTOR] test/sql/test_types.py::AdaptTest::test_repr[Text] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Text] test/sql/test_types.py::AdaptTest::test_repr[Time] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Time] test/sql/test_types.py::AdaptTest::test_repr[TupleType] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[TupleType] test/sql/test_types.py::AdaptTest::test_repr[UNICHAR] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[UNICHAR] test/sql/test_types.py::AdaptTest::test_repr[UNIQUEIDENTIFIER] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[UNIQUEIDENTIFIER] test/sql/test_types.py::AdaptTest::test_repr[UNITEXT] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[UNITEXT] test/sql/test_types.py::AdaptTest::test_repr[UNIVARCHAR] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[UNIVARCHAR] test/sql/test_types.py::AdaptTest::test_repr[UUID] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.BYTEA0] [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_external_subtrans test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.BYTEA0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.BYTEA1] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.BYTEA1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.CIDR] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[UUID] test/sql/test_types.py::AdaptTest::test_repr[UnicodeText] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[UnicodeText] test/sql/test_types.py::AdaptTest::test_repr[Unicode] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[Unicode] test/sql/test_types.py::AdaptTest::test_repr[UserDefinedType] [gw2] [ 73%] PASSED test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_subtransaction_on_noautocommit [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[UserDefinedType] test/sql/test_types.py::AdaptTest::test_repr[VARBINARY0] [gw0] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_repr[VARBINARY0] test/sql/test_types.py::AdaptTest::test_repr[VARBINARY1] [gw4] [ 73%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.CIDR] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.DOUBLE_PRECISION0] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.DOUBLE_PRECISION0] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_repr[VARBINARY1] test/sql/test_types.py::AdaptTest::test_repr[VARCHAR0] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_repr[VARCHAR0] test/sql/test_types.py::AdaptTest::test_repr[VARCHAR1] [gw1] [ 74%] PASSED test/engine/test_pool.py::QueuePoolTest::test_timeout [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_repr[VARCHAR1] test/sql/test_types.py::AdaptTest::test_repr[VARCHAR2] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_repr[VARCHAR2] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[JSON4] test/orm/test_transaction.py::TransactionFlagsTest::test_in_transaction test/sql/test_types.py::AdaptTest::test_str[JSONB] [gw2] [ 74%] PASSED test/orm/test_transaction.py::TransactionFlagsTest::test_in_transaction test/orm/test_transaction.py::TransactionFlagsTest::test_in_transaction_nesting [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[JSONB] [gw2] [ 74%] PASSED test/orm/test_transaction.py::TransactionFlagsTest::test_in_transaction_nesting test/orm/test_transaction.py::TransactionFlagsTest::test_in_transaction_subtransactions test/sql/test_types.py::AdaptTest::test_str[LONGBLOB] test/engine/test_pool.py::QueuePoolTest::test_timeout_accessor [gw1] [ 74%] PASSED test/engine/test_pool.py::QueuePoolTest::test_timeout_accessor test/engine/test_pool.py::QueuePoolTest::test_timeout_race test/sql/test_types.py::AdaptTest::test_repr[VARCHAR2] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_repr[VARCHAR2] test/sql/test_types.py::AdaptTest::test_repr[XML] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_repr[XML] test/sql/test_types.py::AdaptTest::test_repr[YEAR] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_repr[YEAR] test/sql/test_types.py::AdaptTest::test_repr[_Binary] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.DOUBLE_PRECISION1] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_repr[_Binary] test/sql/test_types.py::AdaptTest::test_str[ARRAY0] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[ARRAY0] test/sql/test_types.py::AdaptTest::test_str[ARRAY1] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[LONGBLOB] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[ARRAY1] [gw2] [ 74%] PASSED test/orm/test_transaction.py::TransactionFlagsTest::test_in_transaction_subtransactions [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.DOUBLE_PRECISION1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.ENUM0] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_close [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.ENUM0] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.ENUM1] test/sql/test_types.py::AdaptTest::test_str[BFILE] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BFILE] test/sql/test_types.py::AdaptTest::test_str[BIGINT0] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BIGINT0] test/sql/test_types.py::AdaptTest::test_str[BIGINT1] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BIGINT1] test/sql/test_types.py::AdaptTest::test_str[BINARY] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BINARY] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.ENUM1] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.INET] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.INET] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.INTERVAL] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.INTERVAL] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.MACADDR] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.MACADDR] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.MONEY] test/sql/test_types.py::AdaptTest::test_str[LONGTEXT] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[LONGTEXT] test/sql/test_types.py::AdaptTest::test_str[LONG] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[LONG] test/sql/test_types.py::AdaptTest::test_str[LargeBinary] test/sql/test_types.py::AdaptTest::test_str[BINARY_DOUBLE] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BINARY_DOUBLE] test/sql/test_types.py::AdaptTest::test_str[BINARY_FLOAT] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BINARY_FLOAT] test/sql/test_types.py::AdaptTest::test_str[BIT0] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BIT0] test/sql/test_types.py::AdaptTest::test_str[BIT1] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BIT1] test/sql/test_types.py::AdaptTest::test_str[BIT2] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BIT2] test/sql/test_types.py::AdaptTest::test_str[BIT3] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[BIT3] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.MONEY] test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.OID] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_adapt_method[sqlalchemy.dialects.postgresql.base.OID] test/sql/test_types.py::AdaptTest::test_str[TIME1] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TIME1] test/sql/test_types.py::AdaptTest::test_str[TIME2] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TIME2] test/sql/test_types.py::AdaptTest::test_str[TIME3] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TIME3] test/sql/test_types.py::AdaptTest::test_str[TIME4] [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_close test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_close2 [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_close2 test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_commit_fails_ctxmanager [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_commit_fails_ctxmanager test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_commit_fails_flat [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_commit_fails_flat test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_commits [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_commits test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_commits_real_trans_from_nested [gw3] [ 74%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_orm_aliased [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[LargeBinary] test/sql/test_types.py::AdaptTest::test_str[MACADDR] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[MACADDR] test/sql/test_types.py::AdaptTest::test_str[MEDIUMBLOB] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[MEDIUMBLOB] test/sql/test_types.py::AdaptTest::test_str[MEDIUMINT] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[MEDIUMINT] test/sql/test_types.py::AdaptTest::test_str[MEDIUMTEXT] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[MEDIUMTEXT] test/sql/test_types.py::AdaptTest::test_str[MONEY0] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[MONEY0] test/sql/test_types.py::AdaptTest::test_str[MONEY1] test/aaa_profiling/test_memusage.py::CycleTest::test_orm_join [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_commits_real_trans_from_nested test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back[False] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TIME4] test/sql/test_types.py::AdaptTest::test_str[TIMESTAMP0] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TIMESTAMP0] test/sql/test_types.py::AdaptTest::test_str[TIMESTAMP1] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TIMESTAMP1] test/sql/test_types.py::AdaptTest::test_str[TIMESTAMP2] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TIMESTAMP2] test/sql/test_types.py::AdaptTest::test_str[TIMESTAMP3] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TIMESTAMP3] test/sql/test_types.py::AdaptTest::test_str[TINYBLOB] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TINYBLOB] test/sql/test_types.py::AdaptTest::test_str[TINYINT0] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TINYINT0] test/sql/test_types.py::AdaptTest::test_str[TINYINT1] [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back[False] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back[True] [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back[True] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_legacy_marker[False] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-mysql] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-oracle] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-postgresql] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-sqlite] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-sybase] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-firebird] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-mssql] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-mysql] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-oracle] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-postgresql] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-sqlite] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[MONEY1] test/sql/test_types.py::AdaptTest::test_str[MONEY2] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[MONEY2] test/sql/test_types.py::AdaptTest::test_str[MatchType] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[MatchType] test/sql/test_types.py::AdaptTest::test_str[NCHAR0] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NCHAR0] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TINYINT1] test/sql/test_types.py::AdaptTest::test_str[TINYINT2] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-sybase] [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_legacy_marker[False] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_legacy_marker[True] [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_legacy_marker[True] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_savepoint[False] [gw2] [ 74%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_savepoint[False] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_savepoint[True] [gw2] [ 74%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_savepoint[True] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_deactivated_savepoint_warning_straight [gw2] [ 74%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_deactivated_savepoint_warning_straight test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_deactivated_warning_straight [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_deactivated_warning_straight test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture0] [gw2] [ 74%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture0] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture10] [gw2] [ 74%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture10] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture11] [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture11] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TINYINT2] test/sql/test_types.py::AdaptTest::test_str[TINYTEXT] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TINYTEXT] test/sql/test_types.py::AdaptTest::test_str[TSRANGE] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TSRANGE] test/sql/test_types.py::AdaptTest::test_str[TSTZRANGE] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TSTZRANGE] test/sql/test_types.py::AdaptTest::test_str[TSVECTOR] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TSVECTOR] test/sql/test_types.py::AdaptTest::test_str[Text] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[Text] test/sql/test_types.py::AdaptTest::test_str[Time] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[Time] test/sql/test_types.py::AdaptTest::test_str[TupleType] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[TupleType] test/sql/test_types.py::AdaptTest::test_str[UNICHAR] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[UNICHAR] test/sql/test_types.py::AdaptTest::test_str[UNIQUEIDENTIFIER] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[UNIQUEIDENTIFIER] test/sql/test_types.py::AdaptTest::test_str[UNITEXT] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[UNITEXT] test/sql/test_types.py::AdaptTest::test_str[UNIVARCHAR] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[UNIVARCHAR] test/sql/test_types.py::AdaptTest::test_str[UUID] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[UUID] test/sql/test_types.py::AdaptTest::test_str[UnicodeText] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[UnicodeText] test/sql/test_types.py::AdaptTest::test_str[Unicode] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[Unicode] test/sql/test_types.py::AdaptTest::test_str[UserDefinedType] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[UserDefinedType] test/sql/test_types.py::AdaptTest::test_str[VARBINARY0] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[VARBINARY0] test/sql/test_types.py::AdaptTest::test_str[VARBINARY1] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[VARBINARY1] test/sql/test_types.py::AdaptTest::test_str[VARCHAR0] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[VARCHAR0] test/sql/test_types.py::AdaptTest::test_str[VARCHAR1] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[VARCHAR1] test/sql/test_types.py::AdaptTest::test_str[VARCHAR2] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[VARCHAR2] test/sql/test_types.py::AdaptTest::test_str[VARCHAR2] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture1] [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture1] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture2] [gw2] [ 74%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture2] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture3] [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture3] test/sql/test_types.py::AdaptTest::test_str[NCHAR1] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NCHAR1] test/sql/test_types.py::AdaptTest::test_str[NCLOB] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NCLOB] test/sql/test_types.py::AdaptTest::test_str[NTEXT] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NTEXT] test/sql/test_types.py::AdaptTest::test_str[NUMBER] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NUMBER] test/sql/test_types.py::AdaptTest::test_str[NUMERIC0] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NUMERIC0] test/sql/test_types.py::AdaptTest::test_str[NUMERIC1] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NUMERIC1] test/sql/test_types.py::AdaptTest::test_str[NUMRANGE] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NUMRANGE] test/sql/test_types.py::AdaptTest::test_str[NVARCHAR0] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NVARCHAR0] test/sql/test_types.py::AdaptTest::test_str[NVARCHAR1] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NVARCHAR1] test/sql/test_types.py::AdaptTest::test_str[NullType] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[NullType] test/sql/test_types.py::AdaptTest::test_str[Numeric] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[Numeric] test/sql/test_types.py::AdaptTest::test_str[OID] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[OID] test/sql/test_types.py::AdaptTest::test_str[PickleType] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[PickleType] test/sql/test_types.py::AdaptTest::test_str[RAW] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[RAW] test/sql/test_types.py::AdaptTest::test_str[REAL0] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[REAL0] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIME()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-firebird] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-mssql] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture4] [gw2] [ 74%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture4] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[VARCHAR2] test/sql/test_types.py::AdaptTest::test_str[XML] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[XML] test/sql/test_types.py::AdaptTest::test_str[YEAR] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[YEAR] test/sql/test_types.py::AdaptTest::test_str[_Binary] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture5] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-mysql] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-mysql] test/sql/test_types.py::AdaptTest::test_str[REAL1] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-oracle] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-postgresql] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-postgresql] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[REAL1] test/sql/test_types.py::AdaptTest::test_str[REAL2] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[REAL2] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-sqlite] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-sqlite] test/sql/test_types.py::AdaptTest::test_str[REGCLASS] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[REGCLASS] test/sql/test_types.py::AdaptTest::test_str[ROWID] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-sybase] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[_Binary] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[ROWID] test/sql/test_types.py::AdaptTest::test_str[ROWVERSION] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[TIMESTAMP()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-firebird] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-firebird] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[ROWVERSION] test/sql/test_types.py::AdaptTest::test_str_third_party test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-mssql] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-mysql] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-oracle] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-postgresql] test/sql/test_types.py::AdaptTest::test_str[SET] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-postgresql] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[SET] test/sql/test_types.py::AdaptTest::test_str[SMALLDATETIME] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-sqlite] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-sybase] [gw0] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[VARCHAR(length=10)-sybase] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[SMALLDATETIME] test/sql/test_types.py::AdaptTest::test_str[SMALLINT0] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str_third_party test/sql/test_types.py::AdaptTest::test_str_third_party_camelcase_no_visit_name [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture5] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-ARRAY-_exclusions0-ENUM] [gw0] [ 74%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-ARRAY-_exclusions0-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-ARRAY-_exclusions0-Enum] [gw0] [ 74%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-ARRAY-_exclusions0-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-ARRAY-_exclusions1-ENUM] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[SMALLINT0] test/sql/test_types.py::AdaptTest::test_str[SMALLINT1] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture6] [gw0] [ 74%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-ARRAY-_exclusions1-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-ARRAY-_exclusions1-Enum] [gw0] [ 74%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-ARRAY-_exclusions1-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-_ArrayOfEnum-_exclusions2-ENUM] [gw5] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str[SMALLINT1] test/sql/test_types.py::AdaptTest::test_str[SMALLMONEY0] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str_third_party_camelcase_no_visit_name [gw2] [ 74%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture6] [gw0] [ 74%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-_ArrayOfEnum-_exclusions2-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-_ArrayOfEnum-_exclusions2-Enum] [gw0] [ 74%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[all-_ArrayOfEnum-_exclusions2-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-ARRAY-_exclusions0-ENUM] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture7] test/sql/test_types.py::AdaptTest::test_str_third_party_uppercase_no_visit_name [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_str_third_party_uppercase_no_visit_name test/sql/test_types.py::AdaptTest::test_uppercase_importable[ARRAY] [gw4] [ 74%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[ARRAY] test/sql/test_types.py::AdaptTest::test_uppercase_importable[BIGINT] [gw2] [ 74%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture7] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture8] [gw2] [ 74%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture8] [gw7] [ 75%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_core_textual_lookup_w_shard[True] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture9] [gw6] [ 75%] PASSED test/orm/test_session.py::WeakIdentityMapTest::test_weakref [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-ARRAY-_exclusions0-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-ARRAY-_exclusions0-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-ARRAY-_exclusions0-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-ARRAY-_exclusions1-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-ARRAY-_exclusions1-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-ARRAY-_exclusions1-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-ARRAY-_exclusions1-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-_ArrayOfEnum-_exclusions2-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-_ArrayOfEnum-_exclusions2-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-_ArrayOfEnum-_exclusions2-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_any_all_roundtrip[any-_ArrayOfEnum-_exclusions2-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[ARRAY-_exclusions0-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[ARRAY-_exclusions0-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[ARRAY-_exclusions0-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[ARRAY-_exclusions0-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[ARRAY-_exclusions1-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[ARRAY-_exclusions1-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[ARRAY-_exclusions1-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[ARRAY-_exclusions1-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[_ArrayOfEnum-_exclusions2-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[_ArrayOfEnum-_exclusions2-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[_ArrayOfEnum-_exclusions2-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_expanding_in[_ArrayOfEnum-_exclusions2-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[ARRAY-_exclusions0-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[ARRAY-_exclusions0-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[ARRAY-_exclusions0-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[ARRAY-_exclusions0-Enum] test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_db_lookup [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_connection[trans_ctx_manager_fixture9] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture0] [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture0] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture10] [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture10] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture11] [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture11] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture1] [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture1] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture2] [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture2] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture3] [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture3] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture4] [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture4] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture5] test/orm/test_session.py::WeakIdentityMapTest::test_weakref_pickled [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture5] [gw5] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_str[SMALLMONEY0] test/sql/test_types.py::AdaptTest::test_str[SMALLMONEY1] [gw5] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_str[SMALLMONEY1] test/sql/test_types.py::AdaptTest::test_str[SQL_VARIANT] [gw5] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_str[SQL_VARIANT] test/sql/test_types.py::AdaptTest::test_str[SmallInteger] [gw5] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_str[SmallInteger] test/sql/test_types.py::AdaptTest::test_str[String] [gw5] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_str[String] test/sql/test_types.py::AdaptTest::test_str[TEXT0] [gw5] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_str[TEXT0] test/sql/test_types.py::AdaptTest::test_str[TEXT1] [gw5] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_str[TEXT1] test/sql/test_types.py::AdaptTest::test_str[TIME0] [gw5] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_str[TIME0] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture6] [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture6] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture7] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[BIGINT] test/sql/test_types.py::AdaptTest::test_uppercase_importable[BINARY] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[BINARY] test/sql/test_types.py::AdaptTest::test_uppercase_importable[BLOB] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[BLOB] test/sql/test_types.py::AdaptTest::test_uppercase_importable[BOOLEAN] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[BOOLEAN] test/sql/test_types.py::AdaptTest::test_uppercase_importable[BigInteger] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[BigInteger] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Boolean] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Boolean] test/sql/test_types.py::AdaptTest::test_uppercase_importable[CHAR] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[CHAR] test/sql/test_types.py::AdaptTest::test_uppercase_importable[CLOB] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[CLOB] test/sql/test_types.py::AdaptTest::test_uppercase_importable[DATETIME] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[DATETIME] test/sql/test_types.py::AdaptTest::test_uppercase_importable[DATE] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[DATE] test/sql/test_types.py::AdaptTest::test_uppercase_importable[DECIMAL] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[DECIMAL] test/sql/test_types.py::AdaptTest::test_uppercase_importable[DateTime] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[DateTime] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Date] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Date] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Enum] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Enum] test/sql/test_types.py::AdaptTest::test_uppercase_importable[FLOAT] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[FLOAT] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Float] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[ARRAY-_exclusions1-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[ARRAY-_exclusions1-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[ARRAY-_exclusions1-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[ARRAY-_exclusions1-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[_ArrayOfEnum-_exclusions2-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[_ArrayOfEnum-_exclusions2-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[_ArrayOfEnum-_exclusions2-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_native_roundtrip[_ArrayOfEnum-_exclusions2-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[ARRAY-_exclusions0-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[ARRAY-_exclusions0-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[ARRAY-_exclusions0-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[ARRAY-_exclusions0-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[ARRAY-_exclusions1-ENUM] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[ARRAY-_exclusions1-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[ARRAY-_exclusions1-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[ARRAY-_exclusions1-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[_ArrayOfEnum-_exclusions2-ENUM] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Float] test/sql/test_types.py::AdaptTest::test_uppercase_importable[INTEGER0] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[INTEGER0] test/sql/test_types.py::AdaptTest::test_uppercase_importable[INTEGER1] [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture7] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture8] test/dialect/postgresql/test_types.py::ArrayTest::test_array_literal_getitem_multidim [gw5] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_literal_getitem_multidim [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[_ArrayOfEnum-_exclusions2-ENUM] test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[_ArrayOfEnum-_exclusions2-Enum] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_array_of_enums_roundtrip[_ArrayOfEnum-_exclusions2-Enum] test/dialect/postgresql/test_types.py::ArrayEnum::test_raises_non_native_enums[ARRAY0] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_raises_non_native_enums[ARRAY0] test/dialect/postgresql/test_types.py::ArrayEnum::test_raises_non_native_enums[ARRAY1] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayEnum::test_raises_non_native_enums[ARRAY1] test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSON0-ARRAY0] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSON0-ARRAY0] test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSON0-ARRAY1] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSON0-ARRAY1] test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSON1-ARRAY0] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSON1-ARRAY0] test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSON1-ARRAY1] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSON1-ARRAY1] test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSONB-ARRAY0] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSONB-ARRAY0] test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSONB-ARRAY1] [gw0] [ 75%] SKIPPED test/dialect/postgresql/test_types.py::ArrayJSON::test_array_of_json[JSONB-ARRAY1] test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_generic [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_generic test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_specific[issue_5989] [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_specific[issue_5989] test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_specific[just_enum] [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_specific[just_enum] test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_specific[just_order_by] [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_specific[just_order_by] test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_specific[original] [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_agg_specific[original] test/dialect/postgresql/test_types.py::ArrayTest::test_array_all [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_all test/dialect/postgresql/test_types.py::ArrayTest::test_array_any [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_any test/dialect/postgresql/test_types.py::ArrayTest::test_array_concat [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[INTEGER1] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Integer] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Integer] [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture8] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Interval] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture9] test/dialect/postgresql/test_types.py::ArrayTest::test_array_overlap [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_concat test/dialect/postgresql/test_types.py::ArrayTest::test_array_contained_by [gw5] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_overlap [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_contained_by test/dialect/postgresql/test_types.py::ArrayTest::test_array_slice_index test/dialect/postgresql/test_types.py::ArrayTest::test_array_contains [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Interval] [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_interrupt_ctxmanager_engine[trans_ctx_manager_fixture9] test/sql/test_types.py::AdaptTest::test_uppercase_importable[JSON] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_multiple_two_phase [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_multiple_two_phase test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_commit [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_commit test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_rollback [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_rollback test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_no_rollback_in_deactive [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_no_rollback_in_deactive test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_no_rollback_in_deactive_savepoint [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_no_rollback_in_deactive_savepoint test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_raise [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_raise test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_reset_rollback_two_phase_no_rollback [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_reset_rollback_two_phase_no_rollback test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_retains_through_options [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_retains_through_options test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_rollback [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_rollback test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_rollback_end_ctx_manager_autocommit [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_rollback_end_ctx_manager_autocommit test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_release_fails_ctxmanager [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_release_fails_ctxmanager test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_release_fails_flat [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_release_fails_flat [gw5] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_slice_index test/dialect/postgresql/test_types.py::ArrayTest::test_array_type_render_str [gw5] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_type_render_str test/dialect/postgresql/test_types.py::ArrayTest::test_array_type_render_str_collate [gw5] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_type_render_str_collate test/dialect/postgresql/test_types.py::ArrayTest::test_array_type_render_str_collate_multidim [gw5] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_type_render_str_collate_multidim test/dialect/postgresql/test_types.py::ArrayTest::test_array_type_render_str_multidim [gw5] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_type_render_str_multidim test/dialect/postgresql/test_types.py::ArrayTest::test_contains_override_raises [gw5] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_contains_override_raises test/sql/test_types.py::AsGenericTest::test_as_generic[t10-t20] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t10-t20] test/sql/test_types.py::AsGenericTest::test_as_generic[t11-t21] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t11-t21] test/sql/test_types.py::AsGenericTest::test_as_generic[t110-t210] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t110-t210] test/sql/test_types.py::AsGenericTest::test_as_generic[t12-t22] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t12-t22] test/sql/test_types.py::AsGenericTest::test_as_generic[t13-t23] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t13-t23] test/sql/test_types.py::AsGenericTest::test_as_generic[t14-t24] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t14-t24] test/sql/test_types.py::AsGenericTest::test_as_generic[t15-t25] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t15-t25] test/sql/test_types.py::AsGenericTest::test_as_generic[t16-t26] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t16-t26] test/sql/test_types.py::AsGenericTest::test_as_generic[t17-t27] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t17-t27] test/sql/test_types.py::AsGenericTest::test_as_generic[t18-t28] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t18-t28] test/sql/test_types.py::AsGenericTest::test_as_generic[t19-t29] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic[t19-t29] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[ENUM0] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[ENUM0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[ENUM1] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[ENUM1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[Enum] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[Enum] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[INTERVAL0] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_rollback_fails_flat [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_rollback_fails_flat test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_two_phase_recover [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_two_phase_recover test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_two_phase_transaction [gw2] [ 75%] SKIPPED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_two_phase_transaction [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[JSON] test/sql/test_types.py::AdaptTest::test_uppercase_importable[LargeBinary] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[LargeBinary] test/sql/test_types.py::AdaptTest::test_uppercase_importable[MatchType] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[INTERVAL0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[INTERVAL1] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_custom[INTERVAL1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[ARRAY0] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[ARRAY0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[ARRAY1] [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_contains test/dialect/postgresql/test_types.py::ArrayTest::test_array_dim_index [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_dim_index test/dialect/postgresql/test_types.py::ArrayTest::test_array_functions_plus_getitem [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_functions_plus_getitem test/dialect/postgresql/test_types.py::ArrayTest::test_array_getitem_single_type [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_getitem_single_type test/sql/test_types.py::ArrayTest::test_array_getitem_single_type [gw0] [ 75%] PASSED test/sql/test_types.py::ArrayTest::test_array_getitem_single_type test/dialect/postgresql/test_types.py::ArrayTest::test_array_getitem_slice_type [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_getitem_slice_type test/sql/test_types.py::ArrayTest::test_array_getitem_slice_type [gw0] [ 75%] PASSED test/sql/test_types.py::ArrayTest::test_array_getitem_slice_type test/sql/test_types.py::ArrayTest::test_array_getitem_slice_type_dialect_level [gw0] [ 75%] PASSED test/sql/test_types.py::ArrayTest::test_array_getitem_slice_type_dialect_level test/dialect/postgresql/test_types.py::ArrayTest::test_array_in_enum_psycopg2_cast [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_in_enum_psycopg2_cast test/dialect/postgresql/test_types.py::ArrayTest::test_array_in_str_psycopg2_cast [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[MatchType] test/sql/test_types.py::AdaptTest::test_uppercase_importable[NCHAR] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[NCHAR] test/sql/test_types.py::AdaptTest::test_uppercase_importable[NUMERIC] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[NUMERIC] test/sql/test_types.py::AdaptTest::test_uppercase_importable[NVARCHAR] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[NVARCHAR] test/sql/test_types.py::AdaptTest::test_uppercase_importable[NullType] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[NullType] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[ARRAY1] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Numeric] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BFILE] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BFILE] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Numeric] test/sql/test_types.py::AdaptTest::test_uppercase_importable[PickleType] test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_with_interface [gw2] [ 75%] PASSED test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_with_interface test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIGINT0] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIGINT0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIGINT1] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIGINT1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BINARY] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BINARY] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BINARY_DOUBLE] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[PickleType] test/sql/test_types.py::AdaptTest::test_uppercase_importable[REAL] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[REAL] test/sql/test_types.py::AdaptTest::test_uppercase_importable[SMALLINT] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[SMALLINT] test/sql/test_types.py::AdaptTest::test_uppercase_importable[SmallInteger] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[SmallInteger] test/sql/test_types.py::AdaptTest::test_uppercase_importable[String] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[String] [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_in_str_psycopg2_cast test/dialect/postgresql/test_types.py::ArrayTest::test_array_index_map_dimensions [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_index_map_dimensions test/orm/test_transaction.py::TwoPhaseTest_sqlite+pysqlite_3_38_2::test_rollback_on_prepare test/sql/test_types.py::ArrayTest::test_array_index_map_dimensions [gw0] [ 75%] PASSED test/sql/test_types.py::ArrayTest::test_array_index_map_dimensions test/dialect/postgresql/test_types.py::ArrayTest::test_array_int_index test/sql/test_types.py::AdaptTest::test_uppercase_importable[TEXT] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BINARY_DOUBLE] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BINARY_FLOAT] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BINARY_FLOAT] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIT0] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIT0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIT1] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[TEXT] test/sql/test_types.py::AdaptTest::test_uppercase_importable[TIMESTAMP] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[TIMESTAMP] test/sql/test_types.py::AdaptTest::test_uppercase_importable[TIME] [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[TIME] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Text] [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_int_index test/dialect/postgresql/test_types.py::ArrayTest::test_array_literal [gw0] [ 75%] PASSED test/dialect/postgresql/test_types.py::ArrayTest::test_array_literal [gw4] [ 75%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Text] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Time] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[LargeBinary] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIT1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIT2] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIT2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIT3] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BIT3] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BLOB] [gw5] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BLOB] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BOOLEAN] [gw0] [ 75%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[LargeBinary] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Time] test/sql/test_types.py::AdaptTest::test_uppercase_importable[TupleType] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[TupleType] test/sql/test_types.py::AdaptTest::test_uppercase_importable[TypeDecorator] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MACADDR] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MACADDR] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MEDIUMBLOB] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MEDIUMBLOB] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MEDIUMINT] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BOOLEAN] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BYTEA] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BYTEA] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BigInteger] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[BigInteger] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Boolean] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Boolean] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CHAR0] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[TypeDecorator] test/sql/test_types.py::AdaptTest::test_uppercase_importable[TypeEngine] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[TypeEngine] test/sql/test_types.py::AdaptTest::test_uppercase_importable[UnicodeText] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[UnicodeText] [gw2] [ 76%] SKIPPED test/orm/test_transaction.py::TwoPhaseTest_sqlite+pysqlite_3_38_2::test_rollback_on_prepare [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CHAR0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CHAR1] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CHAR1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CHAR2] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CHAR2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CIDR] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CIDR] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CLOB] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Unicode] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Unicode] test/sql/test_types.py::AdaptTest::test_uppercase_importable[UserDefinedType] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[UserDefinedType] test/sql/test_types.py::AdaptTest::test_uppercase_importable[VARBINARY] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[VARBINARY] test/sql/test_types.py::AdaptTest::test_uppercase_importable[VARCHAR] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[VARCHAR] test/sql/test_types.py::AdaptTest::test_uppercase_importable[Variant] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MEDIUMINT] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MEDIUMTEXT] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[CLOB] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATE0] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATE0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATE1] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATE1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATE2] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATE2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATERANGE] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[Variant] test/sql/test_types.py::AdaptTest::test_uppercase_importable[_Binary] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_importable[_Binary] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-firebird] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-mssql] test/base/test_tutorials.py::DocTest::test_20_style [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MEDIUMTEXT] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MONEY0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MONEY0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MONEY1] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATERANGE] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIME0] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIME0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIME1] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIME1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIME2] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MONEY1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MONEY2] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MONEY2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MatchType] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[MatchType] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NCHAR0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NCHAR0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NCHAR1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NCHAR1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NCLOB] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIME2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIME2] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIME2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIMEOFFSET] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NCLOB] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NTEXT] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NTEXT] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NUMBER] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NUMBER] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NUMERIC0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NUMERIC0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NUMERIC1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NUMERIC1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NUMRANGE] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NUMRANGE] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NVARCHAR0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NVARCHAR0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NVARCHAR1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NVARCHAR1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NullType] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[NullType] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Numeric] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Numeric] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[OID] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[OID] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[PickleType] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-mysql] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-mysql] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[PickleType] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-oracle] [gw4] [ 76%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-oracle] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[MyPickleType-data8-expected8-True-None-False-_exclusions8] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[MyPickleType-data8-expected8-True-None-False-_exclusions8] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[RAW] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[RAW] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[PickleType-data7-None-True-None-False-_exclusions7] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[PickleType-data7-None-True-None-False-_exclusions7] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_0-some normal data-None-True-None-False-_exclusions0] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_0-some normal data-None-True-None-False-_exclusions0] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_1-binary_data_one.dat-None-False-None-False-_exclusions1] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_1-binary_data_one.dat-None-False-None-False-_exclusions1] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_10-binary_data_one.dat-None-True-100-False-_exclusions10] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_10-binary_data_one.dat-None-True-100-False-_exclusions10] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_11-binary_data_one.dat-None-True-100-False-_exclusions11] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_11-binary_data_one.dat-None-True-100-False-_exclusions11] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_12-binary_data_two.dat-None-True-99-True-_exclusions12] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[REAL0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[REAL0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[REAL1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[REAL1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[REAL2] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_12-binary_data_two.dat-None-True-99-True-_exclusions12] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_13-binary_data_two.dat-None-True-99-False-_exclusions13] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_13-binary_data_two.dat-None-True-99-False-_exclusions13] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_14-binary_data_two.dat-None-True-99-False-_exclusions14] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_14-binary_data_two.dat-None-True-99-False-_exclusions14] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[REAL2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[REGCLASS] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[REGCLASS] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[ROWID] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_2-binary_data_one.dat-None-True-None-False-_exclusions2] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_2-binary_data_one.dat-None-True-None-False-_exclusions2] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_3-binary_data_one.dat-None-True-None-False-_exclusions3] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_3-binary_data_one.dat-None-True-None-False-_exclusions3] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_9-binary_data_one.dat-None-True-100-False-_exclusions9] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[type_9-binary_data_one.dat-None-True-100-False-_exclusions9] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[ROWID] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[ROWVERSION] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[ROWVERSION] test/sql/test_types.py::BinaryTest_sqlite+pysqlite_3_38_2::test_bind_processor_no_dbapi test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SET] [gw4] [ 76%] PASSED test/sql/test_types.py::BinaryTest_sqlite+pysqlite_3_38_2::test_bind_processor_no_dbapi test/sql/test_types.py::BinaryTest_sqlite+pysqlite_3_38_2::test_comparison [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SET] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLDATETIME] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DATETIMEOFFSET] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DECIMAL0] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DECIMAL0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DECIMAL1] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DECIMAL1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DOUBLE] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DOUBLE] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DOUBLE_PRECISION0] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DOUBLE_PRECISION0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DOUBLE_PRECISION1] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DOUBLE_PRECISION1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DateTime] [gw4] [ 76%] PASSED test/sql/test_types.py::BinaryTest_sqlite+pysqlite_3_38_2::test_comparison [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[DateTime] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Date] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Date] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[FLOAT0] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[FLOAT0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[FLOAT1] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[FLOAT1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Float] test/sql/test_types.py::BinaryTest_sqlite+pysqlite_3_38_2::test_literal_roundtrip [gw4] [ 76%] PASSED test/sql/test_types.py::BinaryTest_sqlite+pysqlite_3_38_2::test_literal_roundtrip test/sql/test_types.py::BinaryTest_sqlite+pysqlite_3_38_2::test_round_trip [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Float] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[HSTORE] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[HSTORE] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[IMAGE0] [gw4] [ 76%] PASSED test/sql/test_types.py::BinaryTest_sqlite+pysqlite_3_38_2::test_round_trip [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[IMAGE0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[IMAGE1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLDATETIME] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLINT0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLINT0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLINT1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLINT1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLMONEY0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLMONEY0] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[IMAGE1] test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_expanding_in_typedec test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INET] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INET] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INT4RANGE] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLMONEY1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SMALLMONEY1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SQL_VARIANT] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SQL_VARIANT] [gw4] [ 76%] PASSED test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_expanding_in_typedec test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_expanding_in_typedec_of_typedec [gw4] [ 76%] PASSED test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_expanding_in_typedec_of_typedec test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_plain_in_typedec [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INT4RANGE] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INT8RANGE] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INT8RANGE] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INTEGER0] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INTEGER0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INTEGER1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SmallInteger] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[SmallInteger] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[String] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[String] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TEXT0] [gw4] [ 76%] PASSED test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_plain_in_typedec test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_plain_in_typedec_of_typedec [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TEXT0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TEXT1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TEXT1] [gw4] [ 76%] PASSED test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_plain_in_typedec_of_typedec test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_processing [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[INTEGER1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Integer] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Integer] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Interval] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME2] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME2] [gw2] [ 76%] PASSED test/base/test_tutorials.py::DocTest::test_20_style test/base/test_tutorials.py::DocTest::test_core [gw4] [ 76%] PASSED test/sql/test_types.py::BindProcessorInsertValuesTest_sqlite+pysqlite_3_38_2::test_processing test/dialect/mssql/test_types.py::BooleanTest::test_boolean_as_bit[as_bit_not_null] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Interval] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON0] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON1] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON2] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON3] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON3] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON4] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSON4] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSONB] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[JSONB] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[LONGBLOB] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BooleanTest::test_boolean_as_bit[as_bit_not_null] test/dialect/mssql/test_types.py::BooleanTest::test_boolean_as_bit[as_bit_null] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BooleanTest::test_boolean_as_bit[as_bit_null] test/dialect/mssql/test_types.py::BooleanTest::test_boolean_as_bit[as_boolean_not_null] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BooleanTest::test_boolean_as_bit[as_boolean_not_null] test/dialect/mssql/test_types.py::BooleanTest::test_boolean_as_bit[as_boolean_null] [gw4] [ 76%] SKIPPED test/dialect/mssql/test_types.py::BooleanTest::test_boolean_as_bit[as_boolean_null] test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_0 [gw4] [ 76%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_0 test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_1 test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME3] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME3] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME4] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIME4] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIMESTAMP0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIMESTAMP0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIMESTAMP1] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIMESTAMP1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIMESTAMP2] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIMESTAMP2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIMESTAMP3] [gw4] [ 76%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_1 test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_false [gw4] [ 76%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_false [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TIMESTAMP3] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYBLOB] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYBLOB] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYINT0] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYINT0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYINT1] test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_int_out_of_range [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYINT1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYINT2] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYINT2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYTEXT] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[LONGBLOB] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[LONGTEXT] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[LONGTEXT] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[LONG] [gw5] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[LONG] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_agg [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_agg test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_all_exec [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_all_exec test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_any_exec [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_any_exec test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_comparison [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_comparison test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_concat [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_concat [gw4] [ 76%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_int_out_of_range test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_none [gw4] [ 76%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_none test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_str [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TINYTEXT] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TSRANGE] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TSRANGE] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TSTZRANGE] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TSTZRANGE] [gw4] [ 76%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_str test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TSVECTOR] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TSVECTOR] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Text] [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Text] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Time] test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_true [gw4] [ 76%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_native_true test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_0 [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Time] [gw4] [ 76%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_0 test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TupleType] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_getitem_single_exec [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_getitem_single_exec test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_getitem_slice_exec [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_getitem_slice_exec test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_in_int [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_in_int test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_in_str [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_in_str test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_index_slice_exprs [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_index_slice_exprs test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_literal_compare [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_literal_compare test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_literal_multidimensional_roundtrip [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_literal_multidimensional_roundtrip test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_literal_roundtrip [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_literal_roundtrip test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_plus_native_enum_create [gw5] [ 76%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_plus_native_enum_create test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_1 [gw0] [ 76%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[TupleType] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UNICHAR] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UNICHAR] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UNIQUEIDENTIFIER] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UNIQUEIDENTIFIER] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_str_collation [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_str_collation test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_subtype_resultprocessor [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_subtype_resultprocessor test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_where [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_array_where test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_insert_array [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_insert_array test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_insert_array_w_null [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_insert_array_w_null test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_multi_dim_roundtrip [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_multi_dim_roundtrip test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_reflect_array_column [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_reflect_array_column test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_tuple_flag [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_tuple_flag test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-BYTEA] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UNITEXT] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UNITEXT] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UNIVARCHAR] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UNIVARCHAR] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UUID] [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_1 test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_false [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_false test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_int_out_of_range [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_int_out_of_range test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_none [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_none test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_str [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_str [gw7] [ 77%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_plain_db_lookup [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UUID] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UnicodeText] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UnicodeText] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Unicode] test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_true [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_bind_processor_coercion_nonnative_true test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_constraint [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_constraint test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_0 [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_0 test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_1 [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_1 test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_false [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_false test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_int_out_of_range [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_int_out_of_range test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_str [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_str test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_true [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_native_true test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_0 [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_0 test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_1 [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_1 test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_false [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_false [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-BYTEA] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Boolean] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Boolean] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-CIDR] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-CIDR] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-DateTime] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-DateTime] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Date] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Date] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-ENUM0] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-ENUM0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-ENUM1] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-ENUM1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-ENUM2] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-ENUM2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Enum0] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Enum0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Enum1] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Enum1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Enum2] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Enum2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Enum3] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Enum3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-HSTORE] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-HSTORE] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-INET] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-INET] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Integer] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Integer] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-JSON0] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-JSON0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-JSON1] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-JSON1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-JSONB] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-JSONB] test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_str [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_str test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_true [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_literal_processor_coercion_nonnative_true test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_non_native_constraint_custom_type [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_non_native_constraint_custom_type test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_nonnative_processor_coerces_integer_to_boolean [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[Unicode] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UserDefinedType] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[UserDefinedType] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARBINARY0] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARBINARY0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARBINARY1] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARBINARY1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARCHAR0] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARCHAR0] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARCHAR1] test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_query_explicit_shard_via_bind_opts [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARCHAR1] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARCHAR2] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARCHAR2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARCHAR2] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[VARCHAR2] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[XML] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[XML] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[YEAR] [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_nonnative_processor_coerces_integer_to_boolean test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-LargeBinary] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-LargeBinary] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-MONEY] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-MONEY] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Numeric] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Numeric] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-String] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-String] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Text] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Text] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Unicode] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[False-Unicode] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-BYTEA] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-BYTEA] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Boolean] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Boolean] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-CIDR] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-CIDR] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-DateTime] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-DateTime] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Date] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Date] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-ENUM0] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-ENUM0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-ENUM1] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-ENUM1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-ENUM2] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-ENUM2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Enum0] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Enum0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Enum1] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Enum1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Enum2] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Enum2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Enum3] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Enum3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-HSTORE] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-HSTORE] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-INET] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-INET] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Integer] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Integer] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-JSON0] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-JSON0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-JSON1] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-JSON1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-JSONB] [gw2] [ 77%] PASSED test/base/test_tutorials.py::DocTest::test_core [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[YEAR] test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[_Binary] [gw0] [ 77%] PASSED test/sql/test_types.py::AsGenericTest::test_as_generic_all_types_heuristic[_Binary] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-JSONB] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-LargeBinary] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-LargeBinary] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-MONEY] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-MONEY] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Numeric] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Numeric] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-String] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-String] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Text] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Text] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Unicode] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_slice_update[True-Unicode] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-BYTEA] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-BYTEA] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-postgresql] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Boolean] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Boolean] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-CIDR] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-CIDR] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-DateTime] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-DateTime] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Date] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Date] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-ENUM0] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-ENUM0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Numeric] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[IMAGE-binary_data_one.dat-None-True-None-False-_exclusions6] [gw0] [ 77%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[IMAGE-binary_data_one.dat-None-True-None-False-_exclusions6] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[LargeBinary-binary_data_one.dat-None-False-None-False-_exclusions4] [gw0] [ 77%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[LargeBinary-binary_data_one.dat-None-False-None-False-_exclusions4] test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[LargeBinary-binary_data_one.dat-None-True-None-False-_exclusions5] [gw0] [ 77%] SKIPPED test/dialect/mssql/test_types.py::BinaryTest::test_round_trip[LargeBinary-binary_data_one.dat-None-True-None-False-_exclusions5] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-ENUM1] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Numeric] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-String] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-String] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Text] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Text] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Unicode] [gw5] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Unicode] test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_adjacent_to [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-ENUM1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-ENUM2] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-ENUM2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Enum0] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Enum0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Enum1] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Enum1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Enum2] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Enum2] test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_nonnative_processor_coerces_to_onezero [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_nonnative_processor_coerces_to_onezero test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_unconstrained [gw4] [ 77%] PASSED test/sql/test_types.py::BooleanTest_sqlite+pysqlite_3_38_2::test_unconstrained test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Enum3] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Enum3] test/sql/test_types.py::CallableTest::test_callable_as_arg [gw4] [ 77%] PASSED test/sql/test_types.py::CallableTest::test_callable_as_arg test/sql/test_types.py::CallableTest::test_callable_as_kwarg test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-HSTORE] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-sqlite] [gw4] [ 77%] PASSED test/sql/test_types.py::CallableTest::test_callable_as_kwarg test/sql/test_types.py::CompileTest::test_char_collation [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_char_collation test/sql/test_types.py::CompileTest::test_char_length [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_char_length test/sql/test_types.py::CompileTest::test_char_plain [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-HSTORE] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-INET] [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_char_plain test/sql/test_types.py::CompileTest::test_compile_err_formatting [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-sybase] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BLOB()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-firebird] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-mssql] [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_compile_err_formatting test/sql/test_types.py::CompileTest::test_decimal_plain [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_decimal_plain [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-mysql] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-oracle] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-postgresql] [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_adjacent_to test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_contained_by [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-sqlite] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-sybase] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[BOOLEAN()-sybase] [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_contained_by test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_contains [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_contains test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_different test/sql/test_types.py::CompileTest::test_decimal_precision [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_decimal_precision test/sql/test_types.py::CompileTest::test_decimal_scale [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_decimal_scale test/sql/test_types.py::CompileTest::test_default_compile_mysql_integer [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_default_compile_mysql_integer test/sql/test_types.py::CompileTest::test_default_compile_pg_float [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_default_compile_pg_float test/sql/test_types.py::CompileTest::test_default_compile_pg_inet [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_default_compile_pg_inet test/sql/test_types.py::CompileTest::test_kwarg_legacy_typecompiler [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_different test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_intersection [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_intersection test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_not_extend_left_of [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_kwarg_legacy_typecompiler test/sql/test_types.py::CompileTest::test_numeric_plain [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_numeric_plain test/sql/test_types.py::CompileTest::test_numeric_precision [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_numeric_precision [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_not_extend_left_of test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_not_extend_right_of [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_not_extend_right_of test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_overlaps [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-INET] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Integer] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Integer] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-JSONB] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-JSONB] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-LargeBinary] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-firebird] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-LargeBinary] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-MONEY] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-firebird] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-MONEY] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Numeric] [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_overlaps test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_strictly_left_of [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_strictly_left_of [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Numeric] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-String] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-String] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Text] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Text] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Unicode] [gw0] [ 77%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[False-Unicode] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-mssql] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-mysql] test/sql/test_types.py::CompileTest::test_numeric_scale [gw4] [ 77%] PASSED test/sql/test_types.py::CompileTest::test_numeric_scale test/sql/test_types.py::CompileTest::test_strict_bool_err_formatting [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-oracle] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-postgresql] [gw2] [ 77%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-postgresql] test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_strictly_right_of [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_strictly_right_of test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_union [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_union test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_equal [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_equal test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_greater_than [gw5] [ 77%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_greater_than test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_greater_than_or_equal test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-BYTEA] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-BYTEA] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Boolean] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Boolean] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-CIDR] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-CIDR] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-DateTime] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-DateTime] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Date] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Date] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-ENUM0] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-ENUM0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-ENUM1] [gw4] [ 78%] PASSED test/sql/test_types.py::CompileTest::test_strict_bool_err_formatting test/sql/test_types.py::CompileTest::test_string_collation [gw4] [ 78%] PASSED test/sql/test_types.py::CompileTest::test_string_collation test/sql/test_types.py::CompileTest::test_string_length [gw4] [ 78%] PASSED test/sql/test_types.py::CompileTest::test_string_length test/sql/test_types.py::CompileTest::test_string_plain test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-sqlite] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-sybase] [gw4] [ 78%] PASSED test/sql/test_types.py::CompileTest::test_string_plain [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-ENUM1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-ENUM2] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-ENUM2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Enum0] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Enum0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Enum1] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Enum1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Enum2] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Enum2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Enum3] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Enum3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-HSTORE] test/sql/test_types.py::CompileTest::test_text_collation [gw4] [ 78%] PASSED test/sql/test_types.py::CompileTest::test_text_collation test/sql/test_types.py::CompileTest::test_text_length [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-HSTORE] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-INET] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-INET] [gw4] [ 78%] PASSED test/sql/test_types.py::CompileTest::test_text_length test/sql/test_types.py::CompileTest::test_text_plain [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CHAR()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-firebird] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-mssql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-mysql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-oracle] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-postgresql] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Integer] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Integer] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-JSONB] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-JSONB] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-LargeBinary] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-LargeBinary] [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_greater_than_or_equal test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_is_not_null [gw4] [ 78%] PASSED test/sql/test_types.py::CompileTest::test_text_plain [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-postgresql] [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_is_not_null test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_is_null test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-sqlite] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-MONEY] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_any_all_exprs_array [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-sybase] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_any_all_exprs_array test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM3] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM3] [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_is_null test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_less_than test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM4] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-MONEY] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Numeric] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Numeric] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-String] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-String] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM4] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum0] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum1] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[CLOB()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-firebird] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Text] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum2] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum3] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum4] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Text] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Unicode] [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_less_than test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_less_than_or_equal [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum4] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum5] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Enum5] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-HSTORE] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-HSTORE] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-INET] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-INET] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Integer] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Integer] [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_less_than_or_equal [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-mssql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-mssql] test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_not_equal test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-JSON0] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-JSON0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-JSON1] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-JSON1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-JSONB] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-mysql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-mysql] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_delete[True-Unicode] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-BYTEA] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-BYTEA] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Boolean] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Boolean] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-CIDR] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-CIDR] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-DateTime] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-DateTime] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Date] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-oracle] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-postgresql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-sqlite] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-sqlite] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Date] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM0] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM0] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-sybase] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATE()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-firebird] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-mssql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-mysql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-oracle] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM1] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM2] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM3] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM4] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-JSONB] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-LargeBinary] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-LargeBinary] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-ENUM4] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum0] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum0] [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateRangeCompilationTest::test_where_not_equal test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-MONEY] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-postgresql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-sqlite] test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_actual_type test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum1] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-sybase] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DATETIME()-sybase] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-MONEY] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Numeric] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Numeric] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-String] [gw5] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_actual_type test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_difference_result [gw5] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_difference_result test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_insert_obj [gw5] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_insert_obj test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_insert_text [gw5] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_insert_text test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_intersection_result [gw5] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_intersection_result test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_reflect [gw5] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_reflect test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_union_result [gw5] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::DateRangeRoundTripTest::test_union_result test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_adjacent_to [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_adjacent_to test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_contained_by [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_contained_by test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_contains [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_contains test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_different [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_different test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_intersection [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_intersection test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_not_extend_left_of [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_not_extend_left_of test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_not_extend_right_of [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_not_extend_right_of test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_overlaps [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_overlaps test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_strictly_left_of [gw5] [ 78%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_strictly_left_of test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_strictly_right_of [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-String] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Text] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Text] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Unicode] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Unicode] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-BYTEA] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-BYTEA] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Boolean] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Boolean] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-CIDR] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-CIDR] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-DateTime] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-DateTime] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Date] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Date] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM0] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM1] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM2] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM3] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM4] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-ENUM4] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum0] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum1] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum2] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum3] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum4] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum4] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum5] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Enum5] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-HSTORE] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-HSTORE] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-INET] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-INET] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Integer] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Integer] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-JSON0] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-JSON0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-JSON1] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-JSON1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-JSONB] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-JSONB] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-LargeBinary] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-LargeBinary] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-MONEY] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-MONEY] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Numeric] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Numeric] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-String] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-String] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Text] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Text] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Unicode] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[False-Unicode] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-BYTEA] [gw4] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-BYTEA] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Boolean] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum2] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum3] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum4] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum4] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum5] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Enum5] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-HSTORE] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-HSTORE] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-INET] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-INET] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Integer] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Integer] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-JSON0] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-JSON0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-JSON1] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-JSON1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-JSONB] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-JSONB] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-LargeBinary] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-LargeBinary] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-MONEY] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-MONEY] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Numeric] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Numeric] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-String] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-String] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Text] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Text] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Unicode] [gw0] [ 78%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[False-Unicode] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-firebird] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-mssql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-mysql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-oracle] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-postgresql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-sqlite] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-sybase] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[DECIMAL()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-firebird] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-mssql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-mysql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-oracle] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-postgresql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-sqlite] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-sybase] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[FLOAT()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-firebird] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-mssql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-mysql] [gw2] [ 78%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-oracle] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-postgresql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-sqlite] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-sybase] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[INTEGER()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-firebird] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-mssql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-mysql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-oracle] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-postgresql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-sqlite] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-sybase] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NCHAR()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-firebird] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-mssql] [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_strictly_right_of test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_union [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_union test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_equal [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_equal test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_greater_than [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_greater_than test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_greater_than_or_equal [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_greater_than_or_equal test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_is_not_null [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_is_not_null test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_is_null [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_is_null test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_less_than [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_less_than test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_less_than_or_equal [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_less_than_or_equal test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_not_equal [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeRangeCompilationTest::test_where_not_equal test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_actual_type [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_actual_type test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_difference_result [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_difference_result test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_insert_obj [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_insert_obj test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_insert_text [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_insert_text test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_intersection_result [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_intersection_result test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_reflect [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_reflect test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_union_result [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeRangeRoundTripTest::test_union_result test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_adjacent_to [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_adjacent_to test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_contained_by [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_contained_by test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_contains [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_contains test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_different [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-mysql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-oracle] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-postgresql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-sqlite] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-sybase] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NUMERIC()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-firebird] [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_different test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_intersection [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_intersection test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_not_extend_left_of [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_not_extend_left_of test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_not_extend_right_of [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_not_extend_right_of test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_overlaps [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_overlaps test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_strictly_left_of [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_strictly_left_of test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_strictly_right_of [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_strictly_right_of test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_union [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_union test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_equal [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_equal test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_greater_than [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_greater_than test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_greater_than_or_equal [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_greater_than_or_equal test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_is_not_null [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_is_not_null test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_is_null [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_is_null [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Boolean] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-CIDR] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-CIDR] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-DateTime] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-DateTime] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Date] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Date] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM0] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM1] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM2] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM3] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM4] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-ENUM4] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum0] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum1] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum2] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum2] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum3] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum3] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum4] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum4] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum5] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Enum5] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-HSTORE] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-HSTORE] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-INET] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-INET] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Integer] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-Integer] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-JSON0] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-JSON0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-JSON1] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-JSON1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-JSONB] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-JSONB] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-LargeBinary] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-LargeBinary] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-MONEY] [gw4] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_update[True-MONEY] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_non_native_constraint_custom_type test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_less_than [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_non_native_constraint_custom_type test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-BYTEA] [gw0] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-BYTEA] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Boolean] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-mssql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-mysql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-oracle] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-oracle] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-postgresql] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_non_native_round_trip [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_non_native_round_trip test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_null_round_trip [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_null_round_trip test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_omit_aliases [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_omit_aliases test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_omit_warn [gw0] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Boolean] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-CIDR] [gw0] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-CIDR] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-DateTime] [gw0] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-DateTime] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Date] [gw0] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-Date] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM0] [gw0] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM0] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM1] [gw0] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM1] test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM2] [gw0] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::CoreArrayRoundTripTest::test_type_specific_value_select[True-ENUM2] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ9-VARCHAR] [gw0] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ9-VARCHAR] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-sqlite] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-sybase] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[NVARCHAR(length=10)-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-firebird] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-mssql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-mssql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-mysql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-mysql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-oracle] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-oracle] test/dialect/mysql/test_types.py::EnumSetTest::test_bitwise_required_for_empty [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_bitwise_required_for_empty test/dialect/mysql/test_types.py::EnumSetTest::test_broken_enum_returns_blanks test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-postgresql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-postgresql] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-sqlite] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-sqlite] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-sybase] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[REAL()-sybase] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-firebird] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-firebird] test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-mssql] [gw2] [ 79%] PASSED test/sql/test_types.py::AdaptTest::test_uppercase_rendering[SMALLINT()-mssql] test/sql/test_types.py::ExpressionTest::test_typedec_righthand_coercion [gw2] [ 79%] PASSED test/sql/test_types.py::ExpressionTest::test_typedec_righthand_coercion test/sql/test_types.py::ExpressionTest::test_variant_righthand_coercion_honors_wrapped [gw2] [ 79%] PASSED test/sql/test_types.py::ExpressionTest::test_variant_righthand_coercion_honors_wrapped test/sql/test_types.py::ExpressionTest::test_variant_righthand_coercion_returns_self [gw2] [ 79%] PASSED test/sql/test_types.py::ExpressionTest::test_variant_righthand_coercion_returns_self test/dialect/postgresql/test_types.py::FloatCoercionTest::test_arrays_base [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_broken_enum_returns_blanks test/dialect/mysql/test_types.py::EnumSetTest::test_empty_set_empty_string [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_empty_set_empty_string test/dialect/mysql/test_types.py::EnumSetTest::test_empty_set_no_empty_string [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::FloatCoercionTest::test_arrays_base test/dialect/postgresql/test_types.py::FloatCoercionTest::test_arrays_pg [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::FloatCoercionTest::test_arrays_pg test/dialect/postgresql/test_types.py::FloatCoercionTest::test_float_coercion [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_less_than test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_less_than_or_equal [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_less_than_or_equal test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_not_equal [gw5] [ 79%] PASSED test/dialect/postgresql/test_types.py::DateTimeTZRangeCompilationTest::test_where_not_equal [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_omit_warn test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_custom_sort_key [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_custom_sort_key test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_default_sort_key [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_default_sort_key test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_enum_expanding_in [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_enum_expanding_in test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_enum_round_trip [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_empty_set_no_empty_string test/dialect/mysql/test_types.py::EnumSetTest::test_enum [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_enum test/dialect/mysql/test_types.py::EnumSetTest::test_enum_compile [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_enum_compile test/dialect/mysql/test_types.py::EnumSetTest::test_enum_parse [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_enum_parse test/dialect/mysql/test_types.py::EnumSetTest::test_int_roundtrip [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_int_roundtrip [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::FloatCoercionTest::test_float_coercion test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_criterion_native [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_criterion_native test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_criterion_python [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_criterion_python test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_escaped_quotes_round_trip_native [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_escaped_quotes_round_trip_native test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_escaped_quotes_round_trip_python [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_escaped_quotes_round_trip_python test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_fixed_round_trip_native [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_fixed_round_trip_native test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_fixed_round_trip_python [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_fixed_round_trip_python test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_insert_native [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_insert_native test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_insert_python [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_insert_python test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_literal_round_trip [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_literal_round_trip test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_orm_round_trip [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_orm_round_trip test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_reflect [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_reflect test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_unicode_round_trip_native [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_unicode_round_trip_native test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_unicode_round_trip_python [gw2] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::HStoreRoundTripTest::test_unicode_round_trip_python test/dialect/postgresql/test_types.py::HStoreTest::test_bind_serialize_default test/dialect/mysql/test_types.py::EnumSetTest::test_no_null [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_no_null test/dialect/mysql/test_types.py::EnumSetTest::test_set_colspec [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_set_colspec test/dialect/mysql/test_types.py::EnumSetTest::test_set_parse [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_set_parse test/dialect/mysql/test_types.py::EnumSetTest::test_set_repr[value0-kw0-SET('', retrieve_as_bitwise=True)] [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_set_repr[value0-kw0-SET('', retrieve_as_bitwise=True)] test/dialect/mysql/test_types.py::EnumSetTest::test_set_repr[value1-kw1-SET('a')] [gw2] [ 79%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_bind_serialize_default test/dialect/postgresql/test_types.py::HStoreTest::test_bind_serialize_psycopg2 [gw2] [ 79%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_bind_serialize_psycopg2 test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_actual_type [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_actual_type test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_difference_result [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_difference_result test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_insert_obj [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_enum_round_trip test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_enum_values_callable_round_trip [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_enum_values_callable_round_trip [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_insert_obj test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_insert_text [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_insert_text test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_intersection_result [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_intersection_result test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_reflect [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_reflect test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_union_result [gw5] [ 79%] SKIPPED test/dialect/postgresql/test_types.py::DateTimeTZRangeRoundTripTest::test_union_result test/dialect/oracle/test_types.py::DialectTypesTest::test_char_length [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_char_length test/dialect/oracle/test_types.py::DialectTypesTest::test_interval[type_0-INTERVAL DAY TO SECOND] [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_interval[type_0-INTERVAL DAY TO SECOND] test/dialect/oracle/test_types.py::DialectTypesTest::test_interval[type_1-INTERVAL DAY(3) TO SECOND] [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_interval[type_1-INTERVAL DAY(3) TO SECOND] test/dialect/oracle/test_types.py::DialectTypesTest::test_interval[type_2-INTERVAL DAY TO SECOND(5)] [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_interval[type_2-INTERVAL DAY TO SECOND(5)] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_no_sort_key [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pep435_no_sort_key test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pickle_types test/dialect/oracle/test_types.py::DialectTypesTest::test_interval[type_3-INTERVAL DAY(2) TO SECOND(5)] [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_interval[type_3-INTERVAL DAY(2) TO SECOND(5)] test/dialect/oracle/test_types.py::DialectTypesTest::test_interval_coercion_literal [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_interval_coercion_literal test/dialect/oracle/test_types.py::DialectTypesTest::test_long [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_long test/dialect/oracle/test_types.py::DialectTypesTest::test_no_clobs_for_string_params [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_no_clobs_for_string_params test/dialect/oracle/test_types.py::DialectTypesTest::test_raw_compile [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_raw_compile test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start0-_OracleDate] [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start0-_OracleDate] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start1-_OracleRaw] [gw5] [ 79%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start1-_OracleRaw] [gw4] [ 79%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_pickle_types [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_set_repr[value1-kw1-SET('a')] test/dialect/mysql/test_types.py::EnumSetTest::test_set_repr[value2-kw2-SET('a', 'b', 'c')] [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_set_repr[value2-kw2-SET('a', 'b', 'c')] test/dialect/mysql/test_types.py::EnumSetTest::test_set_repr[value3-kw3-SET('a', 'b', 'c', collation='utf8_bin')] [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_set_repr[value3-kw3-SET('a', 'b', 'c', collation='utf8_bin')] test/dialect/mysql/test_types.py::EnumSetTest::test_set_roundtrip_plus_reflection [gw0] [ 79%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_set_roundtrip_plus_reflection test/dialect/mysql/test_types.py::EnumSetTest::test_string_roundtrip [gw0] [ 80%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_string_roundtrip test/dialect/mysql/test_types.py::EnumSetTest::test_unicode_enum [gw0] [ 80%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_unicode_enum test/dialect/postgresql/test_types.py::HStoreTest::test_bind_serialize_with_slashes_and_quotes [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_bind_serialize_with_slashes_and_quotes test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-(test_table.hash -> %(hash_1)s) IS NOT NULL AS anon_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-(test_table.hash -> %(hash_1)s) IS NOT NULL AS anon_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-(test_table.hash || test_table.hash) -> %(param_1)s AS anon_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-(test_table.hash || test_table.hash) -> %(param_1)s AS anon_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-akeys(test_table.hash) AS akeys_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-akeys(test_table.hash) AS akeys_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-avals(test_table.hash) AS avals_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-avals(test_table.hash) AS avals_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-delete(test_table.hash, %(delete_2)s) AS delete_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-delete(test_table.hash, %(delete_2)s) AS delete_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-delete(test_table.hash, ARRAY[%(param_1)s, %(param_2)s]) AS delete_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-delete(test_table.hash, ARRAY[%(param_1)s, %(param_2)s]) AS delete_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-delete(test_table.hash, hstore(%(hstore_1)s, %(hstore_2)s)) AS delete_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-delete(test_table.hash, hstore(%(hstore_1)s, %(hstore_2)s)) AS delete_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore(%(hstore_1)s, %(hstore_2)s) -> %(hstore_3)s AS anon_1-False] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore(%(hstore_1)s, %(hstore_2)s) -> %(hstore_3)s AS anon_1-False] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore(%(hstore_1)s, %(hstore_2)s) || test_table.hash AS anon_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore(%(hstore_1)s, %(hstore_2)s) || test_table.hash AS anon_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore(ARRAY[%(param_1)s, %(param_2)s, %(param_3)s, NULL]) -> %(hstore_1)s AS anon_1-False] test/dialect/mysql/test_types.py::EnumSetTest::test_unicode_roundtrip [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore(ARRAY[%(param_1)s, %(param_2)s, %(param_3)s, NULL]) -> %(hstore_1)s AS anon_1-False] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore(ARRAY[%(param_1)s, %(param_2)s], ARRAY[%(param_3)s, NULL]) -> %(hstore_1)s AS anon_1-False] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start10-_OracleChar] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start10-_OracleChar] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start11-_OracleNChar] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start11-_OracleNChar] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start12-_OracleUnicodeStringNCHAR] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start12-_OracleUnicodeStringNCHAR] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start13-_OracleRaw] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start13-_OracleRaw] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start2-String] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore(ARRAY[%(param_1)s, %(param_2)s], ARRAY[%(param_3)s, NULL]) -> %(hstore_1)s AS anon_1-False] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore_to_array(test_table.hash) AS hstore_to_array_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore_to_array(test_table.hash) AS hstore_to_array_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore_to_matrix(test_table.hash) AS hstore_to_matrix_1-True] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start2-String] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_python_type [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_python_type test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_repr [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_repr test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_repr_four [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_repr_four test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_repr_three [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_repr_three test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_repr_two [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_repr_two test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_round_trip [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_round_trip test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start3-_OracleString] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start3-_OracleString] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start4-_OracleDate] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start4-_OracleDate] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_skip_check_constraint [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_skip_check_constraint test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start5-DATE] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start5-DATE] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_validators_not_in_concatenate_roundtrip [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_validators_not_in_concatenate_roundtrip test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_validators_not_in_like_roundtrip [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-hstore_to_matrix(test_table.hash) AS hstore_to_matrix_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-slice(test_table.hash, ARRAY[%(param_1)s, %(param_2)s]) AS slice_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-slice(test_table.hash, ARRAY[%(param_1)s, %(param_2)s]) AS slice_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-test_table.hash -> %(hash_1)s AS anon_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-test_table.hash -> %(hash_1)s AS anon_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-test_table.hash || hstore(CAST(test_table.id AS TEXT), %(hstore_1)s) AS anon_1-True] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_cols[-test_table.hash || hstore(CAST(test_table.id AS TEXT), %(hstore_1)s) AS anon_1-True] test/dialect/postgresql/test_types.py::HStoreTest::test_parse_error [gw0] [ 80%] SKIPPED test/dialect/mysql/test_types.py::EnumSetTest::test_unicode_roundtrip test/dialect/postgresql/test_types.py::EnumTest::test_create_drop_schema_translate_map [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_create_drop_schema_translate_map test/dialect/postgresql/test_types.py::EnumTest::test_create_table [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_create_table [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_parse_error test/dialect/postgresql/test_types.py::HStoreTest::test_result_deserialize_default [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_result_deserialize_default test/dialect/postgresql/test_types.py::HStoreTest::test_result_deserialize_psycopg2 [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_result_deserialize_psycopg2 test/dialect/postgresql/test_types.py::HStoreTest::test_result_deserialize_with_slashes_and_quotes [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_result_deserialize_with_slashes_and_quotes test/dialect/postgresql/test_types.py::HStoreTest::test_ret_type_custom [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_ret_type_custom test/dialect/postgresql/test_types.py::HStoreTest::test_ret_type_text [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_ret_type_text test/dialect/postgresql/test_types.py::HStoreTest::test_where_contained_by [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_where_contained_by test/dialect/postgresql/test_types.py::HStoreTest::test_where_contains [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_where_contains test/dialect/postgresql/test_types.py::HStoreTest::test_where_defined [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_validators_not_in_like_roundtrip test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_validators_pep435 [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_validators_pep435 test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_validators_plain [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_validators_plain test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_variant_we_are_default [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_variant_we_are_default test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_variant_we_are_not_default [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_where_defined test/dialect/postgresql/test_types.py::HStoreTest::test_where_getitem [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_where_getitem test/dialect/postgresql/test_types.py::EnumTest::test_create_table_schema_translate_map[None] [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_create_table_schema_translate_map[None] test/dialect/postgresql/test_types.py::EnumTest::test_create_table_schema_translate_map[foo] [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_create_table_schema_translate_map[foo] test/dialect/postgresql/test_types.py::EnumTest::test_custom_subclass [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_custom_subclass test/dialect/postgresql/test_types.py::EnumTest::test_disable_create [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_disable_create test/dialect/postgresql/test_types.py::EnumTest::test_dont_keep_checking [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_dont_keep_checking test/dialect/postgresql/test_types.py::EnumTest::test_drops_on_table [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_drops_on_table test/dialect/postgresql/test_types.py::EnumTest::test_generate_alone_on_metadata [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_generate_alone_on_metadata test/dialect/postgresql/test_types.py::EnumTest::test_generate_multiple [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_generate_multiple test/dialect/postgresql/test_types.py::EnumTest::test_generate_multiple_on_metadata [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_generate_multiple_on_metadata test/dialect/postgresql/test_types.py::EnumTest::test_generate_multiple_schemaname_on_metadata [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_generate_multiple_schemaname_on_metadata test/dialect/postgresql/test_types.py::EnumTest::test_generic_w_pg_variant [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_generic_w_pg_variant test/dialect/postgresql/test_types.py::EnumTest::test_generic_w_some_other_variant [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_generic_w_some_other_variant test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start6-_OracleString] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start6-_OracleString] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start7-_OracleUnicodeStringCHAR] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start7-_OracleUnicodeStringCHAR] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start8-_OracleText] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start8-_OracleText] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start9-_OracleUnicodeTextCLOB] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt[start9-_OracleUnicodeTextCLOB] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start0-String] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start0-String] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start1-_OracleString] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start1-_OracleString] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start2-_OracleString] [gw4] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_variant_we_are_not_default test/dialect/oracle/test_types.py::EuroNumericTest::test_output_type_handler [gw4] [ 80%] SKIPPED test/dialect/oracle/test_types.py::EuroNumericTest::test_output_type_handler test/dialect/oracle/test_types.py::EuroNumericTest::test_were_getting_a_comma [gw4] [ 80%] SKIPPED test/dialect/oracle/test_types.py::EuroNumericTest::test_were_getting_a_comma test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[2.65-Float] test/dialect/postgresql/test_types.py::EnumTest::test_name_required [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_name_required test/dialect/postgresql/test_types.py::EnumTest::test_native_enum_warnings [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_native_enum_warnings [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[2.65-Float] test/dialect/postgresql/test_types.py::EnumTest::test_no_support test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[5-Integer] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start2-_OracleString] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start3-_OracleUnicodeStringNCHAR] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start3-_OracleUnicodeStringNCHAR] [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_no_support [gw7] [ 80%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_query_explicit_shard_via_bind_opts test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_roundtrip [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[5-Integer] test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[None-NullType] [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[None-NullType] test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[True-Boolean] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start4-_OracleText] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start4-_OracleText] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start5-_OracleUnicodeTextNCLOB] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start5-_OracleUnicodeTextNCLOB] test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start6-_OracleNChar] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start6-_OracleNChar] test/dialect/postgresql/test_types.py::EnumTest::test_non_native_dialect [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[True-Boolean] test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data3-Numeric] [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data3-Numeric] test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data4-Date] [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data4-Date] test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data5-Time] [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data5-Time] test/dialect/postgresql/test_types.py::HStoreTest::test_where_has_all [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_where_has_all test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data6-DateTime] [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_non_native_dialect test/dialect/postgresql/test_types.py::EnumTest::test_non_native_enum [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_non_native_enum [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data6-DateTime] test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data7-Interval] test/dialect/postgresql/test_types.py::EnumTest::test_non_native_enum_w_unicode [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_non_native_enum_w_unicode [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_actual_literal_adapters[data7-Interval] test/dialect/postgresql/test_types.py::EnumTest::test_reflection test/sql/test_types.py::ExpressionTest::test_asdecimal_int_to_numeric [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_reflection test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start7-_OracleUnicodeStringNCHAR] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_type_adapt_nchar[start7-_OracleUnicodeStringNCHAR] test/dialect/postgresql/test_types.py::HStoreTest::test_where_has_any test/dialect/postgresql/test_types.py::EnumTest::test_remain_on_table_metadata_wide test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ0-VARCHAR2(50 CHAR)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ0-VARCHAR2(50 CHAR)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ1-VARCHAR2(50 CHAR)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ1-VARCHAR2(50 CHAR)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ10-NVARCHAR2] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ10-NVARCHAR2] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ11-VARCHAR2] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ11-VARCHAR2] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ2-NVARCHAR2(50)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ2-NVARCHAR2(50)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ3-VARCHAR(50 CHAR)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ3-VARCHAR(50 CHAR)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ4-NVARCHAR2(50)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ4-NVARCHAR2(50)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ5-VARCHAR2(50 CHAR)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ5-VARCHAR2(50 CHAR)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ6-VARCHAR2] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ6-VARCHAR2] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ7-VARCHAR2] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ7-VARCHAR2] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ8-NVARCHAR2] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ8-NVARCHAR2] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ9-VARCHAR] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_types[typ9-VARCHAR] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ0-VARCHAR2(50 CHAR)] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_where_has_any test/dialect/postgresql/test_types.py::HStoreTest::test_where_has_key [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_remain_on_table_metadata_wide test/dialect/postgresql/test_types.py::EnumTest::test_schema_inheritance[inherit_table_schema] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::HStoreTest::test_where_has_key [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_asdecimal_int_to_numeric test/sql/test_types.py::ExpressionTest::test_asdecimal_numeric_to_int [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_asdecimal_numeric_to_int test/sql/test_types.py::ExpressionTest::test_bind_adapt [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_bind_adapt [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_schema_inheritance[inherit_table_schema] test/dialect/postgresql/test_types.py::EnumTest::test_schema_inheritance[local_schema] test/sql/test_types.py::ExpressionTest::test_bind_adapt_expression test/dialect/postgresql/test_types.py::HashableFlagORMTest::test_hashable_flag[ARRAY] [gw2] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::HashableFlagORMTest::test_hashable_flag[ARRAY] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ0-VARCHAR2(50 CHAR)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ1-NVARCHAR2(50)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ1-NVARCHAR2(50)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ10-NVARCHAR2] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ10-NVARCHAR2] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ11-VARCHAR2] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ11-VARCHAR2] [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_schema_inheritance[local_schema] test/dialect/postgresql/test_types.py::EnumTest::test_schema_inheritance[metadata_schema_only] test/dialect/postgresql/test_types.py::HashableFlagORMTest::test_hashable_flag[HSTORE] [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_bind_adapt_expression test/sql/test_types.py::ExpressionTest::test_bind_adapt_insert [gw2] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::HashableFlagORMTest::test_hashable_flag[HSTORE] test/dialect/postgresql/test_types.py::HashableFlagORMTest::test_hashable_flag[JSONB] [gw2] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::HashableFlagORMTest::test_hashable_flag[JSONB] test/dialect/postgresql/test_types.py::HashableFlagORMTest::test_hashable_flag[JSON] [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_schema_inheritance[metadata_schema_only] test/dialect/postgresql/test_types.py::EnumTest::test_schema_inheritance[override_metadata_schema] [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_schema_inheritance[override_metadata_schema] test/dialect/postgresql/test_types.py::EnumTest::test_schema_reflection [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_bind_adapt_insert test/sql/test_types.py::ExpressionTest::test_bind_adapt_update [gw2] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::HashableFlagORMTest::test_hashable_flag[JSON] test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_adjacent_to [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_schema_reflection [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_adjacent_to test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_contained_by [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_contained_by test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ2-NVARCHAR2(50)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ2-NVARCHAR2(50)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ3-VARCHAR(50 CHAR)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ3-VARCHAR(50 CHAR)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ4-NVARCHAR2(50)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ4-NVARCHAR2(50)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ5-VARCHAR2(50 CHAR)] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ5-VARCHAR2(50 CHAR)] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ6-VARCHAR2] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ6-VARCHAR2] test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ7-NVARCHAR2] [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_bind_adapt_update test/sql/test_types.py::ExpressionTest::test_bind_typing [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_bind_typing test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_contains [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_contains test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_different [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_different test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_intersection test/dialect/postgresql/test_types.py::EnumTest::test_standalone_enum [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_standalone_enum test/dialect/postgresql/test_types.py::EnumTest::test_unicode_labels [gw0] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::EnumTest::test_unicode_labels test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_adapt [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ7-NVARCHAR2] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_intersection test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_not_extend_left_of [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_not_extend_left_of test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ8-NVARCHAR2] [gw5] [ 80%] PASSED test/dialect/oracle/test_types.py::DialectTypesTest::test_varchar_use_nchar_types[typ8-NVARCHAR2] test/sql/test_types.py::ExpressionTest::test_control test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_insert_nulls test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_not_extend_right_of [gw0] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_adapt [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_control [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_not_extend_right_of [gw5] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_insert_nulls test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_literal [gw5] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_literal test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_multi_index_query test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_adapt_length test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_overlaps [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_overlaps test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_strictly_left_of [gw0] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_adapt_length [gw5] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_multi_index_query test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_path_query test/sql/test_types.py::ExpressionTest::test_date_coercion test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_check_constraint [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_strictly_left_of test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_strictly_right_of [gw5] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_path_query test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_query_returned_as_int [gw0] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_check_constraint test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_create_metadata_bound_no_crash [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_strictly_right_of test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_union [gw5] [ 80%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_query_returned_as_int test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_query_returned_as_text [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_date_coercion [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_union [gw0] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_create_metadata_bound_no_crash test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_equal test/sql/test_types.py::ExpressionTest::test_detect_coercion_not_fooled_by_mock test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_duplicate_values_accepted[omit_alias-native] [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_equal test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_greater_than [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_detect_coercion_not_fooled_by_mock [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_greater_than test/sql/test_types.py::ExpressionTest::test_detect_coercion_of_builtins test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_greater_than_or_equal [gw2] [ 80%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_greater_than_or_equal [gw4] [ 80%] PASSED test/sql/test_types.py::ExpressionTest::test_detect_coercion_of_builtins test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_is_not_null [gw0] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_duplicate_values_accepted[omit_alias-native] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_duplicate_values_accepted[omit_alias-non_native] [gw0] [ 80%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_duplicate_values_accepted[omit_alias-non_native] [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_is_not_null test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_is_null [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_is_null test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_less_than [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_less_than test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_less_than_or_equal [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_less_than_or_equal test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_not_equal test/sql/test_types.py::ExpressionTest::test_distinct [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_distinct test/sql/test_types.py::ExpressionTest::test_expression_typing [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int4RangeCompilationTest::test_where_not_equal test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_duplicate_values_accepted[with_alias-native] [gw5] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_query_returned_as_text test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_reflect [gw5] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_reflect test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_unicode_round_trip [gw5] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_unicode_round_trip test/sql/test_types.py::JSONTest::test_bind_serialize_None [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_bind_serialize_None test/sql/test_types.py::JSONTest::test_bind_serialize_default [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_bind_serialize_default test/sql/test_types.py::JSONTest::test_bind_serialize_none_as_null [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_bind_serialize_none_as_null test/sql/test_types.py::JSONTest::test_bind_serialize_null [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_bind_serialize_null test/dialect/postgresql/test_types.py::JSONTest::test_cols[-test_table.test_column -> %(test_column_1)s AS anon_1-True] [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_duplicate_values_accepted[with_alias-native] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_duplicate_values_accepted[with_alias-non_native] [gw5] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONTest::test_cols[-test_table.test_column -> %(test_column_1)s AS anon_1-True] test/dialect/postgresql/test_types.py::JSONTest::test_custom_astext_type [gw5] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONTest::test_custom_astext_type [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_expression_typing test/sql/test_types.py::ExpressionTest::test_grouped_bind_adapt [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_grouped_bind_adapt test/sql/test_types.py::ExpressionTest::test_interval_coercion test/sql/test_types.py::JSONTest::test_index_bind_proc_int [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_interval_coercion test/sql/test_types.py::ExpressionTest::test_literal_adapt [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_duplicate_values_accepted[with_alias-non_native] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_enum_raise_lookup_ellipses test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_actual_type [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_actual_type test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_difference_result [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_difference_result test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_insert_obj [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_insert_obj test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_insert_text [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_insert_text test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_intersection_result [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_intersection_result test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_reflect [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_reflect test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_union_result [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int4RangeRoundTripTest::test_union_result test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_adjacent_to [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_adjacent_to test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_contained_by [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_enum_raise_lookup_ellipses test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_enum_raise_lookup_none [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_contained_by [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_enum_raise_lookup_none test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_contains [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_index_bind_proc_int test/sql/test_types.py::JSONTest::test_index_bind_proc_str [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_contains test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_different [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_different [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_literal_adapt test/sql/test_types.py::ExpressionTest::test_null_comparison test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_intersection [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_intersection test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_not_extend_left_of [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_index_bind_proc_str test/sql/test_types.py::JSONTest::test_index_literal_proc_int [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_index_literal_proc_int test/sql/test_types.py::JSONTest::test_index_literal_proc_str test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_length_native [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_length_native test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_length_non_native [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_not_extend_left_of test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_not_extend_right_of [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_index_literal_proc_str [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_null_comparison test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Integer()-add] [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Integer()-add] [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_length_non_native test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Integer()-mul] test/dialect/postgresql/test_types.py::JSONTest::test_path_typing [gw5] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONTest::test_path_typing [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_not_extend_right_of test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_overlaps [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_overlaps test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_strictly_left_of [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_strictly_left_of [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Integer()-mul] test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Integer()-sub] test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_strictly_right_of test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_length_raises [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Integer()-sub] test/dialect/mysql/test_types.py::JSONTest::test_reflection [gw5] [ 81%] SKIPPED test/dialect/mysql/test_types.py::JSONTest::test_reflection test/sql/test_types.py::JSONTest::test_result_deserialize_None [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_result_deserialize_None test/sql/test_types.py::JSONTest::test_result_deserialize_default [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_strictly_right_of test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_union test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Integer()-truediv] [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_result_deserialize_default [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_length_raises test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_lookup_failure [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_lookup_failure [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_union test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_equal [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Integer()-truediv] test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Numeric(precision=10, scale=2)-add] test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_mock_engine_no_prob [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_equal [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Numeric(precision=10, scale=2)-add] test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_greater_than [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_mock_engine_no_prob test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Numeric(precision=10, scale=2)-mul] [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_greater_than test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_no_length_non_native test/sql/test_types.py::JSONTest::test_result_deserialize_null [gw5] [ 81%] PASSED test/sql/test_types.py::JSONTest::test_result_deserialize_null test/dialect/mysql/test_types.py::JSONTest::test_rudimental_round_trip [gw5] [ 81%] SKIPPED test/dialect/mysql/test_types.py::JSONTest::test_rudimental_round_trip [gw0] [ 81%] PASSED test/sql/test_types.py::EnumTest_sqlite+pysqlite_3_38_2::test_no_length_non_native test/dialect/postgresql/test_types.py::JSONTest::test_where[-(test_table.test_column #> %(test_column_1)s) IS NULL] [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Numeric(precision=10, scale=2)-mul] test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Numeric(precision=10, scale=2)-sub] test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_greater_than_or_equal [gw5] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONTest::test_where[-(test_table.test_column #> %(test_column_1)s) IS NULL] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[_decimal1] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[_decimal1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[_decimal2] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[_decimal2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[boolean0] test/dialect/postgresql/test_types.py::JSONTest::test_where[-(test_table.test_column #>> %(test_column_1)s) IS NULL] [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Numeric(precision=10, scale=2)-sub] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[boolean0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[boolean1] test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Numeric(precision=10, scale=2)-truediv] [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_greater_than_or_equal [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[boolean1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[boolean2] test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_is_not_null [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[boolean2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[float0] [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_numerics_coercion[Numeric(precision=10, scale=2)-truediv] [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_is_not_null [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[float0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[float1] test/sql/test_types.py::ExpressionTest::test_typedec_is_adapt test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_is_null [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[float1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[float2] [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_is_null [gw5] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONTest::test_where[-(test_table.test_column #>> %(test_column_1)s) IS NULL] test/dialect/postgresql/test_types.py::JSONTest::test_where[-(test_table.test_column -> %(test_column_1)s) IS NULL] [gw5] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONTest::test_where[-(test_table.test_column -> %(test_column_1)s) IS NULL] test/dialect/postgresql/test_types.py::JSONTest::test_where[-(test_table.test_column ->> %(test_column_1)s) IS NULL] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[float2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[integer0] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[integer0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[integer1] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[integer1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[integer2] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[integer2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[integer3] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[integer3] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[numeric0] [gw5] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONTest::test_where[-(test_table.test_column ->> %(test_column_1)s) IS NULL] test/dialect/postgresql/test_types.py::JSONTest::test_where[-CAST((test_table.test_column -> %(test_column_1)s) AS INTEGER) = %(param_1)s] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[numeric0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[numeric1] [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_typedec_is_adapt test/sql/test_types.py::ExpressionTest::test_typedec_operator_adapt [gw4] [ 81%] PASSED test/sql/test_types.py::ExpressionTest::test_typedec_operator_adapt test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_less_than [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_less_than test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_less_than_or_equal [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_less_than_or_equal test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_not_equal [gw2] [ 81%] PASSED test/dialect/postgresql/test_types.py::Int8RangeCompilationTest::test_where_not_equal test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_actual_type [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[numeric1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[numeric2] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[numeric2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[string0] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[string0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[string1] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[string1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[string2] [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_actual_type test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_difference_result [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_difference_result test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_insert_obj [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_insert_obj test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_insert_text test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_insert [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_insert test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_insert_none_as_null [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_insert_none_as_null test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_insert_nulljson_into_none_as_null [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_insert_nulljson_into_none_as_null [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[string2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[string3] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[string3] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_custom_json [gw5] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONTest::test_where[-CAST((test_table.test_column -> %(test_column_1)s) AS INTEGER) = %(param_1)s] test/dialect/postgresql/test_types.py::JSONTest::test_where[-CAST((test_table.test_column ->> %(test_column_1)s) AS INTEGER) = %(param_1)s] [gw5] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONTest::test_where[-CAST((test_table.test_column ->> %(test_column_1)s) AS INTEGER) = %(param_1)s] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_custom_json test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_data1 [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_data1 test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_json_null_as_json_null [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_json_null_as_json_null test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_json_null[multiparameters] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_json_null[multiparameters] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_json_null[parameters] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_json_null[parameters] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_json_null[values] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_json_null[values] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_sql_null[multiparameters] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_sql_null[multiparameters] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_sql_null[omit] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_sql_null[omit] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_sql_null[parameters] test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_insert_nulls [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_insert_nulls test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_literal [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_literal test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_multi_index_query [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_multi_index_query test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_path_query [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_path_query test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_query_returned_as_int [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_query_returned_as_int test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_query_returned_as_text [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_query_returned_as_text test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_reflect [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_reflect test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_unicode_round_trip [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_unicode_round_trip test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_eval_none_flag_orm [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_eval_none_flag_orm test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[None0] [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[None0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[None1] [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[None1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[_decimal0] [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[_decimal0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[_decimal1] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_sql_null[parameters] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_sql_null[values] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_round_trip_none_as_sql_null[values] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[-1.0] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[-1.0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[-1] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[-1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[0] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[15.052] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[15.052] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[15] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[15] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[False] [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_insert_text test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_intersection_result [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_intersection_result test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_reflect [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[_decimal1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[_decimal2] [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[_decimal2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[boolean0] [gw4] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[boolean0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[boolean1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-10-datatype0] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-10-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-10-datatype1] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-10-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-10-datatype2] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-10-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-100-datatype0] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-100-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-100-datatype1] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-100-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-100-datatype2] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-100-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-250-datatype0] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[False] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[None] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[None] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[True] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[True] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[a string] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[a string] [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_reflect test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[r\xe9ve ill\xe9] test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_union_result [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[r\xe9ve ill\xe9] [gw2] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::Int8RangeRoundTripTest::test_union_result test/sql/test_types.py::IntegerTest_sqlite+pysqlite_3_38_2::test_integer_literal_processor test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[r\xe9ve\U0001f40d ill\xe9] [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_single_element_round_trip[r\xe9ve\U0001f40d ill\xe9] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_unicode_round_trip [gw0] [ 81%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_unicode_round_trip test/dialect/postgresql/test_types.py::JSONBTest::test_cols[-test_table.test_column -> %(test_column_1)s AS anon_1-True] [gw2] [ 81%] PASSED test/sql/test_types.py::IntegerTest_sqlite+pysqlite_3_38_2::test_integer_literal_processor [gw0] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONBTest::test_cols[-test_table.test_column -> %(test_column_1)s AS anon_1-True] test/dialect/postgresql/test_types.py::JSONBTest::test_custom_astext_type [gw3] [ 81%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_orm_join [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-250-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-250-datatype1] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-250-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-250-datatype2] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,y,z-250-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-10-datatype0] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-10-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-10-datatype1] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-10-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-10-datatype2] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-10-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-100-datatype0] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-100-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-100-datatype1] [gw5] [ 81%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-100-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-100-datatype2] [gw0] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONBTest::test_custom_astext_type test/dialect/postgresql/test_types.py::JSONBTest::test_path_typing [gw0] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONBTest::test_path_typing test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column <@ %(test_column_1)s] [gw0] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column <@ %(test_column_1)s] test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column ? %(test_column_1)s] [gw0] [ 81%] PASSED test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column ? %(test_column_1)s] test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column ?& %(test_column_1)s] [gw0] [ 82%] PASSED test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column ?& %(test_column_1)s] test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column ?| ARRAY[%(param_1)s, %(param_2)s]] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[boolean1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[boolean2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[boolean2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[float0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[float0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[float1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[float1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[float2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[float2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[integer0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[integer0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[integer1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[integer1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[integer2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[integer2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[integer3] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[integer3] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[json0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[json0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[json1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[json1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[numeric0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[numeric0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[numeric1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[numeric1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[numeric2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[numeric2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[string0] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-100-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-250-datatype0] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-250-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-250-datatype1] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-250-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-250-datatype2] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[x,z,y-250-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-10-datatype0] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-10-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-10-datatype1] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-10-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-10-datatype2] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-10-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-100-datatype0] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-100-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-100-datatype1] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-100-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-100-datatype2] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-100-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-250-datatype0] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-250-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-250-datatype1] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-250-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-250-datatype2] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y,x,z-250-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-10-datatype0] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-10-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-10-datatype1] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-10-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-10-datatype2] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-10-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-100-datatype0] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-100-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-100-datatype1] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-100-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-100-datatype2] [gw0] [ 82%] PASSED test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column ?| ARRAY[%(param_1)s, %(param_2)s]] test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column @> %(test_column_1)s] [gw0] [ 82%] PASSED test/dialect/postgresql/test_types.py::JSONBTest::test_where[-test_table.test_column @> %(test_column_1)s] test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_criterion [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_criterion test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_custom_serialize_deserialize [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_custom_serialize_deserialize test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_eval_none_flag_orm [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_eval_none_flag_orm test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_fixed_round_trip [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_fixed_round_trip test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_insert [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_insert test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_insert_none_as_null [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_insert_none_as_null test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_insert_nulljson_into_none_as_null [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONRoundTripTest::test_insert_nulljson_into_none_as_null test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum5] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum5] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-HSTORE] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-INET] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Integer] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Integer] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-JSONB] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-LargeBinary] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-LargeBinary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-MONEY] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Numeric] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-String] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Text] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Unicode] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-BYTEA] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-BYTEA] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Boolean] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-CIDR] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-DateTime] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Date] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM0] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM1] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM2] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM3] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM4] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-ENUM4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum0] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[string0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[string1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[string1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[string2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[string2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[string3] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_access[string3] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[_decimal0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[_decimal0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[_decimal1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[_decimal1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[_decimal2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[_decimal2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[boolean0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[boolean0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[boolean1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[boolean1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[boolean2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[boolean2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[float0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[float0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[float1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[float1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[float2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[float2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[integer0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[integer0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[integer1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[integer1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[integer2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[integer2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[integer3] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[integer3] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[numeric0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[numeric0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[numeric1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[numeric1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[numeric2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[numeric2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[string0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[string0] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[string1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[string1] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[string2] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[string2] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[string3] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_index_typed_comparison[string3] test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[_decimal0] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-100-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-250-datatype0] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-250-datatype0] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-250-datatype1] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-250-datatype1] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-250-datatype2] [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_lobs[y-250-datatype2] test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_unicode [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_insert_returning_w_unicode test/dialect/oracle/test_types.py::LOBFetchTest::test_large_stream [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_large_stream test/dialect/oracle/test_types.py::LOBFetchTest::test_large_stream_single_arraysize [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_large_stream_single_arraysize test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_with_convert [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_with_convert test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_with_convert_many_rows [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_with_convert_many_rows test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_with_convert_raw [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_with_convert_raw test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_without_convert [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_without_convert test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_without_convert_many_rows [gw5] [ 82%] SKIPPED test/dialect/oracle/test_types.py::LOBFetchTest::test_lobs_without_convert_many_rows test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_38_2::test_render_datetime[date] [gw5] [ 82%] SKIPPED test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_38_2::test_render_datetime[date] test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_38_2::test_render_datetime[datetime] [gw5] [ 82%] SKIPPED test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_38_2::test_render_datetime[datetime] test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_38_2::test_render_datetime[time] [gw5] [ 82%] SKIPPED test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_38_2::test_render_datetime[time] test/dialect/mssql/test_types.py::MSDateTypeTest::test_extract [gw5] [ 82%] SKIPPED test/dialect/mssql/test_types.py::MSDateTypeTest::test_extract test/dialect/mssql/test_types.py::MSDateTypeTest::test_result_processor [gw5] [ 82%] SKIPPED test/dialect/mssql/test_types.py::MSDateTypeTest::test_result_processor test/dialect/mssql/test_types.py::MSDateTypeTest::test_result_processor_invalid [gw5] [ 82%] SKIPPED test/dialect/mssql/test_types.py::MSDateTypeTest::test_result_processor_invalid test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_adjacent_to [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_adjacent_to test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_contained_by [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_contained_by test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_contains [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_contains test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_different [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_different test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_intersection [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_intersection test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_not_extend_left_of [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_not_extend_left_of test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_not_extend_right_of [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_not_extend_right_of test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_overlaps [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_overlaps test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_strictly_left_of [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_strictly_left_of test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_strictly_right_of [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_strictly_right_of test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_union [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_union test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_equal [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_equal test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_greater_than [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_greater_than test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_greater_than_or_equal [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_greater_than_or_equal test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_is_not_null [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_is_not_null test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_is_null [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_is_null test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_less_than [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_less_than test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_less_than_or_equal [gw5] [ 82%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_less_than_or_equal test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_not_equal test/aaa_profiling/test_memusage.py::CycleTest::test_orm_objects_from_query test/sql/test_types.py::IntervalTest_sqlite+pysqlite_3_38_2::test_non_native_adapt [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum2] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum3] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum4] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum5] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Enum5] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-HSTORE] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-INET] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Integer] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Integer] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-JSONB] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-LargeBinary] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-LargeBinary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-MONEY] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Numeric] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-String] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Text] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Unicode] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[True-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-BYTEA] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-BYTEA] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Boolean] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-CIDR] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-DateTime] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Date] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-ENUM0] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-ENUM1] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-ENUM2] [gw0] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-ENUM2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Enum0] [gw2] [ 82%] PASSED test/sql/test_types.py::IntervalTest_sqlite+pysqlite_3_38_2::test_non_native_adapt test/sql/test_types.py::IntervalTest_sqlite+pysqlite_3_38_2::test_null [gw2] [ 82%] PASSED test/sql/test_types.py::IntervalTest_sqlite+pysqlite_3_38_2::test_null test/sql/test_types.py::IntervalTest_sqlite+pysqlite_3_38_2::test_roundtrip [gw2] [ 82%] PASSED test/sql/test_types.py::IntervalTest_sqlite+pysqlite_3_38_2::test_roundtrip [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::JSONBSuiteTest::test_path_typed_comparison[_decimal0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-HSTORE] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-INET] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Integer] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Integer] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-JSON0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-JSON0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-JSON1] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-JSON1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-JSONB] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-LargeBinary] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-LargeBinary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-MONEY] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Numeric] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-String] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Text] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Unicode] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-BYTEA] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-BYTEA] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Boolean] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-CIDR] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-DateTime] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Date] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-ENUM0] [gw4] [ 82%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-ENUM1] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-ENUM2] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-ENUM2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Enum0] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Enum1] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Enum2] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Enum3] test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_against_string_basic [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_against_string_basic test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_mixed_path [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_mixed_path [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Enum1] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Enum2] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Enum3] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[False-Enum3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Enum3] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Enum3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-HSTORE] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-INET] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Integer] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Integer] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-JSONB] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-LargeBinary] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-LargeBinary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-MONEY] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Numeric] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-String] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Text] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Unicode] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-BYTEA] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-BYTEA] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Boolean] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-CIDR] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-DateTime] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Date] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-ENUM0] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-ENUM1] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-ENUM2] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-ENUM2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Enum0] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Enum1] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Enum2] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Enum3] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Enum3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-HSTORE] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-INET] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Integer] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Integer] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-JSONB] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-LargeBinary] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-LargeBinary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-MONEY] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Numeric] test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_simple_int [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_simple_int test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_spaces_in_key [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_spaces_in_key test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_string_path [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::JSONBCastSuiteTest::test_string_cast_crit_string_path test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_criterion [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_criterion test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_custom_serialize_deserialize [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_custom_serialize_deserialize test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_eval_none_flag_orm [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_eval_none_flag_orm test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_fixed_round_trip [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::JSONBRoundTripTest::test_fixed_round_trip test/dialect/postgresql/test_types.py::NumericInterpretationTest::test_numeric_codes [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::NumericInterpretationTest::test_numeric_codes test/dialect/postgresql/test_types.py::NumericInterpretationTest::test_numeric_default [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::NumericInterpretationTest::test_numeric_default test/sql/test_types.py::NumericRawSQLTest_sqlite+pysqlite_3_38_2::test_decimal_fp [gw2] [ 83%] PASSED test/sql/test_types.py::NumericRawSQLTest_sqlite+pysqlite_3_38_2::test_decimal_fp [gw6] [ 83%] PASSED test/orm/test_session.py::WeakIdentityMapTest::test_weakref_pickled test/sql/test_types.py::NumericRawSQLTest_sqlite+pysqlite_3_38_2::test_decimal_int [gw5] [ 83%] PASSED test/dialect/postgresql/test_types.py::NumRangeCompilationTest::test_where_not_equal test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_actual_type [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_actual_type test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_difference_result [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_difference_result test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_insert_obj [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_insert_obj test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_insert_text [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_insert_text test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_intersection_result [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_intersection_result test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_reflect [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_reflect test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_union_result [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::NumRangeRoundTripTest::test_union_result test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum3] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum4] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum5] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum5] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-HSTORE] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-INET] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Integer] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Integer] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-JSON0] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-JSON0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-JSON1] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-JSON1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-JSONB] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-LargeBinary] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-LargeBinary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-MONEY] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Numeric] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-String] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Text] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Unicode] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-BYTEA] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-BYTEA] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Boolean] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Enum3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-HSTORE] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-INET] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Integer] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Integer] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-JSON0] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-JSON0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-JSON1] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-JSON1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-JSONB] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-LargeBinary] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-LargeBinary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-MONEY] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Numeric] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-String] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Text] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Unicode] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_slice_update[True-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-BYTEA] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-BYTEA] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Boolean] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-CIDR] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-DateTime] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Date] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-ENUM0] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-ENUM1] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-ENUM2] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-ENUM2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Enum0] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Enum1] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Enum2] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[False-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Boolean] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-CIDR] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-DateTime] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Date] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM0] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM1] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-String] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Text] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Unicode] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_delete[True-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-BYTEA] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-BYTEA] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Boolean] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-CIDR] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-DateTime] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM2] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM2] [gw2] [ 83%] PASSED test/sql/test_types.py::NumericRawSQLTest_sqlite+pysqlite_3_38_2::test_decimal_int test/sql/test_types.py::NumericRawSQLTest_sqlite+pysqlite_3_38_2::test_float [gw2] [ 83%] PASSED test/sql/test_types.py::NumericRawSQLTest_sqlite+pysqlite_3_38_2::test_float test/sql/test_types.py::NumericRawSQLTest_sqlite+pysqlite_3_38_2::test_ints [gw2] [ 83%] PASSED test/sql/test_types.py::NumericRawSQLTest_sqlite+pysqlite_3_38_2::test_ints test/dialect/postgresql/test_types.py::OIDTest::test_reflection [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::OIDTest::test_reflection test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_any_all_exprs_array [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_any_all_exprs_array test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_agg [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_agg test/orm/test_session.py::WeakIdentityMapTest::test_weakref_with_cycles_o2m [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_all_exec [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_all_exec test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_any_exec [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_any_exec test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_comparison [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_comparison test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_concat [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_concat test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_contained_by_exec [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_contained_by_exec test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_getitem_single_exec [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_getitem_single_exec test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_getitem_slice_exec [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_getitem_slice_exec test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_in_int [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_in_int test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_in_str [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_in_str test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM3] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM4] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-ENUM4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum0] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum1] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum2] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum3] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum4] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum5] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Enum5] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-HSTORE] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-INET] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Integer] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Integer] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-DateTime] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Date] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM0] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM1] [gw5] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-JSON0] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-JSON0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-JSON1] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-JSON1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-JSONB] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-LargeBinary] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-LargeBinary] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-MONEY] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Numeric] [gw4] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Date] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM0] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM1] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_index_slice_exprs [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_index_slice_exprs test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_literal_compare [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_literal_compare test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_literal_multidimensional_roundtrip [gw2] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_literal_multidimensional_roundtrip test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM2] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM3] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM4] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-ENUM4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum0] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum1] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum2] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[False-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-HSTORE] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-INET] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Integer] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Integer] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-JSON0] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-JSON0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-JSON1] [gw0] [ 83%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-JSON1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-JSONB] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-String] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Text] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_literal_roundtrip test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-LargeBinary] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-BYTEA] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-BYTEA] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Boolean] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-CIDR] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-DateTime] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Date] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM0] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM1] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM2] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM3] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM4] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-ENUM4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum0] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum1] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-LargeBinary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-MONEY] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Numeric] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-String] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Text] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Unicode] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_undim_array_contains_typed_exec[] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_undim_array_contains_typed_exec[] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_undim_array_contains_typed_exec[list] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_undim_array_contains_typed_exec[list] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_undim_array_contains_typed_exec[set] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_literal_roundtrip test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_overlap_exec [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_overlap_exec test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_plus_native_enum_create [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_plus_native_enum_create test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_str_collation [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_str_collation test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_subtype_resultprocessor [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_subtype_resultprocessor test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_where [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_array_where test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_dim_array_contains_typed_exec[] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_dim_array_contains_typed_exec[] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_undim_array_contains_typed_exec[set] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_undim_array_empty test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_dim_array_contains_typed_exec[list] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_dim_array_contains_typed_exec[list] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_dim_array_contains_typed_exec[set] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_dim_array_contains_typed_exec[set] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_insert_array [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_insert_array test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_insert_array_w_null [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_insert_array_w_null test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_multi_dim_roundtrip [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_multi_dim_roundtrip test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_reflect_array_column [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_reflect_array_column test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_tuple_flag [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_tuple_flag test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-BYTEA] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-BYTEA] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Boolean] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Boolean] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-CIDR] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-CIDR] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-DateTime] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-DateTime] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Date] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Date] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM0] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM1] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM2] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM3] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM4] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-ENUM4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum0] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum1] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM2] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM3] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM4] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-ENUM4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum0] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum1] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum2] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum3] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum4] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum5] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Enum5] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-HSTORE] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-HSTORE] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-INET] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-INET] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Integer] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Integer] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-JSON0] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-JSON0] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-JSON1] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-JSON1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-JSONB] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-JSONB] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-LargeBinary] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-LargeBinary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-MONEY] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-MONEY] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Numeric] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Numeric] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-String] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Text] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Text] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Unicode] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_select[True-Unicode] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum2] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum3] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum3] [gw0] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_undim_array_empty test/sql/test_types.py::PickleTest::test_customized_impl[LONGBLOB] [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTest::test_customized_impl[LONGBLOB] test/sql/test_types.py::PickleTest::test_customized_impl[LargeBinary] [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTest::test_customized_impl[LargeBinary] test/sql/test_types.py::PickleTest::test_customized_impl[None] [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTest::test_customized_impl[None] test/sql/test_types.py::PickleTest::test_customized_impl[impl3] [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTest::test_customized_impl[impl3] test/sql/test_types.py::PickleTest::test_customized_impl[impl4] [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTest::test_customized_impl[impl4] test/sql/test_types.py::PickleTest::test_eq_comparison [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTest::test_eq_comparison [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum1] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum2] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum2] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum3] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum3] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum4] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum4] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum5] [gw4] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[True-Enum5] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_CONDITIONAL')-True-Unicode] [gw4] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_CONDITIONAL')-True-Unicode] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_UNICODE')-False-String] [gw4] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_UNICODE')-False-String] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_UNICODE')-False-Unicode] [gw4] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_UNICODE')-False-Unicode] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_UNICODE')-True-String] [gw4] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_UNICODE')-True-String] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum4] [gw2] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_contains[False-Enum4] test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Text()-String()] [gw2] [ 84%] PASSED test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Text()-String()] test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Text()-Unicode()] [gw2] [ 84%] PASSED test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Text()-Unicode()] test/sql/test_types.py::TypeAffinityTest::test_decorator_doesnt_cache [gw2] [ 84%] PASSED test/sql/test_types.py::TypeAffinityTest::test_decorator_doesnt_cache test/sql/test_types.py::TypeAffinityTest::test_type_affinity[Date()-Date] [gw2] [ 84%] PASSED test/sql/test_types.py::TypeAffinityTest::test_type_affinity[Date()-Date] test/sql/test_types.py::TypeAffinityTest::test_type_affinity[LargeBinary()-_Binary] test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-BYTEA] [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::PGArrayRoundTripTest::test_type_specific_value_update[False-BYTEA] test/dialect/postgresql/test_types.py::RegClassTest::test_cast_whereclause [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::RegClassTest::test_cast_whereclause test/dialect/mssql/test_types.py::RowVersionTest::test_cant_insert_rowvalue [gw5] [ 84%] SKIPPED test/dialect/mssql/test_types.py::RowVersionTest::test_cant_insert_rowvalue test/dialect/mssql/test_types.py::RowVersionTest::test_cant_insert_timestamp [gw5] [ 84%] SKIPPED test/dialect/mssql/test_types.py::RowVersionTest::test_cant_insert_timestamp test/sql/test_types.py::PickleTest::test_nonmutable_comparison [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTest::test_nonmutable_comparison test/sql/test_types.py::PickleTypesTest::test_pickle_types[BigInteger()] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_UNICODE')-True-Unicode] [gw4] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_UNICODE')-True-Unicode] test/dialect/mssql/test_types.py::StringTest::test_string_text_explicit_literal_binds [gw4] [ 84%] PASSED test/dialect/mssql/test_types.py::StringTest::test_string_text_explicit_literal_binds test/dialect/mssql/test_types.py::StringTest::test_string_text_literal_binds [gw4] [ 84%] PASSED test/dialect/mssql/test_types.py::StringTest::test_string_text_literal_binds test/dialect/mssql/test_types.py::StringTest::test_string_text_literal_binds_explicit_unicode_right [gw4] [ 84%] PASSED test/dialect/mssql/test_types.py::StringTest::test_string_text_literal_binds_explicit_unicode_right test/dialect/mssql/test_types.py::StringTest::test_text_text_literal_binds [gw4] [ 84%] PASSED test/dialect/mssql/test_types.py::StringTest::test_text_text_literal_binds test/dialect/mssql/test_types.py::StringTest::test_unicode_literal_binds [gw4] [ 84%] PASSED test/dialect/mssql/test_types.py::StringTest::test_unicode_literal_binds test/dialect/mssql/test_types.py::StringTest::test_unicode_text_literal_binds test/dialect/mssql/test_types.py::RowVersionTest::test_class_hierarchy [gw5] [ 84%] SKIPPED test/dialect/mssql/test_types.py::RowVersionTest::test_class_hierarchy test/dialect/mssql/test_types.py::RowVersionTest::test_round_trip_rv [gw5] [ 84%] SKIPPED test/dialect/mssql/test_types.py::RowVersionTest::test_round_trip_rv test/dialect/mssql/test_types.py::RowVersionTest::test_round_trip_rv_int [gw5] [ 84%] SKIPPED test/dialect/mssql/test_types.py::RowVersionTest::test_round_trip_rv_int test/dialect/mssql/test_types.py::RowVersionTest::test_round_trip_ts [gw5] [ 84%] SKIPPED test/dialect/mssql/test_types.py::RowVersionTest::test_round_trip_ts test/dialect/mssql/test_types.py::RowVersionTest::test_round_trip_ts_int [gw5] [ 84%] SKIPPED test/dialect/mssql/test_types.py::RowVersionTest::test_round_trip_ts_int test/dialect/mssql/test_types.py::RowVersionTest::test_rowversion_reflection [gw5] [ 84%] SKIPPED test/dialect/mssql/test_types.py::RowVersionTest::test_rowversion_reflection [gw2] [ 84%] PASSED test/sql/test_types.py::TypeAffinityTest::test_type_affinity[LargeBinary()-_Binary] test/sql/test_types.py::TypeAffinityTest::test_type_affinity[String()-String] [gw2] [ 84%] PASSED test/sql/test_types.py::TypeAffinityTest::test_type_affinity[String()-String] test/sql/test_types.py::TypeAffinityTest::test_type_affinity[VARCHAR()-String] [gw2] [ 84%] PASSED test/sql/test_types.py::TypeAffinityTest::test_type_affinity[VARCHAR()-String] test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_cast_bind [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_cast_bind test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_cast_existing_typed [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_cast_existing_typed test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_cast_replace_col_w_bind [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[BigInteger()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[Boolean()] [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[Boolean()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[Date()] [gw4] [ 84%] PASSED test/dialect/mssql/test_types.py::StringTest::test_unicode_text_literal_binds test/sql/test_types.py::TestKWArgPassThru_sqlite+pysqlite_3_38_2::test_user_defined [gw4] [ 84%] PASSED test/sql/test_types.py::TestKWArgPassThru_sqlite+pysqlite_3_38_2::test_user_defined test/dialect/mssql/test_types.py::TimeParameterTest::test_time_as_parameter_to_where[not_null] [gw4] [ 84%] SKIPPED test/dialect/mssql/test_types.py::TimeParameterTest::test_time_as_parameter_to_where[not_null] test/dialect/mssql/test_types.py::TimeParameterTest::test_time_as_parameter_to_where[null] test/dialect/mssql/test_types.py::RowVersionTest::test_timestamp_reflection [gw5] [ 84%] SKIPPED test/dialect/mssql/test_types.py::RowVersionTest::test_timestamp_reflection test/dialect/oracle/test_types.py::SetInputSizesTest::test_event_no_native_float [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_event_no_native_float test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[BINARY_DOUBLE-25.34534-NATIVE_FLOAT-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[BINARY_DOUBLE-25.34534-NATIVE_FLOAT-False] [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_cast_replace_col_w_bind test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_coerce_from_nulltype_cast [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_coerce_from_nulltype_cast test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_coerce_from_nulltype_type_coerce test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[BINARY_FLOAT-25.34534-NATIVE_FLOAT-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[BINARY_FLOAT-25.34534-NATIVE_FLOAT-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[DOUBLE_PRECISION-25.34534-None-False] [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_coerce_from_nulltype_type_coerce test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_coerce_none_cast [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_coerce_none_cast test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_coerce_none_type_coerce [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_coerce_none_type_coerce test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_insert_round_trip_cast [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_insert_round_trip_cast test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_insert_round_trip_type_coerce [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_insert_round_trip_type_coerce test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_resolve_clause_element_cast [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_resolve_clause_element_cast test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_resolve_clause_element_type_coerce [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_resolve_clause_element_type_coerce test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_type_bind [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[DOUBLE_PRECISION-25.34534-None-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[Integer-25-int-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[Integer-25-int-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[SmallInteger-25-int-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[SmallInteger-25-int-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype10-test-CLOB-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype10-test-CLOB-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype11-test-None-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype11-test-None-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype12-test-FIXED_CHAR-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype12-test-FIXED_CHAR-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype13-test-FIXED_NCHAR-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype13-test-FIXED_NCHAR-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype14-test-None-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype14-test-None-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype2-value2-None-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype2-value2-None-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype3-25.34534-None-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype3-25.34534-None-False] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype7-test-NCHAR-True] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype7-test-NCHAR-True] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype8-test-NCLOB-True] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype8-test-NCLOB-True] test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype9-test-None-False] [gw5] [ 84%] SKIPPED test/dialect/oracle/test_types.py::SetInputSizesTest::test_setinputsizes[datatype9-test-None-False] test/dialect/postgresql/test_types.py::SpecialTypesCompileTest::test_bit_compile[type_0-BIT(1)] [gw5] [ 84%] PASSED test/dialect/postgresql/test_types.py::SpecialTypesCompileTest::test_bit_compile[type_0-BIT(1)] [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_type_bind test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_type_coerce_existing_typed [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_type_coerce_existing_typed test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_type_coerce_replace_col_w_bind [gw7] [ 84%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_roundtrip [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_type_coerce_replace_col_w_bind test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_alias_cast [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_alias_cast test/dialect/postgresql/test_types.py::SpecialTypesCompileTest::test_bit_compile[type_1-BIT(5)] [gw5] [ 84%] PASSED test/dialect/postgresql/test_types.py::SpecialTypesCompileTest::test_bit_compile[type_1-BIT(5)] test/dialect/postgresql/test_types.py::SpecialTypesCompileTest::test_bit_compile[type_2-BIT VARYING] [gw5] [ 84%] PASSED test/dialect/postgresql/test_types.py::SpecialTypesCompileTest::test_bit_compile[type_2-BIT VARYING] test/dialect/postgresql/test_types.py::SpecialTypesCompileTest::test_bit_compile[type_3-BIT VARYING(5)] [gw5] [ 84%] PASSED test/dialect/postgresql/test_types.py::SpecialTypesCompileTest::test_bit_compile[type_3-BIT VARYING(5)] test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_roundtrip_future test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_alias_type_coerce [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_alias_type_coerce test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_cast [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_cast test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_type_coerce [gw2] [ 84%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_type_coerce test/dialect/postgresql/test_types.py::SpecialTypesTest::test_bit_reflection [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::SpecialTypesTest::test_bit_reflection test/dialect/postgresql/test_types.py::SpecialTypesTest::test_reflection [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::SpecialTypesTest::test_reflection test/dialect/postgresql/test_types.py::SpecialTypesTest::test_tsvector_round_trip [gw5] [ 84%] SKIPPED test/dialect/postgresql/test_types.py::SpecialTypesTest::test_tsvector_round_trip test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_BYTES')-False-String] [gw5] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_BYTES')-False-String] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_BYTES')-False-Unicode] [gw5] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_BYTES')-False-Unicode] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_BYTES')-True-String] [gw5] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_BYTES')-True-String] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_BYTES')-True-Unicode] [gw5] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_BYTES')-True-Unicode] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_CONDITIONAL')-False-String] [gw5] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_CONDITIONAL')-False-String] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_CONDITIONAL')-False-Unicode] [gw5] [ 84%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_CONDITIONAL')-False-Unicode] [gw0] [ 84%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[Date()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[DateTime()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[DateTime()] test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_where_cast [gw2] [ 85%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_where_cast test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_where_type_coerce [gw2] [ 85%] PASSED test/sql/test_types.py::TypeCoerceCastTest_sqlite+pysqlite_3_38_2::test_vs_non_coerced_where_type_coerce test/dialect/mysql/test_types.py::TypeCompileTest::test_bit_50[type_0-BIT] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_bit_50[type_0-BIT] test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_CONDITIONAL')-True-String] [gw5] [ 85%] PASSED test/sql/test_types.py::StringConvertUnicodeTest::test_convert_unicode[symbol('RETURNS_CONDITIONAL')-True-String] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args43-kw43-TINYINT] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args43-kw43-TINYINT] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args44-kw44-TINYINT(1)] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args44-kw44-TINYINT(1)] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args45-kw45-TINYINT(1) UNSIGNED] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args45-kw45-TINYINT(1) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args46-kw46-TINYINT(1) ZEROFILL] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args46-kw46-TINYINT(1) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args47-kw47-TINYINT(1) UNSIGNED ZEROFILL] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[TINYINT-args47-kw47-TINYINT(1) UNSIGNED ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_time_fsp [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_time_fsp test/dialect/mysql/test_types.py::TypeCompileTest::test_time_generic [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_time_generic test/dialect/mysql/test_types.py::TypeCompileTest::test_time_result_processor [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_time_result_processor test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec0-kw0-TIMESTAMP NULL] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec0-kw0-TIMESTAMP NULL] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec1-kw1-TIMESTAMP NULL] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec1-kw1-TIMESTAMP NULL] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec2-kw2-TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec2-kw2-TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec3-kw3-TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP] test/sql/test_types.py::PickleTypesTest::test_pickle_types[Float()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[Float()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[Integer()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[Integer()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[Interval()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[Interval()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[LargeBinary()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[LargeBinary()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[Numeric()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[Numeric()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[PickleType()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[PickleType()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[SmallInteger()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[SmallInteger()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[String()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[String()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[Text()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[Text()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[Time()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[Time()] test/sql/test_types.py::PickleTypesTest::test_pickle_types[Unicode()] [gw0] [ 85%] PASSED test/sql/test_types.py::PickleTypesTest::test_pickle_types[Unicode()] test/dialect/postgresql/test_types.py::PythonTypeTest::test_interval [gw0] [ 85%] PASSED test/dialect/postgresql/test_types.py::PythonTypeTest::test_interval test/dialect/postgresql/test_types.py::RegClassTest::test_cast_name [gw0] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::RegClassTest::test_cast_name test/dialect/postgresql/test_types.py::RegClassTest::test_cast_oid [gw0] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::RegClassTest::test_cast_oid test/dialect/postgresql/test_types.py::RegClassTest::test_cast_path [gw0] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::RegClassTest::test_cast_path test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args13-kw13-CHAR(1) CHARACTER SET utf8 BINARY] [gw4] [ 85%] SKIPPED test/dialect/mssql/test_types.py::TimeParameterTest::test_time_as_parameter_to_where[null] test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_0-TIME WITHOUT TIME ZONE] [gw4] [ 85%] PASSED test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_0-TIME WITHOUT TIME ZONE] test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_1-TIME(5) WITHOUT TIME ZONE] [gw4] [ 85%] PASSED test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_1-TIME(5) WITHOUT TIME ZONE] test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_2-TIME(5) WITH TIME ZONE] [gw4] [ 85%] PASSED test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_2-TIME(5) WITH TIME ZONE] test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_3-TIMESTAMP WITHOUT TIME ZONE] [gw4] [ 85%] PASSED test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_3-TIMESTAMP WITHOUT TIME ZONE] test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_4-TIMESTAMP(5) WITHOUT TIME ZONE] [gw4] [ 85%] PASSED test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_4-TIMESTAMP(5) WITHOUT TIME ZONE] test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_5-TIMESTAMP(5) WITH TIME ZONE] [gw4] [ 85%] PASSED test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_5-TIMESTAMP(5) WITH TIME ZONE] test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_6-TIME(0) WITHOUT TIME ZONE] [gw4] [ 85%] PASSED test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_6-TIME(0) WITHOUT TIME ZONE] test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_7-TIMESTAMP(0) WITHOUT TIME ZONE] [gw4] [ 85%] PASSED test/dialect/postgresql/test_types.py::TimePrecisionCompileTest::test_compile[type_7-TIMESTAMP(0) WITHOUT TIME ZONE] test/dialect/postgresql/test_types.py::TimePrecisionTest::test_reflection [gw4] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::TimePrecisionTest::test_reflection test/dialect/mssql/test_types.py::TimeTypeTest::test_result_processor_invalid [gw4] [ 85%] PASSED test/dialect/mssql/test_types.py::TimeTypeTest::test_result_processor_invalid test/dialect/mssql/test_types.py::TimeTypeTest::test_result_processor_no_microseconds [gw4] [ 85%] PASSED test/dialect/mssql/test_types.py::TimeTypeTest::test_result_processor_no_microseconds test/dialect/mssql/test_types.py::TimeTypeTest::test_result_processor_too_many_microseconds [gw4] [ 85%] PASSED test/dialect/mssql/test_types.py::TimeTypeTest::test_result_processor_too_many_microseconds test/dialect/postgresql/test_types.py::TimestampTest::test_interval_arithmetic [gw4] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::TimestampTest::test_interval_arithmetic test/dialect/postgresql/test_types.py::TimestampTest::test_interval_coercion [gw4] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::TimestampTest::test_interval_coercion test/dialect/postgresql/test_types.py::TimestampTest::test_interval_coercion_literal [gw4] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::TimestampTest::test_interval_coercion_literal test/dialect/postgresql/test_types.py::TimestampTest::test_timestamp [gw4] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::TimestampTest::test_timestamp test/dialect/postgresql/test_types.py::TimezoneTest::test_with_timezone [gw4] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::TimezoneTest::test_with_timezone test/dialect/postgresql/test_types.py::TimezoneTest::test_without_timezone [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args13-kw13-CHAR(1) CHARACTER SET utf8 BINARY] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args14-kw14-CHAR(1) CHARACTER SET utf8 COLLATE utf8_bin] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args14-kw14-CHAR(1) CHARACTER SET utf8 COLLATE utf8_bin] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args15-kw15-NATIONAL CHAR(1)] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args15-kw15-NATIONAL CHAR(1)] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args16-kw16-NATIONAL CHAR(1)] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args16-kw16-NATIONAL CHAR(1)] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args17-kw17-NATIONAL CHAR(1) BINARY] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args17-kw17-NATIONAL CHAR(1) BINARY] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args18-kw18-NATIONAL CHAR(1) BINARY] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args18-kw18-NATIONAL CHAR(1) BINARY] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args19-kw19-NATIONAL CHAR(1) COLLATE utf8_bin] [gw4] [ 85%] SKIPPED test/dialect/postgresql/test_types.py::TimezoneTest::test_without_timezone test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Integer()-Integer()] [gw4] [ 85%] PASSED test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Integer()-Integer()] test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Integer()-SmallInteger()] [gw4] [ 85%] PASSED test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Integer()-SmallInteger()] test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Integer()-String()] [gw4] [ 85%] PASSED test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[Integer()-String()] test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[LargeBinary()-Integer()] [gw4] [ 85%] PASSED test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[LargeBinary()-Integer()] test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[LargeBinary()-PickleType()] [gw4] [ 85%] PASSED test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[LargeBinary()-PickleType()] test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[PickleType()-LargeBinary()] [gw4] [ 85%] PASSED test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[PickleType()-LargeBinary()] test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[PickleType()-PickleType()] [gw4] [ 85%] PASSED test/sql/test_types.py::TypeAffinityTest::test_compare_type_affinity[PickleType()-PickleType()] test/dialect/mysql/test_types.py::TypeCompileTest::test_bit_50[type_1-BIT(1)] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_bit_50[type_1-BIT(1)] test/dialect/mysql/test_types.py::TypeCompileTest::test_bit_50[type_2-BIT(63)] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec3-kw3-TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec4-kw4-TIMESTAMP NOT NULL DEFAULT '1999-09-09 09:09:09'] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec4-kw4-TIMESTAMP NOT NULL DEFAULT '1999-09-09 09:09:09'] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec5-kw5-TIMESTAMP NULL DEFAULT '1999-09-09 09:09:09'] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec5-kw5-TIMESTAMP NULL DEFAULT '1999-09-09 09:09:09'] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec6-kw6-TIMESTAMP NULL DEFAULT '1999-09-09 09:09:09' ON UPDATE CURRENT_TIMESTAMP] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec6-kw6-TIMESTAMP NULL DEFAULT '1999-09-09 09:09:09' ON UPDATE CURRENT_TIMESTAMP] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec7-kw7-TIMESTAMP NOT NULL DEFAULT '1999-09-09 09:09:09' ON UPDATE CURRENT_TIMESTAMP] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec7-kw7-TIMESTAMP NOT NULL DEFAULT '1999-09-09 09:09:09' ON UPDATE CURRENT_TIMESTAMP] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec8-kw8-TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec8-kw8-TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec9-kw9-TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_defaults[spec9-kw9-TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP] test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_fsp [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_bit_50[type_2-BIT(63)] test/dialect/mysql/test_types.py::TypeCompileTest::test_boolean_compile[type_0-BOOL] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_boolean_compile[type_0-BOOL] test/dialect/mysql/test_types.py::TypeCompileTest::test_boolean_compile[type_1-BOOL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DOUBLE-args13-kw13-DOUBLE] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DOUBLE-args13-kw13-DOUBLE] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DOUBLE-args14-kw14-DOUBLE(12, 4) UNSIGNED] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DOUBLE-args14-kw14-DOUBLE(12, 4) UNSIGNED] [gw5] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_timestamp_fsp test/dialect/mssql/test_types.py::TypeDDLTest::test_VARBINARY_init [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_VARBINARY_init test/dialect/mssql/test_types.py::TypeDDLTest::test_binary [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_binary test/dialect/mssql/test_types.py::TypeDDLTest::test_boolean [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_boolean test/dialect/mssql/test_types.py::TypeDDLTest::test_char [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_char test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATE-args1-kw1-DATE-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATE-args1-kw1-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIME2-args15-kw15-DATETIME2-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args19-kw19-NATIONAL CHAR(1) COLLATE utf8_bin] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DOUBLE-args15-kw15-DOUBLE(12, 4) ZEROFILL] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DOUBLE-args15-kw15-DOUBLE(12, 4) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DOUBLE-args16-kw16-DOUBLE(12, 4) UNSIGNED ZEROFILL] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DOUBLE-args16-kw16-DOUBLE(12, 4) UNSIGNED ZEROFILL] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIME2-args15-kw15-DATETIME2-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIME2-args16-kw16-DATETIME2(0)-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIME2-args16-kw16-DATETIME2(0)-None] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args21-kw21-FLOAT] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args21-kw21-FLOAT] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args22-kw22-FLOAT] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args22-kw22-FLOAT] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIME2-args17-kw17-DATETIME2(1)-None] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args23-kw23-FLOAT(12)] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIME2-args17-kw17-DATETIME2(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args23-kw23-FLOAT(12)] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args24-kw24-FLOAT(12, 4)] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args24-kw24-FLOAT(12, 4)] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args25-kw25-FLOAT(12, 4) UNSIGNED] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args25-kw25-FLOAT(12, 4) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args26-kw26-FLOAT(12, 4) ZEROFILL] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-Date-args2-kw2-DATE-None] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args26-kw26-FLOAT(12, 4) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args27-kw27-FLOAT(12, 4) UNSIGNED ZEROFILL] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-Date-args2-kw2-DATE-None] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[FLOAT-args27-kw27-FLOAT(12, 4) UNSIGNED ZEROFILL] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-Date-args3-kw3-DATETIME-server_version3] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args28-kw28-INTEGER] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args28-kw28-INTEGER] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args29-kw29-INTEGER(4)] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-Date-args3-kw3-DATETIME-server_version3] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DateTime-args20-kw20-DATETIMEOFFSET-None] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args2-kw2-CHAR(1) BINARY] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args29-kw29-INTEGER(4)] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args2-kw2-CHAR(1) BINARY] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args3-kw3-CHAR(1) ASCII] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args3-kw3-CHAR(1) ASCII] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DateTime-args20-kw20-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DateTime-args21-kw21-DATETIME-None] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args4-kw4-CHAR(1) UNICODE] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args30-kw30-INTEGER(4) UNSIGNED] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args30-kw30-INTEGER(4) UNSIGNED] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-DateTime-args21-kw21-DATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args4-kw4-CHAR(1) UNICODE] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args5-kw5-CHAR(1) ASCII BINARY] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args31-kw31-INTEGER(4) ZEROFILL] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args31-kw31-INTEGER(4) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args32-kw32-INTEGER(4) UNSIGNED ZEROFILL] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args5-kw5-CHAR(1) ASCII BINARY] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIME2-args15-kw15-DATETIME2-None] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args6-kw6-CHAR(1) UNICODE BINARY] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIME2-args15-kw15-DATETIME2-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIME2-args16-kw16-DATETIME2(0)-None] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[INTEGER-args32-kw32-INTEGER(4) UNSIGNED ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args38-kw38-MEDIUMINT] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args6-kw6-CHAR(1) UNICODE BINARY] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args7-kw7-CHAR(1) CHARACTER SET utf8] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIME2-args16-kw16-DATETIME2(0)-None] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args38-kw38-MEDIUMINT] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args39-kw39-MEDIUMINT(4)] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args7-kw7-CHAR(1) CHARACTER SET utf8] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIME2-args17-kw17-DATETIME2(1)-None] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args8-kw8-CHAR(1) CHARACTER SET utf8 BINARY] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIME2-args17-kw17-DATETIME2(1)-None] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args39-kw39-MEDIUMINT(4)] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args8-kw8-CHAR(1) CHARACTER SET utf8 BINARY] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args40-kw40-MEDIUMINT(4) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args9-kw9-CHAR(1) CHARACTER SET utf8] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args9-kw9-CHAR(1) CHARACTER SET utf8] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] [gw4] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args40-kw40-MEDIUMINT(4) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args41-kw41-MEDIUMINT(4) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[ENUM-args25-kw25-ENUM('foo','bar') UNICODE] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_boolean_compile[type_1-BOOL] test/dialect/mysql/test_types.py::TypeCompileTest::test_boolean_compile[type_2-TINYINT(1)] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_boolean_compile[type_2-TINYINT(1)] test/dialect/mysql/test_types.py::TypeCompileTest::test_boolean_compile[type_3-TINYINT(1) UNSIGNED] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_boolean_compile[type_3-TINYINT(1) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args0-kw0-CHAR(1)] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args0-kw0-CHAR(1)] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args10-kw10-CHAR(1) CHARACTER SET utf8] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args10-kw10-CHAR(1) CHARACTER SET utf8] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args11-kw11-CHAR(1) COLLATE utf8_bin] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args11-kw11-CHAR(1) COLLATE utf8_bin] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args12-kw12-CHAR(1) CHARACTER SET utf8 COLLATE utf8_bin] [gw2] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[CHAR-args12-kw12-CHAR(1) CHARACTER SET utf8 COLLATE utf8_bin] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args11-kw11-TIME-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args11-kw11-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args18-kw18-TIME(0)-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args18-kw18-TIME(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args6-kw6-TIME-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args6-kw6-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args8-kw8-TIME-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args8-kw8-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args9-kw9-TIME(1)-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-TIME-args9-kw9-TIME(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-Time-args10-kw10-DATETIME-server_version10] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-Time-args10-kw10-DATETIME-server_version10] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-Time-args7-kw7-TIME-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-Time-args7-kw7-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-_MSDate-args4-kw4-DATE-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-_MSDate-args4-kw4-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-_MSDate-args5-kw5-DATETIME-server_version5] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-_MSDate-args5-kw5-DATETIME-server_version5] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-_MSDateTime-args0-kw0-DATETIME-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-False-_MSDateTime-args0-kw0-DATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATE-args1-kw1-DATE-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATE-args1-kw1-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIME2-args15-kw15-DATETIME2-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIME2-args15-kw15-DATETIME2-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIME2-args16-kw16-DATETIME2(0)-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIME2-args16-kw16-DATETIME2(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIME2-args17-kw17-DATETIME2(1)-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIME2-args17-kw17-DATETIME2(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[ENUM-args25-kw25-ENUM('foo','bar') UNICODE] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[LONGTEXT-args24-kw24-LONGTEXT ASCII] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[LONGTEXT-args24-kw24-LONGTEXT ASCII] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[MEDIUMTEXT-args23-kw23-MEDIUMTEXT CHARACTER SET utf8 BINARY] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[MEDIUMTEXT-args23-kw23-MEDIUMTEXT CHARACTER SET utf8 BINARY] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[NCHAR-args1-kw1-NATIONAL CHAR(1)] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[NCHAR-args1-kw1-NATIONAL CHAR(1)] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[String-args26-kw26-VARCHAR(20) COLLATE utf8] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[String-args26-kw26-VARCHAR(20) COLLATE utf8] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[TINYTEXT-args22-kw22-TINYTEXT CHARACTER SET utf8 COLLATE utf8_bin] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[TINYTEXT-args22-kw22-TINYTEXT CHARACTER SET utf8 COLLATE utf8_bin] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[VARCHAR-args20-kw20-VARCHAR(1) CHARACTER SET utf8 COLLATE utf8_bin] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[VARCHAR-args20-kw20-VARCHAR(1) CHARACTER SET utf8 COLLATE utf8_bin] test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[VARCHAR-args21-kw21-NATIONAL VARCHAR(1) COLLATE utf8_bin] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-Date-args2-kw2-DATE-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-Date-args2-kw2-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-Date-args3-kw3-DATETIME-server_version3] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-Date-args3-kw3-DATETIME-server_version3] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DateTime-args20-kw20-DATETIMEOFFSET-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DateTime-args20-kw20-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DateTime-args21-kw21-DATETIME-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DateTime-args21-kw21-DATETIME-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_charset[VARCHAR-args21-kw21-NATIONAL VARCHAR(1) COLLATE utf8_bin] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] test/dialect/mysql/test_types.py::TypeCompileTest::test_datetime_fsp test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args11-kw11-TIME-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args11-kw11-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args18-kw18-TIME(0)-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args18-kw18-TIME(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args6-kw6-TIME-None] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args6-kw6-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args8-kw8-TIME-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_datetime_fsp test/dialect/mysql/test_types.py::TypeCompileTest::test_datetime_generic [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args8-kw8-TIME-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_datetime_generic test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args33-kw33-BIGINT] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args9-kw9-TIME(1)-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args33-kw33-BIGINT] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-TIME-args9-kw9-TIME(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-Time-args10-kw10-DATETIME-server_version10] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args34-kw34-BIGINT(4)] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-Time-args10-kw10-DATETIME-server_version10] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-Time-args7-kw7-TIME-None] [gw0] [ 85%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args34-kw34-BIGINT(4)] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args35-kw35-BIGINT(4) UNSIGNED] [gw5] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-Time-args7-kw7-TIME-None] [gw2] [ 85%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-Date-args2-kw2-DATE-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-Date-args2-kw2-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-Date-args3-kw3-DATETIME-server_version3] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-Date-args3-kw3-DATETIME-server_version3] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DateTime-args20-kw20-DATETIMEOFFSET-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DateTime-args20-kw20-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DateTime-args21-kw21-DATETIME-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-DateTime-args21-kw21-DATETIME-None] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args35-kw35-BIGINT(4) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args36-kw36-BIGINT(4) ZEROFILL] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args41-kw41-MEDIUMINT(4) ZEROFILL] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-_MSDate-args4-kw4-DATE-None] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-_MSDate-args4-kw4-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-_MSDate-args5-kw5-DATETIME-server_version5] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args36-kw36-BIGINT(4) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args37-kw37-BIGINT(4) UNSIGNED ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args42-kw42-MEDIUMINT(4) UNSIGNED ZEROFILL] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[BIGINT-args37-kw37-BIGINT(4) UNSIGNED ZEROFILL] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[MEDIUMINT-args42-kw42-MEDIUMINT(4) UNSIGNED ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args0-kw0-NUMERIC] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args0-kw0-NUMERIC] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args1-kw1-NUMERIC] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args10-kw10-DECIMAL(12, 4) UNSIGNED] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-_MSDate-args5-kw5-DATETIME-server_version5] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-_MSDateTime-args0-kw0-DATETIME-None] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args1-kw1-NUMERIC] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args2-kw2-NUMERIC(12)] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args10-kw10-DECIMAL(12, 4) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args11-kw11-DECIMAL(12, 4) ZEROFILL] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-_MSDateTime-args0-kw0-DATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATE-args1-kw1-DATE-None] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args2-kw2-NUMERIC(12)] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args11-kw11-DECIMAL(12, 4) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args3-kw3-NUMERIC(12, 4) UNSIGNED] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATE-args1-kw1-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIME2-args15-kw15-DATETIME2-None] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args12-kw12-DECIMAL(12, 4) UNSIGNED ZEROFILL] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args12-kw12-DECIMAL(12, 4) UNSIGNED ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args6-kw6-DECIMAL] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args6-kw6-DECIMAL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args7-kw7-DECIMAL] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args7-kw7-DECIMAL] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args3-kw3-NUMERIC(12, 4) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args4-kw4-NUMERIC(12, 4) ZEROFILL] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args4-kw4-NUMERIC(12, 4) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args5-kw5-NUMERIC(12, 4) UNSIGNED ZEROFILL] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[NUMERIC-args5-kw5-NUMERIC(12, 4) UNSIGNED ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[REAL-args17-kw17-REAL] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[REAL-args17-kw17-REAL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[REAL-args18-kw18-REAL(12, 4) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args8-kw8-DECIMAL(12)] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args8-kw8-DECIMAL(12)] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIME2-args15-kw15-DATETIME2-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIME2-args16-kw16-DATETIME2(0)-None] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[REAL-args18-kw18-REAL(12, 4) UNSIGNED] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIME2-args16-kw16-DATETIME2(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIME2-args17-kw17-DATETIME2(1)-None] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIME2-args17-kw17-DATETIME2(1)-None] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[REAL-args19-kw19-REAL(12, 4) ZEROFILL] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[REAL-args19-kw19-REAL(12, 4) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[REAL-args20-kw20-REAL(12, 4) UNSIGNED ZEROFILL] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-Date-args2-kw2-DATE-None] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[REAL-args20-kw20-REAL(12, 4) UNSIGNED ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args48-kw48-SMALLINT] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-Date-args2-kw2-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args11-kw11-TIME-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args11-kw11-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args18-kw18-TIME(0)-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args18-kw18-TIME(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args6-kw6-TIME-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args6-kw6-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args8-kw8-TIME-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args8-kw8-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args9-kw9-TIME(1)-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-TIME-args9-kw9-TIME(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-Time-args10-kw10-DATETIME-server_version10] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-Time-args10-kw10-DATETIME-server_version10] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-Time-args7-kw7-TIME-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-Time-args7-kw7-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-_MSDate-args4-kw4-DATE-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-_MSDate-args4-kw4-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-_MSDate-args5-kw5-DATETIME-server_version5] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-_MSDate-args5-kw5-DATETIME-server_version5] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-_MSDateTime-args0-kw0-DATETIME-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[base-True-_MSDateTime-args0-kw0-DATETIME-None] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args48-kw48-SMALLINT] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args49-kw49-SMALLINT(4)] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args49-kw49-SMALLINT(4)] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args50-kw50-SMALLINT(4) UNSIGNED] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args50-kw50-SMALLINT(4) UNSIGNED] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args51-kw51-SMALLINT(4) ZEROFILL] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args51-kw51-SMALLINT(4) ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args52-kw52-SMALLINT(4) UNSIGNED ZEROFILL] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-Date-args3-kw3-DATETIME-server_version3] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-Date-args3-kw3-DATETIME-server_version3] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DateTime-args20-kw20-DATETIMEOFFSET-None] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DateTime-args20-kw20-DATETIMEOFFSET-None] [gw4] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[SMALLINT-args52-kw52-SMALLINT(4) UNSIGNED ZEROFILL] test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args9-kw9-DECIMAL(12)] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args11-kw11-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATE-args1-kw1-DATE-None] [gw2] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-False-DATE-args1-kw1-DATE-None] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_datetime_aware_negative] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_datetime_aware_negative] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_datetime_aware_positive] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_datetime_aware_positive] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_datetime_aware_seconds_frac_fail] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_datetime_aware_seconds_frac_fail] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_datetime_naive] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_datetime_naive] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_none] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_none] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_string_invalid] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_string_invalid] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_string_one] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_string_one] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_string_two] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_datetime_offset[dto_param_string_two] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_decimal_notation [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_decimal_notation test/dialect/mssql/test_types.py::TypeRoundTripTest::test_float [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_float test/dialect/mysql/test_types.py::TypeRoundTripTest::test_precision_float_roundtrip [gw2] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_precision_float_roundtrip test/dialect/mysql/test_types.py::TypeRoundTripTest::test_time_roundtrip [gw2] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_time_roundtrip test/dialect/mysql/test_types.py::TypeRoundTripTest::test_timestamp_nullable[TIMESTAMP] [gw2] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_timestamp_nullable[TIMESTAMP] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_timestamp_nullable[type_1] [gw2] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_timestamp_nullable[type_1] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_timestamp_nullable[type_2] [gw2] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_timestamp_nullable[type_2] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_tz_present_or_non_in_dates[date0] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_tz_present_or_non_in_dates[date0] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_tz_present_or_non_in_dates[date1] [gw2] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_tz_present_or_non_in_dates[date1] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_year [gw2] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_year test/dialect/oracle/test_types.py::TypesTest::test_char_length [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_char_length test/dialect/oracle/test_types.py::TypesTest::test_coerce_to_unicode [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_coerce_to_unicode test/dialect/oracle/test_types.py::TypesTest::test_fixed_char[CHAR] [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_fixed_char[CHAR] test/dialect/oracle/test_types.py::TypesTest::test_fixed_char[NCHAR] [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_fixed_char[NCHAR] test/dialect/oracle/test_types.py::TypesTest::test_int_not_float [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_int_not_float test/dialect/oracle/test_types.py::TypesTest::test_int_not_float_no_coerce_decimal [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_int_not_float_no_coerce_decimal test/dialect/oracle/test_types.py::TypesTest::test_interval [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_interval test/dialect/oracle/test_types.py::TypesTest::test_long_type [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_long_type test/dialect/oracle/test_types.py::TypesTest::test_longstring [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_longstring test/dialect/oracle/test_types.py::TypesTest::test_numeric_coerce_decimal_mode [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_numeric_coerce_decimal_mode test/dialect/oracle/test_types.py::TypesTest::test_numeric_infinity_decimal [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_numeric_infinity_decimal test/dialect/oracle/test_types.py::TypesTest::test_numeric_infinity_float [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_numeric_infinity_float test/dialect/oracle/test_types.py::TypesTest::test_numeric_nan_float [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args11-kw11-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args18-kw18-TIME(0)-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args18-kw18-TIME(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args6-kw6-TIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args6-kw6-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args8-kw8-TIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args8-kw8-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args9-kw9-TIME(1)-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-TIME-args9-kw9-TIME(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-Time-args10-kw10-DATETIME-server_version10] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-Time-args10-kw10-DATETIME-server_version10] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-Time-args7-kw7-TIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-Time-args7-kw7-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-_MSDate-args4-kw4-DATE-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-_MSDate-args4-kw4-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-_MSDate-args5-kw5-DATETIME-server_version5] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-_MSDate-args5-kw5-DATETIME-server_version5] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-_MSDateTime-args0-kw0-DATETIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-_MSDateTime-args0-kw0-DATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATE-args1-kw1-DATE-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATE-args1-kw1-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIME2-args15-kw15-DATETIME2-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DateTime-args21-kw21-DATETIME-None] [gw5] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pymssql-True-DateTime-args21-kw21-DATETIME-None] [gw0] [ 86%] PASSED test/dialect/mysql/test_types.py::TypeCompileTest::test_numeric[DECIMAL-args9-kw9-DECIMAL(12)] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-_MSDate-args5-kw5-DATETIME-server_version5] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-_MSDate-args5-kw5-DATETIME-server_version5] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-_MSDateTime-args0-kw0-DATETIME-None] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store0-None-_exclusions0] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store0-None-_exclusions0] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store1-None-_exclusions1] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store1-None-_exclusions1] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store2-None-_exclusions2] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store2-None-_exclusions2] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store3-expected3-_exclusions3] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store3-expected3-_exclusions3] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store4-None-_exclusions4] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store4-None-_exclusions4] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store5-None-_exclusions5] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store5-None-_exclusions5] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store6-None-_exclusions6] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store6-None-_exclusions6] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store7-None-_exclusions7] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIME2-args15-kw15-DATETIME2-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIME2-args16-kw16-DATETIME2(0)-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIME2-args16-kw16-DATETIME2(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIME2-args17-kw17-DATETIME2(1)-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIME2-args17-kw17-DATETIME2(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip[store7-None-_exclusions7] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-_MSDateTime-args0-kw0-DATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATE-args1-kw1-DATE-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATE-args1-kw1-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIME2-args15-kw15-DATETIME2-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIME2-args15-kw15-DATETIME2-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIME2-args16-kw16-DATETIME2(0)-None] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store0-None-_exclusions0] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store0-None-_exclusions0] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store1-None-_exclusions1] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store1-None-_exclusions1] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store2-None-_exclusions2] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store2-None-_exclusions2] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store3-expected3-_exclusions3] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-Date-args2-kw2-DATE-None] [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_numeric_nan_float test/dialect/oracle/test_types.py::TypesTest::test_numeric_no_coerce_decimal_mode [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_numeric_no_coerce_decimal_mode [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store3-expected3-_exclusions3] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store4-None-_exclusions4] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store4-None-_exclusions4] test/dialect/oracle/test_types.py::TypesTest::test_numerics test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store5-None-_exclusions5] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store5-None-_exclusions5] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store6-None-_exclusions6] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-Date-args2-kw2-DATE-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIME2-args16-kw16-DATETIME2(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIME2-args17-kw17-DATETIME2(1)-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIME2-args17-kw17-DATETIME2(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIMEOFFSET-args13-kw13-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIMEOFFSET-args14-kw14-DATETIMEOFFSET(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DATETIMEOFFSET-args19-kw19-DATETIMEOFFSET(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-Date-args2-kw2-DATE-None] [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_numerics test/dialect/oracle/test_types.py::TypesTest::test_numerics_broken_inspection [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_numerics_broken_inspection test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[32-bit Integer Overflow-SELECT CAST(2147483648 AS NUMBER(19,0)) FROM dual] [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[32-bit Integer Overflow-SELECT CAST(2147483648 AS NUMBER(19,0)) FROM dual] test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[32-bit Integer Underflow-SELECT CAST(-2147483649 AS NUMBER(19,0)) FROM dual] [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[32-bit Integer Underflow-SELECT CAST(-2147483649 AS NUMBER(19,0)) FROM dual] test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[Max 32-bit Number-SELECT CAST(2147483647 AS NUMBER(19,0)) FROM dual] [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[Max 32-bit Number-SELECT CAST(2147483647 AS NUMBER(19,0)) FROM dual] test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[Max Number with Precision 19-SELECT CAST(9999999999999999999 AS NUMBER(19,0)) FROM dual] [gw2] [ 86%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[Max Number with Precision 19-SELECT CAST(9999999999999999999 AS NUMBER(19,0)) FROM dual] test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[Min 32-bit Number-SELECT CAST(-2147483648 AS NUMBER(19,0)) FROM dual] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-Date-args3-kw3-DATETIME-server_version3] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-Date-args3-kw3-DATETIME-server_version3] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DateTime-args20-kw20-DATETIMEOFFSET-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DateTime-args20-kw20-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DateTime-args21-kw21-DATETIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-DateTime-args21-kw21-DATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args11-kw11-TIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args11-kw11-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args18-kw18-TIME(0)-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args18-kw18-TIME(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args6-kw6-TIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args6-kw6-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args8-kw8-TIME-None] [gw4] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args8-kw8-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args9-kw9-TIME(1)-None] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store6-None-_exclusions6] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store7-None-_exclusions7] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_bit_50_roundtrip_reflected[store7-None-_exclusions7] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store0-None] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store0-None] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store1-None] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store1-None] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store2-None] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store2-None] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store3-expected3] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store3-expected3] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store4-expected4] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip[store4-expected4] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store0-None] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store0-None] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store1-expected1] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store1-expected1] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store2-expected2] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store2-expected2] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store3-expected3] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store3-expected3] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store4-expected4] [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_boolean_roundtrip_reflected[store4-expected4] test/dialect/mysql/test_types.py::TypeRoundTripTest::test_charset_collate_table [gw5] [ 86%] SKIPPED test/dialect/mysql/test_types.py::TypeRoundTripTest::test_charset_collate_table test/dialect/mssql/test_types.py::TypeRoundTripTest::test_date_roundtrips [gw5] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_date_roundtrips test/dialect/mssql/test_types.py::TypeRoundTripTest::test_dates [gw5] [ 86%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_dates test/sql/test_types.py::VariantTest::test_to_instance [gw5] [ 86%] PASSED test/sql/test_types.py::VariantTest::test_to_instance [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-Date-args2-kw2-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-Date-args3-kw3-DATETIME-server_version3] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-Date-args3-kw3-DATETIME-server_version3] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DateTime-args20-kw20-DATETIMEOFFSET-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DateTime-args20-kw20-DATETIMEOFFSET-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DateTime-args21-kw21-DATETIME-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-DateTime-args21-kw21-DATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-SMALLDATETIME-args12-kw12-SMALLDATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args11-kw11-TIME-None] [gw0] [ 86%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args11-kw11-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args18-kw18-TIME(0)-None] [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args18-kw18-TIME(0)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args6-kw6-TIME-None] [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args6-kw6-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args8-kw8-TIME-None] [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args8-kw8-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args9-kw9-TIME(1)-None] [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-TIME-args9-kw9-TIME(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-Time-args10-kw10-DATETIME-server_version10] [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-Time-args10-kw10-DATETIME-server_version10] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-Time-args7-kw7-TIME-None] [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-Time-args7-kw7-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-_MSDate-args4-kw4-DATE-None] [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-_MSDate-args4-kw4-DATE-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-_MSDate-args5-kw5-DATETIME-server_version5] [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-_MSDate-args5-kw5-DATETIME-server_version5] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-_MSDateTime-args0-kw0-DATETIME-None] [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-True-_MSDateTime-args0-kw0-DATETIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_large_type_deprecation [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_large_type_deprecation test/dialect/mssql/test_types.py::TypeDDLTest::test_money test/orm/test_unitofwork.py::BatchDeleteIgnoresRowcountTest::test_delete_both [gw5] [ 87%] SKIPPED test/orm/test_unitofwork.py::BatchDeleteIgnoresRowcountTest::test_delete_both test/orm/test_unitofwork.py::BinaryHistTest::test_binary_equality [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_money test/dialect/mssql/test_types.py::TypeDDLTest::test_numeric [gw4] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-TIME-args9-kw9-TIME(1)-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-Time-args10-kw10-DATETIME-server_version10] [gw4] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-Time-args10-kw10-DATETIME-server_version10] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-Time-args7-kw7-TIME-None] [gw4] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-Time-args7-kw7-TIME-None] test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-_MSDate-args4-kw4-DATE-None] [gw4] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_dates[pyodbc-False-_MSDate-args4-kw4-DATE-None] test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_plain_in_typedec [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_plain_in_typedec test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_plain_in_typedec_of_typedec [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_plain_in_typedec_of_typedec test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_processing [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_processing test/sql/test_types.py::UserDefinedTest::test_kw_colspec [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_kw_colspec test/sql/test_types.py::UserDefinedTest::test_type_decorator_repr [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_type_decorator_repr test/sql/test_types.py::UserDefinedTest::test_typedecorator_impl [gw2] [ 87%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[Min 32-bit Number-SELECT CAST(-2147483648 AS NUMBER(19,0)) FROM dual] [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::BinaryHistTest::test_binary_equality [gw0] [ 87%] PASSED test/dialect/mssql/test_types.py::TypeDDLTest::test_numeric test/dialect/mssql/test_types.py::TypeRoundTripTest::test_autoincrement [gw0] [ 87%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_autoincrement test/dialect/mssql/test_types.py::TypeRoundTripTest::test_binary_reflection[legacy_large_types] [gw0] [ 87%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_binary_reflection[legacy_large_types] test/dialect/mssql/test_types.py::TypeRoundTripTest::test_binary_reflection[sql2012_large_types] [gw0] [ 87%] SKIPPED test/dialect/mssql/test_types.py::TypeRoundTripTest::test_binary_reflection[sql2012_large_types] test/orm/test_unitofwork.py::ExtraPassiveDeletesTest::test_dont_emit [gw0] [ 87%] SKIPPED test/orm/test_unitofwork.py::ExtraPassiveDeletesTest::test_dont_emit test/orm/test_unitofwork.py::ExtraPassiveDeletesTest::test_extra_passive [gw0] [ 87%] SKIPPED test/orm/test_unitofwork.py::ExtraPassiveDeletesTest::test_extra_passive test/orm/test_unitofwork.py::ExtraPassiveDeletesTest::test_extra_passive_2 [gw0] [ 87%] SKIPPED test/orm/test_unitofwork.py::ExtraPassiveDeletesTest::test_extra_passive_2 test/orm/test_unitofwork.py::ExtraPassiveDeletesTest::test_extra_passive_obj_removed_o2m [gw0] [ 87%] SKIPPED test/orm/test_unitofwork.py::ExtraPassiveDeletesTest::test_extra_passive_obj_removed_o2m test/orm/test_unitofwork.py::ForeignPKTest::test_basic [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_typedecorator_impl test/sql/test_types.py::UserDefinedTest::test_typedecorator_literal_render [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_typedecorator_literal_render test/sql/test_types.py::UserDefinedTest::test_typedecorator_literal_render_fallback_bound [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_typedecorator_literal_render_fallback_bound test/sql/test_types.py::UserDefinedTest::test_typedecorator_schematype_constraint[Boolean] [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_typedecorator_schematype_constraint[Boolean] test/sql/test_types.py::UserDefinedTest::test_typedecorator_schematype_constraint[Enum] [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_typedecorator_schematype_constraint[Enum] test/sql/test_types.py::UserDefinedTest::test_user_defined_dialect_specific_args [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_user_defined_dialect_specific_args test/sql/test_types.py::UserDefinedTest::test_user_defined_typedec_impl [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_user_defined_typedec_impl test/sql/test_types.py::UserDefinedTest::test_user_defined_typedec_impl_bind [gw4] [ 87%] PASSED test/sql/test_types.py::UserDefinedTest::test_user_defined_typedec_impl_bind test/orm/test_unitofwork.py::BooleanColTest::test_boolean test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_compile_variant_one test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[Min Number with Precision 19-SELECT CAST(-9999999999999999999 AS NUMBER(19,0)) FROM dual] [gw4] [ 87%] PASSED test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_compile_variant_one test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_compile_variant_three [gw4] [ 87%] PASSED test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_compile_variant_three test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_compile_variant_two [gw4] [ 87%] PASSED test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_compile_variant_two test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_variant_one_roundtrip [gw4] [ 87%] PASSED test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_variant_one_roundtrip test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_variant_three [gw4] [ 87%] PASSED test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_variant_three test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_variant_two [gw4] [ 87%] PASSED test/sql/test_types.py::VariantBackendTest_sqlite+pysqlite_3_38_2::test_type_decorator_variant_two test/sql/test_types.py::VariantTest::test_bind_process [gw4] [ 87%] PASSED test/sql/test_types.py::VariantTest::test_bind_process test/sql/test_types.py::VariantTest::test_bind_process_composite [gw4] [ 87%] PASSED test/sql/test_types.py::VariantTest::test_bind_process_composite test/sql/test_types.py::VariantTest::test_comparator_variant [gw4] [ 87%] PASSED test/sql/test_types.py::VariantTest::test_comparator_variant test/sql/test_types.py::VariantTest::test_compile [gw4] [ 87%] PASSED test/sql/test_types.py::VariantTest::test_compile test/sql/test_types.py::VariantTest::test_compile_composite [gw4] [ 87%] PASSED test/sql/test_types.py::VariantTest::test_compile_composite test/sql/test_types.py::VariantTest::test_illegal_dupe [gw4] [ 87%] PASSED test/sql/test_types.py::VariantTest::test_illegal_dupe test/sql/test_types.py::VariantTest::test_round_trip [gw4] [ 87%] PASSED test/sql/test_types.py::VariantTest::test_round_trip [gw2] [ 87%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_raw_numerics[Min Number with Precision 19-SELECT CAST(-9999999999999999999 AS NUMBER(19,0)) FROM dual] test/dialect/oracle/test_types.py::TypesTest::test_raw_roundtrip [gw2] [ 87%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_raw_roundtrip test/dialect/oracle/test_types.py::TypesTest::test_reflect_dates [gw2] [ 87%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_reflect_dates test/dialect/oracle/test_types.py::TypesTest::test_reflect_nvarchar [gw2] [ 87%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_reflect_nvarchar test/dialect/oracle/test_types.py::TypesTest::test_reflect_unicode_no_nvarchar [gw2] [ 87%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_reflect_unicode_no_nvarchar test/dialect/oracle/test_types.py::TypesTest::test_rowid [gw2] [ 87%] SKIPPED test/dialect/oracle/test_types.py::TypesTest::test_rowid test/dialect/postgresql/test_types.py::UUIDTest::test_python_type [gw2] [ 87%] SKIPPED test/dialect/postgresql/test_types.py::UUIDTest::test_python_type test/dialect/postgresql/test_types.py::UUIDTest::test_round_trip[as_uuid] [gw2] [ 87%] SKIPPED test/dialect/postgresql/test_types.py::UUIDTest::test_round_trip[as_uuid] test/dialect/postgresql/test_types.py::UUIDTest::test_round_trip[not_as_uuid] [gw2] [ 87%] SKIPPED test/dialect/postgresql/test_types.py::UUIDTest::test_round_trip[not_as_uuid] test/dialect/postgresql/test_types.py::UUIDTest::test_uuid_array[as_uuid] [gw2] [ 87%] SKIPPED test/dialect/postgresql/test_types.py::UUIDTest::test_uuid_array[as_uuid] test/dialect/postgresql/test_types.py::UUIDTest::test_uuid_array[not_as_uuid] [gw2] [ 87%] SKIPPED test/dialect/postgresql/test_types.py::UUIDTest::test_uuid_array[not_as_uuid] test/dialect/postgresql/test_types.py::UUIDTest::test_uuid_literal[as_uuid] [gw2] [ 87%] SKIPPED test/dialect/postgresql/test_types.py::UUIDTest::test_uuid_literal[as_uuid] test/dialect/postgresql/test_types.py::UUIDTest::test_uuid_literal[not_as_uuid] [gw2] [ 87%] SKIPPED test/dialect/postgresql/test_types.py::UUIDTest::test_uuid_literal[not_as_uuid] test/sql/test_types.py::UnicodeTest_sqlite+pysqlite_3_38_2::test_unicode_warnings_totally_wrong_type [gw2] [ 87%] PASSED test/sql/test_types.py::UnicodeTest_sqlite+pysqlite_3_38_2::test_unicode_warnings_totally_wrong_type test/sql/test_types.py::UnicodeTest_sqlite+pysqlite_3_38_2::test_unicode_warnings_typelevel_native_unicode [gw2] [ 87%] PASSED test/sql/test_types.py::UnicodeTest_sqlite+pysqlite_3_38_2::test_unicode_warnings_typelevel_native_unicode test/sql/test_types.py::UnicodeTest_sqlite+pysqlite_3_38_2::test_unicode_warnings_typelevel_sqla_unicode [gw2] [ 87%] PASSED test/sql/test_types.py::UnicodeTest_sqlite+pysqlite_3_38_2::test_unicode_warnings_typelevel_sqla_unicode test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_expanding_in_typedec [gw2] [ 87%] PASSED test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_expanding_in_typedec test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_expanding_in_typedec_of_typedec [gw2] [ 87%] PASSED test/sql/test_types.py::UserDefinedRoundTripTest_sqlite+pysqlite_3_38_2::test_expanding_in_typedec_of_typedec test/orm/test_unitofwork.py::OneToManyTest::test_one_to_many_2 [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::OneToManyTest::test_one_to_many_2 test/orm/test_unitofwork.py::OneToManyTest::test_one_to_one [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::OneToManyTest::test_one_to_one test/orm/test_unitofwork.py::PKTest::test_key_pks [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::BooleanColTest::test_boolean test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_clauseelement_accessor [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_clauseelement_accessor test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_insert [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_insert test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_insert_pk_expression [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ForeignPKTest::test_basic test/orm/test_unitofwork.py::HistoryTest::test_backref [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::HistoryTest::test_backref test/orm/test_unitofwork.py::InheritingRowSwitchTest::test_row_switch_no_child_table [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::InheritingRowSwitchTest::test_row_switch_no_child_table test/orm/test_unitofwork.py::ManyToManyTest::test_association test/sql/test_types.py::VariantTest::test_round_trip_sqlite_datetime [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::PKTest::test_key_pks test/orm/test_unitofwork.py::PKTest::test_manual_pk [gw4] [ 87%] PASSED test/sql/test_types.py::VariantTest::test_round_trip_sqlite_datetime [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::PKTest::test_manual_pk test/orm/test_unitofwork.py::PKTest::test_primary_key [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::PKTest::test_primary_key [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_insert_pk_expression test/orm/test_unitofwork.py::PartialNullPKTest::test_delete [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::PartialNullPKTest::test_delete test/orm/test_unitofwork.py::PartialNullPKTest::test_dont_complain_if_no_update [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::PartialNullPKTest::test_dont_complain_if_no_update test/orm/test_unitofwork.py::PartialNullPKTest::test_key_switch test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_multi_update test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_defaults_bulk_update [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_defaults_bulk_update [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::PartialNullPKTest::test_key_switch test/orm/test_unitofwork.py::PartialNullPKTest::test_plain_update [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::PartialNullPKTest::test_plain_update test/orm/test_unitofwork.py::PartialNullPKTest::test_total_null test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_defaults_nonpresent [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_defaults_nonpresent test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_defaults_present [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::PartialNullPKTest::test_total_null test/orm/test_unitofwork.py::PassiveDeletesTest::test_aaa_m2o_no_longer_emits_warning [gw2] [ 87%] SKIPPED test/orm/test_unitofwork.py::PassiveDeletesTest::test_aaa_m2o_no_longer_emits_warning test/orm/test_unitofwork.py::PassiveDeletesTest::test_backwards_pd [gw2] [ 87%] SKIPPED test/orm/test_unitofwork.py::PassiveDeletesTest::test_backwards_pd test/orm/test_unitofwork.py::PassiveDeletesTest::test_basic [gw2] [ 87%] SKIPPED test/orm/test_unitofwork.py::PassiveDeletesTest::test_basic test/orm/test_unitofwork.py::RowSwitchTest::test_manytomany [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_defaults_present test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_defaults_present_as_expr [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::RowSwitchTest::test_manytomany [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_defaults_present_as_expr test/orm/test_unitofwork.py::RowSwitchTest::test_manytoone test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_dont_fetch_nondefaults [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::RowSwitchTest::test_manytoone [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_update_dont_fetch_nondefaults test/orm/test_unitofworkv2.py::EnsureCacheTest::test_ensure_cache test/orm/test_unitofwork.py::RowSwitchTest::test_onetomany [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::RowSwitchTest::test_onetomany test/orm/test_unitofwork.py::SaveTest::test_basic [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::EnsureCacheTest::test_ensure_cache test/orm/test_unitofworkv2.py::LoadersUsingCommittedTest::test_before_update_m2o [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_multi_update test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_update [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::LoadersUsingCommittedTest::test_before_update_m2o test/orm/test_unitofworkv2.py::LoadersUsingCommittedTest::test_before_update_o2m_notpassive [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_update test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_update_special_comparator [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ClauseAttributesTest_sqlite+pysqlite_3_38_2::test_update_special_comparator [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::SaveTest::test_basic test/orm/test_unitofwork.py::SaveTest::test_batch_mode [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::SaveTest::test_batch_mode test/orm/test_unitofwork.py::SaveTest::test_deferred test/orm/test_unitofwork.py::ColumnCollisionTest::test_naming [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::LoadersUsingCommittedTest::test_before_update_o2m_notpassive test/orm/test_unitofworkv2.py::LoadersUsingCommittedTest::test_before_update_o2m_passive [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::SaveTest::test_deferred [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ColumnCollisionTest::test_naming test/orm/test_unitofwork.py::ColumnPropertyTest::test_no_refresh_ro_column_property_expire_on_flush test/orm/test_unitofwork.py::SaveTest::test_dont_update_blanks [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::SaveTest::test_dont_update_blanks test/orm/test_unitofwork.py::SaveTest::test_history_get [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ColumnPropertyTest::test_no_refresh_ro_column_property_expire_on_flush test/orm/test_unitofwork.py::ColumnPropertyTest::test_no_refresh_ro_column_property_no_expire_on_flush [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::SaveTest::test_history_get [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::LoadersUsingCommittedTest::test_before_update_o2m_passive test/orm/test_unitofworkv2.py::NoAttrEventInFlushTest_sqlite+pysqlite_3_38_2::test_no_attr_events_flush [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NoAttrEventInFlushTest_sqlite+pysqlite_3_38_2::test_no_attr_events_flush test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_default_bulk_insert [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ColumnPropertyTest::test_no_refresh_ro_column_property_no_expire_on_flush test/orm/test_unitofwork.py::SaveTest::test_inherits [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_default_bulk_insert [gw6] [ 87%] PASSED test/orm/test_session.py::WeakIdentityMapTest::test_weakref_with_cycles_o2m test/orm/test_unitofwork.py::ColumnPropertyTest::test_no_refresh_ro_deferred_expire_on_flush [gw1] [ 87%] PASSED test/engine/test_pool.py::QueuePoolTest::test_timeout_race test/engine/test_pool.py::QueuePoolTest::test_timeout_subsecond_precision test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_default_bulk_insert_novalue test/orm/test_session.py::WeakIdentityMapTest::test_weakref_with_cycles_o2o [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::SaveTest::test_inherits [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ColumnPropertyTest::test_no_refresh_ro_deferred_expire_on_flush test/orm/test_unitofwork.py::SaveTest::test_lazyattr_commit test/orm/test_unitofwork.py::ColumnPropertyTest::test_no_refresh_ro_deferred_no_expire_on_flush [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_default_bulk_insert_novalue test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_default_insert [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::SaveTest::test_lazyattr_commit [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ColumnPropertyTest::test_no_refresh_ro_deferred_no_expire_on_flush test/orm/test_unitofwork.py::ColumnPropertyTest::test_refreshes test/orm/test_unitofwork.py::SaveTest::test_multi_table_selectable [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToManyTest::test_association [gw2] [ 87%] PASSED test/orm/test_unitofwork.py::SaveTest::test_multi_table_selectable [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_default_insert test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_default_insert_novalue [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ColumnPropertyTest::test_refreshes test/orm/test_unitofwork.py::ManyToManyTest::test_many_to_many test/orm/test_unitofwork.py::ColumnPropertyTest::test_refreshes_post_init test/orm/test_unitofworkv2.py::RowswitchM2OTest::test_set_none_w_get_replaces_scalar [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ColumnPropertyTest::test_refreshes_post_init [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_default_insert_novalue test/orm/test_unitofwork.py::ColumnPropertyTest::test_with_inheritance [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToManyTest::test_many_to_many test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_nodefault_bulk_insert test/orm/test_unitofwork.py::ManyToManyTest::test_many_to_many_remove [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::ColumnPropertyTest::test_with_inheritance [gw2] [ 87%] PASSED test/orm/test_unitofworkv2.py::RowswitchM2OTest::test_set_none_w_get_replaces_scalar test/orm/test_unitofwork.py::DefaultTest::test_eager_defaults [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToManyTest::test_many_to_many_remove test/orm/test_unitofwork.py::ManyToManyTest::test_many_to_many_update test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_m2o_flush_size [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToManyTest::test_many_to_many_update [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::DefaultTest::test_eager_defaults test/orm/test_unitofwork.py::DefaultTest::test_insert test/orm/test_unitofwork.py::ManyToManyTest::test_scalar [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::DefaultTest::test_insert test/orm/test_unitofwork.py::DefaultTest::test_insert_nopostfetch [gw2] [ 87%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_m2o_flush_size test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_many [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::DefaultTest::test_insert_nopostfetch [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_nodefault_bulk_insert test/orm/test_unitofwork.py::DefaultTest::test_update test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_nodefault_bulk_insert_novalue [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToManyTest::test_scalar test/orm/test_unitofwork.py::ManyToOneTest::test_bidirectional_no_load [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::DefaultTest::test_update test/orm/test_unitofwork.py::DefaultTest::test_used_in_relationship [gw2] [ 87%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_many [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_nodefault_bulk_insert_novalue test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_del_attr test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_nodefault_insert [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToOneTest::test_bidirectional_no_load [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::DefaultTest::test_used_in_relationship test/orm/test_unitofwork.py::EnsurePKSortableTest::test_exception_persistent_flush_py3k [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_nodefault_insert test/orm/test_unitofwork.py::ManyToOneTest::test_m2o_one_to_one test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_nodefault_insert_novalue [gw2] [ 87%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_del_attr test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_del_attr_unloaded [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToOneTest::test_m2o_one_to_one test/orm/test_unitofwork.py::ManyToOneTest::test_many_to_one_1 [gw2] [ 87%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_del_attr_unloaded [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_builtin_evalnull_nodefault_insert_novalue test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_default_bulk_insert [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToOneTest::test_many_to_one_1 test/orm/test_unitofwork.py::ManyToOneTest::test_many_to_one_2 [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::EnsurePKSortableTest::test_exception_persistent_flush_py3k test/orm/test_unitofwork.py::EnsurePKSortableTest::test_pep435_custom_sort_key test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_all [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_default_bulk_insert [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToOneTest::test_many_to_one_2 test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_default_bulk_insert_novalue test/orm/test_unitofwork.py::ManyToOneTest::test_many_to_one_3 [gw2] [ 87%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_all test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_childonly_unloaded [gw2] [ 87%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_childonly_unloaded test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_childonly_unloaded_expired [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::ManyToOneTest::test_many_to_one_3 test/orm/test_unitofwork.py::NoRowInsertedTest::test_insert_multi_no_pk_correct_exception [gw0] [ 87%] SKIPPED test/orm/test_unitofwork.py::NoRowInsertedTest::test_insert_multi_no_pk_correct_exception test/orm/test_unitofwork.py::NoRowInsertedTest::test_insert_single_no_pk_correct_exception [gw0] [ 87%] SKIPPED test/orm/test_unitofwork.py::NoRowInsertedTest::test_insert_single_no_pk_correct_exception test/orm/test_unitofwork.py::OneToManyTest::test_bidirectional [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_default_bulk_insert_novalue test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_default_insert [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_default_insert test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_default_insert_novalue [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::EnsurePKSortableTest::test_pep435_custom_sort_key test/orm/test_unitofwork.py::EnsurePKSortableTest::test_persistent_flush_sortable [gw5] [ 87%] PASSED test/orm/test_unitofwork.py::EnsurePKSortableTest::test_persistent_flush_sortable test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_nodefault_bulk_insert_novalue [gw2] [ 87%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_childonly_unloaded_expired test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_target [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::OneToManyTest::test_bidirectional test/orm/test_unitofwork.py::OneToManyTest::test_child_move [gw1] [ 87%] PASSED test/engine/test_pool.py::QueuePoolTest::test_timeout_subsecond_precision test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[False-_exclusions1] [gw4] [ 87%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_default_insert_novalue test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_nodefault_bulk_insert [gw0] [ 87%] PASSED test/orm/test_unitofwork.py::OneToManyTest::test_child_move [gw2] [ 87%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_target test/orm/test_unitofwork.py::OneToManyTest::test_child_move_2 test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_unloaded [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_nodefault_bulk_insert_novalue test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_nodefault_insert [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_nodefault_bulk_insert [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::OneToManyTest::test_child_move_2 test/orm/test_unitofwork.py::OneToManyTest::test_double_relationship test/orm/test_unitofworkv2.py::SingleCycleTest::test_cycle_rowswitch [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_delete_unloaded test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_save [gw7] [ 88%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_roundtrip_future [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_nodefault_insert test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_nodefault_insert_novalue test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_shard_id_event [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::OneToManyTest::test_double_relationship [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_cycle_rowswitch test/orm/test_unitofwork.py::OneToManyTest::test_o2m_delete_parent [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_many_to_one_save test/orm/test_unitofworkv2.py::SingleCycleTest::test_delete_unloaded_m2o test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_natural_ordering [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_delete_unloaded_m2o [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::OneToManyTest::test_o2m_delete_parent [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_natural_ordering test/orm/test_unitofwork.py::OneToManyTest::test_one_to_many_1 test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_natural_selfref test/orm/test_unitofworkv2.py::SingleCycleTest::test_many_to_one_delete_all [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_many_to_one_delete_all test/orm/test_unitofworkv2.py::SingleCycleTest::test_many_to_one_save [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_natural_selfref test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_o2m_flush_size [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::OneToManyTest::test_one_to_many_1 [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_many_to_one_save test/orm/test_unitofworkv2.py::SingleCycleTest::test_many_to_one_set_null_unloaded [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_evalnull_nodefault_insert_novalue test/orm/test_unitofwork.py::SaveTest::test_synonym [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_o2m_flush_size test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_json_none_as_null test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_one_to_many_delete_all [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::SaveTest::test_synonym test/orm/test_unitofwork.py::SaveTest2::test_m2o_nonmatch [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_json_none_as_null test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_default_bulk_insert [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_one_to_many_delete_all [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::SaveTest2::test_m2o_nonmatch test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_one_to_many_delete_parent test/orm/test_unitofwork.py::SaveTest3::test_manytomany_xtracol_delete [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_one_to_many_delete_parent test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_one_to_many_save [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_default_bulk_insert [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::SaveTest3::test_manytomany_xtracol_delete test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_default_bulk_insert_novalue test/orm/test_unitofwork.py::UnicodeSchemaTest::test_inheritance_mapping [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::RudimentaryFlushTest::test_one_to_many_save test/orm/test_unitofworkv2.py::SingleCycleM2MTest::test_many_to_many_one [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_default_bulk_insert_novalue test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_default_insert [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleM2MTest::test_many_to_many_one test/orm/test_unitofworkv2.py::SingleCyclePlusAttributeTest::test_flush_size [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_default_insert [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCyclePlusAttributeTest::test_flush_size test/orm/test_unitofworkv2.py::SingleCycleTest::test_bidirectional_multilevel_save [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::UnicodeSchemaTest::test_inheritance_mapping test/orm/test_unitofwork.py::UnicodeSchemaTest::test_mapping [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_bidirectional_multilevel_save test/orm/test_unitofworkv2.py::SingleCycleTest::test_bidirectional_mutations_one [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::UnicodeSchemaTest::test_mapping [gw2] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_bidirectional_mutations_one test/orm/test_unitofwork.py::UnicodeTest::test_basic test/sql/test_update.py::UpdateFromCompileTest::test_render_table_mysql [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::UnicodeTest::test_basic [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_render_table_mysql test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_no_whereclause_four test/orm/test_unitofwork.py::UnicodeTest::test_relationship [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_no_whereclause_four test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_no_whereclause_one [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_no_whereclause_one test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_no_whereclause_three [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_no_whereclause_three test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_no_whereclause_two [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_no_whereclause_two test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_whereclause [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_update_from_join_mysql_whereclause test/sql/test_update.py::UpdateFromCompileTest::test_update_from_multitable_same_name_mysql test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_default_insert_novalue [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_update_from_multitable_same_name_mysql test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_38_2::test_defaults_second_table [gw0] [ 88%] PASSED test/orm/test_unitofwork.py::UnicodeTest::test_relationship test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_multi_broken_multi_rowcount_doesnt_warn [gw2] [ 88%] SKIPPED test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_38_2::test_defaults_second_table test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_38_2::test_defaults_second_table_same_name [gw2] [ 88%] SKIPPED test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_38_2::test_defaults_second_table_same_name test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_38_2::test_no_defaults_second_table [gw2] [ 88%] SKIPPED test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_38_2::test_no_defaults_second_table test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_join_multitable [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_multi_broken_multi_rowcount_doesnt_warn [gw2] [ 88%] SKIPPED test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_join_multitable test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_multitable [gw2] [ 88%] SKIPPED test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_multitable test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_multi_missing_allow test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_multitable_same_name [gw2] [ 88%] SKIPPED test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_multitable_same_name test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_three_table [gw2] [ 88%] SKIPPED test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_three_table test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table [gw2] [ 88%] SKIPPED test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table_plus_alias [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_multi_missing_allow [gw2] [ 88%] SKIPPED test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table_plus_alias test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_multi_missing_warning test/sql/test_update.py::UpdateTest::test_binds_that_match_columns [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_binds_that_match_columns test/sql/test_update.py::UpdateTest::test_correlated_update_five [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_multi_missing_warning [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_correlated_update_five test/sql/test_update.py::UpdateTest::test_correlated_update_four test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_single_broken_multi_rowcount_still_warns [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_default_insert_novalue [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_correlated_update_four test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_nodefault_bulk_insert test/sql/test_update.py::UpdateTest::test_correlated_update_one [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_correlated_update_one [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_single_broken_multi_rowcount_still_warns test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t3-idx_to_value3] test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_twice [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t3-idx_to_value3] [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_many_to_one_set_null_unloaded test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t4-idx_to_value4] [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t4-idx_to_value4] test/orm/test_unitofworkv2.py::SingleCycleTest::test_one_to_many_delete_all test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t5-idx_to_value5] [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t5-idx_to_value5] test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t6-idx_to_value6] [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t6-idx_to_value6] test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t7-idx_to_value7] [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t7-idx_to_value7] [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_one_to_many_delete_all [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_delete_twice test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t8-idx_to_value8] [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_nodefault_bulk_insert test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_multi_broken_multi_rowcount_doesnt_raise test/orm/test_unitofworkv2.py::SingleCycleTest::test_one_to_many_delete_parent [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t8-idx_to_value8] test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t9-idx_to_value9] [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t9-idx_to_value9] test/sql/test_update.py::UpdateTest::test_where_empty test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_nodefault_bulk_insert_novalue [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_one_to_many_delete_parent test/orm/test_unitofworkv2.py::SingleCycleTest::test_one_to_many_save [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_one_to_many_save test/orm/test_unitofworkv2.py::SingleCycleTest::test_singlecycle_flush_size [gw1] [ 88%] PASSED test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[False-_exclusions1] test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0] [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_multi_broken_multi_rowcount_doesnt_raise test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_multi_missing_broken_multi_rowcount [gw2] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_where_empty [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_multi_missing_broken_multi_rowcount test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_single_broken_multi_rowcount_still_raises test/orm/test_update_delete.py::ExpressionUpdateTest::test_update_args [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_single_broken_multi_rowcount_still_raises test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_single_missing [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_single_missing test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_single_missing_broken_multi_rowcount [gw2] [ 88%] PASSED test/orm/test_update_delete.py::ExpressionUpdateTest::test_update_args test/orm/test_update_delete.py::ExpressionUpdateTest::test_update_attr_names [gw2] [ 88%] PASSED test/orm/test_update_delete.py::ExpressionUpdateTest::test_update_attr_names [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_single_missing_broken_multi_rowcount test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_value_missing_broken_multi_rowcount [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BasicStaleChecksTest_sqlite+pysqlite_3_38_2::test_update_value_missing_broken_multi_rowcount test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_delete_from test/orm/test_unitofworkv2.py::BatchInsertsTest::test_batch_interaction [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::SingleCycleTest::test_singlecycle_flush_size test/orm/test_unitofworkv2.py::TypeWoBoolTest::test_no_update_no_change [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::TypeWoBoolTest::test_no_update_no_change test/orm/test_unitofworkv2.py::TypeWoBoolTest::test_update_against_none [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::TypeWoBoolTest::test_update_against_none test/orm/test_unitofworkv2.py::TypeWoBoolTest::test_update_against_something_else [gw4] [ 88%] PASSED test/orm/test_unitofworkv2.py::TypeWoBoolTest::test_update_against_something_else test/sql/test_update.py::UpdateFromCompileTest::test_alias_one [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_alias_one test/sql/test_update.py::UpdateFromCompileTest::test_alias_two [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_alias_two test/sql/test_update.py::UpdateFromCompileTest::test_alias_two_mysql [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_alias_two_mysql test/sql/test_update.py::UpdateFromCompileTest::test_autocorrelate_error [gw2] [ 88%] SKIPPED test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_delete_from test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_from [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_autocorrelate_error test/sql/test_update.py::UpdateFromCompileTest::test_correlation_to_extra [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_nodefault_bulk_insert_novalue [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_correlation_to_extra test/sql/test_update.py::UpdateFromCompileTest::test_dont_correlate_to_extra [gw2] [ 88%] SKIPPED test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_from test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_from_join_no_problem test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_nodefault_insert [gw2] [ 88%] SKIPPED test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_from_join_no_problem test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_from_multitable [gw2] [ 88%] SKIPPED test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_from_multitable test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_subtable_only [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_dont_correlate_to_extra test/sql/test_update.py::UpdateFromCompileTest::test_render_multi_table [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_render_multi_table test/sql/test_update.py::UpdateFromCompileTest::test_render_subquery [gw2] [ 88%] PASSED test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_subtable_only [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_render_subquery test/sql/test_update.py::UpdateFromCompileTest::test_render_table [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateFromCompileTest::test_render_table [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_nodefault_insert test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_nodefault_insert_novalue [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::BatchInsertsTest::test_batch_interaction test/sql/test_update.py::UpdateTest::test_correlated_update_seven test/orm/test_update_delete.py::LoadFromReturningTest::test_load_from_insert [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::NullEvaluatingTest::test_no_evalnull_nodefault_insert_novalue [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_correlated_update_seven test/sql/test_update.py::UpdateTest::test_correlated_update_six [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_correlated_update_six test/sql/test_update.py::UpdateTest::test_correlated_update_three [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_correlated_update_three test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_a test/sql/test_update.py::UpdateTest::test_correlated_update_two [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_correlated_update_two test/sql/test_update.py::UpdateTest::test_inline_defaults [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_inline_defaults test/sql/test_update.py::UpdateTest::test_labels_no_collision [gw5] [ 88%] SKIPPED test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_a test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_b [gw5] [ 88%] SKIPPED test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_b test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_c [gw2] [ 88%] SKIPPED test/orm/test_update_delete.py::LoadFromReturningTest::test_load_from_insert test/orm/test_update_delete.py::LoadFromReturningTest::test_load_from_update [gw2] [ 88%] SKIPPED test/orm/test_update_delete.py::LoadFromReturningTest::test_load_from_update test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_delete[evaluate-False] [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_c test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_d [gw2] [ 88%] PASSED test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_delete[evaluate-False] [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_labels_no_collision test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_autoflush_before_evaluate_update test/sql/test_update.py::UpdateTest::test_labels_no_collision_index [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_labels_no_collision_index [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_d test/orm/test_unitofworkv2.py::RaiseLoadIgnoredTest::test_delete_head test/sql/test_update.py::UpdateTest::test_prefix_with [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_prefix_with test/sql/test_update.py::UpdateTest::test_unconsumed_names_kwargs [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_unconsumed_names_kwargs test/sql/test_update.py::UpdateTest::test_unconsumed_names_kwargs_w_keys [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_unconsumed_names_kwargs_w_keys test/sql/test_update.py::UpdateTest::test_unconsumed_names_values_dict [gw2] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_autoflush_before_evaluate_update test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_autoflush_before_fetch_delete [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::RaiseLoadIgnoredTest::test_delete_head [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_unconsumed_names_values_dict test/sql/test_update.py::UpdateTest::test_update_1 [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_1 test/orm/test_unitofworkv2.py::RowswitchAccountingTest::test_switch_on_delete test/sql/test_update.py::UpdateTest::test_update_10 [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_10 test/sql/test_update.py::UpdateTest::test_update_11 [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_11 test/sql/test_update.py::UpdateTest::test_update_2 [gw2] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_autoflush_before_fetch_delete [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_2 test/sql/test_update.py::UpdateTest::test_update_3 test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_autoflush_before_fetch_update [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_3 test/sql/test_update.py::UpdateTest::test_update_4 [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_4 test/sql/test_update.py::UpdateTest::test_update_5 [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_5 [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::RowswitchAccountingTest::test_switch_on_delete test/sql/test_update.py::UpdateTest::test_update_6 [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_6 test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_defaults_bulk_insert [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_defaults_bulk_insert test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_defaults_nonpresent [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_defaults_nonpresent test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_defaults_present [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_defaults_present test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_defaults_present_as_expr [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_defaults_present_as_expr test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_dont_fetch_nondefaults test/sql/test_update.py::UpdateTest::test_update_7 [gw4] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_7 test/orm/test_unitofworkv2.py::RowswitchAccountingTest::test_switch_on_update [gw2] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_autoflush_before_fetch_update test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_loader_criteria[fetch-True] [gw0] [ 88%] PASSED test/orm/test_unitofworkv2.py::EagerDefaultsTest_sqlite+pysqlite_3_38_2::test_insert_dont_fetch_nondefaults [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::RowswitchAccountingTest::test_switch_on_update test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_delete[evaluate-True] [gw2] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete test/orm/test_unitofworkv2.py::RowswitchM2OTest::test_set_none_replaces_m2o [gw4] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_loader_criteria[fetch-True] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_without_session_sync test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_against_metadata [gw0] [ 88%] PASSED test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_delete[evaluate-True] test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_delete[fetch-False] [gw4] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_without_session_sync [gw0] [ 88%] PASSED test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_delete[fetch-False] test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_delete[fetch-True] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_before_delete [gw0] [ 88%] PASSED test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_delete[fetch-True] [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::RowswitchM2OTest::test_set_none_replaces_m2o test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_update[evaluate-False] [gw2] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_against_metadata test/orm/test_unitofworkv2.py::RowswitchM2OTest::test_set_none_replaces_scalar test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_all [gw4] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_before_delete test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_before_update [gw2] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_all [gw0] [ 88%] PASSED test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_update[evaluate-False] test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_update[evaluate-True] [gw0] [ 88%] PASSED test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_update[evaluate-True] test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_update[fetch-False] [gw0] [ 88%] PASSED test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_update[fetch-False] test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_update[fetch-True] [gw0] [ 88%] PASSED test/orm/test_update_delete.py::SingleTablePolymorphicTest_sqlite+pysqlite_3_38_2::test_update[fetch-True] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_fetch_returning test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_delete_from_joined_subq_test [gw4] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_before_update test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_clauseelement [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::RowswitchM2OTest::test_set_none_replaces_scalar test/orm/test_unitofworkv2.py::RowswitchM2OTest::test_set_none_w_get_replaces_m2o [gw2] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_fetch_returning test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_fetch_returning_lambda [gw3] [ 88%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_orm_objects_from_query test/aaa_profiling/test_memusage.py::CycleTest::test_orm_objects_from_query_w_joinedload [gw5] [ 88%] PASSED test/orm/test_unitofworkv2.py::RowswitchM2OTest::test_set_none_w_get_replaces_m2o test/sql/test_update.py::UpdateTest::test_update_8 [gw0] [ 88%] SKIPPED test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_delete_from_joined_subq_test [gw4] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_clauseelement test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_multi_table_criteria_ok_wo_eval test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_dont_refresh_expired_objects[False-False] [gw0] [ 88%] SKIPPED test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_multi_table_criteria_ok_wo_eval test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_no_eval_against_multi_table_criteria [gw0] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_no_eval_against_multi_table_criteria [gw5] [ 88%] PASSED test/sql/test_update.py::UpdateTest::test_update_8 test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_from_joined_subq_test [gw4] [ 88%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_dont_refresh_expired_objects[False-False] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_dont_refresh_expired_objects[False-True] [gw0] [ 89%] SKIPPED test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_from_joined_subq_test test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_from_multitable_same_names [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_fetch_returning_lambda test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_invalid_evaluation test/sql/test_update.py::UpdateTest::test_update_9 [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_9 [gw0] [ 89%] SKIPPED test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_from_multitable_same_names test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_using_case test/sql/test_update.py::UpdateTest::test_update_bound_ordering [gw4] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_dont_refresh_expired_objects[False-True] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_dont_refresh_expired_objects[True-False] [gw6] [ 89%] PASSED test/orm/test_session.py::WeakIdentityMapTest::test_weakref_with_cycles_o2o [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_invalid_evaluation test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_returns_rowcount test/ext/asyncio/test_session_py3k.py::AsyncCascadesTest::test_delete_w_cascade [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncCascadesTest::test_delete_w_cascade [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_using_case [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_bound_ordering test/sql/test_update.py::UpdateTest::test_update_broken_custom_key_thing test/ext/asyncio/test_session_py3k.py::AsyncEventTest::test_no_async_listeners [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncEventTest::test_no_async_listeners test/ext/asyncio/test_session_py3k.py::AsyncEventTest::test_sync_before_commit [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncEventTest::test_sync_before_commit test/ext/asyncio/test_session_py3k.py::AsyncORMBehaviorsTest::test_new_style_active_history[legacy_style] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncORMBehaviorsTest::test_new_style_active_history[legacy_style] test/ext/asyncio/test_session_py3k.py::AsyncORMBehaviorsTest::test_new_style_active_history[new_style] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncORMBehaviorsTest::test_new_style_active_history[new_style] [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_returns_rowcount test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_async_object_session [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_async_object_session test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_async_object_session_custom [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_broken_custom_key_thing test/sql/test_update.py::UpdateTest::test_update_custom_key_thing [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_custom_key_thing test/sql/test_update.py::UpdateTest::test_update_literal_binds [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_literal_binds [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_async_object_session_custom test/sql/test_update.py::UpdateTest::test_update_no_multiple_parameters_allowed test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_async_object_session_del [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_async_object_session_del test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_gc [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_gc test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_get_connection_connection_bound [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_get_connection_connection_bound [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::DistinctEngineShardTest::test_shard_id_event test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_get_connection_engine_bound [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_get_connection_engine_bound [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_no_multiple_parameters_allowed test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_get_connection_kws test/sql/test_update.py::UpdateTest::test_update_ordered_broken_custom_key_thing [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_get_connection_kws test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_get_transaction [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_get_transaction test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_inspect_session [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_inspect_session test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_inspect_session_no_asyncio_imported [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_ordered_broken_custom_key_thing [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_inspect_session_no_asyncio_imported test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_rollback test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_inspect_session_no_asyncio_used test/sql/test_update.py::UpdateTest::test_update_ordered_custom_key_thing [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncProxyTest::test_inspect_session_no_asyncio_used test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_execute[kw0] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_execute[kw0] test/ext/test_horizontal_shard.py::LazyLoadIdentityKeyTest::test_lazy_load_from_db [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_ordered_custom_key_thing test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_execute[kw1] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_execute[kw1] test/sql/test_update.py::UpdateTest::test_update_ordered_parameters_multiple test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_get [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_get test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_get_loader_options [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_ordered_parameters_multiple [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_get_loader_options test/sql/test_update.py::UpdateTest::test_update_ordered_parameters_newstyle_1 test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_no_ss_cursor_w_execute[execute] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_no_ss_cursor_w_execute[execute] [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_ordered_parameters_newstyle_1 test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_no_ss_cursor_w_execute[statement] test/sql/test_update.py::UpdateTest::test_update_ordered_parameters_newstyle_2 [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_no_ss_cursor_w_execute[statement] test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_scalar test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_using_in [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_scalar test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_scalars[scalars] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_scalars[scalars] test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_scalars[stream_scalars] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_scalars[stream_scalars] [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_rollback test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_stream_partitions[kw0] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_stream_partitions[kw0] [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_ordered_parameters_newstyle_2 test/sql/test_update.py::UpdateTest::test_update_ordered_then_nonordered [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_ordered_then_nonordered test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_stream_partitions[kw1] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionQueryTest::test_stream_partitions[kw1] test/ext/asyncio/test_session_py3k.py::AsyncSessionTest::test_info [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTest::test_info [gw4] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_dont_refresh_expired_objects[True-False] test/ext/asyncio/test_session_py3k.py::AsyncSessionTest::test_init [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTest::test_init test/ext/asyncio/test_session_py3k.py::AsyncSessionTest::test_requires_async_engine [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTest::test_requires_async_engine test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_dont_refresh_expired_objects[True-True] test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_commit_as_you_go [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_commit_as_you_go test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_delete [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_delete test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_flush [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_flush test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture0] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture0] test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture1] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture1] test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture2] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture2] test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture3] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture3] test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture4] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture4] test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture5] [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_using_in [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture5] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_rollback_with_fetch [gw4] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_dont_refresh_expired_objects[True-True] [gw1] [ 89%] PASSED test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0] test/engine/test_pool.py::QueuePoolTest::test_waiters_handled test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture6] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture6] test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture7] [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_interrupt_ctxmanager_connection[async_trans_ctx_manager_fixture7] test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_invalidate [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_invalidate test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_join_to_external_transaction [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_join_to_external_transaction test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_join_to_external_transaction_with_savepoints test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_double_synonym_attr [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_join_to_external_transaction_with_savepoints test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_merge [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_merge test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_merge_loader_options [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_merge_loader_options test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_refresh [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_refresh test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_sessionmaker_block_one test/orm/test_update_delete.py::UpdateDeleteIgnoresLoadersTest::test_delete_with_eager_relationships [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_sessionmaker_block_one test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_sessionmaker_block_two [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_sessionmaker_block_two test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_trans [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_trans test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_trans_noctx [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::AsyncSessionTransactionTest::test_trans_noctx test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_default [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_default test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_init_class [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_init_class test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_init_sessionmaker [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_init_sessionmaker test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_subclass [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_subclass test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_subclass_override [gw6] [ 89%] SKIPPED test/ext/asyncio/test_session_py3k.py::OverrideSyncSession::test_subclass_override test/orm/inheritance/test_single.py::EagerDefaultEvalTest::test_persist_bar [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteIgnoresLoadersTest::test_delete_with_eager_relationships test/orm/test_update_delete.py::UpdateDeleteIgnoresLoadersTest::test_update_with_eager_relationships [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::EagerDefaultEvalTest::test_persist_bar test/orm/inheritance/test_single.py::EagerDefaultEvalTest::test_persist_foo [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteIgnoresLoadersTest::test_update_with_eager_relationships test/orm/test_update_delete.py::UpdateDeleteIgnoresLoadersTest::test_update_with_explicit_joinedload [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_rollback_with_fetch test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_bindparams [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_bindparams test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_fetch_strategy [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_fetch_strategy test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_loader_criteria[evaluate-False] [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_loader_criteria[evaluate-False] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_loader_criteria[evaluate-True] [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_loader_criteria[evaluate-True] test/sql/test_update.py::UpdateTest::test_update_ordereddict test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_loader_criteria[fetch-False] [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_ordereddict test/sql/test_update.py::UpdateTest::test_update_to_expression_one [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteIgnoresLoadersTest::test_update_with_explicit_joinedload [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_one test/sql/test_update.py::UpdateTest::test_update_to_expression_three [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::LazyLoadIdentityKeyTest::test_lazy_load_from_db [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_three test/ext/test_horizontal_shard.py::LazyLoadIdentityKeyTest::test_lazy_load_from_identity_map test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t0-idx_to_value0] [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t0-idx_to_value0] [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::EagerDefaultEvalTest::test_persist_foo test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t1-idx_to_value1] [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_delete_with_loader_criteria[fetch-False] test/orm/inheritance/test_single.py::EagerDefaultEvalTestPolymorphic::test_persist_bar test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_autoflush_before_evaluate_delete test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[delete-both] [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t1-idx_to_value1] test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t2-idx_to_value2] [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::EagerDefaultEvalTestPolymorphic::test_persist_bar test/orm/inheritance/test_single.py::EagerDefaultEvalTestPolymorphic::test_persist_foo [gw5] [ 89%] PASSED test/sql/test_update.py::UpdateTest::test_update_to_expression_two[t2-idx_to_value2] [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::EagerDefaultEvalTestPolymorphic::test_persist_foo test/orm/inheritance/test_single.py::EagerDefaultEvalTestSubDefaults::test_persist_bar test/orm/test_utils.py::AliasedClassTest::test_named_entity [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[delete-both] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[delete-mapper] [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_autoflush_before_evaluate_delete test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_changes_resets_dirty [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::EagerDefaultEvalTestSubDefaults::test_persist_bar [gw5] [ 89%] PASSED test/orm/test_utils.py::AliasedClassTest::test_named_entity test/orm/inheritance/test_single.py::EagerDefaultEvalTestSubDefaults::test_persist_foo [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::EagerDefaultEvalTestSubDefaults::test_persist_foo test/orm/test_utils.py::AliasedClassTest::test_named_selectable test/orm/inheritance/test_single.py::ManyToManyToSingleTest::test_assert_join_sql [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_changes_resets_dirty test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_changes_with_autoflush [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[delete-mapper] [gw5] [ 89%] PASSED test/orm/test_utils.py::AliasedClassTest::test_named_selectable test/orm/test_utils.py::AliasedClassTest::test_not_instantiatable test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[delete-table] [gw5] [ 89%] PASSED test/orm/test_utils.py::AliasedClassTest::test_not_instantiatable test/orm/test_utils.py::AliasedClassTest::test_parententity_vs_parentmapper [gw5] [ 89%] PASSED test/orm/test_utils.py::AliasedClassTest::test_parententity_vs_parentmapper [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::ManyToManyToSingleTest::test_assert_join_sql [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[delete-table] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[insert-both] test/orm/inheritance/test_single.py::ManyToManyToSingleTest::test_assert_joinedload_sql [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_changes_with_autoflush test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_explicit_returning test/orm/test_utils.py::AliasedClassTest::test_proxy_descriptor_one [gw5] [ 89%] PASSED test/orm/test_utils.py::AliasedClassTest::test_proxy_descriptor_one test/orm/test_utils.py::AliasedClassTest::test_simple [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[insert-both] [gw0] [ 89%] SKIPPED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_explicit_returning [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::LazyLoadIdentityKeyTest::test_lazy_load_from_identity_map test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_fetch_returning test/ext/test_horizontal_shard.py::LazyLoadIdentityKeyTest::test_lazy_load_no_baked_conflict [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_fetch_returning test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_fetch_returning_lambda [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::ManyToManyToSingleTest::test_assert_joinedload_sql test/orm/inheritance/test_single.py::ManyToManyToSingleTest::test_eager_join test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[insert-mapper] [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_fetch_returning_lambda test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_future [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[insert-mapper] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[insert-table] [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::ManyToManyToSingleTest::test_eager_join test/orm/inheritance/test_single.py::ManyToManyToSingleTest::test_manual_join [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[insert-table] [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_future test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_future_lambda test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[update-both] [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[update-both] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[update-mapper] [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_future_lambda test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_multi_values_error_future [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::ManyToManyToSingleTest::test_manual_join test/orm/inheritance/test_single.py::RelationshipFromSingleTest::test_subquery_load [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_multi_values_error_future test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_preserve_parameter_order_future [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_preserve_parameter_order_future test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_preserve_parameter_order_query [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::RelationshipFromSingleTest::test_subquery_load test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_correlated_column_select [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_preserve_parameter_order_query test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_returns_rowcount [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_returns_rowcount test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_unordered_dict [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_correlated_column_select test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_join_explicit_onclause_no_discriminator [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_unordered_dict test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_w_unevaluatable_value_evaluate [gw6] [ 89%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_join_explicit_onclause_no_discriminator test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_no_aliasing_from_overlap [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[update-mapper] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[update-table] [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_get_bind_scenarios[update-table] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_illegal_eval [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::LazyLoadIdentityKeyTest::test_lazy_load_no_baked_conflict test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_baked_mix [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_baked_mix test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_delete_future_synchronize_evaluate [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_delete_future_synchronize_evaluate test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_delete_future_synchronize_fetch [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_delete_future_synchronize_fetch test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_delete_synchronize_evaluate [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_delete_synchronize_evaluate test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_delete_synchronize_fetch [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_delete_synchronize_fetch test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_update_future_synchronize_evaluate [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_update_future_synchronize_evaluate test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_update_future_synchronize_fetch [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_update_future_synchronize_fetch test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_update_synchronize_evaluate [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_update_synchronize_evaluate test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_update_synchronize_fetch [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_bulk_update_synchronize_fetch test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_filter_baked_query_shard_id [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_filter_baked_query_shard_id test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_get [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_get test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_get_baked_query [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_get_baked_query test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_get_baked_query_shard_id [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_get_baked_query_shard_id test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_get_explicit_shard [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_get_explicit_shard test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_plain_core_lookup_w_shard [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_plain_core_lookup_w_shard test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_plain_db_lookup [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_plain_db_lookup test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_query_explicit_shard_via_bind_opts [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_query_explicit_shard_via_bind_opts test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_roundtrip [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_roundtrip test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_roundtrip_future [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_roundtrip_future test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_shard_id_event [gw7] [ 89%] SKIPPED test/ext/test_horizontal_shard.py::MultipleDialectShardTest::test_shard_id_event test/ext/test_horizontal_shard.py::RefreshDeferExpireTest::test_deferred [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::RefreshDeferExpireTest::test_deferred test/ext/test_horizontal_shard.py::RefreshDeferExpireTest::test_refresh [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::RefreshDeferExpireTest::test_refresh test/ext/test_horizontal_shard.py::RefreshDeferExpireTest::test_unexpire [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::RefreshDeferExpireTest::test_unexpire test/ext/test_horizontal_shard.py::SelectinloadRegressionTest::test_selectinload_query [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::SelectinloadRegressionTest::test_selectinload_query test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_baked_mix [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_baked_mix test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_delete_future_synchronize_evaluate [gw7] [ 89%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_delete_future_synchronize_evaluate test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_delete_future_synchronize_fetch [gw0] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_w_unevaluatable_value_evaluate test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_w_unevaluatable_value_fetch [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_illegal_eval test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_illegal_operations [gw2] [ 89%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_illegal_operations test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_no_fetch_w_explicit_returning [gw2] [ 90%] SKIPPED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_no_fetch_w_explicit_returning test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update [gw2] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_against_metadata [gw2] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_against_metadata test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_against_table_col [gw2] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_against_table_col [gw7] [ 90%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_delete_future_synchronize_fetch test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_delete_synchronize_evaluate test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_all [gw7] [ 90%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_delete_synchronize_evaluate test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_delete_synchronize_fetch [gw7] [ 90%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_delete_synchronize_fetch test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_update_future_synchronize_evaluate [gw2] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_all [gw0] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_w_unevaluatable_value_fetch test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_bindparams [gw6] [ 90%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_no_aliasing_from_overlap test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_of_type [gw7] [ 90%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_update_future_synchronize_evaluate test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_update_future_synchronize_fetch [gw0] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_bindparams test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_expire_strategy test/base/test_utils.py::ColumnCollectionTest::test_str [gw0] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_expire_strategy [gw2] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_str [gw6] [ 90%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_of_type [gw4] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_double_synonym_attr test/base/test_utils.py::ColumnCollectionTest::test_values [gw2] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_values test/base/test_utils.py::DedupeColumnCollectionTest::test_compare test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_literal_onclause test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_invalid test/base/test_utils.py::BackslashReplaceTest::test_utf8_to_utf8 [gw0] [ 90%] PASSED test/base/test_utils.py::BackslashReplaceTest::test_utf8_to_utf8 test/base/test_utils.py::ColumnCollectionTest::test_compare [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_compare [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_compare test/base/test_utils.py::DedupeColumnCollectionTest::test_contains_column [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_contains_column test/base/test_utils.py::DedupeColumnCollectionTest::test_contains_column_not_column [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_contains_column_not_column test/base/test_utils.py::DedupeColumnCollectionTest::test_dupes_add_dedupe [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_dupes_add_dedupe test/base/test_utils.py::DedupeColumnCollectionTest::test_dupes_construct_dedupe [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_dupes_construct_dedupe test/base/test_utils.py::DedupeColumnCollectionTest::test_dupes_extend [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_dupes_extend test/base/test_utils.py::DedupeColumnCollectionTest::test_extend_existing_maintains_ordering test/base/test_utils.py::ColumnCollectionTest::test_contains_column [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_contains_column test/base/test_utils.py::ColumnCollectionTest::test_contains_column_not_column [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_contains_column_not_column test/base/test_utils.py::ColumnCollectionTest::test_dupes_add [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_dupes_add test/base/test_utils.py::ColumnCollectionTest::test_dupes_construct [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_dupes_construct test/base/test_utils.py::ColumnCollectionTest::test_identical_dupe_construct [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_identical_dupe_construct [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_extend_existing_maintains_ordering test/base/test_utils.py::DedupeColumnCollectionTest::test_identical_dupe_add_dedupes [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_identical_dupe_add_dedupes test/base/test_utils.py::DedupeColumnCollectionTest::test_identical_dupe_construct_dedupes [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_identical_dupe_construct_dedupes test/base/test_utils.py::DedupeColumnCollectionTest::test_in [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_in test/base/test_utils.py::DedupeColumnCollectionTest::test_items [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_items test/base/test_utils.py::DedupeColumnCollectionTest::test_key_index_error [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_key_index_error test/base/test_utils.py::DedupeColumnCollectionTest::test_keys [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_keys test/base/test_utils.py::DedupeColumnCollectionTest::test_keys_after_replace [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_keys_after_replace test/base/test_utils.py::DedupeColumnCollectionTest::test_pickle_w_mutation [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_pickle_w_mutation test/base/test_utils.py::DedupeColumnCollectionTest::test_remove [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_remove test/base/test_utils.py::DedupeColumnCollectionTest::test_remove_doesnt_change_iteration [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_remove_doesnt_change_iteration test/base/test_utils.py::DedupeColumnCollectionTest::test_replace [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_replace [gw4] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_invalid test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_synonym_attr test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_key_matches [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_key_matches test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_key_matches_name_of_another [gw6] [ 90%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_literal_onclause [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_key_matches_name_of_another test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_name_matches [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_name_matches test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_no_match [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_no_match test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_switch_key_name [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_replace_switch_key_name test/base/test_utils.py::DedupeColumnCollectionTest::test_separate_key_cols test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_literal_onclause_alias test/base/test_utils.py::ColumnCollectionTest::test_in [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_in test/base/test_utils.py::ColumnCollectionTest::test_items [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_items test/base/test_utils.py::ColumnCollectionTest::test_key_index_error [gw2] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_separate_key_cols test/base/test_utils.py::GenericReprTest::test_all_positional [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_all_positional test/base/test_utils.py::GenericReprTest::test_discard_vargs [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_key_index_error test/base/test_utils.py::ColumnCollectionTest::test_keys [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_keys test/base/test_utils.py::ColumnCollectionTest::test_separate_key_all_cols [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_separate_key_all_cols test/base/test_utils.py::ColumnCollectionTest::test_separate_key_get [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_discard_vargs test/base/test_utils.py::GenericReprTest::test_discard_vargs_kwargs [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_discard_vargs_kwargs [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_separate_key_get test/base/test_utils.py::ColumnCollectionTest::test_separate_key_in test/base/test_utils.py::GenericReprTest::test_kw_defaults [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_kw_defaults test/base/test_utils.py::GenericReprTest::test_multi_kw [gw0] [ 90%] PASSED test/base/test_utils.py::ColumnCollectionTest::test_separate_key_in [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_multi_kw test/base/test_utils.py::GenericReprTest::test_multi_kw_repeated [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_multi_kw_repeated test/base/test_utils.py::GenericReprTest::test_no_args [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_no_args test/base/test_utils.py::GenericReprTest::test_no_init [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_no_init test/base/test_utils.py::GenericReprTest::test_positional_plus_kw [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_positional_plus_kw test/base/test_utils.py::DedupeColumnCollectionTest::test_str test/base/test_utils.py::GenericReprTest::test_significant_vargs [gw0] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_str [gw2] [ 90%] PASSED test/base/test_utils.py::GenericReprTest::test_significant_vargs test/base/test_utils.py::DedupeColumnCollectionTest::test_values [gw0] [ 90%] PASSED test/base/test_utils.py::DedupeColumnCollectionTest::test_values [gw6] [ 90%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_literal_onclause_alias test/orm/test_utils.py::IdentityKeyTest::test_identity_key_1[Session] test/base/test_utils.py::DictlikeIteritemsTest::test_dict [gw0] [ 90%] PASSED test/base/test_utils.py::DictlikeIteritemsTest::test_dict test/base/test_utils.py::DictlikeIteritemsTest::test_duck_2 test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_no_onclause [gw0] [ 90%] PASSED test/base/test_utils.py::DictlikeIteritemsTest::test_duck_2 test/base/test_utils.py::DictlikeIteritemsTest::test_duck_4 [gw0] [ 90%] PASSED test/base/test_utils.py::DictlikeIteritemsTest::test_duck_4 test/base/test_utils.py::DictlikeIteritemsTest::test_duck_5 [gw0] [ 90%] PASSED test/base/test_utils.py::DictlikeIteritemsTest::test_duck_5 test/base/test_utils.py::DictlikeIteritemsTest::test_duck_6 [gw0] [ 90%] PASSED test/base/test_utils.py::DictlikeIteritemsTest::test_duck_6 test/base/test_utils.py::DictlikeIteritemsTest::test_object [gw0] [ 90%] PASSED test/base/test_utils.py::DictlikeIteritemsTest::test_object test/base/test_utils.py::DictlikeIteritemsTest::test_subdict [gw0] [ 90%] PASSED test/base/test_utils.py::DictlikeIteritemsTest::test_subdict test/base/test_utils.py::DuckTypeCollectionTest::test_sets [gw0] [ 90%] PASSED test/base/test_utils.py::DuckTypeCollectionTest::test_sets test/base/test_utils.py::FlattenIteratorTest::test_flatten [gw4] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_synonym_attr test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_synonym_string [gw6] [ 90%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_no_onclause test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_no_onclause_alias [gw7] [ 90%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_update_future_synchronize_fetch test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_update_synchronize_evaluate [gw0] [ 90%] PASSED test/base/test_utils.py::FlattenIteratorTest::test_flatten test/base/test_utils.py::FlattenIteratorTest::test_str_with_iter [gw0] [ 90%] PASSED test/base/test_utils.py::FlattenIteratorTest::test_str_with_iter test/base/test_utils.py::IdentitySetTest::test_dunder_eq [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_eq test/base/test_utils.py::IdentitySetTest::test_dunder_ge [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_ge test/base/test_utils.py::IdentitySetTest::test_dunder_gt [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_gt test/base/test_utils.py::IdentitySetTest::test_dunder_iand [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_iand test/base/test_utils.py::IdentitySetTest::test_dunder_ior [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_ior test/base/test_utils.py::IdentitySetTest::test_dunder_isub [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_isub test/base/test_utils.py::IdentitySetTest::test_dunder_le [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_le test/base/test_utils.py::IdentitySetTest::test_dunder_lt [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_lt [gw4] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_synonym_string test/base/test_utils.py::IdentitySetTest::test_dunder_ne [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_ne test/base/test_utils.py::IdentitySetTest::test_dunder_or [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_or [gw7] [ 90%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_update_synchronize_evaluate test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_unmapped_col [gw2] [ 90%] PASSED test/orm/test_utils.py::IdentityKeyTest::test_identity_key_1[Session] test/orm/test_utils.py::IdentityKeyTest::test_identity_key_1[sqlalchemy.orm.util] test/base/test_utils.py::IdentitySetTest::test_dunder_sub [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_sub test/base/test_utils.py::IdentitySetTest::test_dunder_sub2 [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_sub2 [gw6] [ 90%] PASSED test/orm/inheritance/test_single.py::RelationshipToSingleTest::test_outer_join_no_onclause_alias test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_update_synchronize_fetch test/base/test_utils.py::IdentitySetTest::test_dunder_xor [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_xor test/base/test_utils.py::IdentitySetTest::test_init [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_init test/base/test_utils.py::IdentitySetTest::test_intersection [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_intersection test/orm/test_sync.py::SyncTest::test_clear test/base/test_utils.py::IdentitySetTest::test_intersection_update [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_intersection_update test/base/test_utils.py::IdentitySetTest::test_issubset [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_issubset test/base/test_utils.py::IdentitySetTest::test_issuperset [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_issuperset test/base/test_utils.py::IdentitySetTest::test_symmetric_difference [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_symmetric_difference [gw4] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_evaluate_unmapped_col test/base/test_utils.py::IdentitySetTest::test_symmetric_difference_update [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_symmetric_difference_update test/base/test_utils.py::IdentitySetTest::test_union test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_fetch_before_delete [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_union test/base/test_utils.py::IdentitySetTest::test_update [gw0] [ 90%] PASSED test/base/test_utils.py::IdentitySetTest::test_update [gw6] [ 90%] PASSED test/orm/test_sync.py::SyncTest::test_clear test/orm/test_sync.py::SyncTest::test_clear_pk [gw2] [ 90%] PASSED test/orm/test_utils.py::IdentityKeyTest::test_identity_key_1[sqlalchemy.orm.util] test/base/test_utils.py::ImmutableDictTest::test_contains [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_contains test/base/test_utils.py::ImmutableDictTest::test_items [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_items test/base/test_utils.py::ImmutableDictTest::test_keys [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_keys test/base/test_utils.py::ImmutableDictTest::test_merge_with_dicts [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_merge_with_dicts [gw6] [ 90%] PASSED test/orm/test_sync.py::SyncTest::test_clear_pk test/orm/test_sync.py::SyncTest::test_clear_unmapped [gw7] [ 90%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_bulk_update_synchronize_fetch test/base/test_utils.py::ImmutableDictTest::test_merge_with_no_change [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_merge_with_no_change test/base/test_utils.py::ImmutableDictTest::test_merge_with_tuples [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_merge_with_tuples test/base/test_utils.py::ImmutableDictTest::test_rich_compare [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_rich_compare test/base/test_utils.py::ImmutableDictTest::test_serialize [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_serialize test/base/test_utils.py::ImmutableDictTest::test_union_dictionary [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_union_dictionary test/base/test_utils.py::ImmutableDictTest::test_union_no_change [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_union_no_change test/base/test_utils.py::ImmutableDictTest::test_union_tuples test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_filter_baked_query_shard_id [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_union_tuples test/base/test_utils.py::ImmutableDictTest::test_values [gw0] [ 90%] PASSED test/base/test_utils.py::ImmutableDictTest::test_values test/base/test_utils.py::LRUTest::test_lru [gw0] [ 90%] PASSED test/base/test_utils.py::LRUTest::test_lru test/base/test_utils.py::MemoizedAttrTest::test_memoized_instancemethod test/orm/test_utils.py::IdentityKeyTest::test_identity_key_2[Session] [gw0] [ 90%] PASSED test/base/test_utils.py::MemoizedAttrTest::test_memoized_instancemethod test/base/test_utils.py::MemoizedAttrTest::test_memoized_property [gw0] [ 90%] PASSED test/base/test_utils.py::MemoizedAttrTest::test_memoized_property test/base/test_utils.py::MemoizedAttrTest::test_memoized_slots [gw0] [ 90%] PASSED test/base/test_utils.py::MemoizedAttrTest::test_memoized_slots test/base/test_utils.py::MethodOveriddenTest::test_subclass_doesnt_override [gw0] [ 90%] PASSED test/base/test_utils.py::MethodOveriddenTest::test_subclass_doesnt_override [gw2] [ 90%] PASSED test/orm/test_utils.py::IdentityKeyTest::test_identity_key_2[Session] test/base/test_utils.py::MethodOveriddenTest::test_subclass_doesnt_override_cls_given [gw0] [ 90%] PASSED test/base/test_utils.py::MethodOveriddenTest::test_subclass_doesnt_override_cls_given test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides [gw0] [ 90%] PASSED test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides_cls_given test/orm/test_utils.py::IdentityKeyTest::test_identity_key_2[sqlalchemy.orm.util] [gw0] [ 90%] PASSED test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides_cls_given test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides_multi_mro [gw0] [ 90%] PASSED test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides_multi_mro test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides_skiplevel [gw7] [ 90%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_filter_baked_query_shard_id test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_get [gw0] [ 90%] PASSED test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides_skiplevel test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides_twolevels [gw0] [ 90%] PASSED test/base/test_utils.py::MethodOveriddenTest::test_subclass_overrides_twolevels [gw2] [ 90%] PASSED test/orm/test_utils.py::IdentityKeyTest::test_identity_key_2[sqlalchemy.orm.util] test/sql/test_utils.py::MiscTest::test_column_element_no_visit [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_column_element_no_visit test/orm/test_utils.py::IdentityKeyTest::test_identity_key_3[Session] test/sql/test_utils.py::MiscTest::test_find_tables_aliases [gw4] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_fetch_before_delete test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_fetch_before_update [gw6] [ 90%] PASSED test/orm/test_sync.py::SyncTest::test_clear_unmapped [gw2] [ 90%] PASSED test/orm/test_utils.py::IdentityKeyTest::test_identity_key_3[Session] [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_find_tables_aliases test/sql/test_utils.py::MiscTest::test_find_tables_selectable [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_find_tables_selectable test/sql/test_utils.py::MiscTest::test_incompatible_options_add_clslevel [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_incompatible_options_add_clslevel test/sql/test_utils.py::MiscTest::test_incompatible_options_add_instancelevel [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_incompatible_options_add_instancelevel test/sql/test_utils.py::MiscTest::test_options_merge test/orm/test_sync.py::SyncTest::test_populate test/orm/test_utils.py::IdentityKeyTest::test_identity_key_3[sqlalchemy.orm.util] [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_options_merge test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr0-expected0] [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr0-expected0] test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr1-expected1] [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr1-expected1] test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr2-expected2] [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr2-expected2] test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr3-expected3] [gw4] [ 90%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_fetch_before_update [gw2] [ 90%] PASSED test/orm/test_utils.py::IdentityKeyTest::test_identity_key_3[sqlalchemy.orm.util] [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr3-expected3] test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr4-expected4] [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr4-expected4] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_fetch_dont_refresh_expired_objects test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr6-expected6] [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr6-expected6] test/orm/test_utils.py::IdentityKeyTest::test_identity_key_scalar[Session] test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr7-expected7] [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_unwrap_order_by[expr7-expected7] test/sql/test_utils.py::MiscTest::test_unwrap_order_by[foo-expected5] [gw7] [ 90%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_get [gw0] [ 90%] PASSED test/sql/test_utils.py::MiscTest::test_unwrap_order_by[foo-expected5] [gw2] [ 90%] PASSED test/orm/test_utils.py::IdentityKeyTest::test_identity_key_scalar[Session] test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_get_baked_query test/base/test_utils.py::NoHashIdentitySetTest::test_add [gw0] [ 90%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_add test/base/test_utils.py::NoHashIdentitySetTest::test_basic_sanity [gw0] [ 90%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_basic_sanity test/base/test_utils.py::NoHashIdentitySetTest::test_difference test/orm/test_utils.py::IdentityKeyTest::test_identity_key_scalar[sqlalchemy.orm.util] [gw0] [ 90%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_difference test/base/test_utils.py::NoHashIdentitySetTest::test_difference_update [gw0] [ 90%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_difference_update test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_and [gw0] [ 90%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_and test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_eq [gw0] [ 90%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_eq test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_ge [gw0] [ 90%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_ge test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_gt [gw0] [ 90%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_gt test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_iand [gw0] [ 90%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_iand test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_ior [gw2] [ 91%] PASSED test/orm/test_utils.py::IdentityKeyTest::test_identity_key_scalar[sqlalchemy.orm.util] [gw0] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_ior test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_isub [gw0] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_isub [gw4] [ 91%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_fetch_dont_refresh_expired_objects test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_filter_statement [gw4] [ 91%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_filter_statement [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_populate test/orm/test_utils.py::IdentityKeyTest::test_identity_key_token [gw2] [ 91%] PASSED test/orm/test_utils.py::IdentityKeyTest::test_identity_key_token test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_le [gw0] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_le test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_lt [gw0] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_lt test/base/test_utils.py::NoHashIdentitySetTest::test_issuperset test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_loader_criteria[evaluate-False] test/orm/test_sync.py::SyncTest::test_populate_dict [gw7] [ 91%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_get_baked_query test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_get_baked_query_shard_id [gw0] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_issuperset test/base/test_utils.py::NoHashIdentitySetTest::test_symmetric_difference [gw0] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_symmetric_difference test/base/test_utils.py::NoHashIdentitySetTest::test_symmetric_difference_update [gw0] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_symmetric_difference_update test/base/test_utils.py::IdentitySetTest::test_add [gw2] [ 91%] PASSED test/base/test_utils.py::IdentitySetTest::test_add test/base/test_utils.py::IdentitySetTest::test_basic_sanity [gw2] [ 91%] PASSED test/base/test_utils.py::IdentitySetTest::test_basic_sanity test/base/test_utils.py::IdentitySetTest::test_difference [gw2] [ 91%] PASSED test/base/test_utils.py::IdentitySetTest::test_difference [gw4] [ 91%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_loader_criteria[evaluate-False] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_loader_criteria[evaluate-True] test/base/test_utils.py::IdentitySetTest::test_difference_update [gw2] [ 91%] PASSED test/base/test_utils.py::IdentitySetTest::test_difference_update test/base/test_utils.py::IdentitySetTest::test_dunder_and test/base/test_utils.py::NoHashIdentitySetTest::test_union [gw2] [ 91%] PASSED test/base/test_utils.py::IdentitySetTest::test_dunder_and test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_ne [gw2] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_ne test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_or [gw2] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_or test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_sub [gw2] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_sub test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_sub2 [gw2] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_sub2 test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_xor [gw2] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_dunder_xor test/base/test_utils.py::NoHashIdentitySetTest::test_init [gw2] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_init test/base/test_utils.py::NoHashIdentitySetTest::test_intersection [gw2] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_intersection test/base/test_utils.py::NoHashIdentitySetTest::test_intersection_update [gw2] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_intersection_update [gw0] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_union test/base/test_utils.py::NoHashIdentitySetTest::test_update [gw0] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_update [gw7] [ 91%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_get_baked_query_shard_id test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_get_explicit_shard [gw7] [ 91%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_get_explicit_shard test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_plain_core_lookup_w_shard [gw7] [ 91%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_plain_core_lookup_w_shard test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_plain_db_lookup [gw7] [ 91%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_plain_db_lookup test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_query_explicit_shard_via_bind_opts test/base/test_utils.py::OrderedDictTest::test_no_sort_legacy_dictionary [gw0] [ 91%] PASSED test/base/test_utils.py::OrderedDictTest::test_no_sort_legacy_dictionary test/base/test_utils.py::OrderedDictTest::test_odict [gw0] [ 91%] PASSED test/base/test_utils.py::OrderedDictTest::test_odict test/base/test_utils.py::OrderedDictTest::test_odict_constructor test/base/test_utils.py::NoHashIdentitySetTest::test_issubset [gw0] [ 91%] PASSED test/base/test_utils.py::OrderedDictTest::test_odict_constructor test/base/test_utils.py::OrderedDictTest::test_odict_copy [gw2] [ 91%] PASSED test/base/test_utils.py::NoHashIdentitySetTest::test_issubset [gw0] [ 91%] PASSED test/base/test_utils.py::OrderedDictTest::test_odict_copy test/orm/test_utils.py::PathRegistryInhTest::test_plain_aliased_compound test/base/test_utils.py::OrderedDictTest::test_sort_dictionary [gw4] [ 91%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_loader_criteria[evaluate-True] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_loader_criteria[fetch-False] [gw4] [ 91%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_loader_criteria[fetch-False] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_loader_criteria[fetch-True] [gw4] [ 91%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_with_loader_criteria[fetch-True] test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_without_load [gw4] [ 91%] PASSED test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_without_load [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_populate_dict test/orm/test_sync.py::SyncTest::test_populate_dict_unmapped [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_populate_dict_unmapped test/orm/test_sync.py::SyncTest::test_populate_flag_cascaded [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_populate_flag_cascaded [gw0] [ 91%] PASSED test/base/test_utils.py::OrderedDictTest::test_sort_dictionary test/base/test_utils.py::OrderedIdentitySetTest::test_add [gw0] [ 91%] PASSED test/base/test_utils.py::OrderedIdentitySetTest::test_add test/base/test_utils.py::OrderedIdentitySetTest::test_intersection [gw0] [ 91%] PASSED test/base/test_utils.py::OrderedIdentitySetTest::test_intersection test/base/test_utils.py::OrderedSetTest::test_mutators_against_iter test/orm/test_sync.py::SyncTest::test_populate_unmapped_dest test/orm/test_utils.py::AliasedClassTest::test_classmethod [gw7] [ 91%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_query_explicit_shard_via_bind_opts test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_roundtrip [gw4] [ 91%] PASSED test/orm/test_utils.py::AliasedClassTest::test_classmethod test/orm/test_utils.py::AliasedClassTest::test_descriptors [gw4] [ 91%] PASSED test/orm/test_utils.py::AliasedClassTest::test_descriptors [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_populate_unmapped_dest test/orm/test_sync.py::SyncTest::test_populate_unmapped_source test/orm/test_utils.py::AliasedClassTest::test_hybrid_descriptor_one [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_populate_unmapped_source test/orm/test_sync.py::SyncTest::test_source_modified_composite [gw0] [ 91%] PASSED test/base/test_utils.py::OrderedSetTest::test_mutators_against_iter test/orm/test_utils.py::PathRegistryInhTest::test_nonpoly_oftype_aliased_subclass [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_source_modified_composite test/orm/test_sync.py::SyncTest::test_source_modified_composite_unmodified [gw7] [ 91%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_roundtrip [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_nonpoly_oftype_aliased_subclass test/orm/test_utils.py::PathRegistryInhTest::test_nonpoly_oftype_aliased_subclass_onroot [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_nonpoly_oftype_aliased_subclass_onroot test/orm/test_utils.py::PathRegistryInhTest::test_nonpoly_oftype_subclass [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_nonpoly_oftype_subclass test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_roundtrip_future test/orm/test_utils.py::PathRegistryInhTest::test_plain [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_plain test/orm/test_utils.py::PathRegistryInhTest::test_plain_aliased [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_source_modified_composite_unmodified [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_plain_aliased test/orm/test_sync.py::SyncTest::test_source_modified_modified test/orm/test_utils.py::PathRegistryTest::test_contains_mapper [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_source_modified_modified test/orm/test_sync.py::SyncTest::test_source_modified_no_pairs [gw7] [ 91%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_roundtrip_future test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_shard_id_event [gw4] [ 91%] PASSED test/orm/test_utils.py::AliasedClassTest::test_hybrid_descriptor_one test/orm/test_utils.py::AliasedClassTest::test_hybrid_descriptor_three [gw4] [ 91%] PASSED test/orm/test_utils.py::AliasedClassTest::test_hybrid_descriptor_three test/orm/test_utils.py::AliasedClassTest::test_hybrid_descriptor_two [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_source_modified_no_pairs test/orm/test_sync.py::SyncTest::test_source_modified_no_unmapped [gw4] [ 91%] PASSED test/orm/test_utils.py::AliasedClassTest::test_hybrid_descriptor_two test/orm/test_utils.py::AliasedClassTest::test_instancemethod [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_plain_aliased_compound test/orm/test_utils.py::PathRegistryInhTest::test_plain_compound [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_plain_compound test/orm/test_utils.py::PathRegistryInhTest::test_with_poly_base_one [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_with_poly_base_one test/orm/test_utils.py::PathRegistryInhTest::test_with_poly_base_two [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_with_poly_base_two test/orm/test_utils.py::PathRegistryInhTest::test_with_poly_sub [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_with_poly_sub test/orm/test_utils.py::PathRegistryInhTest::test_with_poly_use_mapper [gw4] [ 91%] PASSED test/orm/test_utils.py::AliasedClassTest::test_instancemethod test/orm/test_utils.py::AliasedClassTest::test_meta_getattr_one [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryInhTest::test_with_poly_use_mapper [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_source_modified_no_unmapped test/orm/test_utils.py::PathRegistryTest::test_addition [gw7] [ 91%] PASSED test/ext/test_horizontal_shard.py::TableNameConventionShardTest::test_shard_id_event test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_hybrid_attr_indirect test/orm/test_sync.py::SyncTest::test_source_modified_unmodified [gw4] [ 91%] PASSED test/orm/test_utils.py::AliasedClassTest::test_meta_getattr_one test/orm/test_utils.py::AliasedClassTest::test_meta_getattr_three [gw4] [ 91%] PASSED test/orm/test_utils.py::AliasedClassTest::test_meta_getattr_three test/orm/test_utils.py::AliasedClassTest::test_meta_getattr_two [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_source_modified_unmodified [gw4] [ 91%] PASSED test/orm/test_utils.py::AliasedClassTest::test_meta_getattr_two [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_contains_mapper test/orm/test_utils.py::PathRegistryTest::test_deseralize [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_deseralize test/orm/test_utils.py::PathRegistryTest::test_deseralize_context_dict [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_deseralize_context_dict test/orm/test_utils.py::PathRegistryTest::test_entity_boolean [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_entity_boolean test/orm/test_utils.py::PathRegistryTest::test_eq [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_eq test/orm/test_utils.py::PathRegistryTest::test_eq_non_path test/orm/test_sync.py::SyncTest::test_update [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_eq_non_path test/orm/test_utils.py::PathRegistryTest::test_indexed_key test/orm/test_utils.py::PathRegistryTest::test_expand [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_expand test/orm/test_utils.py::PathRegistryTest::test_indexed_entity [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_hybrid_attr_indirect [gw0] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_indexed_entity test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_hybrid_attr_indirect_w_update_expr [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_hybrid_attr_indirect_w_update_expr test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_hybrid_attr_plain test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_dot_left_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_dot_left_edge [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_hybrid_attr_plain test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_hybrid_attr_w_update_expr test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_dot_middle [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_dot_middle test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_dot_right_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_dot_right_edge test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_quote_left_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_quote_left_edge test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_quote_middle [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_quote_middle [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_update [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_hybrid_attr_w_update_expr test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_non_hybrid_attr test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_quote_right_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left_w_quote_right_edge test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_dot_left_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_dot_left_edge test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_dot_middle [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_dot_middle test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_dot_right_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_dot_right_edge test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_quote_left_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_quote_left_edge test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_quote_middle [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_quote_middle test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_quote_right_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_right_w_quote_right_edge test/orm/test_sync.py::SyncTest::test_update_unmapped [gw6] [ 91%] PASSED test/orm/test_sync.py::SyncTest::test_update_unmapped [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_evaluate_non_hybrid_attr test/ext/test_hybrid.py::BulkUpdateTest::test_fetch_hybrid_attr_indirect [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_fetch_hybrid_attr_indirect test/ext/test_hybrid.py::BulkUpdateTest::test_fetch_hybrid_attr_plain [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_fetch_hybrid_attr_plain test/ext/test_hybrid.py::BulkUpdateTest::test_fetch_hybrid_attr_w_update_expr [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_fetch_hybrid_attr_w_update_expr test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_dot_left_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_dot_left_edge test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_dot_middle [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_dot_middle test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_dot_right_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_dot_right_edge test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_quote_left_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_quote_left_edge test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_quote_middle [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_quote_middle [gw4] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_indexed_key test/orm/test_utils.py::PathRegistryTest::test_key_boolean [gw4] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_key_boolean test/orm/test_utils.py::PathRegistryTest::test_length [gw4] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_length test/orm/test_utils.py::PathRegistryTest::test_path test/ext/test_hybrid.py::BulkUpdateTest::test_update_expr [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_update_expr test/ext/test_hybrid.py::BulkUpdateTest::test_update_plain [gw7] [ 91%] PASSED test/ext/test_hybrid.py::BulkUpdateTest::test_update_plain [gw4] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_path test/orm/test_utils.py::PathRegistryTest::test_registry_contains test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_quote_right_edge [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_quoted_single_w_quote_right_edge test/base/test_utils.py::QuotedTokenParserTest::test_single [gw0] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_single [gw4] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_registry_contains test/orm/test_utils.py::PathRegistryTest::test_registry_get [gw4] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_registry_get test/orm/test_utils.py::PathRegistryTest::test_registry_set test/ext/test_hybrid.py::MethodExpressionTest::test_aliased_expression [gw7] [ 91%] PASSED test/ext/test_hybrid.py::MethodExpressionTest::test_aliased_expression test/ext/test_hybrid.py::MethodExpressionTest::test_aliased_query [gw4] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_registry_set test/orm/test_utils.py::PathRegistryTest::test_registry_setdefault test/base/test_utils.py::ReraiseTest::test_raise_from [gw0] [ 91%] PASSED test/base/test_utils.py::ReraiseTest::test_raise_from test/base/test_utils.py::ReraiseTest::test_raise_from_cause_legacy [gw0] [ 91%] PASSED test/base/test_utils.py::ReraiseTest::test_raise_from_cause_legacy test/base/test_utils.py::ReraiseTest::test_raise_from_cause_same_cause [gw0] [ 91%] PASSED test/base/test_utils.py::ReraiseTest::test_raise_from_cause_same_cause test/base/test_utils.py::ReraiseTest::test_safe_reraise_py2k_warning [gw0] [ 91%] SKIPPED test/base/test_utils.py::ReraiseTest::test_safe_reraise_py2k_warning test/base/test_utils.py::SymbolTest::test_basic [gw0] [ 91%] PASSED test/base/test_utils.py::SymbolTest::test_basic test/base/test_utils.py::SymbolTest::test_bitflags [gw0] [ 91%] PASSED test/base/test_utils.py::SymbolTest::test_bitflags test/base/test_utils.py::SymbolTest::test_composites [gw0] [ 91%] PASSED test/base/test_utils.py::SymbolTest::test_composites [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_addition test/orm/test_utils.py::PathRegistryTest::test_aliased_class [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_aliased_class test/orm/test_utils.py::PathRegistryTest::test_root_registry [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_root_registry test/orm/test_utils.py::PathRegistryTest::test_serialize [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_serialize test/orm/test_utils.py::PathRegistryTest::test_serialize_context_dict [gw7] [ 91%] PASSED test/ext/test_hybrid.py::MethodExpressionTest::test_aliased_query test/ext/test_hybrid.py::MethodExpressionTest::test_aliased_query_col [gw7] [ 91%] PASSED test/ext/test_hybrid.py::MethodExpressionTest::test_aliased_query_col test/ext/test_hybrid.py::MethodExpressionTest::test_call [gw7] [ 91%] PASSED test/ext/test_hybrid.py::MethodExpressionTest::test_call test/ext/test_hybrid.py::MethodExpressionTest::test_docstring [gw7] [ 91%] PASSED test/ext/test_hybrid.py::MethodExpressionTest::test_docstring test/ext/test_hybrid.py::MethodExpressionTest::test_expression [gw7] [ 91%] PASSED test/ext/test_hybrid.py::MethodExpressionTest::test_expression test/ext/test_hybrid.py::MethodExpressionTest::test_info [gw7] [ 91%] PASSED test/ext/test_hybrid.py::MethodExpressionTest::test_info test/ext/test_hybrid.py::MethodExpressionTest::test_query test/sql/test_tablesample.py::TableSampleTest::test_no_alias_construct [gw6] [ 91%] PASSED test/sql/test_tablesample.py::TableSampleTest::test_no_alias_construct test/sql/test_tablesample.py::TableSampleTest::test_select_from [gw6] [ 91%] PASSED test/sql/test_tablesample.py::TableSampleTest::test_select_from test/sql/test_tablesample.py::TableSampleTest::test_standalone [gw6] [ 91%] PASSED test/sql/test_tablesample.py::TableSampleTest::test_standalone [gw7] [ 91%] PASSED test/ext/test_hybrid.py::MethodExpressionTest::test_query test/ext/test_hybrid.py::MethodExpressionTest::test_query_col [gw7] [ 91%] PASSED test/ext/test_hybrid.py::MethodExpressionTest::test_query_col test/ext/test_hybrid.py::PropertyComparatorTest::test_aliased_filter test/sql/test_text.py::AsFromTest::test_alias [gw6] [ 91%] PASSED test/sql/test_text.py::AsFromTest::test_alias test/sql/test_text.py::AsFromTest::test_basic_subquery_resultmap [gw4] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_registry_setdefault [gw7] [ 91%] PASSED test/ext/test_hybrid.py::PropertyComparatorTest::test_aliased_filter [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_serialize_context_dict test/orm/test_utils.py::PathRegistryTest::test_slice [gw2] [ 91%] PASSED test/orm/test_utils.py::PathRegistryTest::test_slice test/base/test_utils.py::PublicFactoryTest::test_classmethod [gw2] [ 91%] PASSED test/base/test_utils.py::PublicFactoryTest::test_classmethod test/base/test_utils.py::PublicFactoryTest::test_constructor [gw2] [ 91%] PASSED test/base/test_utils.py::PublicFactoryTest::test_constructor test/base/test_utils.py::QuotedTokenParserTest::test_dotted [gw2] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted test/base/test_utils.py::SymbolTest::test_pickle [gw4] [ 91%] PASSED test/base/test_utils.py::SymbolTest::test_pickle [gw6] [ 91%] PASSED test/sql/test_text.py::AsFromTest::test_basic_subquery_resultmap test/sql/test_text.py::AsFromTest::test_basic_toplevel_resultmap test/base/test_utils.py::TestClassHierarchy::test_object [gw4] [ 91%] PASSED test/base/test_utils.py::TestClassHierarchy::test_object test/base/test_utils.py::TestClassHierarchy::test_single [gw4] [ 91%] PASSED test/base/test_utils.py::TestClassHierarchy::test_single test/ext/test_hybrid.py::PropertyComparatorTest::test_aliased_query [gw7] [ 91%] PASSED test/ext/test_hybrid.py::PropertyComparatorTest::test_aliased_query test/ext/test_hybrid.py::PropertyComparatorTest::test_aliased_value [gw7] [ 91%] PASSED test/ext/test_hybrid.py::PropertyComparatorTest::test_aliased_value test/ext/test_hybrid.py::PropertyComparatorTest::test_docstring [gw7] [ 91%] PASSED test/ext/test_hybrid.py::PropertyComparatorTest::test_docstring test/base/test_utils.py::TestClassProperty::test_simple test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left [gw2] [ 91%] PASSED test/base/test_utils.py::QuotedTokenParserTest::test_dotted_quoted_left test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted3-False-_exclusions3] [gw4] [ 91%] PASSED test/base/test_utils.py::TestClassProperty::test_simple test/base/test_utils.py::TestFormatArgspec::test_init_bare [gw4] [ 91%] PASSED test/base/test_utils.py::TestFormatArgspec::test_init_bare [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_basic_toplevel_resultmap test/sql/test_text.py::AsFromTest::test_basic_toplevel_resultmap_positional [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_basic_toplevel_resultmap_positional test/sql/test_text.py::AsFromTest::test_build_bindparams [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_build_bindparams test/sql/test_text.py::AsFromTest::test_column_collection_ordered [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_column_collection_ordered test/sql/test_text.py::AsFromTest::test_column_collection_pos_plus_bykey [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_column_collection_pos_plus_bykey test/sql/test_text.py::AsFromTest::test_cte test/ext/test_hybrid.py::PropertyComparatorTest::test_no_name_one [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyComparatorTest::test_no_name_one test/ext/test_hybrid.py::PropertyComparatorTest::test_no_name_two [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_cte test/sql/test_text.py::AsFromTest::test_scalar_subquery [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_scalar_subquery test/sql/test_text.py::AsFromTest::test_select_alias_column [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_select_alias_column test/sql/test_text.py::AsFromTest::test_select_alias_label_alt_name [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_select_alias_label_alt_name test/sql/test_text.py::AsFromTest::test_select_column [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_select_column test/sql/test_text.py::AsFromTest::test_select_label_alt_name [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_select_label_alt_name test/sql/test_text.py::AsFromTest::test_select_label_alt_name_table_alias_column [gw2] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted3-False-_exclusions3] test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted4-True-_exclusions4] [gw2] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted4-True-_exclusions4] test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted5-True-_exclusions5] [gw2] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted5-True-_exclusions5] test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted6-True-_exclusions6] [gw2] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted6-True-_exclusions6] test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted7-True-_exclusions7] [gw2] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted7-True-_exclusions7] [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyComparatorTest::test_no_name_two test/ext/test_hybrid.py::PropertyComparatorTest::test_query [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyComparatorTest::test_query test/ext/test_hybrid.py::PropertyComparatorTest::test_set_get [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyComparatorTest::test_set_get test/ext/test_hybrid.py::PropertyComparatorTest::test_value [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyComparatorTest::test_value test/ext/test_hybrid.py::PropertyExpressionTest::test_aliased_expression [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_aliased_expression test/ext/test_hybrid.py::PropertyExpressionTest::test_aliased_query [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_aliased_query test/ext/test_hybrid.py::PropertyExpressionTest::test_any [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_any test/ext/test_hybrid.py::PropertyExpressionTest::test_cloning_in_polymorphic_any [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_cloning_in_polymorphic_any test/ext/test_hybrid.py::PropertyExpressionTest::test_docstring test/base/test_utils.py::TestFormatArgspec::test_init_grouped [gw4] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_init_grouped test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted9-True-_exclusions9] [gw4] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted9-True-_exclusions9] test/base/test_utils.py::TestFormatArgspec::test_specs[_kw_only_fixture-wanted13-False-_exclusions13] [gw4] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[_kw_only_fixture-wanted13-False-_exclusions13] test/base/test_utils.py::TestFormatArgspec::test_specs[_kw_opt_fixture-wanted15-False-_exclusions15] [gw4] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[_kw_opt_fixture-wanted15-False-_exclusions15] test/base/test_utils.py::TestFormatArgspec::test_specs[_kw_plus_posn_fixture-wanted14-False-_exclusions14] [gw4] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[_kw_plus_posn_fixture-wanted14-False-_exclusions14] test/base/test_utils.py::TestModuleRegistry::test_modules_are_loaded [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_select_label_alt_name_table_alias_column [gw5] [ 92%] PASSED test/orm/test_utils.py::AliasedClassTest::test_simple [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_docstring test/ext/test_hybrid.py::PropertyExpressionTest::test_expression [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_expression test/ext/test_hybrid.py::PropertyExpressionTest::test_expression_isnt_clause_element [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_expression_isnt_clause_element test/ext/test_hybrid.py::PropertyExpressionTest::test_info test/orm/test_utils.py::AliasedClassTest::test_simple_property test/sql/test_text.py::AsFromTest::test_select_table_alias_column [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_info test/ext/test_hybrid.py::PropertyExpressionTest::test_labeling_for_unnamed [gw5] [ 92%] PASSED test/orm/test_utils.py::AliasedClassTest::test_simple_property [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_select_table_alias_column test/sql/test_text.py::AsFromTest::test_subquery [gw6] [ 92%] PASSED test/sql/test_text.py::AsFromTest::test_subquery test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_call [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_call test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_call_no_self [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_call_no_self test/sql/test_text.py::BindParamTest::test_binds_compiled_named [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_binds_compiled_named test/sql/test_text.py::BindParamTest::test_binds_compiled_positional [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_binds_compiled_positional test/sql/test_text.py::BindParamTest::test_double_colons_dont_actually_need_escaping [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_double_colons_dont_actually_need_escaping test/sql/test_text.py::BindParamTest::test_escaping_colons [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_escaping_colons test/sql/test_text.py::BindParamTest::test_escaping_double_colons [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_escaping_double_colons test/sql/test_text.py::BindParamTest::test_escaping_percent_signs test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_fn [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_fn test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_fn_no_self [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_fn_no_self test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_fn_no_self_but_self [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_fn_no_self_but_self test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_init [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_init test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_init_no_self [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_init_no_self test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_instance_method_no_self [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_instance_method_no_self test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_method [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_method test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_obj_init [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_obj_init test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_partial [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_partial test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_py_builtin [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_py_builtin [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_escaping_percent_signs test/sql/test_text.py::BindParamTest::test_kw [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_kw test/sql/test_text.py::BindParamTest::test_literal_binds test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_unbound_method_no_self [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_callable_argspec_unbound_method_no_self test/base/test_utils.py::ArgInspectionTest::test_get_cls_kwargs [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_get_cls_kwargs test/base/test_utils.py::ArgInspectionTest::test_get_func_kwargs [gw4] [ 92%] PASSED test/base/test_utils.py::TestModuleRegistry::test_modules_are_loaded [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_labeling_for_unnamed test/ext/test_hybrid.py::PropertyExpressionTest::test_labeling_for_unnamed_legacy test/base/test_utils.py::TestProperties::test_keys_in_dir [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_literal_binds test/sql/test_text.py::BindParamTest::test_missing_bind_kw [gw4] [ 92%] PASSED test/base/test_utils.py::TestProperties::test_keys_in_dir [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_get_func_kwargs test/base/test_utils.py::ArgInspectionTest::test_getargspec_6_tuple [gw5] [ 92%] PASSED test/base/test_utils.py::ArgInspectionTest::test_getargspec_6_tuple test/base/test_utils.py::AsInterfaceTest::test_dict [gw5] [ 92%] PASSED test/base/test_utils.py::AsInterfaceTest::test_dict test/base/test_utils.py::AsInterfaceTest::test_instance test/base/test_utils.py::TimezoneTest::test_tzname[td0-UTC-_exclusions0] [gw4] [ 92%] PASSED test/base/test_utils.py::TimezoneTest::test_tzname[td0-UTC-_exclusions0] test/base/test_utils.py::TimezoneTest::test_tzname[td1-UTC+05:00-_exclusions1] [gw4] [ 92%] PASSED test/base/test_utils.py::TimezoneTest::test_tzname[td1-UTC+05:00-_exclusions1] test/base/test_utils.py::TimezoneTest::test_tzname[td2-UTC+05:10-_exclusions2] [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_labeling_for_unnamed_legacy test/ext/test_hybrid.py::PropertyExpressionTest::test_labeling_for_unnamed_tablename_plus_col [gw4] [ 92%] PASSED test/base/test_utils.py::TimezoneTest::test_tzname[td2-UTC+05:10-_exclusions2] test/base/test_utils.py::TimezoneTest::test_tzname[td3-UTC+05:10:27-_exclusions3] [gw4] [ 92%] PASSED test/base/test_utils.py::TimezoneTest::test_tzname[td3-UTC+05:10:27-_exclusions3] [gw5] [ 92%] PASSED test/base/test_utils.py::AsInterfaceTest::test_instance [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_missing_bind_kw test/sql/test_text.py::BindParamTest::test_missing_bind_posn [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_missing_bind_posn test/sql/test_text.py::BindParamTest::test_percent_signs_literal_binds [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_percent_signs_literal_binds test/sql/test_text.py::BindParamTest::test_positional [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_positional test/sql/test_text.py::BindParamTest::test_positional_plus_kw [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_labeling_for_unnamed_tablename_plus_col test/ext/test_hybrid.py::PropertyExpressionTest::test_query [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_query test/ext/test_hybrid.py::PropertyExpressionTest::test_set_get [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_positional_plus_kw test/base/test_utils.py::TimezoneTest::test_tzname[td4-UTC-02:50-_exclusions4] [gw4] [ 92%] PASSED test/base/test_utils.py::TimezoneTest::test_tzname[td4-UTC-02:50-_exclusions4] test/base/test_utils.py::TimezoneTest::test_tzname[td5-UTC+05:10:27.000550-_exclusions5] [gw4] [ 92%] PASSED test/base/test_utils.py::TimezoneTest::test_tzname[td5-UTC+05:10:27.000550-_exclusions5] test/base/test_utils.py::TimezoneTest::test_utcoffset [gw4] [ 92%] PASSED test/base/test_utils.py::TimezoneTest::test_utcoffset test/base/test_utils.py::ToListTest::test_from_bytes [gw4] [ 92%] PASSED test/base/test_utils.py::ToListTest::test_from_bytes test/base/test_utils.py::ToListTest::test_from_dict [gw4] [ 92%] PASSED test/base/test_utils.py::ToListTest::test_from_dict [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyExpressionTest::test_set_get test/ext/test_hybrid.py::PropertyMirrorTest::test_aliased_mismatched_col [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_aliased_mismatched_col test/ext/test_hybrid.py::PropertyMirrorTest::test_c_collection_func_element [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_c_collection_func_element test/ext/test_hybrid.py::PropertyMirrorTest::test_class [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_class test/ext/test_hybrid.py::PropertyMirrorTest::test_dont_assume_attr_key_is_present test/base/test_utils.py::AsInterfaceTest::test_no_cls_no_methods [gw5] [ 92%] PASSED test/base/test_utils.py::AsInterfaceTest::test_no_cls_no_methods test/base/test_utils.py::BackslashReplaceTest::test_ascii_to_utf8 [gw5] [ 92%] PASSED test/base/test_utils.py::BackslashReplaceTest::test_ascii_to_utf8 test/base/test_utils.py::BackslashReplaceTest::test_cp1251_to_utf8 [gw5] [ 92%] PASSED test/base/test_utils.py::BackslashReplaceTest::test_cp1251_to_utf8 test/base/test_utils.py::ToListTest::test_from_set [gw4] [ 92%] PASSED test/base/test_utils.py::ToListTest::test_from_set test/base/test_utils.py::ToListTest::test_from_string [gw4] [ 92%] PASSED test/base/test_utils.py::ToListTest::test_from_string test/base/test_utils.py::ToListTest::test_from_tuple [gw4] [ 92%] PASSED test/base/test_utils.py::ToListTest::test_from_tuple test/base/test_utils.py::WeakSequenceTest::test_cleanout_appended [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_dont_assume_attr_key_is_present test/ext/test_hybrid.py::PropertyMirrorTest::test_dont_assume_attr_key_is_present_ac [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_dont_assume_attr_key_is_present_ac test/ext/test_hybrid.py::PropertyMirrorTest::test_filter_by_mismatched_col test/sql/test_text.py::BindParamTest::test_text_in_select_nonfrom [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_text_in_select_nonfrom test/sql/test_text.py::BindParamTest::test_typing_construction [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_typing_construction test/sql/test_text.py::BindParamTest::test_unique_binds [gw6] [ 92%] PASSED test/sql/test_text.py::BindParamTest::test_unique_binds test/sql/test_text.py::CompileTest::test_basic [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_filter_by_mismatched_col test/ext/test_hybrid.py::PropertyMirrorTest::test_get_history [gw6] [ 92%] PASSED test/sql/test_text.py::CompileTest::test_basic test/sql/test_text.py::CompileTest::test_text_adds_to_result_map [gw6] [ 92%] PASSED test/sql/test_text.py::CompileTest::test_text_adds_to_result_map test/sql/test_text.py::OrderByLabelResolutionTest::test_asc [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_asc test/sql/test_text.py::OrderByLabelResolutionTest::test_columnadapter_anonymized [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_get_history test/ext/test_hybrid.py::PropertyMirrorTest::test_info_from_hybrid [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_columnadapter_anonymized test/sql/test_text.py::OrderByLabelResolutionTest::test_columnadapter_non_anonymized [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_columnadapter_non_anonymized test/sql/test_text.py::OrderByLabelResolutionTest::test_distinct_label [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_distinct_label test/sql/test_text.py::OrderByLabelResolutionTest::test_distinct_label_keyword test/base/test_utils.py::SymbolTest::test_parser [gw0] [ 92%] PASSED test/base/test_utils.py::SymbolTest::test_parser test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted0-True-_exclusions0] [gw0] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted0-True-_exclusions0] test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted1-False-_exclusions1] [gw0] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted1-False-_exclusions1] test/base/test_utils.py::BackslashReplaceTest::test_latin1_to_utf8 [gw5] [ 92%] PASSED test/base/test_utils.py::BackslashReplaceTest::test_latin1_to_utf8 test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_cls_noclsdocstring [gw5] [ 92%] PASSED test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_cls_noclsdocstring test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_cls_noclsdocstring_nomethdocstring [gw5] [ 92%] PASSED test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_cls_noclsdocstring_nomethdocstring test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_cls_nomethdocstring [gw5] [ 92%] PASSED test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_cls_nomethdocstring test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_fn test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted10-True-_exclusions10] [gw0] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted10-True-_exclusions10] test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted11-True-_exclusions11] [gw0] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted11-True-_exclusions11] test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted12-False-_exclusions12] [gw0] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted12-False-_exclusions12] [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_info_from_hybrid test/ext/test_hybrid.py::PropertyMirrorTest::test_info_not_mirrored [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_info_not_mirrored test/ext/test_hybrid.py::PropertyMirrorTest::test_key [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_key test/ext/test_hybrid.py::PropertyMirrorTest::test_property [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyMirrorTest::test_property [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_distinct_label_keyword test/sql/test_text.py::OrderByLabelResolutionTest::test_group_by_colname [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_group_by_colname test/sql/test_text.py::OrderByLabelResolutionTest::test_group_by_label [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_group_by_label test/sql/test_text.py::OrderByLabelResolutionTest::test_group_by_subquery [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_group_by_subquery test/sql/test_text.py::OrderByLabelResolutionTest::test_no_order_by_text [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_no_order_by_text test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_alias_colname [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_alias_colname test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_colname [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_colname test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_expr[case0-a-modifiers0] [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_expr[case0-a-modifiers0] test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_expr[case1-a-modifiers1] [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_expr[case1-a-modifiers1] test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_expr[case2-a DESC-modifiers2] [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_expr[case2-a DESC-modifiers2] test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_expr[case3-a DESC-modifiers3] [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_expr[case3-a DESC-modifiers3] test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_func_label_desc [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_func_label_desc test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_label [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_label test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_literal_col_quoting_one [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_literal_col_quoting_one test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_literal_col_quoting_one_explict_quote [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_literal_col_quoting_one_explict_quote test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_literal_col_quoting_two [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_literal_col_quoting_two test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_literal_col_quoting_two_explicit_quote [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_literal_col_quoting_two_explicit_quote test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_named_label_from_anon_label [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_named_label_from_anon_label test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted8-True-_exclusions8] test/ext/test_hybrid.py::PropertyOverrideTest::test_override_comparator [gw2] [ 92%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted8-True-_exclusions8] test/base/test_utils.py::TestProperties::test_pickle [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyOverrideTest::test_override_comparator test/ext/test_hybrid.py::PropertyOverrideTest::test_override_expr [gw2] [ 92%] PASSED test/base/test_utils.py::TestProperties::test_pickle test/base/test_utils.py::TestProperties::test_pickle_immuatbleprops [gw2] [ 92%] PASSED test/base/test_utils.py::TestProperties::test_pickle_immuatbleprops test/base/test_utils.py::TestProperties::test_pickle_orderedprops [gw2] [ 92%] PASSED test/base/test_utils.py::TestProperties::test_pickle_orderedprops test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_outermost_label [gw6] [ 92%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_order_by_outermost_label [gw5] [ 92%] PASSED test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_fn [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyOverrideTest::test_override_expr test/ext/test_hybrid.py::PropertyOverrideTest::test_override_getter test/base/test_utils.py::TimezoneTest::test_fromutc [gw2] [ 92%] PASSED test/base/test_utils.py::TimezoneTest::test_fromutc test/base/test_utils.py::TimezoneTest::test_repr_py2k [gw2] [ 92%] SKIPPED test/base/test_utils.py::TimezoneTest::test_repr_py2k test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_fn_nodocstring [gw5] [ 92%] PASSED test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_fn_nodocstring test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_functools_parial test/base/test_utils.py::TimezoneTest::test_repr_py3k [gw2] [ 92%] PASSED test/base/test_utils.py::TimezoneTest::test_repr_py3k [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyOverrideTest::test_override_getter test/ext/test_hybrid.py::PropertyOverrideTest::test_override_setter test/orm/test_validators.py::ValidatorTest::test_validator_wo_backrefs_w_removes [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyOverrideTest::test_override_setter test/ext/test_hybrid.py::PropertyOverrideTest::test_property [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyOverrideTest::test_property test/ext/test_hybrid.py::PropertyValueTest::test_nonassignable [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyValueTest::test_nonassignable test/ext/test_hybrid.py::PropertyValueTest::test_nondeletable [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyValueTest::test_nondeletable test/ext/test_hybrid.py::PropertyValueTest::test_set_get [gw7] [ 92%] PASSED test/ext/test_hybrid.py::PropertyValueTest::test_set_get [gw2] [ 92%] PASSED test/orm/test_validators.py::ValidatorTest::test_validator_wo_backrefs_w_removes [gw5] [ 92%] PASSED test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_functools_parial test/orm/test_validators.py::ValidatorTest::test_collection test/orm/test_validators.py::ValidatorTest::test_validator_wo_backrefs_wo_removes test/ext/test_hybrid.py::SpecialObjectTest::test_docstring [gw7] [ 92%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_docstring test/ext/test_hybrid.py::SpecialObjectTest::test_instance_four [gw7] [ 92%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_instance_four test/ext/test_hybrid.py::SpecialObjectTest::test_instance_one [gw7] [ 92%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_instance_one test/ext/test_hybrid.py::SpecialObjectTest::test_instance_three [gw7] [ 92%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_instance_three test/ext/test_hybrid.py::SpecialObjectTest::test_instance_two [gw7] [ 92%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_instance_two test/ext/test_hybrid.py::SpecialObjectTest::test_query_five [gw7] [ 92%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_query_five test/ext/test_hybrid.py::SpecialObjectTest::test_query_four [gw7] [ 92%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_query_four test/ext/test_hybrid.py::SpecialObjectTest::test_query_one [gw7] [ 92%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_query_one test/ext/test_hybrid.py::SpecialObjectTest::test_query_three [gw7] [ 92%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_query_three test/ext/test_hybrid.py::SpecialObjectTest::test_query_two [gw7] [ 93%] PASSED test/ext/test_hybrid.py::SpecialObjectTest::test_query_two test/ext/test_hybrid.py::SynonymOfPropertyTest::test_expression_expr [gw2] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_validator_wo_backrefs_wo_removes [gw7] [ 93%] PASSED test/ext/test_hybrid.py::SynonymOfPropertyTest::test_expression_expr test/ext/test_hybrid.py::SynonymOfPropertyTest::test_expression_property [gw7] [ 93%] PASSED test/ext/test_hybrid.py::SynonymOfPropertyTest::test_expression_property test/ext/test_hybrid.py::SynonymOfPropertyTest::test_hasattr test/orm/test_validators.py::ValidatorTest::test_validators_dict test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted2-True-_exclusions2] [gw0] [ 93%] PASSED test/base/test_utils.py::TestFormatArgspec::test_specs[-wanted2-True-_exclusions2] test/orm/test_validators.py::ValidatorTest::test_validator_bulk_dict_set test/sql/test_text.py::OrderByLabelResolutionTest::test_over [gw6] [ 93%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_over test/sql/test_text.py::OrderByLabelResolutionTest::test_pg_distinct [gw6] [ 93%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_pg_distinct test/sql/test_text.py::OrderByLabelResolutionTest::test_standalone_units_stringable [gw6] [ 93%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_standalone_units_stringable test/sql/test_text.py::OrderByLabelResolutionTest::test_union_column [gw6] [ 93%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_union_column test/sql/test_text.py::OrderByLabelResolutionTest::test_union_label [gw6] [ 93%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_union_label test/sql/test_text.py::OrderByLabelResolutionTest::test_unresolvable_distinct_label [gw6] [ 93%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_unresolvable_distinct_label test/sql/test_text.py::OrderByLabelResolutionTest::test_unresolvable_warning_group_by [gw2] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_validators_dict test/sql/test_values.py::ValuesTest::test_bound_parameters [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_bound_parameters [gw6] [ 93%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_unresolvable_warning_group_by test/sql/test_text.py::OrderByLabelResolutionTest::test_unresolvable_warning_order_by [gw6] [ 93%] PASSED test/sql/test_text.py::OrderByLabelResolutionTest::test_unresolvable_warning_order_by test/sql/test_text.py::SelectCompositionTest::test_expression_element_role [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_expression_element_role test/sql/test_text.py::SelectCompositionTest::test_select_bundle_columns [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_bundle_columns test/sql/test_text.py::SelectCompositionTest::test_select_composition_eight [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_eight test/sql/test_values.py::ValuesTest::test_column_quoting [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_column_quoting test/sql/test_values.py::ValuesTest::test_from_linting_named [gw1] [ 93%] PASSED test/engine/test_pool.py::QueuePoolTest::test_waiters_handled test/sql/test_text.py::SelectCompositionTest::test_select_composition_eleven[None-SELECT mytable.myid, whatever FROM mytable] [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_from_linting_named test/sql/test_values.py::ValuesTest::test_from_linting_unnamed [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_from_linting_unnamed test/sql/test_values.py::ValuesTest::test_lateral [gw0] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_validator_bulk_dict_set [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_eleven[None-SELECT mytable.myid, whatever FROM mytable] test/sql/test_text.py::SelectCompositionTest::test_select_composition_eleven[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-SELECT mytable.myid, whatever FROM mytable] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_eleven[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-SELECT mytable.myid, whatever FROM mytable] test/sql/test_text.py::SelectCompositionTest::test_select_composition_eleven[symbol('LABEL_STYLE_NONE')-SELECT mytable.myid, whatever FROM mytable] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_eleven[symbol('LABEL_STYLE_NONE')-SELECT mytable.myid, whatever FROM mytable] test/engine/test_pool.py::ResetOnReturnTest::test_plain_commit [gw1] [ 93%] PASSED test/engine/test_pool.py::ResetOnReturnTest::test_plain_commit [gw5] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_collection test/orm/test_validators.py::ValidatorTest::test_scalar [gw5] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_scalar test/orm/test_validators.py::ValidatorTest::test_validator_as_callable_object [gw5] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_validator_as_callable_object test/engine/test_pool.py::ResetOnReturnTest::test_plain_none [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_lateral test/orm/test_validators.py::ValidatorTest::test_validator_multi_warning test/sql/test_text.py::SelectCompositionTest::test_select_composition_eleven[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-SELECT mytable.myid AS mytable_myid, whatever FROM mytable] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_eleven[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-SELECT mytable.myid AS mytable_myid, whatever FROM mytable] test/sql/test_text.py::SelectCompositionTest::test_select_composition_five [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_five test/sql/test_text.py::SelectCompositionTest::test_select_composition_four [gw1] [ 93%] PASSED test/engine/test_pool.py::ResetOnReturnTest::test_plain_none test/engine/test_pool.py::ResetOnReturnTest::test_plain_rollback [gw1] [ 93%] PASSED test/engine/test_pool.py::ResetOnReturnTest::test_plain_rollback [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_four test/sql/test_text.py::SelectCompositionTest::test_select_composition_nine[None-SELECT mytable.myid, whatever FROM mytable UNION SELECT mytable.myid, whatever FROM mytable] [gw0] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_validator_multi_warning test/engine/test_pool.py::SingletonThreadPoolTest::test_cleanup test/sql/test_values.py::ValuesTest::test_literal_parameters [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_nine[None-SELECT mytable.myid, whatever FROM mytable UNION SELECT mytable.myid, whatever FROM mytable] test/orm/test_validators.py::ValidatorTest::test_validator_bulk_collection_set test/orm/test_validators.py::ValidatorTest::test_validator_w_backrefs_w_removes test/sql/test_text.py::SelectCompositionTest::test_select_composition_nine[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-SELECT mytable.myid, whatever FROM mytable UNION SELECT mytable.myid, whatever FROM mytable] [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_literal_parameters test/sql/test_values.py::ValuesTest::test_literal_parameters_not_every_type_given [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_nine[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-SELECT mytable.myid, whatever FROM mytable UNION SELECT mytable.myid, whatever FROM mytable] [gw7] [ 93%] PASSED test/ext/test_hybrid.py::SynonymOfPropertyTest::test_hasattr test/ext/test_hybrid.py::SynonymOfPropertyTest::test_instance_access [gw7] [ 93%] PASSED test/ext/test_hybrid.py::SynonymOfPropertyTest::test_instance_access test/sql/test_text.py::SelectCompositionTest::test_select_composition_nine[symbol('LABEL_STYLE_NONE')-SELECT mytable.myid, whatever FROM mytable UNION SELECT mytable.myid, whatever FROM mytable] [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_literal_parameters_not_every_type_given test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_autoincrement_true [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_autoincrement_true test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args0-ALWAYS AS IDENTITY] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args0-ALWAYS AS IDENTITY] test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args1-BY DEFAULT AS IDENTITY (START WITH 5)] test/sql/test_values.py::ValuesTest::test_use_cols_for_types [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_use_cols_for_types test/sql/test_values.py::ValuesTest::test_use_cols_tricky_not_every_type_given [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_use_cols_tricky_not_every_type_given test/sql/test_values.py::ValuesTest::test_values_in_cte_literal_binds [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args1-BY DEFAULT AS IDENTITY (START WITH 5)] test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args10-BY DEFAULT AS IDENTITY (ORDER CYCLE)] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args10-BY DEFAULT AS IDENTITY (ORDER CYCLE)] test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args11-BY DEFAULT AS IDENTITY (NO ORDER NO CYCLE)] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args11-BY DEFAULT AS IDENTITY (NO ORDER NO CYCLE)] [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_values_in_cte_literal_binds test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args2-ALWAYS AS IDENTITY (INCREMENT BY 2)] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args2-ALWAYS AS IDENTITY (INCREMENT BY 2)] test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args3-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 5)] test/sql/test_values.py::ValuesTest::test_with_standalone_aliased_join [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args3-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 5)] test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args4-ALWAYS AS IDENTITY (INCREMENT BY 2 START WITH 0 MINVALUE 0)] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args4-ALWAYS AS IDENTITY (INCREMENT BY 2 START WITH 0 MINVALUE 0)] test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args5-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 1 MAXVALUE 5)] [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_with_standalone_aliased_join [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args5-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 1 MAXVALUE 5)] test/sql/test_values.py::ValuesTest::test_wrong_number_of_elements test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args6-ALWAYS AS IDENTITY (INCREMENT BY 2 START WITH 1 NO MAXVALUE)] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args6-ALWAYS AS IDENTITY (INCREMENT BY 2 START WITH 1 NO MAXVALUE)] test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args7-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 0 NO MINVALUE)] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args7-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 0 NO MINVALUE)] [gw2] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_wrong_number_of_elements test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args8-ALWAYS AS IDENTITY (START WITH 1 MAXVALUE 10 CYCLE)] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args8-ALWAYS AS IDENTITY (START WITH 1 MAXVALUE 10 CYCLE)] test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args9-BY DEFAULT AS IDENTITY (CACHE 1000 ORDER)] [gw0] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_validator_w_backrefs_w_removes test/orm/test_validators.py::ValidatorTest::test_validator_w_backrefs_wo_removes [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_nine[symbol('LABEL_STYLE_NONE')-SELECT mytable.myid, whatever FROM mytable UNION SELECT mytable.myid, whatever FROM mytable] test/sql/test_text.py::SelectCompositionTest::test_select_composition_nine[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-SELECT mytable.myid AS mytable_myid, whatever FROM mytable UNION SELECT mytable.myid AS mytable_myid, whatever FROM mytable] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_nine[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-SELECT mytable.myid AS mytable_myid, whatever FROM mytable UNION SELECT mytable.myid AS mytable_myid, whatever FROM mytable] test/sql/test_text.py::SelectCompositionTest::test_select_composition_one [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_one test/sql/test_text.py::SelectCompositionTest::test_select_composition_seven [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_seven test/sql/test_text.py::SelectCompositionTest::test_select_composition_six [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_six test/sql/test_text.py::SelectCompositionTest::test_select_composition_ten[None-SELECT anon_1.myid FROM (SELECT mytable.myid AS myid, whatever FROM mytable UNION SELECT mytable.myid AS myid, whatever FROM mytable) AS anon_1] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_ten[None-SELECT anon_1.myid FROM (SELECT mytable.myid AS myid, whatever FROM mytable UNION SELECT mytable.myid AS myid, whatever FROM mytable) AS anon_1] test/sql/test_text.py::SelectCompositionTest::test_select_composition_ten[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-SELECT anon_1.myid FROM (SELECT mytable.myid AS myid, whatever FROM mytable UNION SELECT mytable.myid AS myid, whatever FROM mytable) AS anon_1] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_ten[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-SELECT anon_1.myid FROM (SELECT mytable.myid AS myid, whatever FROM mytable UNION SELECT mytable.myid AS myid, whatever FROM mytable) AS anon_1] test/sql/test_text.py::SelectCompositionTest::test_select_composition_ten[symbol('LABEL_STYLE_NONE')-SELECT anon_1.myid FROM (SELECT mytable.myid AS myid, whatever FROM mytable UNION SELECT mytable.myid AS myid, whatever FROM mytable) AS anon_1] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_create_ddl[identity_args9-BY DEFAULT AS IDENTITY (CACHE 1000 ORDER)] test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_nullable_kwarg [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_nullable_kwarg test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_other_options [gw7] [ 93%] PASSED test/sql/test_identity_column.py::DefaultDialectIdentityDDL_sqlite+pysqlite_3_38_2::test_other_options test/sql/test_identity_column.py::IdentityDDL::test_autoincrement_true [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_autoincrement_true test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args0-ALWAYS AS IDENTITY] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args0-ALWAYS AS IDENTITY] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args1-BY DEFAULT AS IDENTITY (START WITH 5)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args1-BY DEFAULT AS IDENTITY (START WITH 5)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args10-BY DEFAULT AS IDENTITY (ORDER CYCLE)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args10-BY DEFAULT AS IDENTITY (ORDER CYCLE)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args11-BY DEFAULT AS IDENTITY (NO ORDER NO CYCLE)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args11-BY DEFAULT AS IDENTITY (NO ORDER NO CYCLE)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args2-ALWAYS AS IDENTITY (INCREMENT BY 2)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args2-ALWAYS AS IDENTITY (INCREMENT BY 2)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args3-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 5)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args3-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 5)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args4-ALWAYS AS IDENTITY (INCREMENT BY 2 START WITH 0 MINVALUE 0)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args4-ALWAYS AS IDENTITY (INCREMENT BY 2 START WITH 0 MINVALUE 0)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args5-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 1 MAXVALUE 5)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args5-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 1 MAXVALUE 5)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args6-ALWAYS AS IDENTITY (INCREMENT BY 2 START WITH 1 NO MAXVALUE)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args6-ALWAYS AS IDENTITY (INCREMENT BY 2 START WITH 1 NO MAXVALUE)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args7-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 0 NO MINVALUE)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args7-BY DEFAULT AS IDENTITY (INCREMENT BY 2 START WITH 0 NO MINVALUE)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args8-ALWAYS AS IDENTITY (START WITH 1 MAXVALUE 10 CYCLE)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args8-ALWAYS AS IDENTITY (START WITH 1 MAXVALUE 10 CYCLE)] test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args9-BY DEFAULT AS IDENTITY (CACHE 1000 ORDER)] [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_create_ddl[identity_args9-BY DEFAULT AS IDENTITY (CACHE 1000 ORDER)] test/sql/test_identity_column.py::IdentityDDL::test_nullable_kwarg [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_nullable_kwarg test/sql/test_identity_column.py::IdentityDDL::test_on_null [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_on_null test/sql/test_identity_column.py::IdentityDDL::test_other_options [gw7] [ 93%] SKIPPED test/sql/test_identity_column.py::IdentityDDL::test_other_options test/sql/test_identity_column.py::IdentityTest::test_autoincrement_column [gw7] [ 93%] PASSED test/sql/test_identity_column.py::IdentityTest::test_autoincrement_column [gw0] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_validator_w_backrefs_wo_removes test/orm/test_versioning.py::AlternateGeneratorTest_sqlite+pysqlite_3_38_2::test_child_row_switch_one [gw2] [ 93%] PASSED test/orm/test_versioning.py::AlternateGeneratorTest_sqlite+pysqlite_3_38_2::test_child_row_switch_one [gw5] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_validator_bulk_collection_set test/sql/test_values.py::ValuesTest::test_values_in_cte_params [gw5] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_values_in_cte_params test/sql/test_values.py::ValuesTest::test_with_aliased_join [gw5] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_with_aliased_join test/orm/test_versioning.py::AlternateGeneratorTest_sqlite+pysqlite_3_38_2::test_child_row_switch_two test/sql/test_values.py::ValuesTest::test_with_join_named [gw5] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_with_join_named [gw2] [ 93%] PASSED test/orm/test_versioning.py::AlternateGeneratorTest_sqlite+pysqlite_3_38_2::test_child_row_switch_two [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_ten[symbol('LABEL_STYLE_NONE')-SELECT anon_1.myid FROM (SELECT mytable.myid AS myid, whatever FROM mytable UNION SELECT mytable.myid AS myid, whatever FROM mytable) AS anon_1] test/sql/test_text.py::SelectCompositionTest::test_select_composition_ten[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-SELECT anon_1.mytable_myid FROM (SELECT mytable.myid AS mytable_myid, whatever FROM mytable UNION SELECT mytable.myid AS mytable_myid, whatever FROM mytable) AS anon_1] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_ten[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-SELECT anon_1.mytable_myid FROM (SELECT mytable.myid AS mytable_myid, whatever FROM mytable UNION SELECT mytable.myid AS mytable_myid, whatever FROM mytable) AS anon_1] test/sql/test_text.py::SelectCompositionTest::test_select_composition_three [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_three test/sql/test_text.py::SelectCompositionTest::test_select_composition_two [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_composition_two test/orm/test_versioning.py::InheritanceTwoVersionIdsTest_sqlite+pysqlite_3_38_2::test_sub_both test/sql/test_values.py::ValuesTest::test_with_join_unnamed [gw5] [ 93%] PASSED test/sql/test_values.py::ValuesTest::test_with_join_unnamed test/orm/test_versioning.py::ManualVersionTest_sqlite+pysqlite_3_38_2::test_update [gw5] [ 93%] PASSED test/orm/test_versioning.py::ManualVersionTest_sqlite+pysqlite_3_38_2::test_update test/orm/test_versioning.py::ManualVersionTest_sqlite+pysqlite_3_38_2::test_update_concurrent_check [gw2] [ 93%] PASSED test/orm/test_versioning.py::InheritanceTwoVersionIdsTest_sqlite+pysqlite_3_38_2::test_sub_both test/sql/test_text.py::SelectCompositionTest::test_select_selected_columns_ignores_text[None-expected0] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_selected_columns_ignores_text[None-expected0] test/sql/test_text.py::SelectCompositionTest::test_select_selected_columns_ignores_text[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected2] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_selected_columns_ignores_text[symbol('LABEL_STYLE_DISAMBIGUATE_ONLY')-expected2] test/sql/test_text.py::SelectCompositionTest::test_select_selected_columns_ignores_text[symbol('LABEL_STYLE_NONE')-expected1] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_selected_columns_ignores_text[symbol('LABEL_STYLE_NONE')-expected1] test/orm/test_versioning.py::InheritanceTwoVersionIdsTest_sqlite+pysqlite_3_38_2::test_sub_only [gw5] [ 93%] PASSED test/orm/test_versioning.py::ManualVersionTest_sqlite+pysqlite_3_38_2::test_update_concurrent_check test/orm/test_versioning.py::ManualVersionTest_sqlite+pysqlite_3_38_2::test_update_version_conditional test/sql/test_text.py::SelectCompositionTest::test_select_selected_columns_ignores_text[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected3] [gw6] [ 93%] PASSED test/sql/test_text.py::SelectCompositionTest::test_select_selected_columns_ignores_text[symbol('LABEL_STYLE_TABLENAME_PLUS_COL')-expected3] test/sql/test_text.py::TextErrorsTest::test_column [gw6] [ 93%] PASSED test/sql/test_text.py::TextErrorsTest::test_column test/sql/test_text.py::TextErrorsTest::test_from [gw6] [ 93%] PASSED test/sql/test_text.py::TextErrorsTest::test_from test/sql/test_text.py::TextErrorsTest::test_having [gw6] [ 93%] PASSED test/sql/test_text.py::TextErrorsTest::test_having test/sql/test_text.py::TextErrorsTest::test_where [gw6] [ 93%] PASSED test/sql/test_text.py::TextErrorsTest::test_where test/orm/test_transaction.py::AccountingFlagsTest_sqlite+pysqlite_3_38_2::test_no_expire_on_commit [gw6] [ 93%] PASSED test/orm/test_transaction.py::AccountingFlagsTest_sqlite+pysqlite_3_38_2::test_no_expire_on_commit test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_commit_pending [gw6] [ 93%] PASSED test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_commit_pending test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_concurrent_commit_pending [gw6] [ 93%] PASSED test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_concurrent_commit_pending test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_expunge_pending_on_rollback [gw6] [ 93%] PASSED test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_expunge_pending_on_rollback test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_gced_delete_on_rollback [gw1] [ 93%] PASSED test/engine/test_pool.py::SingletonThreadPoolTest::test_cleanup test/engine/test_pool.py::SingletonThreadPoolTest::test_no_rollback_from_nested_connections [gw5] [ 93%] PASSED test/orm/test_versioning.py::ManualVersionTest_sqlite+pysqlite_3_38_2::test_update_version_conditional test/orm/test_validators.py::ValidatorTest::test_validator_w_removes test/sql/test_identity_column.py::IdentityTest::test_identity_and_sequence [gw7] [ 93%] PASSED test/sql/test_identity_column.py::IdentityTest::test_identity_and_sequence test/sql/test_identity_column.py::IdentityTest::test_identity_autoincrement_false [gw7] [ 93%] PASSED test/sql/test_identity_column.py::IdentityTest::test_identity_autoincrement_false test/sql/test_identity_column.py::IdentityTest::test_server_default_onupdate [gw7] [ 93%] PASSED test/sql/test_identity_column.py::IdentityTest::test_server_default_onupdate test/sql/test_identity_column.py::IdentityTest::test_to_metadata test/orm/test_versioning.py::NoBumpOnRelationshipTest_sqlite+pysqlite_3_38_2::test_functional_counter [gw7] [ 93%] PASSED test/sql/test_identity_column.py::IdentityTest::test_to_metadata test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[mariadb] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[mariadb] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[mysql] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[mysql] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[oracle] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[oracle] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[postgresql] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[postgresql] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[sqlite] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored[sqlite] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-mariadb] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-mariadb] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-mysql] [gw2] [ 93%] PASSED test/orm/test_versioning.py::InheritanceTwoVersionIdsTest_sqlite+pysqlite_3_38_2::test_sub_only [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-mysql] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-oracle] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-oracle] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-postgresql] [gw5] [ 93%] PASSED test/orm/test_versioning.py::NoBumpOnRelationshipTest_sqlite+pysqlite_3_38_2::test_functional_counter [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-postgresql] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-sqlite] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[True-sqlite] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-mariadb] test/orm/test_versioning.py::NoBumpOnRelationshipTest_sqlite+pysqlite_3_38_2::test_no_counter [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-mariadb] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-mysql] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-mysql] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-oracle] test/orm/test_versioning.py::ManualInheritanceVersionTest_sqlite+pysqlite_3_38_2::test_no_increment [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-oracle] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-postgresql] [gw0] [ 93%] PASSED test/orm/test_validators.py::ValidatorTest::test_validator_w_removes [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-postgresql] test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-sqlite] [gw7] [ 93%] PASSED test/sql/test_identity_column.py::NotSupportingIdentityDDL::test_identity_is_ignored_in_pk[auto-sqlite] [gw1] [ 93%] PASSED test/engine/test_pool.py::SingletonThreadPoolTest::test_no_rollback_from_nested_connections test/orm/test_immediate_load.py::ImmediateTest::test_basic test/engine/test_pool.py::StaticPoolTest::test_connect [gw5] [ 93%] PASSED test/orm/test_versioning.py::NoBumpOnRelationshipTest_sqlite+pysqlite_3_38_2::test_no_counter [gw1] [ 93%] PASSED test/engine/test_pool.py::StaticPoolTest::test_connect test/engine/test_pool.py::StaticPoolTest::test_recreate test/orm/test_versioning.py::AlternateGeneratorTest_sqlite+pysqlite_3_38_2::test_row_switch [gw1] [ 93%] PASSED test/engine/test_pool.py::StaticPoolTest::test_recreate test/orm/test_versioning.py::NoBumpOnRelationshipTest_sqlite+pysqlite_3_38_2::test_plain_counter test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_negative_int [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_negative_int test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_none [gw2] [ 93%] PASSED test/orm/test_versioning.py::ManualInheritanceVersionTest_sqlite+pysqlite_3_38_2::test_no_increment [gw5] [ 93%] PASSED test/orm/test_versioning.py::NoBumpOnRelationshipTest_sqlite+pysqlite_3_38_2::test_plain_counter [gw0] [ 93%] PASSED test/orm/test_versioning.py::AlternateGeneratorTest_sqlite+pysqlite_3_38_2::test_row_switch test/orm/test_versioning.py::ColumnTypeTest_sqlite+pysqlite_3_38_2::test_update [gw7] [ 93%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_basic test/orm/test_versioning.py::ManualVersionTest_sqlite+pysqlite_3_38_2::test_insert [gw0] [ 93%] PASSED test/orm/test_versioning.py::ColumnTypeTest_sqlite+pysqlite_3_38_2::test_update test/orm/test_versioning.py::NullVersionIdTest_sqlite+pysqlite_3_38_2::test_null_version_id_insert test/orm/test_versioning.py::InheritanceTwoVersionIdsTest_sqlite+pysqlite_3_38_2::test_base_both [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_none test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_one [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_one test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_positive_int [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_positive_int test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_zero [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CBooleanProcessorTest::test_int_to_bool_zero test/orm/test_immediate_load.py::ImmediateTest::test_basic_option[immediate] test/engine/test_processors.py::CDateProcessorTest::test_date_invalid_string [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CDateProcessorTest::test_date_invalid_string test/engine/test_processors.py::CDateProcessorTest::test_date_no_string [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CDateProcessorTest::test_date_no_string test/engine/test_processors.py::CDateProcessorTest::test_datetime_invalid_string [gw5] [ 93%] PASSED test/orm/test_versioning.py::NullVersionIdTest_sqlite+pysqlite_3_38_2::test_null_version_id_insert [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CDateProcessorTest::test_datetime_invalid_string test/engine/test_processors.py::CDateProcessorTest::test_datetime_no_string [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CDateProcessorTest::test_datetime_no_string test/engine/test_processors.py::CDateProcessorTest::test_time_invalid_string [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CDateProcessorTest::test_time_invalid_string test/engine/test_processors.py::CDateProcessorTest::test_time_no_string [gw7] [ 93%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_basic_option[immediate] [gw1] [ 93%] SKIPPED test/engine/test_processors.py::CDateProcessorTest::test_time_no_string test/engine/test_processors.py::PyDateProcessorTest::test_date_invalid_string test/orm/test_immediate_load.py::ImmediateTest::test_basic_option[raise] [gw1] [ 93%] PASSED test/engine/test_processors.py::PyDateProcessorTest::test_date_invalid_string test/engine/test_processors.py::PyDateProcessorTest::test_date_no_string test/orm/test_versioning.py::RowSwitchTest_sqlite+pysqlite_3_38_2::test_row_switch [gw1] [ 93%] PASSED test/engine/test_processors.py::PyDateProcessorTest::test_date_no_string test/engine/test_processors.py::PyDateProcessorTest::test_datetime_invalid_string [gw0] [ 93%] PASSED test/orm/test_versioning.py::InheritanceTwoVersionIdsTest_sqlite+pysqlite_3_38_2::test_base_both [gw1] [ 93%] PASSED test/engine/test_processors.py::PyDateProcessorTest::test_datetime_invalid_string test/engine/test_processors.py::PyDateProcessorTest::test_datetime_no_string [gw1] [ 93%] PASSED test/engine/test_processors.py::PyDateProcessorTest::test_datetime_no_string test/engine/test_processors.py::PyDateProcessorTest::test_time_invalid_string [gw1] [ 93%] PASSED test/engine/test_processors.py::PyDateProcessorTest::test_time_invalid_string test/engine/test_processors.py::PyDateProcessorTest::test_time_no_string [gw1] [ 93%] PASSED test/engine/test_processors.py::PyDateProcessorTest::test_time_no_string test/orm/test_versioning.py::InheritanceTwoVersionIdsTest_sqlite+pysqlite_3_38_2::test_mismatch_version_col_warning test/engine/test_processors.py::PyDistillArgsTest::test_distill_dict_multi_empty_param [gw4] [ 93%] PASSED test/base/test_utils.py::WeakSequenceTest::test_cleanout_appended [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_dict_multi_empty_param test/engine/test_processors.py::PyDistillArgsTest::test_distill_dict_multi_none_param test/base/test_utils.py::WeakSequenceTest::test_cleanout_elements [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_dict_multi_none_param test/engine/test_processors.py::PyDistillArgsTest::test_distill_multi_list_tuple [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_multi_list_tuple test/engine/test_processors.py::PyDistillArgsTest::test_distill_multi_string_tuple [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_basic_option[raise] test/orm/test_immediate_load.py::ImmediateTest::test_basic_option[raise_on_sql] [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_multi_string_tuple test/engine/test_processors.py::PyDistillArgsTest::test_distill_multi_strings [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_multi_strings test/engine/test_processors.py::PyDistillArgsTest::test_distill_no_multi_no_param [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_no_multi_no_param [gw5] [ 94%] PASSED test/orm/test_versioning.py::RowSwitchTest_sqlite+pysqlite_3_38_2::test_row_switch test/engine/test_processors.py::PyDistillArgsTest::test_distill_none [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_none test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_dict [gw0] [ 94%] PASSED test/orm/test_versioning.py::InheritanceTwoVersionIdsTest_sqlite+pysqlite_3_38_2::test_mismatch_version_col_warning [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_dict test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_list_dicts [gw2] [ 94%] PASSED test/orm/test_versioning.py::ManualVersionTest_sqlite+pysqlite_3_38_2::test_insert [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_list_dicts test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_list_strings [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_list_strings test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_list_tuple test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_concurrent_mod_err_expire_on_commit [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_list_tuple test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_delete_col test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_list_tuples [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_list_tuples test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_string [gw1] [ 94%] PASSED test/engine/test_processors.py::PyDistillArgsTest::test_distill_single_string test/orm/inheritance/test_productspec.py::InheritTest::test_five [gw0] [ 94%] PASSED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_delete_col [gw5] [ 94%] PASSED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_concurrent_mod_err_expire_on_commit test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_insert_col [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_basic_option[raise_on_sql] test/orm/test_immediate_load.py::ImmediateTest::test_basic_option[select] [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_basic_option[select] test/orm/test_immediate_load.py::ImmediateTest::test_basic_option_m2o[immediate] [gw1] [ 94%] PASSED test/orm/inheritance/test_productspec.py::InheritTest::test_five [gw0] [ 94%] PASSED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_insert_col test/orm/inheritance/test_productspec.py::InheritTest::test_four test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_concurrent_mod_err_noexpire_on_commit test/orm/test_versioning.py::NullVersionIdTest_sqlite+pysqlite_3_38_2::test_null_version_id_update test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_insert_col_eager_defaults [gw0] [ 94%] PASSED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_insert_col_eager_defaults [gw5] [ 94%] PASSED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_concurrent_mod_err_noexpire_on_commit test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_update_col test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_multi_update [gw0] [ 94%] PASSED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_update_col test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_update_col_eager_defaults [gw5] [ 94%] PASSED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_multi_update test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_sql_expr_bump [gw0] [ 94%] PASSED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_update_col_eager_defaults [gw1] [ 94%] PASSED test/orm/inheritance/test_productspec.py::InheritTest::test_four test/orm/inheritance/test_productspec.py::InheritTest::test_one [gw1] [ 94%] PASSED test/orm/inheritance/test_productspec.py::InheritTest::test_one test/orm/inheritance/test_productspec.py::InheritTest::test_three [gw5] [ 94%] PASSED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_sql_expr_bump [gw1] [ 94%] PASSED test/orm/inheritance/test_productspec.py::InheritTest::test_three test/orm/inheritance/test_productspec.py::InheritTest::test_two [gw1] [ 94%] PASSED test/orm/inheritance/test_productspec.py::InheritTest::test_two test/dialect/test_pyodbc.py::PyODBCTest::test_pyodbc_version [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_basic_option_m2o[immediate] test/orm/test_immediate_load.py::ImmediateTest::test_basic_option_m2o[raise] [gw1] [ 94%] PASSED test/dialect/test_pyodbc.py::PyODBCTest::test_pyodbc_version test/orm/test_query.py::AggregateTest::test_apply [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_basic_option_m2o[raise] test/orm/test_immediate_load.py::ImmediateTest::test_basic_option_m2o[raise_on_sql] [gw1] [ 94%] PASSED test/orm/test_query.py::AggregateTest::test_apply test/orm/test_query.py::AggregateTest::test_having [gw1] [ 94%] PASSED test/orm/test_query.py::AggregateTest::test_having test/orm/test_query.py::AggregateTest::test_sum [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_basic_option_m2o[raise_on_sql] [gw1] [ 94%] PASSED test/orm/test_query.py::AggregateTest::test_sum test/orm/test_immediate_load.py::ImmediateTest::test_basic_option_m2o[select] test/dialect/mysql/test_query.py::AnyAllTest::test_all_w_comparator [gw1] [ 94%] SKIPPED test/dialect/mysql/test_query.py::AnyAllTest::test_all_w_comparator test/dialect/mysql/test_query.py::AnyAllTest::test_any_literal [gw1] [ 94%] SKIPPED test/dialect/mysql/test_query.py::AnyAllTest::test_any_literal test/dialect/mysql/test_query.py::AnyAllTest::test_any_w_comparator [gw1] [ 94%] SKIPPED test/dialect/mysql/test_query.py::AnyAllTest::test_any_w_comparator test/orm/test_query.py::BooleanEvalTest::test_five [gw1] [ 94%] PASSED test/orm/test_query.py::BooleanEvalTest::test_five test/orm/test_query.py::BooleanEvalTest::test_four [gw1] [ 94%] PASSED test/orm/test_query.py::BooleanEvalTest::test_four test/orm/test_query.py::BooleanEvalTest::test_one [gw1] [ 94%] PASSED test/orm/test_query.py::BooleanEvalTest::test_one test/orm/test_query.py::BooleanEvalTest::test_three [gw1] [ 94%] PASSED test/orm/test_query.py::BooleanEvalTest::test_three test/orm/test_query.py::BooleanEvalTest::test_two [gw1] [ 94%] PASSED test/orm/test_query.py::BooleanEvalTest::test_two [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_basic_option_m2o[select] test/orm/test_immediate_load.py::ImmediateTest::test_m2one_side[joined] test/orm/test_query.py::ColumnPropertyTest::test_anon_label_ad_hoc_labeling [gw1] [ 94%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_anon_label_ad_hoc_labeling test/orm/test_query.py::ColumnPropertyTest::test_anon_label_function_auto test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_m2o_plain [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_m2o_plain test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_m2o_post_update [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_m2o_post_update [gw2] [ 94%] PASSED test/orm/test_versioning.py::NullVersionIdTest_sqlite+pysqlite_3_38_2::test_null_version_id_update test/orm/test_versioning.py::PlainInheritanceTest_sqlite+pysqlite_3_38_2::test_update_child_table_only [gw2] [ 94%] PASSED test/orm/test_versioning.py::PlainInheritanceTest_sqlite+pysqlite_3_38_2::test_update_child_table_only [gw1] [ 94%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_anon_label_function_auto test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_sql_expr_w_mods_bump test/orm/test_query.py::ColumnPropertyTest::test_anon_label_function_manual [gw5] [ 94%] SKIPPED test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_sql_expr_w_mods_bump test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_m2o_post_update_version_assert [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_m2one_side[joined] test/orm/test_immediate_load.py::ImmediateTest::test_m2one_side[selectin] test/orm/test_versioning.py::RowSwitchTest_sqlite+pysqlite_3_38_2::test_child_row_switch test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_m2o_post_update_not_assoc_w_insert [gw5] [ 94%] PASSED test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_m2o_post_update_version_assert test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_plain [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_m2one_side[selectin] [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_m2o_post_update_not_assoc_w_insert test/orm/test_immediate_load.py::ImmediateTest::test_m2one_side[subquery] test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_post_update [gw2] [ 94%] PASSED test/orm/test_versioning.py::RowSwitchTest_sqlite+pysqlite_3_38_2::test_child_row_switch [gw5] [ 94%] PASSED test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_plain [gw1] [ 94%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_anon_label_function_manual test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_labeled_prop_attr_aliased_four test/orm/test_versioning.py::VersioningMappedSelectTest_sqlite+pysqlite_3_38_2::test_explicit test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_post_update_not_assoc_w_insert [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_m2one_side[subquery] test/orm/test_immediate_load.py::ImmediateTest::test_o2mone_side[immediate] [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_post_update test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_post_update_no_sane_rowcount [gw2] [ 94%] PASSED test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_post_update_not_assoc_w_insert [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_o2mone_side[immediate] test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_post_update_version_assert [gw5] [ 94%] PASSED test/orm/test_versioning.py::VersioningMappedSelectTest_sqlite+pysqlite_3_38_2::test_explicit test/orm/test_immediate_load.py::ImmediateTest::test_o2mone_side[joined] [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_post_update_no_sane_rowcount test/orm/test_versioning.py::VersioningMappedSelectTest_sqlite+pysqlite_3_38_2::test_implicit test/orm/test_versioning.py::VersioningMappedSelectTest_sqlite+pysqlite_3_38_2::test_explicit_assign_from_expired [gw7] [ 94%] PASSED test/orm/test_immediate_load.py::ImmediateTest::test_o2mone_side[joined] [gw2] [ 94%] PASSED test/orm/test_versioning.py::VersionOnPostUpdateTest_sqlite+pysqlite_3_38_2::test_o2m_post_update_version_assert test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_basic [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersioningMappedSelectTest_sqlite+pysqlite_3_38_2::test_implicit test/sql/test_metadata.py::ColumnOptionsTest::test_argument_signatures [gw7] [ 94%] PASSED test/sql/test_metadata.py::ColumnOptionsTest::test_argument_signatures [gw5] [ 94%] PASSED test/orm/test_versioning.py::VersioningMappedSelectTest_sqlite+pysqlite_3_38_2::test_explicit_assign_from_expired [gw1] [ 94%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_labeled_prop_attr_aliased_four test/sql/test_metadata.py::ColumnOptionsTest::test_column_info [gw7] [ 94%] PASSED test/sql/test_metadata.py::ColumnOptionsTest::test_column_info test/sql/test_metadata.py::ColumnOptionsTest::test_default_generators [gw7] [ 94%] PASSED test/sql/test_metadata.py::ColumnOptionsTest::test_default_generators test/sql/test_metadata.py::ConstraintTest::test_ambig_check_constraint_auto_append test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_labeled_prop_attr_aliased_one [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_ambig_check_constraint_auto_append test/sql/test_metadata.py::ConstraintTest::test_auto_append_ck_on_col_attach_one [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_ck_on_col_attach_one test/sql/test_metadata.py::ConstraintTest::test_auto_append_ck_on_col_attach_three [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_ck_on_col_attach_three test/orm/test_versioning.py::VersioningMappedSelectTest_sqlite+pysqlite_3_38_2::test_implicit_no_readonly test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_bulk_update [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersioningMappedSelectTest_sqlite+pysqlite_3_38_2::test_implicit_no_readonly test/sql/test_metadata.py::ConstraintTest::test_auto_append_ck_on_col_attach_two [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_ck_on_col_attach_two test/sql/test_metadata.py::ConstraintTest::test_auto_append_constraint [gw2] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_basic [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_constraint test/sql/test_metadata.py::ConstraintTest::test_auto_append_lowercase_table [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_lowercase_table test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_five [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_five test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_four [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_four test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_one [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_one test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_three [gw5] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_bulk_update [gw1] [ 94%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_labeled_prop_attr_aliased_one test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_labeled_prop_attr_aliased_three test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_bump_version [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_three test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_two [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_auto_append_uq_on_col_attach_two test/sql/test_metadata.py::ConstraintTest::test_check_constraint_copy [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_check_constraint_copy test/sql/test_metadata.py::ConstraintTest::test_clauseelement_extraction_one [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_clauseelement_extraction_one test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_merge_correct_version test/sql/test_metadata.py::ConstraintTest::test_clauseelement_extraction_three [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_clauseelement_extraction_three test/sql/test_metadata.py::ConstraintTest::test_clauseelement_extraction_two test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_bulk_insert [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_clauseelement_extraction_two test/sql/test_metadata.py::ConstraintTest::test_column_accessor_clause_element [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_column_accessor_clause_element test/sql/test_metadata.py::ConstraintTest::test_column_accessor_col [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_column_accessor_col test/sql/test_metadata.py::ConstraintTest::test_column_accessor_string_no_parent [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_column_accessor_string_no_parent [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_bump_version test/sql/test_metadata.py::ConstraintTest::test_column_accessor_string_no_parent_table [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_column_accessor_string_no_parent_table test/sql/test_metadata.py::ConstraintTest::test_column_accessor_string_no_target_column [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_column_accessor_string_no_target_column [gw1] [ 94%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_labeled_prop_attr_aliased_three test/sql/test_metadata.py::ConstraintTest::test_column_accessor_string_no_target_table [gw5] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_merge_correct_version [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_column_accessor_string_no_target_table test/sql/test_metadata.py::ConstraintTest::test_column_associated_w_lowercase_table test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_labeled_prop_attr_aliased_two [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_column_associated_w_lowercase_table test/sql/test_metadata.py::ConstraintTest::test_column_references test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_merge_incorrect_version [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_column_references test/sql/test_metadata.py::ConstraintTest::test_column_references_derived test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_merge_no_version [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_column_references_derived [gw2] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_bulk_insert [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_merge_incorrect_version test/sql/test_metadata.py::ConstraintTest::test_constraint_copied_to_proxy_ok [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_constraint_copied_to_proxy_ok test/sql/test_metadata.py::ConstraintTest::test_copy_doesnt_reference [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_copy_doesnt_reference test/sql/test_metadata.py::ConstraintTest::test_derived_column_references [gw5] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_merge_no_version test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_multiple_updates test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_merge_incorrect_version_not_in_session [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_derived_column_references test/sql/test_metadata.py::ConstraintTest::test_double_fk_usage_raises test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_notsane_warning [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_double_fk_usage_raises test/sql/test_metadata.py::ConstraintTest::test_index_asserts_cols_inline [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_index_asserts_cols_inline test/sql/test_metadata.py::ConstraintTest::test_index_asserts_cols_standalone [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_index_asserts_cols_standalone test/sql/test_metadata.py::ConstraintTest::test_index_no_cols_private_table_arg [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_index_no_cols_private_table_arg test/sql/test_metadata.py::ConstraintTest::test_index_w_cols_private_table_arg [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_index_w_cols_private_table_arg test/sql/test_metadata.py::ConstraintTest::test_inline_decl_columns [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_multiple_updates [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_inline_decl_columns test/sql/test_metadata.py::ConstraintTest::test_inline_decl_columns_functional [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_inline_decl_columns_functional test/sql/test_metadata.py::ConstraintTest::test_inline_decl_string [gw5] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_notsane_warning [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_inline_decl_string test/sql/test_metadata.py::ConstraintTest::test_inline_decl_textonly [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_inline_decl_textonly test/sql/test_metadata.py::ConstraintTest::test_invalid_composite_fk_check_columns test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_noversioncheck [gw2] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_merge_incorrect_version_not_in_session [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_invalid_composite_fk_check_columns test/sql/test_metadata.py::ConstraintTest::test_invalid_composite_fk_check_columns_notattached [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_invalid_composite_fk_check_columns_notattached test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_update_delete_no_plain_rowcount test/sql/test_metadata.py::ConstraintTest::test_invalid_composite_fk_check_strings test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_update_multi_missing_broken_multi_rowcount [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_invalid_composite_fk_check_strings test/sql/test_metadata.py::ConstraintTest::test_no_warning_w_no_columns [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_no_warning_w_no_columns test/sql/test_metadata.py::ConstraintTest::test_non_attached_col_plus_string_expr [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_non_attached_col_plus_string_expr test/sql/test_metadata.py::ConstraintTest::test_pickle_ck_binary_annotated_col [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_pickle_ck_binary_annotated_col test/sql/test_metadata.py::ConstraintTest::test_pickle_fk_annotated_col [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_pickle_fk_annotated_col test/sql/test_metadata.py::ConstraintTest::test_pickle_idx_expr_annotated_col [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_pickle_idx_expr_annotated_col test/sql/test_metadata.py::ConstraintTest::test_pickle_uq_annotated_col [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_noversioncheck [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_pickle_uq_annotated_col test/sql/test_metadata.py::ConstraintTest::test_raise_clauseelement_not_a_column [gw1] [ 94%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_labeled_prop_attr_aliased_two test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_prop_aliased_string [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_raise_clauseelement_not_a_column [gw5] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_update_multi_missing_broken_multi_rowcount test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_versioncheck [gw2] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_update_delete_no_plain_rowcount [gw0] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_versioncheck test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_versioncheck_not_versioned test/base/test_warnings.py::WarnDeprecatedLimitedTest::test_warn_deprecated_limited_cap [gw0] [ 94%] PASSED test/base/test_warnings.py::WarnDeprecatedLimitedTest::test_warn_deprecated_limited_cap test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_col_expression_base_plus_two_subs[False] [gw2] [ 94%] PASSED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_versioncheck_not_versioned test/base/test_warnings.py::WarnDeprecatedLimitedTest::test_warn_deprecated_limited_text [gw2] [ 94%] PASSED test/base/test_warnings.py::WarnDeprecatedLimitedTest::test_warn_deprecated_limited_text test/sql/test_metadata.py::ConstraintTest::test_raise_expr_no_column [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_raise_expr_no_column test/sql/test_metadata.py::ConstraintTest::test_raise_index_nonexistent_name [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_raise_index_nonexistent_name test/sql/test_metadata.py::ConstraintTest::test_raise_not_a_column [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_raise_not_a_column test/sql/test_metadata.py::ConstraintTest::test_referred_table_accessor [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_referred_table_accessor test/sql/test_metadata.py::ConstraintTest::test_referred_table_accessor_not_available [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_referred_table_accessor_not_available test/sql/test_metadata.py::ConstraintTest::test_related_column_not_present_atfirst_ok [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_related_column_not_present_atfirst_ok test/sql/test_metadata.py::ConstraintTest::test_related_column_not_present_atfirst_ok_linktoname_conflict [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_related_column_not_present_atfirst_ok_linktoname_conflict test/sql/test_metadata.py::ConstraintTest::test_related_column_not_present_atfirst_ok_onname [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_related_column_not_present_atfirst_ok_onname test/sql/test_metadata.py::ConstraintTest::test_remove_table_fk_bookkeeping [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_remove_table_fk_bookkeeping test/sql/test_metadata.py::ConstraintTest::test_separate_decl_columns [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_separate_decl_columns test/sql/test_metadata.py::ConstraintTest::test_separate_decl_columns_functional [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_separate_decl_columns_functional test/sql/test_metadata.py::ConstraintTest::test_separate_decl_textonly [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_separate_decl_textonly test/sql/test_metadata.py::ConstraintTest::test_table_references [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_table_references test/sql/test_metadata.py::ConstraintTest::test_to_metadata_ok [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_to_metadata_ok test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_col_orig_first [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_col_orig_first test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_string_source_first [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_string_source_first test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_string_source_last [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_string_source_last test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_string_source_last_onname [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_string_source_last_onname test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_string_source_last_onname_conflict [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_type_propagate_chained_string_source_last_onname_conflict test/sql/test_metadata.py::ConstraintTest::test_type_propagate_composite_fk_col [gw7] [ 94%] PASSED test/sql/test_metadata.py::ConstraintTest::test_type_propagate_composite_fk_col test/sql/test_metadata.py::ConstraintTest::test_type_propagate_composite_fk_string test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_join_base_to_sub test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_versioncheck_for_update [gw5] [ 94%] SKIPPED test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_versioncheck_for_update [gw6] [ 94%] PASSED test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_gced_delete_on_rollback test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_trans_deleted_cleared_on_rollback test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_join_to_join_entities [gw6] [ 94%] PASSED test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_trans_deleted_cleared_on_rollback test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_trans_pending_cleared_on_commit [gw6] [ 94%] PASSED test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_trans_pending_cleared_on_commit test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_update_deleted_on_rollback [gw6] [ 94%] PASSED test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_update_deleted_on_rollback test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_update_deleted_on_rollback_cascade [gw1] [ 95%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_prop_aliased_string [gw6] [ 95%] PASSED test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_update_deleted_on_rollback_cascade test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_prop_attr test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_update_deleted_on_rollback_orphan [gw6] [ 95%] PASSED test/orm/test_transaction.py::AutoExpireTest_sqlite+pysqlite_3_38_2::test_update_deleted_on_rollback_orphan test/engine/test_transaction.py::AutoRollbackTest_sqlite+pysqlite_3_38_2::test_rollback_deadlock [gw1] [ 95%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_prop_attr [gw6] [ 95%] PASSED test/engine/test_transaction.py::AutoRollbackTest_sqlite+pysqlite_3_38_2::test_rollback_deadlock test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_prop_attr_non_present [gw7] [ 95%] PASSED test/sql/test_metadata.py::ConstraintTest::test_type_propagate_composite_fk_string test/sql/test_metadata.py::ConstraintTest::test_type_propagate_standalone_fk_col [gw7] [ 95%] PASSED test/sql/test_metadata.py::ConstraintTest::test_type_propagate_standalone_fk_col test/sql/test_metadata.py::ConstraintTest::test_type_propagate_standalone_fk_string [gw7] [ 95%] PASSED test/sql/test_metadata.py::ConstraintTest::test_type_propagate_standalone_fk_string test/sql/test_metadata.py::ConstraintTest::test_unnamed_column_exception [gw1] [ 95%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_prop_attr_non_present [gw4] [ 95%] PASSED test/base/test_utils.py::WeakSequenceTest::test_cleanout_elements [gw2] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_join_base_to_sub [gw0] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_col_expression_base_plus_two_subs[False] test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_prop_string [gw1] [ 95%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_prop_string test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_unlabeled_prop_attr_aliased_one [gw1] [ 95%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_unlabeled_prop_attr_aliased_one test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_unlabeled_prop_attr_aliased_three [gw1] [ 95%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_unlabeled_prop_attr_aliased_three test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_unlabeled_prop_attr_aliased_two test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_38_2::test_rollback_ignores_clean_on_savepoint [gw6] [ 95%] SKIPPED test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_38_2::test_rollback_ignores_clean_on_savepoint test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_col_expression_base_plus_two_subs[True] [gw5] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_join_to_join_entities [gw7] [ 95%] PASSED test/sql/test_metadata.py::ConstraintTest::test_unnamed_column_exception test/sql/test_metadata.py::CopyDialectOptionsTest::test_dialect_options_are_copied [gw7] [ 95%] PASSED test/sql/test_metadata.py::CopyDialectOptionsTest::test_dialect_options_are_copied test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_nonparticipating_via_kwargs [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_nonparticipating_via_kwargs test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_nonparticipating_via_opt [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_nonparticipating_via_opt test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_participating_via_kwargs [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_participating_via_kwargs test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_participating_via_opt [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_participating_via_opt test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_via_kwargs_invalid_dialect [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_via_kwargs_invalid_dialect test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_via_kwargs_invalid_key [gw0] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_col_expression_base_plus_two_subs[True] test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_cls [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_ad_hoc_via_kwargs_invalid_key test/sql/test_metadata.py::DialectKWArgTest::test_add_new_arguments_invalid_dialect [gw4] [ 95%] PASSED test/base/test_utils.py::WrapCallableTest::test_wrapping_update_wrapper_cls [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_add_new_arguments_invalid_dialect test/sql/test_metadata.py::DialectKWArgTest::test_add_new_arguments_nonparticipating test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_orm_entity_w_gc test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_col_expression_base_plus_two_subs[True] [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_add_new_arguments_nonparticipating test/sql/test_metadata.py::DialectKWArgTest::test_add_new_arguments_participating [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_add_new_arguments_participating test/sql/test_metadata.py::DialectKWArgTest::test_add_new_arguments_participating_no_existing [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_add_new_arguments_participating_no_existing test/sql/test_metadata.py::DialectKWArgTest::test_bad_kwarg_raise [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_bad_kwarg_raise test/sql/test_metadata.py::DialectKWArgTest::test_combined [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_combined test/sql/test_metadata.py::DialectKWArgTest::test_contains_wildcard [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_contains_wildcard test/sql/test_metadata.py::DialectKWArgTest::test_foreign_key_propagate [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_foreign_key_propagate test/sql/test_metadata.py::DialectKWArgTest::test_foreign_key_propagate_exceptions_delayed [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_foreign_key_propagate_exceptions_delayed [gw5] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_orm_entity_w_gc test/sql/test_metadata.py::DialectKWArgTest::test_key_error_dialect_options [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_key_error_dialect_options test/sql/test_metadata.py::DialectKWArgTest::test_key_error_kwargs_no_argument [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_key_error_kwargs_no_argument test/sql/test_metadata.py::DialectKWArgTest::test_key_error_kwargs_no_dialect [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_key_error_kwargs_no_dialect test/sql/test_metadata.py::DialectKWArgTest::test_key_error_kwargs_no_underscore test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_join_to_join_columns [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_key_error_kwargs_no_underscore test/sql/test_metadata.py::DialectKWArgTest::test_multiple_participating test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_col_expression_base_plus_two_subs[False] [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_multiple_participating test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_join_to_join_columns test/sql/test_metadata.py::DialectKWArgTest::test_nonparticipating [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_nonparticipating test/sql/test_metadata.py::DialectKWArgTest::test_not_contains_wildcard [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_not_contains_wildcard test/sql/test_metadata.py::DialectKWArgTest::test_participating [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_participating test/sql/test_metadata.py::DialectKWArgTest::test_participating_bad_kw [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_participating_bad_kw [gw2] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicAliasedJoinsTest::test_join_to_join_columns test/sql/test_metadata.py::DialectKWArgTest::test_participating_unknown_schema_item test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_orm_entity_w_gc [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_participating_unknown_schema_item test/sql/test_metadata.py::DialectKWArgTest::test_uninit_wildcard [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_uninit_wildcard test/sql/test_metadata.py::DialectKWArgTest::test_unknown_dialect_warning [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_unknown_dialect_warning test/sql/test_metadata.py::DialectKWArgTest::test_unknown_dialect_warning_still_populates [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_unknown_dialect_warning_still_populates test/sql/test_metadata.py::DialectKWArgTest::test_unknown_dialect_warning_still_populates_multiple [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_unknown_dialect_warning_still_populates_multiple test/sql/test_metadata.py::DialectKWArgTest::test_update [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_update test/sql/test_metadata.py::DialectKWArgTest::test_wildcard [gw7] [ 95%] PASSED test/sql/test_metadata.py::DialectKWArgTest::test_wildcard test/sql/test_metadata.py::InfoTest::test_check_constraint_info [gw7] [ 95%] PASSED test/sql/test_metadata.py::InfoTest::test_check_constraint_info test/sql/test_metadata.py::InfoTest::test_column_info test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_join_base_to_sub [gw7] [ 95%] PASSED test/sql/test_metadata.py::InfoTest::test_column_info test/sql/test_metadata.py::InfoTest::test_foreignkey_constraint_info [gw7] [ 95%] PASSED test/sql/test_metadata.py::InfoTest::test_foreignkey_constraint_info test/sql/test_metadata.py::InfoTest::test_foreignkey_info [gw7] [ 95%] PASSED test/sql/test_metadata.py::InfoTest::test_foreignkey_info test/sql/test_metadata.py::InfoTest::test_index_info [gw7] [ 95%] PASSED test/sql/test_metadata.py::InfoTest::test_index_info test/sql/test_metadata.py::InfoTest::test_metadata_info [gw7] [ 95%] PASSED test/sql/test_metadata.py::InfoTest::test_metadata_info test/sql/test_metadata.py::InfoTest::test_primarykey_constraint_info [gw7] [ 95%] PASSED test/sql/test_metadata.py::InfoTest::test_primarykey_constraint_info test/sql/test_metadata.py::InfoTest::test_table_info [gw7] [ 95%] PASSED test/sql/test_metadata.py::InfoTest::test_table_info test/sql/test_metadata.py::InfoTest::test_unique_constraint_info [gw7] [ 95%] PASSED test/sql/test_metadata.py::InfoTest::test_unique_constraint_info test/sql/test_metadata.py::MetaDataTest::test_assorted_repr [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_assorted_repr test/sql/test_metadata.py::MetaDataTest::test_check_constraint_copy [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_check_constraint_copy test/sql/test_metadata.py::MetaDataTest::test_col_replace_w_constraint [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_col_replace_w_constraint test/sql/test_metadata.py::MetaDataTest::test_col_subclass_copy [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_col_subclass_copy test/sql/test_metadata.py::MetaDataTest::test_cycles_fks_fks_delivered_separately [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_cycles_fks_fks_delivered_separately test/sql/test_metadata.py::MetaDataTest::test_cycles_fks_usealter [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_cycles_fks_usealter test/sql/test_metadata.py::MetaDataTest::test_cycles_fks_warning_one [gw6] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_col_expression_base_plus_two_subs[False] [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_cycles_fks_warning_one test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_join_to_join_entities test/sql/test_metadata.py::MetaDataTest::test_cycles_fks_warning_two [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_cycles_fks_warning_two test/sql/test_metadata.py::MetaDataTest::test_deterministic_order [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_deterministic_order test/sql/test_metadata.py::MetaDataTest::test_dupe_tables [gw4] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_col_expression_base_plus_two_subs[True] [gw6] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_join_to_join_entities [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_dupe_tables test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_added_to_table [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_added_to_table test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_no_table [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_no_table test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_no_table_real_cols [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_no_table_real_cols test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_via_fk [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_via_fk test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_w_table [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_constraint_col_collection_w_table test/sql/test_metadata.py::MetaDataTest::test_fk_construct [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_construct test/sql/test_metadata.py::MetaDataTest::test_fk_copy test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_col_expression_base_plus_two_subs[False] [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_copy test/sql/test_metadata.py::MetaDataTest::test_fk_given_col_non_table [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_given_col_non_table test/sql/test_metadata.py::MetaDataTest::test_fk_given_col_non_table_clauseelem test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_join_to_join_entities [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_given_col_non_table_clauseelem test/sql/test_metadata.py::MetaDataTest::test_fk_given_non_col [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_given_non_col test/sql/test_metadata.py::MetaDataTest::test_fk_given_non_col_clauseelem [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_given_non_col_clauseelem test/sql/test_metadata.py::MetaDataTest::test_fk_mismatched_local_remote_cols [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_mismatched_local_remote_cols test/sql/test_metadata.py::MetaDataTest::test_fk_no_such_parent_col_error [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_no_such_parent_col_error test/sql/test_metadata.py::MetaDataTest::test_fk_no_such_target_col_error_delayed [gw0] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_join_to_join_columns [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_no_such_target_col_error_delayed test/sql/test_metadata.py::MetaDataTest::test_fk_no_such_target_col_error_upfront [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fk_no_such_target_col_error_upfront test/sql/test_metadata.py::MetaDataTest::test_fks_deterministic_order [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_fks_deterministic_order test/sql/test_metadata.py::MetaDataTest::test_manual_dependencies test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_col_expression_base_plus_two_subs[True] [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_manual_dependencies test/sql/test_metadata.py::MetaDataTest::test_metadata_contains [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_metadata_contains [gw5] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_orm_entity_w_gc test/sql/test_metadata.py::MetaDataTest::test_metadata_schema_arg [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_metadata_schema_arg test/sql/test_metadata.py::MetaDataTest::test_metadata_tables_immutable [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_metadata_tables_immutable test/sql/test_metadata.py::MetaDataTest::test_nonexistent [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_nonexistent test/sql/test_metadata.py::MetaDataTest::test_pickle_metadata_schema [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_pickle_metadata_schema test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_join_base_to_sub test/sql/test_metadata.py::MetaDataTest::test_pickle_metadata_sequence_implicit [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_pickle_metadata_sequence_implicit test/sql/test_metadata.py::MetaDataTest::test_pickle_metadata_sequence_restated [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_pickle_metadata_sequence_restated test/sql/test_metadata.py::MetaDataTest::test_schema_collection_add [gw2] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicJoinsTest::test_join_base_to_sub [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_schema_collection_add test/sql/test_metadata.py::MetaDataTest::test_schema_collection_remove [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_schema_collection_remove test/sql/test_metadata.py::MetaDataTest::test_schema_collection_remove_all [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_schema_collection_remove_all test/sql/test_metadata.py::MetaDataTest::test_sequence_attach_to_existing_table [gw1] [ 95%] PASSED test/orm/test_query.py::ColumnPropertyTest::test_order_by_column_unlabeled_prop_attr_aliased_two test/orm/test_query.py::ComparatorTest::test_clause_element_query_resolve [gw1] [ 95%] PASSED test/orm/test_query.py::ComparatorTest::test_clause_element_query_resolve test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_composite_alias [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_composite_alias test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_except_style1 [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_except_style1 test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_except_style2 [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_except_style2 test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_except_style3 [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_except_style3 test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_except_style4 [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_except_style4 test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_intersect [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_intersect test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_intersect_unions [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_intersect_unions test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_intersect_unions_2 [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_sequence_attach_to_existing_table test/sql/test_metadata.py::MetaDataTest::test_sequence_attach_to_table [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_sequence_attach_to_table test/sql/test_metadata.py::MetaDataTest::test_sequence_restated_replaced [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_sequence_restated_replaced test/sql/test_metadata.py::MetaDataTest::test_uninitialized_column_copy [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_uninitialized_column_copy test/sql/test_metadata.py::MetaDataTest::test_uninitialized_column_copy_events [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_intersect_unions_2 test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_intersect_unions_3 [gw7] [ 95%] PASSED test/sql/test_metadata.py::MetaDataTest::test_uninitialized_column_copy_events test/sql/test_metadata.py::NamingConventionTest::test_ck_constraint_redundant_event [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_ck_constraint_redundant_event [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_intersect_unions_3 test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union_all [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union_all test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union_all_lightweight [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union_all_lightweight test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union_ordered [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union_ordered test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union_ordered_alias [gw1] [ 95%] PASSED test/sql/test_query.py::CompoundTest_sqlite+pysqlite_3_38_2::test_union_ordered_alias [gw4] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_col_expression_base_plus_two_subs[False] test/orm/test_query.py::CountTest::test_basic test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_orm_entity_w_gc [gw5] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_join_base_to_sub [gw0] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_col_expression_base_plus_two_subs[True] test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_join_to_join_columns test/sql/test_metadata.py::NamingConventionTest::test_ck_name_deferred_required [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_ck_name_deferred_required test/sql/test_metadata.py::NamingConventionTest::test_ck_name_required [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_ck_name_required test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_index_flag [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_index_flag test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_index_flag_no_conv [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_index_flag_no_conv test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_index_obj [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_index_obj test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_unique_flag [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_unique_flag test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_unique_flag_no_conv [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_unique_flag_no_conv test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_unique_obj [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_colliding_col_label_from_unique_obj test/sql/test_metadata.py::NamingConventionTest::test_column_attached_ck_name [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_column_attached_ck_name test/sql/test_metadata.py::NamingConventionTest::test_custom [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_custom test/sql/test_metadata.py::NamingConventionTest::test_expression_index [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_expression_index test/sql/test_metadata.py::NamingConventionTest::test_fk_allcols_merged_name [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_fk_allcols_merged_name test/sql/test_metadata.py::NamingConventionTest::test_fk_allcols_truncated_name [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_fk_allcols_truncated_name test/sql/test_metadata.py::NamingConventionTest::test_fk_allcols_underscore_name [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_fk_allcols_underscore_name test/sql/test_metadata.py::NamingConventionTest::test_fk_attrs [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_fk_attrs test/sql/test_metadata.py::NamingConventionTest::test_fk_name_schema [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_fk_name_schema test/sql/test_metadata.py::NamingConventionTest::test_fk_ref_local_referent_has_no_type[False] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_fk_ref_local_referent_has_no_type[False] test/sql/test_metadata.py::NamingConventionTest::test_fk_ref_local_referent_has_no_type[True] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_fk_ref_local_referent_has_no_type[True] test/sql/test_metadata.py::NamingConventionTest::test_ix_allcols_truncation [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_ix_allcols_truncation test/sql/test_metadata.py::NamingConventionTest::test_ix_name [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_ix_name test/sql/test_metadata.py::NamingConventionTest::test_pickle_metadata [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pickle_metadata test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0N_name)s-xy-column] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0N_name)s-xy-column] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0N_name)s-xy-constraint] test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_col_expression_base_plus_two_subs[True] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0N_name)s-xy-constraint] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0N_name)s-xy-explicit_name] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0N_name)s-xy-explicit_name] test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_join_base_to_sub test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0N_name)s-xy-nopk] [gw4] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_orm_entity_w_gc [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0N_name)s-xy-nopk] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0_name)s-x-column] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0_name)s-x-column] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0_name)s-x-constraint] test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_join_to_join_entities [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0_name)s-x-constraint] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0_name)s-x-explicit_name] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0_name)s-x-explicit_name] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0_name)s-x-nopk] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[%(column_0_name)s-x-nopk] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_label)s-pk_t1_x_t1_y-column] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_label)s-pk_t1_x_t1_y-column] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_label)s-pk_t1_x_t1_y-constraint] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_label)s-pk_t1_x_t1_y-constraint] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_label)s-pk_t1_x_t1_y-explicit_name] [gw2] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_join_to_join_columns [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_label)s-pk_t1_x_t1_y-explicit_name] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_label)s-pk_t1_x_t1_y-nopk] [gw6] [ 95%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicPolymorphicTest::test_join_to_join_entities [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_label)s-pk_t1_x_t1_y-nopk] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_name)s-pk_x_y-column] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_name)s-pk_x_y-column] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_name)s-pk_x_y-constraint] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_name)s-pk_x_y-constraint] test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_join_to_join_columns test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_name)s-pk_x_y-explicit_name] [gw7] [ 95%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_name)s-pk_x_y-explicit_name] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_name)s-pk_x_y-nopk] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_N_name)s-pk_x_y-nopk] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_name)s-pk_x-column] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_name)s-pk_x-column] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_name)s-pk_x-constraint] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_name)s-pk_x-constraint] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_name)s-pk_x-explicit_name] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_name)s-pk_x-explicit_name] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_name)s-pk_x-nopk] [gw0] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_col_expression_base_plus_two_subs[True] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(column_0_name)s-pk_x-nopk] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(table_name)s-pk_t1-column] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(table_name)s-pk_t1-column] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(table_name)s-pk_t1-constraint] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(table_name)s-pk_t1-constraint] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(table_name)s-pk_t1-explicit_name] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(table_name)s-pk_t1-explicit_name] test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(table_name)s-pk_t1-nopk] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_pk_conventions[pk_%(table_name)s-pk_t1-nopk] test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_boolean [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_boolean test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_boolean_no_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_boolean_no_name test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_boolean_not_on_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_boolean_not_on_name test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_enum test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_col_expression_base_plus_two_subs[False] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_enum test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_propagate_conv [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_schematype_ck_name_propagate_conv [gw5] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_join_base_to_sub test/sql/test_metadata.py::NamingConventionTest::test_schematype_no_ck_name_boolean_no_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_schematype_no_ck_name_boolean_no_name test/sql/test_metadata.py::NamingConventionTest::test_table_attached_ck_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_table_attached_ck_name test/sql/test_metadata.py::NamingConventionTest::test_uq_allcols_merged_key test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_col_expression_base_plus_two_subs[False] [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_allcols_merged_key test/sql/test_metadata.py::NamingConventionTest::test_uq_allcols_merged_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_allcols_merged_name test/sql/test_metadata.py::NamingConventionTest::test_uq_allcols_truncated_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_allcols_truncated_name test/sql/test_metadata.py::NamingConventionTest::test_uq_allcols_underscore_name [gw4] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_join_to_join_entities [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_basic test/orm/test_query.py::CountTest::test_basic_future [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_basic_future test/orm/test_query.py::CountTest::test_cols [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_cols test/orm/test_query.py::CountTest::test_cols_future test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_orm_entity_w_gc [gw5] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_orm_entity_w_gc [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_allcols_underscore_name test/sql/test_metadata.py::NamingConventionTest::test_uq_conv_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_conv_name test/sql/test_metadata.py::NamingConventionTest::test_uq_defer_name_convention [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_defer_name_convention test/sql/test_metadata.py::NamingConventionTest::test_uq_key [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_key test/sql/test_metadata.py::NamingConventionTest::test_uq_label [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_label test/sql/test_metadata.py::NamingConventionTest::test_uq_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_name test/sql/test_metadata.py::NamingConventionTest::test_uq_name_already_conv [gw7] [ 96%] PASSED test/sql/test_metadata.py::NamingConventionTest::test_uq_name_already_conv test/sql/test_metadata.py::PKAutoIncrementTest::test_explicit_autoinc_but_fks [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_explicit_autoinc_but_fks test/sql/test_metadata.py::PKAutoIncrementTest::test_implicit_autoinc_but_fks [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_implicit_autoinc_but_fks test/sql/test_metadata.py::PKAutoIncrementTest::test_multi_integer_multi_autoinc [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_multi_integer_multi_autoinc test/sql/test_metadata.py::PKAutoIncrementTest::test_multi_integer_no_autoinc [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_multi_integer_no_autoinc test/sql/test_metadata.py::PKAutoIncrementTest::test_no_kw_args [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_no_kw_args test/sql/test_metadata.py::PKAutoIncrementTest::test_single_integer_default [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_single_integer_default test/sql/test_metadata.py::PKAutoIncrementTest::test_single_integer_no_autoinc [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_cols_future test/orm/test_query.py::CountTest::test_count_char [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_count_char test/orm/test_query.py::CountTest::test_loader_options_ignored [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_loader_options_ignored test/orm/test_query.py::CountTest::test_multiple_entity [gw0] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_col_expression_base_plus_two_subs[False] [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_single_integer_no_autoinc test/sql/test_metadata.py::PKAutoIncrementTest::test_single_integer_server_default [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_single_integer_server_default test/sql/test_metadata.py::PKAutoIncrementTest::test_single_string_illegal_autoinc [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_single_string_illegal_autoinc test/sql/test_metadata.py::PKAutoIncrementTest::test_single_string_no_autoinc [gw7] [ 96%] PASSED test/sql/test_metadata.py::PKAutoIncrementTest::test_single_string_no_autoinc test/sql/test_metadata.py::SchemaTest::test_ad_hoc_schema_equiv_fk [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTest::test_ad_hoc_schema_equiv_fk test/sql/test_metadata.py::SchemaTest::test_create_drop_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTest::test_create_drop_schema test/sql/test_metadata.py::SchemaTest::test_default_schema_metadata_fk [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTest::test_default_schema_metadata_fk test/sql/test_metadata.py::SchemaTest::test_default_schema_metadata_fk_alt_local [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTest::test_default_schema_metadata_fk_alt_local test/sql/test_metadata.py::SchemaTest::test_default_schema_metadata_fk_alt_local_raises [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTest::test_default_schema_metadata_fk_alt_local_raises test/sql/test_metadata.py::SchemaTest::test_default_schema_metadata_fk_alt_remote [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_multiple_entity test/orm/test_query.py::CountTest::test_multiple_entity_future [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTest::test_default_schema_metadata_fk_alt_remote [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_multiple_entity_future test/orm/test_query.py::CountTest::test_nested [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_nested test/orm/test_query.py::CountTest::test_nested_future [gw1] [ 96%] PASSED test/orm/test_query.py::CountTest::test_nested_future test/orm/test_query.py::DistinctTest::test_basic [gw2] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_join_to_join_columns [gw3] [ 96%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_orm_objects_from_query_w_joinedload test/aaa_profiling/test_memusage.py::CycleTest::test_orm_objects_from_query_w_selectinload test/sql/test_metadata.py::SchemaTest::test_iteration [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTest::test_iteration test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_array_enclosing_schematype [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_array_enclosing_schematype test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_plain [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_plain test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_schematype_of_typedec [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_schematype_of_typedec test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_typedec_enclosing_schematype [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_typedec_enclosing_schematype test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_typedec_of_schematype [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_typedec_of_schematype test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_variant_array_schematype [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_before_parent_attach_variant_array_schematype test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_boolean_column_copy_transfers_events [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_boolean_column_copy_transfers_events test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_boolean_constraint_type_doesnt_double [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_boolean_constraint_type_doesnt_double test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_boolean_nonnative_column_copy_transfers_constraintpref [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_boolean_nonnative_column_copy_transfers_constraintpref test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_create_metadata_bound_no_crash [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_create_metadata_bound_no_crash test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_enum_column_copy_transfers_events [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_enum_column_copy_transfers_events test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_enum_constraint_type_doesnt_double [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_enum_constraint_type_doesnt_double test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_enum_nonnative_column_copy_transfers_constraintpref [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_enum_nonnative_column_copy_transfers_constraintpref test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_enum_nonnative_column_copy_transfers_events [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_enum_nonnative_column_copy_transfers_events test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_independent_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_independent_schema test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_independent_schema_enum [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_independent_schema_enum test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_col_expression_base_plus_two_subs[True] test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_orm_entity_w_gc [gw6] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicTest::test_col_expression_base_plus_two_subs[False] test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_join_to_join_entities [gw0] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_join_to_join_entities test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema_enum [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema_enum test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema_from_metadata [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema_from_metadata test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema_from_metadata_override_explicit [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema_from_metadata_override_explicit test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema_from_table_override_metadata [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_inherit_schema_from_table_override_metadata test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_metadata_dispatch_new_impl [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_metadata_dispatch_new_impl test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_metadata_dispatch_no_new_impl [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_metadata_dispatch_no_new_impl test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_table_dispatch_decorator_schematype test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_join_to_join_columns test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_join_base_to_sub [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_table_dispatch_decorator_schematype test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_table_dispatch_new_impl [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_table_dispatch_new_impl test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_table_dispatch_no_new_impl [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_table_dispatch_no_new_impl test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_copy_decorated [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_copy_decorated test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_copy_type [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_copy_type test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_independent_events [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_independent_events test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_independent_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_independent_schema test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_inherit_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::SchemaTypeTest_sqlite+pysqlite_3_38_2::test_to_metadata_inherit_schema [gw5] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_orm_entity_w_gc test/orm/inheritance/test_with_poly.py::WithPolymorphicAPITest::test_no_use_flat_and_aliased test/sql/test_metadata.py::TableTest::test_append_column_existing_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_append_column_existing_name test/sql/test_metadata.py::TableTest::test_append_column_replace_existing [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_append_column_replace_existing test/sql/test_metadata.py::TableTest::test_autoincrement_replace [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_autoincrement_replace test/sql/test_metadata.py::TableTest::test_c_immutable [gw6] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_join_to_join_columns [gw5] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::WithPolymorphicAPITest::test_no_use_flat_and_aliased [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_c_immutable test/sql/test_metadata.py::TableTest::test_c_mutate_after_unpickle [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_c_mutate_after_unpickle test/sql/test_metadata.py::TableTest::test_extend_attributes[comment-attrib_values0] [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_extend_attributes[comment-attrib_values0] test/sql/test_metadata.py::TableTest::test_extend_attributes[implicit_returning-attrib_values1] [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_extend_attributes[implicit_returning-attrib_values1] test/sql/test_metadata.py::TableTest::test_extend_attributes[info-attrib_values2] [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_extend_attributes[info-attrib_values2] test/sql/test_metadata.py::TableTest::test_foreign_key_constraints_collection [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_foreign_key_constraints_collection test/sql/test_metadata.py::TableTest::test_invalid_objects [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_invalid_objects test/sql/test_metadata.py::TableTest::test_must_exist [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_must_exist test/sql/test_metadata.py::TableTest::test_pk_always_flips_nullable [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_pk_always_flips_nullable test/sql/test_metadata.py::TableTest::test_pk_args_standalone [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_pk_args_standalone test/sql/test_metadata.py::TableTest::test_pk_can_be_nullable [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_pk_can_be_nullable test/sql/test_metadata.py::TableTest::test_pk_col_mismatch_four [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_pk_col_mismatch_four test/sql/test_metadata.py::TableTest::test_pk_col_mismatch_one [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_pk_col_mismatch_one test/sql/test_metadata.py::TableTest::test_pk_col_mismatch_three [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_pk_col_mismatch_three test/sql/test_metadata.py::TableTest::test_pk_col_mismatch_two [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_pk_col_mismatch_two test/sql/test_metadata.py::TableTest::test_pk_cols_sets_flags [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_pk_cols_sets_flags test/sql/test_metadata.py::TableTest::test_prefixes [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_prefixes test/sql/test_metadata.py::TableTest::test_prefixes_parameter_parsing[None-expected0] [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_prefixes_parameter_parsing[None-expected0] test/sql/test_metadata.py::TableTest::test_prefixes_parameter_parsing[arg1-expected1] [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_prefixes_parameter_parsing[arg1-expected1] test/sql/test_metadata.py::TableTest::test_prefixes_parameter_parsing[arg2-expected2] [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_prefixes_parameter_parsing[arg2-expected2] test/sql/test_metadata.py::TableTest::test_prefixes_parameter_parsing[arg3-expected3] [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_prefixes_parameter_parsing[arg3-expected3] test/sql/test_metadata.py::TableTest::test_reset_exported_passes [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_reset_exported_passes test/sql/test_metadata.py::TableTest::test_table_ctor_duplicated_column_name [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_table_ctor_duplicated_column_name test/sql/test_metadata.py::TableTest::test_table_info [gw7] [ 96%] PASSED test/sql/test_metadata.py::TableTest::test_table_info test/sql/test_metadata.py::ToMetaDataTest::test_already_exists [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_already_exists test/sql/test_metadata.py::ToMetaDataTest::test_change_name_change_metadata [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_change_name_change_metadata test/sql/test_metadata.py::ToMetaDataTest::test_change_name_retain_metadata [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_change_name_retain_metadata test/sql/test_metadata.py::ToMetaDataTest::test_change_name_selfref_fk_moves [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_change_name_selfref_fk_moves test/sql/test_metadata.py::ToMetaDataTest::test_change_name_selfref_fk_moves_w_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_change_name_selfref_fk_moves_w_schema test/sql/test_metadata.py::ToMetaDataTest::test_change_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_change_schema test/sql/test_metadata.py::ToMetaDataTest::test_col_key_fk_parent [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_col_key_fk_parent test/sql/test_metadata.py::ToMetaDataTest::test_column_collection_constraint_w_ad_hoc_columns [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_column_collection_constraint_w_ad_hoc_columns test/sql/test_metadata.py::ToMetaDataTest::test_copy [gw2] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_join_base_to_sub [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_copy test/sql/test_metadata.py::ToMetaDataTest::test_copy_info [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_copy_info test/sql/test_metadata.py::ToMetaDataTest::test_default_schema_metadata [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_default_schema_metadata test/sql/test_metadata.py::ToMetaDataTest::test_dialect_kwargs [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_dialect_kwargs test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_diff_schema_col_new_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_diff_schema_col_new_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_diff_schema_col_retain_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_diff_schema_col_retain_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_diff_schema_string_new_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_diff_schema_string_new_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_diff_schema_string_retain_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_diff_schema_string_retain_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_same_schema_col_new_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_same_schema_col_new_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_same_schema_col_retain_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_same_schema_col_retain_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_same_schema_string_new_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_same_schema_string_new_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_same_schema_string_retain_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_and_referent_has_same_schema_string_retain_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_custom_system [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_custom_system test/sql/test_metadata.py::ToMetaDataTest::test_fk_has_schema_col_new_schema [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_basic test/orm/test_query.py::DistinctTest::test_basic_standalone [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_basic_standalone test/orm/test_query.py::DistinctTest::test_columns_augmented_distinct_on [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_distinct_on test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_one_aliased [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_one_aliased test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_one_from_subq [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_one_from_subq test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_three_aliased [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_three_aliased test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_three_from_self [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_three_from_self test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_two [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_roundtrip_two test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_four [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_four test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_illegal_label_reference [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_illegal_label_reference test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_one [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_one test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_three [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_three test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_three_using_label_reference [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_three_using_label_reference test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_two [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_two test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_union_one [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_union_one test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_union_two [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_columns_augmented_sql_union_two test/orm/test_query.py::DistinctTest::test_issue_5470_five [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_issue_5470_five test/orm/test_query.py::DistinctTest::test_issue_5470_four [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_issue_5470_four test/orm/test_query.py::DistinctTest::test_issue_5470_one [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_issue_5470_one test/orm/test_query.py::DistinctTest::test_issue_5470_three [gw1] [ 96%] PASSED test/orm/test_query.py::DistinctTest::test_issue_5470_three test/orm/test_query.py::DistinctTest::test_issue_5470_two [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_has_schema_col_new_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_has_schema_col_retain_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_has_schema_col_retain_schema test/sql/test_metadata.py::ToMetaDataTest::test_fk_has_schema_string_new_schema [gw7] [ 96%] PASSED test/sql/test_metadata.py::ToMetaDataTest::test_fk_has_schema_string_new_schema [gw4] [ 96%] PASSED test/orm/inheritance/test_with_poly.py::PolymorphicUnionsTest::test_col_expression_base_plus_two_subs[True] [gw1] [ 97%] PASSED test/orm/test_query.py::DistinctTest::test_issue_5470_two test/orm/test_query.py::DistinctTest::test_no_automatic_distinct_thing_w_future [gw1] [ 97%] PASSED test/orm/test_query.py::DistinctTest::test_no_automatic_distinct_thing_w_future test/orm/test_query.py::DistinctTest::test_standalone_w_subquery [gw1] [ 97%] PASSED test/orm/test_query.py::DistinctTest::test_standalone_w_subquery test/orm/test_query.py::ExecutionOptionsTest::test_get_options [gw1] [ 97%] PASSED test/orm/test_query.py::ExecutionOptionsTest::test_get_options test/orm/test_query.py::ExecutionOptionsTest::test_option_building [gw1] [ 97%] PASSED test/orm/test_query.py::ExecutionOptionsTest::test_option_building test/orm/test_query.py::ExecutionOptionsTest::test_option_transfer_future [gw1] [ 97%] PASSED test/orm/test_query.py::ExecutionOptionsTest::test_option_transfer_future test/orm/test_query.py::ExecutionOptionsTest::test_options_in_connection [gw1] [ 97%] PASSED test/orm/test_query.py::ExecutionOptionsTest::test_options_in_connection test/orm/test_query.py::ExecutionOptionsTest::test_populate_existing [gw1] [ 97%] PASSED test/orm/test_query.py::ExecutionOptionsTest::test_populate_existing test/orm/test_query.py::ExecutionOptionsTest::test_populate_existing_future [gw1] [ 97%] PASSED test/orm/test_query.py::ExecutionOptionsTest::test_populate_existing_future test/orm/test_query.py::ExistsTest::test_exists [gw1] [ 97%] PASSED test/orm/test_query.py::ExistsTest::test_exists test/orm/test_query.py::ExistsTest::test_exists_arbitrary_col_expression [gw1] [ 97%] PASSED test/orm/test_query.py::ExistsTest::test_exists_arbitrary_col_expression test/orm/test_query.py::ExistsTest::test_exists_col_expression [gw1] [ 97%] PASSED test/orm/test_query.py::ExistsTest::test_exists_col_expression test/orm/test_query.py::ExistsTest::test_exists_col_warning [gw1] [ 97%] PASSED test/orm/test_query.py::ExistsTest::test_exists_col_warning test/orm/test_query.py::ExistsTest::test_exists_labeled_col_expression [gw1] [ 97%] PASSED test/orm/test_query.py::ExistsTest::test_exists_labeled_col_expression test/orm/test_query.py::ExistsTest::test_exists_w_select_from [gw1] [ 97%] PASSED test/orm/test_query.py::ExistsTest::test_exists_w_select_from test/orm/test_query.py::ExpressionTest::test_aliased_sql_construct [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_aliased_sql_construct test/orm/test_query.py::ExpressionTest::test_aliased_sql_construct_raises_adapt_on_names [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_aliased_sql_construct_raises_adapt_on_names test/orm/test_query.py::ExpressionTest::test_deferred_instances [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_deferred_instances test/orm/test_query.py::ExpressionTest::test_exists_no_eagerloads [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_exists_no_eagerloads test/orm/test_query.py::ExpressionTest::test_function_element_column_labels [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_function_element_column_labels test/orm/test_query.py::ExpressionTest::test_group_by_append [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_group_by_append test/orm/test_query.py::ExpressionTest::test_group_by_cancellation [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_group_by_cancellation test/orm/test_query.py::ExpressionTest::test_group_by_cancelled_still_present [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_group_by_cancelled_still_present test/orm/test_query.py::ExpressionTest::test_group_by_plain [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_group_by_plain test/orm/test_query.py::ExpressionTest::test_in [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_in test/orm/test_query.py::ExpressionTest::test_join [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_join test/orm/test_query.py::ExpressionTest::test_label [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_label test/orm/test_query.py::ExpressionTest::test_labeled_subquery [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_labeled_subquery test/orm/test_query.py::ExpressionTest::test_legacy_order_by_cancelled_allows_assertions [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_legacy_order_by_cancelled_allows_assertions test/orm/test_query.py::ExpressionTest::test_named_subquery [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_named_subquery test/orm/test_query.py::ExpressionTest::test_order_by_append [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_order_by_append test/orm/test_query.py::ExpressionTest::test_order_by_cancellation [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_order_by_cancellation test/orm/test_query.py::ExpressionTest::test_order_by_cancellation_false [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_order_by_cancellation_false test/orm/test_query.py::ExpressionTest::test_order_by_cancelled_allows_assertions [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_order_by_cancelled_allows_assertions test/orm/test_query.py::ExpressionTest::test_order_by_plain [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_order_by_plain test/orm/test_query.py::ExpressionTest::test_param_transfer [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_param_transfer test/orm/test_query.py::ExpressionTest::test_reduced_subquery [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_reduced_subquery test/orm/test_query.py::ExpressionTest::test_scalar_subquery [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_scalar_subquery test/orm/test_query.py::ExpressionTest::test_scalar_subquery_compile_whereclause [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_scalar_subquery_compile_whereclause test/orm/test_query.py::ExpressionTest::test_select [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_select test/orm/test_query.py::ExpressionTest::test_subquery_no_eagerloads [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_subquery_no_eagerloads test/orm/test_query.py::ExpressionTest::test_truly_unlabeled_sql_expressions [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_truly_unlabeled_sql_expressions test/orm/test_query.py::ExpressionTest::test_union [gw1] [ 97%] PASSED test/orm/test_query.py::ExpressionTest::test_union test/dialect/postgresql/test_query.py::ExtractTest::test_eight [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_eight test/dialect/postgresql/test_query.py::ExtractTest::test_eleven [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_eleven test/dialect/postgresql/test_query.py::ExtractTest::test_fifteen [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_fifteen test/dialect/postgresql/test_query.py::ExtractTest::test_five [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_five test/dialect/postgresql/test_query.py::ExtractTest::test_four [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_four test/dialect/postgresql/test_query.py::ExtractTest::test_fourteen [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_fourteen test/dialect/postgresql/test_query.py::ExtractTest::test_nine [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_nine test/dialect/postgresql/test_query.py::ExtractTest::test_one [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_one test/dialect/postgresql/test_query.py::ExtractTest::test_seven [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_seven test/dialect/postgresql/test_query.py::ExtractTest::test_six [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_six test/dialect/postgresql/test_query.py::ExtractTest::test_ten [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_ten test/dialect/postgresql/test_query.py::ExtractTest::test_thirteen [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_thirteen test/dialect/postgresql/test_query.py::ExtractTest::test_three [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_three test/dialect/postgresql/test_query.py::ExtractTest::test_twelve [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_twelve test/dialect/postgresql/test_query.py::ExtractTest::test_two [gw1] [ 97%] SKIPPED test/dialect/postgresql/test_query.py::ExtractTest::test_two test/orm/test_query.py::FilterTest::test_any [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_any test/orm/test_query.py::FilterTest::test_any_doesnt_overcorrelate [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_any_doesnt_overcorrelate test/orm/test_query.py::FilterTest::test_basic [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_basic test/orm/test_query.py::FilterTest::test_blank_filter_by [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_blank_filter_by test/orm/test_query.py::FilterTest::test_clause_element_ok [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_clause_element_ok test/orm/test_query.py::FilterTest::test_contains [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_contains test/orm/test_query.py::FilterTest::test_contains_m2m [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_contains_m2m test/orm/test_query.py::FilterTest::test_empty_filters [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_empty_filters test/orm/test_query.py::FilterTest::test_exists [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_exists test/orm/test_query.py::FilterTest::test_filter_by [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by test/orm/test_query.py::FilterTest::test_filter_by_against_binary [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_binary test/orm/test_query.py::FilterTest::test_filter_by_against_cast [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_cast test/orm/test_query.py::FilterTest::test_filter_by_against_function [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_function test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[none-False] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[none-False] test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[none-True] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[none-True] test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[of_type-False] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[of_type-False] test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[of_type-True] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[of_type-True] test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[two_arg-False] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[two_arg-False] test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[two_arg-True] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_joined_entity[two_arg-True] test/orm/test_query.py::FilterTest::test_filter_by_against_label [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_label test/orm/test_query.py::FilterTest::test_filter_by_against_union_legacy [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_union_legacy test/orm/test_query.py::FilterTest::test_filter_by_against_union_newstyle [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_against_union_newstyle test/orm/test_query.py::FilterTest::test_filter_by_no_property [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_no_property test/orm/test_query.py::FilterTest::test_filter_by_non_entity [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_non_entity test/orm/test_query.py::FilterTest::test_filter_by_tables [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_filter_by_tables test/orm/test_query.py::FilterTest::test_has [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_has test/orm/test_query.py::FilterTest::test_limit_offset [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_limit_offset test/orm/test_query.py::FilterTest::test_none_comparison [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_none_comparison test/orm/test_query.py::FilterTest::test_object_comparison [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_object_comparison test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[0] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[0] test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[1] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[1] test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[2] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[2] test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[3] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[3] test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[4] [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_object_comparison_needs_object[4] test/orm/test_query.py::FilterTest::test_one_filter [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_one_filter test/orm/test_query.py::FilterTest::test_select_with_bindparam_offset_limit [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_select_with_bindparam_offset_limit test/orm/test_query.py::FilterTest::test_select_with_bindparam_offset_limit_w_cast [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_select_with_bindparam_offset_limit_w_cast test/orm/test_query.py::FilterTest::test_text_coerce [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_text_coerce test/orm/test_query.py::FilterTest::test_unique_binds_join_cond [gw1] [ 97%] PASSED test/orm/test_query.py::FilterTest::test_unique_binds_join_cond test/orm/test_query.py::GetTest::test_get [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get test/orm/test_query.py::GetTest::test_get_against_col [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_against_col test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_no_result [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_no_result test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_result [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_result test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_too_few_keys [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_too_few_keys test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_too_many_keys [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_too_many_keys test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_wrong_keys [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_composite_pk_keyword_based_wrong_keys test/orm/test_query.py::GetTest::test_get_composite_pk_no_result [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_composite_pk_no_result test/orm/test_query.py::GetTest::test_get_composite_pk_result [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_composite_pk_result test/orm/test_query.py::GetTest::test_get_fully_null_composite_pk [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_fully_null_composite_pk test/orm/test_query.py::GetTest::test_get_fully_null_pk [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_fully_null_pk test/orm/test_query.py::GetTest::test_get_null_pk [gw1] [ 97%] PASSED test/orm/test_query.py::GetTest::test_get_null_pk [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_orm_objects_from_query_w_selectinload test/aaa_profiling/test_memusage.py::CycleTest::test_orm_path [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_orm_path test/aaa_profiling/test_memusage.py::CycleTest::test_plain_join [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_plain_join test/aaa_profiling/test_memusage.py::CycleTest::test_plain_join_select [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_plain_join_select test/aaa_profiling/test_memusage.py::CycleTest::test_proxied_attribute [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_proxied_attribute test/aaa_profiling/test_memusage.py::CycleTest::test_query [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_query test/aaa_profiling/test_memusage.py::CycleTest::test_query_alias [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_query_alias test/aaa_profiling/test_memusage.py::CycleTest::test_query_filtered [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_query_filtered test/aaa_profiling/test_memusage.py::CycleTest::test_query_joinedload [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_query_joinedload test/aaa_profiling/test_memusage.py::CycleTest::test_query_joins [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_query_joins test/aaa_profiling/test_memusage.py::CycleTest::test_raise_from [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_raise_from test/aaa_profiling/test_memusage.py::CycleTest::test_result_fetchall [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_result_fetchall test/aaa_profiling/test_memusage.py::CycleTest::test_result_fetchmany [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_result_fetchmany test/aaa_profiling/test_memusage.py::CycleTest::test_result_fetchmany_unique [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_result_fetchmany_unique test/aaa_profiling/test_memusage.py::CycleTest::test_result_fetchone [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_result_fetchone test/aaa_profiling/test_memusage.py::CycleTest::test_selectinload_option_bound [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_selectinload_option_bound test/aaa_profiling/test_memusage.py::CycleTest::test_selectinload_option_unbound [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_selectinload_option_unbound test/aaa_profiling/test_memusage.py::CycleTest::test_session_commit_rollback [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_session_commit_rollback test/aaa_profiling/test_memusage.py::CycleTest::test_session_execute_orm [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_session_execute_orm test/aaa_profiling/test_memusage.py::CycleTest::test_session_multi_transaction [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_session_multi_transaction test/aaa_profiling/test_memusage.py::CycleTest::test_session_transaction [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_session_transaction test/aaa_profiling/test_memusage.py::CycleTest::test_the_counter [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_the_counter test/aaa_profiling/test_memusage.py::CycleTest::test_visit_binary_product [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_visit_binary_product test/aaa_profiling/test_memusage.py::CycleTest::test_weak_sequence [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::CycleTest::test_weak_sequence test/aaa_profiling/test_memusage.py::MemUsageTest::test_DecimalResultProcessor_init [gw3] [ 97%] SKIPPED test/aaa_profiling/test_memusage.py::MemUsageTest::test_DecimalResultProcessor_init test/aaa_profiling/test_memusage.py::MemUsageTest::test_DecimalResultProcessor_process [gw3] [ 97%] SKIPPED test/aaa_profiling/test_memusage.py::MemUsageTest::test_DecimalResultProcessor_process test/aaa_profiling/test_memusage.py::MemUsageTest::test_UnicodeResultProcessor_init [gw3] [ 97%] SKIPPED test/aaa_profiling/test_memusage.py::MemUsageTest::test_UnicodeResultProcessor_init test/aaa_profiling/test_memusage.py::MemUsageTest::test_ad_hoc_types [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageTest::test_ad_hoc_types test/aaa_profiling/test_memusage.py::MemUsageTest::test_clone_expression [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageTest::test_clone_expression test/aaa_profiling/test_memusage.py::MemUsageTest::test_cycles_in_row [gw3] [ 97%] SKIPPED test/aaa_profiling/test_memusage.py::MemUsageTest::test_cycles_in_row test/aaa_profiling/test_memusage.py::MemUsageTest::test_fixture_failure [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageTest::test_fixture_failure test/aaa_profiling/test_memusage.py::MemUsageTest::test_tv_render_derived [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageTest::test_tv_render_derived test/aaa_profiling/test_memusage.py::MemUsageTest::test_type_compile [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageTest::test_type_compile test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_alias_pathing [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_alias_pathing test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_fixture [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_fixture test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_join_cache [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_join_cache test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_join_cache_deprecated_coercion [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_join_cache_deprecated_coercion test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_key_fallback_result [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_key_fallback_result test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_many_discarded_relationships [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_many_discarded_relationships test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_many_updates [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_many_updates test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_mapper_reset [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_mapper_reset test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_orm_many_engines [gw3] [ 97%] SKIPPED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_orm_many_engines test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_path_registry [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_path_registry test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_savepoints [gw3] [ 97%] SKIPPED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_savepoints test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_session [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_session test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_sessionmaker [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_sessionmaker test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_unicode_warnings [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_unicode_warnings test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_warnings_util [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_warnings_util test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_with_inheritance [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_with_inheritance test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_with_manytomany [gw3] [ 97%] PASSED test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_with_manytomany test/orm/test_merge.py::CompositeNullPksTest::test_merge_allow_partial [gw3] [ 97%] PASSED test/orm/test_merge.py::CompositeNullPksTest::test_merge_allow_partial test/orm/test_merge.py::CompositeNullPksTest::test_merge_disallow_partial [gw3] [ 97%] PASSED test/orm/test_merge.py::CompositeNullPksTest::test_merge_disallow_partial test/orm/test_merge.py::DeferredMergeTest::test_deferred_column_mapping [gw3] [ 97%] PASSED test/orm/test_merge.py::DeferredMergeTest::test_deferred_column_mapping test/orm/test_merge.py::DeferredMergeTest::test_deferred_column_query [gw3] [ 97%] PASSED test/orm/test_merge.py::DeferredMergeTest::test_deferred_column_query test/orm/test_merge.py::LoadOnPendingTest::test_merge_delete_orphan_o2o [gw3] [ 97%] PASSED test/orm/test_merge.py::LoadOnPendingTest::test_merge_delete_orphan_o2o test/orm/test_merge.py::LoadOnPendingTest::test_merge_delete_orphan_o2o_none [gw3] [ 97%] PASSED test/orm/test_merge.py::LoadOnPendingTest::test_merge_delete_orphan_o2o_none test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_pending_access_one [gw3] [ 97%] PASSED test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_pending_access_one test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_pending_access_two [gw3] [ 97%] PASSED test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_pending_access_two test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_persistent_access_none [gw3] [ 97%] PASSED test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_persistent_access_none test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_persistent_access_one [gw3] [ 97%] PASSED test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_persistent_access_one test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_persistent_access_two [gw3] [ 98%] PASSED test/orm/test_merge.py::M2ONoUseGetLoadingTest::test_persistent_access_two test/orm/test_merge.py::MergeTest::test_attribute_cascade [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_attribute_cascade test/orm/test_merge.py::MergeTest::test_cascade_doesnt_blowaway_manytoone [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_cascade_doesnt_blowaway_manytoone test/orm/test_merge.py::MergeTest::test_cascades_dont_autoflush [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_cascades_dont_autoflush test/orm/test_merge.py::MergeTest::test_cascades_dont_autoflush_2 [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_cascades_dont_autoflush_2 test/orm/test_merge.py::MergeTest::test_detached_to_persistent_collection [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_detached_to_persistent_collection test/orm/test_merge.py::MergeTest::test_dont_expire_pending [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_dont_expire_pending test/orm/test_merge.py::MergeTest::test_dont_send_neverset_to_get [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_dont_send_neverset_to_get test/orm/test_merge.py::MergeTest::test_dont_send_neverset_to_get_w_relationship [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_dont_send_neverset_to_get_w_relationship test/orm/test_merge.py::MergeTest::test_dontload_with_eager [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_dontload_with_eager test/orm/test_merge.py::MergeTest::test_loader_options [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_loader_options test/orm/test_merge.py::MergeTest::test_many_to_many_cascade [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_many_to_many_cascade test/orm/test_merge.py::MergeTest::test_many_to_one_cascade [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_many_to_one_cascade test/orm/test_merge.py::MergeTest::test_merge_empty_attributes [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_merge_empty_attributes test/orm/test_merge.py::MergeTest::test_merge_irregular_collection [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_merge_irregular_collection test/orm/test_merge.py::MergeTest::test_no_load_disallows_dirty [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_no_load_disallows_dirty test/orm/test_merge.py::MergeTest::test_no_load_preserves_parents [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_no_load_preserves_parents test/orm/test_merge.py::MergeTest::test_no_load_sets_backrefs [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_no_load_sets_backrefs test/orm/test_merge.py::MergeTest::test_no_load_with_backrefs [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_no_load_with_backrefs test/orm/test_merge.py::MergeTest::test_no_relationship_cascade [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_no_relationship_cascade test/orm/test_merge.py::MergeTest::test_one_to_many_cascade [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_one_to_many_cascade test/orm/test_merge.py::MergeTest::test_one_to_one_cascade [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_one_to_one_cascade test/orm/test_merge.py::MergeTest::test_option_state [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_option_state test/orm/test_merge.py::MergeTest::test_resolve_conflicts_pending [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_resolve_conflicts_pending test/orm/test_merge.py::MergeTest::test_resolve_conflicts_pending_doesnt_interfere_no_ident [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_resolve_conflicts_pending_doesnt_interfere_no_ident test/orm/test_merge.py::MergeTest::test_resolve_conflicts_persistent [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_resolve_conflicts_persistent test/orm/test_merge.py::MergeTest::test_synonym [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_synonym test/orm/test_merge.py::MergeTest::test_transient_no_load [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_transient_no_load test/orm/test_merge.py::MergeTest::test_transient_non_mutated_collection [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_transient_non_mutated_collection test/orm/test_merge.py::MergeTest::test_transient_to_pending [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_transient_to_pending test/orm/test_merge.py::MergeTest::test_transient_to_pending_collection [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_transient_to_pending_collection test/orm/test_merge.py::MergeTest::test_transient_to_pending_collection_pk_none [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_transient_to_pending_collection_pk_none test/orm/test_merge.py::MergeTest::test_transient_to_pending_no_pk [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_transient_to_pending_no_pk test/orm/test_merge.py::MergeTest::test_transient_to_persistent [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_transient_to_persistent test/orm/test_merge.py::MergeTest::test_transient_to_persistent_collection [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_transient_to_persistent_collection test/orm/test_merge.py::MergeTest::test_unsaved_cascade [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_unsaved_cascade test/orm/test_merge.py::MergeTest::test_value_to_none [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_value_to_none test/orm/test_merge.py::MergeTest::test_warn_transient_already_pending_nopk [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_warn_transient_already_pending_nopk test/orm/test_merge.py::MergeTest::test_warn_transient_already_pending_pk [gw3] [ 98%] PASSED test/orm/test_merge.py::MergeTest::test_warn_transient_already_pending_pk test/orm/test_merge.py::MutableMergeTest::test_list [gw3] [ 98%] PASSED test/orm/test_merge.py::MutableMergeTest::test_list test/orm/test_merge.py::PolymorphicOnTest::test_merge_polymorphic_on [gw3] [ 98%] PASSED test/orm/test_merge.py::PolymorphicOnTest::test_merge_polymorphic_on test/sql/test_metadata.py::CatchAllEventsTest::test_all_events [gw3] [ 98%] PASSED test/sql/test_metadata.py::CatchAllEventsTest::test_all_events test/sql/test_metadata.py::CatchAllEventsTest::test_events_per_constraint [gw3] [ 98%] PASSED test/sql/test_metadata.py::CatchAllEventsTest::test_events_per_constraint test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_keyword_as_clause [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_keyword_as_clause test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_keyword_as_schemaitem [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_keyword_as_schemaitem test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_onupdate_keyword_as_clause [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_onupdate_keyword_as_clause test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_onupdate_keyword_as_schemaitem [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_onupdate_keyword_as_schemaitem test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_onupdate_positional [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_onupdate_positional test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_positional [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_column_default_positional test/sql/test_metadata.py::ColumnDefaultsTest::test_onupdate_default_not_server_default_four [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_onupdate_default_not_server_default_four test/sql/test_metadata.py::ColumnDefaultsTest::test_onupdate_default_not_server_default_one [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_onupdate_default_not_server_default_one test/sql/test_metadata.py::ColumnDefaultsTest::test_onupdate_default_not_server_default_three [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_onupdate_default_not_server_default_three test/sql/test_metadata.py::ColumnDefaultsTest::test_onupdate_default_not_server_default_two [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_onupdate_default_not_server_default_two test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_keyword_as_clause [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_keyword_as_clause test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_keyword_as_schemaitem [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_keyword_as_schemaitem test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_onupdate_keyword_as_clause [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_onupdate_keyword_as_clause test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_onupdate_keyword_as_schemaitem [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_onupdate_keyword_as_schemaitem test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_onupdate_positional [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_onupdate_positional test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_positional [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefaultsTest::test_server_default_positional test/sql/test_metadata.py::ColumnDefinitionTest::test_basic [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_basic test/sql/test_metadata.py::ColumnDefinitionTest::test_bogus [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_bogus test/sql/test_metadata.py::ColumnDefinitionTest::test_custom_create [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_custom_create test/sql/test_metadata.py::ColumnDefinitionTest::test_custom_subclass_proxy [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_custom_subclass_proxy test/sql/test_metadata.py::ColumnDefinitionTest::test_custom_subclass_proxy_typeerror [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_custom_subclass_proxy_typeerror test/sql/test_metadata.py::ColumnDefinitionTest::test_incomplete_key [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_incomplete_key test/sql/test_metadata.py::ColumnDefinitionTest::test_name_blank [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_name_blank test/sql/test_metadata.py::ColumnDefinitionTest::test_name_none [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_name_none test/sql/test_metadata.py::ColumnDefinitionTest::test_no_shared_column_schema [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_no_shared_column_schema test/sql/test_metadata.py::ColumnDefinitionTest::test_no_shared_column_sql [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_no_shared_column_sql test/sql/test_metadata.py::ColumnDefinitionTest::test_unique_index_flags_default_to_none [gw3] [ 98%] PASSED test/sql/test_metadata.py::ColumnDefinitionTest::test_unique_index_flags_default_to_none test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_from_alias [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_from_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_get_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_get_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_get_three [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_get_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_get_two [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_get_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check [gw3] [ 98%] SKIPPED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_loads_at_once [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_loads_at_once test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_multi_join [gw3] [ 98%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_multi_join test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_multi_join_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_multi_join_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_nesting_queries [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_nesting_queries test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_adhoc_wp test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_two_future_default_wp test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_correlation_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_expire [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_expire test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_explicit_polymorphic_join_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_baseclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_filter_on_subclass_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_from_alias [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_from_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_get_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_get_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_get_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_get_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_get_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_get_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_having_group_by [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_having_group_by test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_and_thru_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_columns_or_subclass_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_aliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_explicit_aliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_polymorphic_nonaliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_aliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_nonaliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_aliased_three_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_from_with_polymorphic_ot_explicit_aliased_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_aliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_through_polymorphic_nonaliased_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_explicit_aliased test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_polymorphic_nonaliased test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fifteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_fourteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_manual_alias test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_six_point_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_sixteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_thirteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_join_to_subclass_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_joinedload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_loads_at_once [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_loads_at_once test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eighteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_eleven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fifteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_four test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_fourteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_one] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_three] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_join_to_poly[_join_to_poly_wp_two] test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_nineteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seven test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_seventeen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_six test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_sixteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_ten test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_thirteen test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_twelve test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_mixed_entities_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_multi_join [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_multi_join test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_multi_join_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_multi_join_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_nesting_queries [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_nesting_queries test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_eight test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_explicit_alias_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_nine test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_polymorphic_any_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_joinedload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_selectinload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_subqueryload test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_primary_eager_aliasing_three_reset_selectable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_query_subclass_join_to_base_relationship test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_three test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_relationship_to_polymorphic_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_one [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_one test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_self_referential_two_point_five_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_subclass_option_pathing test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_subqueryload_on_subclass test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_five_future_override_selectable test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_four_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_one_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_seven_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_six_future test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future [gw3] [ 99%] PASSED test/orm/inheritance/test_polymorphic_rel.py::PolymorphicJoinsTest_sqlite+pysqlite_3_38_2::test_with_polymorphic_three_future =========================== short test summary info ============================ SKIPPED [53] lib/sqlalchemy/testing/config.py:205: 'MypyPluginTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [8] lib/sqlalchemy/testing/config.py:205: 'AsyncPgTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'PassiveDeletesTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not supported by database SKIPPED [53] lib/sqlalchemy/testing/config.py:205: No profiling stats available on this platform for this function. Run tests with --write-profiles to add statistics to profiles.txt for this platform. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/postgresql/test_compiler.py::SequenceTest::test_reverse_eng_name (call)' : foo SKIPPED [5] lib/sqlalchemy/testing/config.py:205: 'CTEDefaultTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_int_default_on_insert_with_returning (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_server_default_no_implicit_returning (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table (call)' : Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'AutocommitClosesOnFailTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not oracle and not postgresql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table_plus_alias (call)' : Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM SKIPPED [5] lib/sqlalchemy/testing/config.py:205: 'ExplicitAutoCommitTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_defaults.py::PKDefaultTest_sqlite+pysqlite_3_38_2::test_with_implicit_returning (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_defaults.py::ServerDefaultsOnPKTest_sqlite+pysqlite_3_38_2::test_string_default_on_insert_with_returning (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_three_table (call)' : Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_deprecations.py::ConnectionlessCursorResultTest_sqlite+pysqlite_3_38_2::test_connectionless_autoclose_crud_rows_exhausted (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_delete.py::DeleteFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_alias_plus_table (call)' : Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'LegacySequenceExecTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'LegacySchemaAliasingBackendTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_python (call)' : not postgresql+psycopg2 and not postgresql+psycopg2cffi and not postgresql+pypostgresql and not postgresql+pygresql and not mysql+mysqlconnector and not mysql+pymysql and not mysql+cymysql and not mariadb+mysqlconnector and not mariadb+pymysql and not mariadb+cymysql and not mssql+pymssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_heavy_nesting (call)' : savepoints not supported SKIPPED [14] lib/sqlalchemy/testing/config.py:205: 'AutocommitTextTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [8] lib/sqlalchemy/testing/config.py:205: 'BackendDialectTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [11] lib/sqlalchemy/testing/config.py:205: 'CXOracleConnectArgsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'ComputedReturningTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/postgresql/test_dialect.py::DialectTest::test_pg_dialect_use_native_unicode_from_config (call)' : not postgresql+psycopg2 and not postgresql+psycopg2cffi SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_special_encodings[utf8mb4] (call)' : not mysql+mysqldb and not mysql+pymysql and not mariadb+mysqldb and not mariadb+pymysql SKIPPED [9] lib/sqlalchemy/testing/config.py:205: 'DialectWBackendTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [9] lib/sqlalchemy/testing/config.py:205: 'ExecutemanyBatchModeTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [15] lib/sqlalchemy/testing/config.py:205: 'ExecutemanyValuesInsertsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [9] lib/sqlalchemy/testing/config.py:205: 'ExecutemanyValuesPlusBatchInsertsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'ExecutionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [28] lib/sqlalchemy/testing/config.py:205: 'MiscBackendTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [29] lib/sqlalchemy/testing/config.py:205: 'OptimizedFetchLimitOffsetTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [6] lib/sqlalchemy/testing/config.py:205: 'QuotedBindRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'SQLModeDetectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_mariadb_connector_special_encodings (call)' : not mariadb+mariadbconnector SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[NCLOB] (call)' : Python version 2.xx is required. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[NCLOB] (call)' : Python version 2.xx is required. SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'ExecuteTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'PGCodeTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'RemoveUTCTimestampTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [10] lib/sqlalchemy/testing/config.py:205: 'TableValuedTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_cancelled_by_toplevel_marker (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/postgresql/test_dialect.py::DialectTest::test_pg_dialect_no_native_unicode_in_python3 (call)' : not postgresql+psycopg2 and not postgresql+psycopg2cffi SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_special_encodings[utf8] (call)' : not mysql+mysqldb and not mysql+pymysql and not mariadb+mysqldb and not mariadb+pymysql SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'UnicodeSchemaTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] test/orm/test_dynamic.py:737: got empty parameter set ['expr'], function test_join_syntaxes at /home/buildozer/aports/community/py3-sqlalchemy/src/SQLAlchemy-1.4.36/test/orm/test_dynamic.py:736 SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_deprecations.py::RawExecuteTest_sqlite+pysqlite_3_38_2::test_raw_sprintf (call)' : not mysql+mysqldb and not mysql+pymysql and not mysql+cymysql and not mysql+mysqlconnector and not mariadb+mysqldb and not mariadb+pymysql and not mariadb+cymysql and not mariadb+mysqlconnector and not postgresql+pg8000 SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_mixed_transaction_control (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_deprecations.py::SessionTest::test_failed_rollback_deactivates_transaction_ctx_integration (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_heavy_nesting_future (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_twophase_rollback (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_mixed_two_phase_transaction (call)' : savepoints not supported SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'DefaultSchemaNameTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[FIXED_CHAR] (call)' : Python version 2.xx is required. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[FIXED_CHAR] (call)' : Python version 2.xx is required. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'OutParamTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/postgresql/test_dialect.py::DialectTest::test_ensure_version_is_qualified (call)' : not postgresql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_autocommit (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[STRING] (call)' : Python version 2.xx is required. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[STRING] (call)' : Python version 2.xx is required. SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'ExecutemanyFlagOptionsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'IndexPropertyArrayTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'IndexPropertyJsonTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_branch_savepoint_rollback (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_inactive_due_to_subtransaction_on_nested_no_commit (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_encoding_errors_sqla_py2k[CLOB] (call)' : Python version 2.xx is required. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/oracle/test_dialect.py::EncodingErrorsTest::test_no_encoding_errors_sqla_py2k[CLOB] (call)' : Python version 2.xx is required. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_four (call)' : no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_four_a (call)' : no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_one (call)' : sqlite SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_six (call)' : sqlite SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_lastrow_accessor_two (call)' : sqlite SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_insert_exec.py::InsertExecTest_sqlite+pysqlite_3_38_2::test_no_inserted_pk_on_returning (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_direct_params_returning (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_explicit_sequence (call)' : no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_insert_exec.py::TableInsertTest_sqlite+pysqlite_3_38_2::test_uppercase_direct_params_returning (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'MySQLForUpdateLockingTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'SkipLockedTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_execute (call)' : no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::EngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_advanced (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_python (call)' : not postgresql+psycopg2 and not postgresql+psycopg2cffi and not postgresql+pypostgresql and not postgresql+pygresql and not mysql+mysqlconnector and not mysql+pymysql and not mysql+cymysql and not mariadb+mysqlconnector and not mariadb+pymysql and not mariadb+cymysql and not mssql+pymssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::ExecuteTest_sqlite+pysqlite_3_38_2::test_raw_sprintf (call)' : not mysql+mysqldb and not mysql+pymysql and not mysql+cymysql and not mysql+mysqlconnector and not mariadb+mysqldb and not mariadb+pymysql and not mariadb+cymysql and not mariadb+mysqlconnector and not postgresql+pg8000 SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::FutureConvenienceExecuteTest_sqlite+pysqlite_3_38_2::test_connect_as_ctx_noautocommit (call)' : custom function SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_cursor_execute (call)' : no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_engine_connect (call)' : custom function SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::FutureEngineEventsTest_sqlite+pysqlite_3_38_2::test_transactional_advanced (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_invalidate_pool_stays_true (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::HandleErrorTest_sqlite+pysqlite_3_38_2::test_alter_invalidate_pool_to_false (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [9] lib/sqlalchemy/testing/config.py:205: 'FastExecutemanyTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'InvalidTransactionFalsePositiveTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'SetInputSizesTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_execute.py::UnicodeReturnsTest::test_unicode_test_fails_warning (call)' : Python version 2.xx is required. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/mssql/test_engine.py::ParseConnectTest::test_bad_freetds_warning (call)' : not mssql+pymssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'RealIsolationLevelTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [38] lib/sqlalchemy/testing/config.py:205: 'AsyncEngineTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'IdentityDefaultsOnUpdateTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_defaults.py::SpecialTypePKTest_sqlite+pysqlite_3_38_2::test_no_implicit_returning (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [8] lib/sqlalchemy/testing/config.py:205: 'AsyncEventTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'AsyncInspection' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [19] lib/sqlalchemy/testing/config.py:205: 'AsyncProxyTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [22] lib/sqlalchemy/testing/config.py:205: 'AsyncResultTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetoone_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_update_to_sql_expr (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'NonPKCascadeTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::ReversePKsTest_sqlite+pysqlite_3_38_2::test_reverse_savepoint (call)' : savepoints not supported SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'SelfReferentialTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/inheritance/test_polymorphic_rel.py::PolymorphicUnionsTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check (call)' : join condition doesn't work w/ this mapping SKIPPED [21] lib/sqlalchemy/testing/config.py:205: 'MutableColumnCopyArrayTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_deprecations.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_transaction_connection_add_autocommit (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_deprecations.py::TransactionTest_sqlite+pysqlite_3_38_2::test_rollback_to_subtransaction (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/postgresql/test_dialect.py::DialectTest::test_pg_dialect_no_native_unicode_in_python2 (call)' : not postgresql+psycopg2 and not postgresql+psycopg2cffi SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/mysql/test_dialect.py::DialectTest_sqlite+pysqlite_3_38_2::test_random_arg (call)' : not mysql+mysqldb and not mysql+pymysql and not mariadb+mysqldb and not mariadb+pymysql SKIPPED [24] lib/sqlalchemy/testing/config.py:205: 'OnConflictTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'OnDuplicateTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'FutureReconnectRecipeTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [13] lib/sqlalchemy/testing/config.py:205: 'TableValuedRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_change_m2o_passive_uselist (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'TupleTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::CascadeToFKPKTest_sqlite+pysqlite_3_38_2::test_onetomany_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::JoinedInheritancePKOnFKTest_sqlite+pysqlite_3_38_2::test_pk_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_fk_threelevel_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::JoinedInheritanceTest_sqlite+pysqlite_3_38_2::test_pk_threelevel_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_bidirectional_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_multiple_invalidate (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_rollback_on_invalid_savepoint (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reconnect.py::RealReconnectTest_sqlite+pysqlite_3_38_2::test_rollback_on_invalid_twophase (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'ReconnectRecipeTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytomany_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_manytoone_passive_uselist (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [8] lib/sqlalchemy/testing/config.py:205: 'QueryTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_naturalpks.py::NaturalPKTest_sqlite+pysqlite_3_38_2::test_onetomany_passive (call)' : target backend doesn't support ON UPDATE CASCADE SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'QueryUnicodeTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [9] lib/sqlalchemy/testing/config.py:205: 'IdentityInsertTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'IdiosyncrasyTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [9] lib/sqlalchemy/testing/config.py:205: 'InsertTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [8] lib/sqlalchemy/testing/config.py:205: 'MatchTest' skipped by full_text_search_missing SKIPPED [16] lib/sqlalchemy/testing/config.py:205: 'MatchTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'ConstraintTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'DBLinkReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_query.py::SessionBindTest::test_column_property_select (call)' : mssql or sqlite SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'AsyncScopedSessionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [10] lib/sqlalchemy/testing/config.py:205: 'DomainReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'DontReflectIOTTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [6] lib/sqlalchemy/testing/config.py:205: 'ForeignTableReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'IdentityColumnTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [6] lib/sqlalchemy/testing/config.py:205: 'IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [14] lib/sqlalchemy/testing/config.py:205: 'IntervalReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [12] lib/sqlalchemy/testing/config.py:205: 'MaterializedViewReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [10] lib/sqlalchemy/testing/config.py:205: 'MultiSchemaTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [5] lib/sqlalchemy/testing/config.py:205: 'PartitionedReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'ReflectHugeViewTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [100] lib/sqlalchemy/testing/config.py:205: 'ReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_comment_reflection (call)' : not postgresql and not mysql and not mariadb and not oracle SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_fk_options (call)' : not postgresql and not mysql SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'SequenceTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [19] lib/sqlalchemy/testing/config.py:205: 'FutureSequenceExecTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support SKIPPED [11] lib/sqlalchemy/testing/config.py:205: 'FutureSequenceTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reflection.py::ReflectionTest_sqlite+pysqlite_3_38_2::test_unknown_types (call)' : sqlite SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reflection.py::ReverseCasingReflectTest_sqlite+pysqlite_3_38_2::test_direct_quoting (setup)' : Backend does not require denormalized names. SKIPPED [5] lib/sqlalchemy/testing/config.py:205: 'RoundTripIndexTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [5] lib/sqlalchemy/testing/config.py:205: 'SequenceAsServerDefaultTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'doesn't support sequences as a server side default. and doesn't support sequences as a server side default. and doesn't support sequences as a server side default., no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'SequenceAsServerDefaultTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support, doesn't support sequences as a server side default. and doesn't support sequences as a server side default. and doesn't support sequences as a server side default. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_blank_schema_arg (call)' : not postgresql SKIPPED [19] lib/sqlalchemy/testing/config.py:205: 'SequenceExecTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support SKIPPED [19] lib/sqlalchemy/testing/config.py:205: 'SequenceTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'TableBoundSequenceTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_has_schema (call)' : not postgresql and not mysql and not mariadb and not mssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_reflection.py::SchemaTest_sqlite+pysqlite_3_38_2::test_reflect_all_schemas_default_overlap (call)' : not postgresql and not mysql and not mariadb and not mssql SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'SystemTableTablenamesTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'TableReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [9] lib/sqlalchemy/testing/config.py:205: 'TypeReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_sequence_execute[False] (call)' : no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_session.py::ExecutionTest_sqlite+pysqlite_3_38_2::test_sequence_execute[True] (call)' : no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_ro_mapping_py2k (call)' : Python version 2.xx is required. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_session.py::SessionStateTest::test_autoflush (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_3_38_2::test_row_c_sequence_check (call)' : C extensions not installed SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_session.py::SessionStateTest::test_autoflush_unbound (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_sqlite.py::DialectTest_sqlite+pysqlite_3_38_2::test_pysqlcipher_connects (call)' : not sqlite+pysqlcipher SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'CompositeStatementTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_returning.py::ImplicitReturningFlag_sqlite+pysqlite_3_38_2::test_flag_turned_default (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'KeyReturningTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'sqlite doesn't support 'RETURNING of a single row' SKIPPED [15] lib/sqlalchemy/testing/config.py:205: 'ReturnDefaultsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'sqlite doesn't support 'RETURNING of a single row' SKIPPED [20] lib/sqlalchemy/testing/config.py:205: 'ReturningTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'SequenceReturningTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_bound_fetch_offset (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_expr_fetch_offset (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_no_order (call)' : not postgresql and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_nobinds (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_percent (call)' : not mssql >= (11,) and not oracle >= (12,) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_percent_ties (call)' : not mssql >= (11,) and not oracle >= (12,) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_fetch_offset_ties_exact_number (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_offset (call)' : not postgresql and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_percent (call)' : not mssql >= (11,) and not oracle >= (12,) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_percent_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FetchLimitOffsetTest_sqlite+pysqlite_3_38_2::test_simple_fetch_ties (call)' : not postgresql >= (13,) and not mssql >= (11,) and not oracle >= (12,) and not mariadb >= (10, 6) SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_add_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::FutureTableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'FutureWeCanSetDefaultSchemaWEventsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql and not oracle SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_comment[quote " two-_exclusions1] (call)' : not postgresql and not mysql and not mariadb and not oracle SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::QuotedNameArgumentTest_sqlite+pysqlite_3_38_2::test_get_table_comment[quote ' one-_exclusions0] (call)' : not postgresql and not mysql and not mariadb and not oracle SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'SequenceCompilerTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support SKIPPED [15] lib/sqlalchemy/testing/config.py:205: 'ServerSideCursorsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no server side cursors support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_session.py::TransScopingTest::test_transaction (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_add_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_update_from_round_trip (call)' : not postgresql and not mssql SKIPPED [10] lib/sqlalchemy/testing/config.py:205: 'HasSequenceTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::TableDDLTest_sqlite+pysqlite_3_38_2::test_drop_table_comment (call)' : not postgresql and not mysql and not mariadb and not oracle SKIPPED [5] lib/sqlalchemy/testing/config.py:205: 'TableNoColumnsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::ComponentReflectionTestExtra_sqlite+pysqlite_3_38_2::test_reflect_covering_index (call)' : not postgresql >= (11,) and not mssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'HasSequenceTestEmpty' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'no sequence support SKIPPED [6] lib/sqlalchemy/testing/config.py:205: 'TimeTZTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql SKIPPED [6] lib/sqlalchemy/testing/config.py:205: 'TimestampMicrosecondsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not oracle SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'IdentityReflectionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::InsertBehaviorTest_sqlite+pysqlite_3_38_2::test_autoclose_on_insert_implicit_returning (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'ValuesExpressionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql and not mssql SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'WeCanSetDefaultSchemaWEventsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql and not oracle SKIPPED [42] lib/sqlalchemy/testing/config.py:205: savepoints not enabled SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_comments (call)' : not postgresql and not mysql and not mariadb and not oracle SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_comments_with_schema (call)' : not postgresql and not mysql and not mariadb and not oracle SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_rollback_inactive (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_inter_schema_foreign_keys (call)' : not postgresql and not mysql and not mariadb and not mssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_oid[users-False-_exclusions0] (call)' : PG specific feature SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::ComponentReflectionTest_sqlite+pysqlite_3_38_2::test_get_table_oid[users-True-_exclusions1] (call)' : PG specific feature SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_five (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_four (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_one (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_seven (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_six (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_three (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_two (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_access[string3] (call)' : custom function or mariadb or sqlite SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_38_2::test_rollback_ignores_clean_on_savepoint_agg_upd_eval (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_38_2::test_rollback_ignores_clean_on_savepoint_agg_upd_fetch (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::NaturalPKRollbackTest_sqlite+pysqlite_3_38_2::test_key_replaced_by_update_nested (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_contextmanager_nested_rollback (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_future_rollback_is_global (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_delete_from_round_trip (call)' : not postgresql and not mssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::CTETest_sqlite+pysqlite_3_38_2::test_delete_scalar_subq_round_trip (call)' : not postgresql and not mssql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_index_typed_comparison[string3] (call)' : custom function or mariadb or sqlite SKIPPED [6] lib/sqlalchemy/testing/config.py:205: 'DateTimeTZTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::JSONTest_sqlite+pysqlite_3_38_2::test_path_typed_comparison[string3] (call)' : custom function or mariadb or sqlite SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_close (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_commit (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_rollback (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_close (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_trans_close_one (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_trans_close_two (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_trans_rollback (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_commit (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::ResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_rollback (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::RollbackRecoverTest_sqlite+pysqlite_3_38_2::test_pk_violation_with_savepoint (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/dialect/test_suite.py::LikeFunctionsTest_sqlite+pysqlite_3_38_2::test_regexp_replace (call)' : not postgresql and not mysql >= (8,) and not mariadb and not oracle SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_expunge_pending_on_rollback (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_commit (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_commit_collections (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_delete (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_lost_still_runs (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_rollback (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_savepoint_rollback_collections (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SavepointTest_sqlite+pysqlite_3_38_2::test_update_deleted_on_rollback (call)' : savepoints not supported SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'NormalizedNameTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Backend does not require denormalized names. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::ContextManagerPlusFutureTest_sqlite+pysqlite_3_38_2::test_old_rollback_is_local (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_dirty_state_transferred_deep_nesting (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_dirty_state_transferred_deep_nesting_future (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_external_nested_transaction (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_failed_rollback_deactivates_transaction (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_invalidate (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_mixed_transaction_close (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_accounting_deleted_items_restored (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_accounting_new_items_removed (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_autotrans (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_autotrans_future (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_transaction (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_nested_transaction_connection_add (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_close (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_commit (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_begin_nested_rollback_rollback (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_no_rollback_in_committed_state (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_begin_nested_close (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_report_primary_error_when_rollback_fails (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_commit (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_on_external_future (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureResetAgentTest_sqlite+pysqlite_3_38_2::test_reset_via_agent_begin_twophase_rollback (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_transactions_isolated (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SessionTransactionTest_sqlite+pysqlite_3_38_2::test_twophase (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_commit_inactive (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::FutureTransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_autobegins_real_trans_from_nested (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_False_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_one_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_three_True_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_heavy_nesting (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::SubtransactionRecipeTest_True_subtransaction_recipe_two_False_sqlite+pysqlite_3_38_2::test_recipe_mixed_transaction_control (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_savepoint[False] (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_ctxmanager_rolls_back_savepoint[True] (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_deactivated_savepoint_warning_straight (call)' : savepoints not supported SKIPPED [32] lib/sqlalchemy/testing/config.py:205: 'ArrayEnum' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [6] lib/sqlalchemy/testing/config.py:205: 'ArrayJSON' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_multiple_two_phase (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_commit (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_nested_subtransaction_rollback (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_no_rollback_in_deactive (call)' : independent connections disabled when :memory: connections are used or SQL Server 2005+ is required for independent connections SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_no_rollback_in_deactive_savepoint (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_reset_rollback_two_phase_no_rollback (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_release_fails_ctxmanager (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_release_fails_flat (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_savepoint_rollback_fails_flat (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_two_phase_recover (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/engine/test_transaction.py::TransactionTest_sqlite+pysqlite_3_38_2::test_two_phase_transaction (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::TwoPhaseTest_sqlite+pysqlite_3_38_2::test_rollback_on_prepare (call)' : no SA implementation or two-phase xact not supported by drivers or two-phase xact not supported by database or two-phase xact not supported by drivers/SQLA or max_prepared_transactions not available or zero SKIPPED [15] lib/sqlalchemy/testing/config.py:205: 'BinaryTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'BooleanTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [227] lib/sqlalchemy/testing/config.py:205: 'CoreArrayRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'DateRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'DateTimeRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [19] lib/sqlalchemy/testing/config.py:205: 'EnumSetTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'FloatCoercionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [13] lib/sqlalchemy/testing/config.py:205: 'HStoreRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'needs hstore extension SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'DateTimeTZRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [29] lib/sqlalchemy/testing/config.py:205: 'EnumTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'EuroNumericTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'HashableFlagORMTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [15] lib/sqlalchemy/testing/config.py:205: 'JSONRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'Int4RangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'JSONTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [87] lib/sqlalchemy/testing/config.py:205: 'JSONBSuiteTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql >= (9, 4) SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'Int8RangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [15] lib/sqlalchemy/testing/config.py:205: 'JSONBRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [44] lib/sqlalchemy/testing/config.py:205: 'LOBFetchTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [288] lib/sqlalchemy/testing/config.py:205: 'PGArrayRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_38_2::test_render_datetime[date] (call)' : custom function SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_38_2::test_render_datetime[datetime] (call)' : custom function SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_types.py::LiteralTest_sqlite+pysqlite_3_38_2::test_render_datetime[time] (call)' : custom function SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'MSDateTypeTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [5] lib/sqlalchemy/testing/config.py:205: 'JSONBCastSuiteTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql >= (9, 4) SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'NumericInterpretationTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'NumRangeRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'custom function SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'OIDTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'RegClassTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [9] lib/sqlalchemy/testing/config.py:205: 'RowVersionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'TimeParameterTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [16] lib/sqlalchemy/testing/config.py:205: 'SetInputSizesTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'SpecialTypesTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'TimePrecisionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'TimestampTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'TimezoneTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [50] lib/sqlalchemy/testing/config.py:205: 'TypeRoundTripTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [27] lib/sqlalchemy/testing/config.py:205: 'TypesTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'BatchDeleteIgnoresRowcountTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not supported by database SKIPPED [4] lib/sqlalchemy/testing/config.py:205: 'ExtraPassiveDeletesTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not supported by database SKIPPED [7] lib/sqlalchemy/testing/config.py:205: 'UUIDTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'NoRowInsertedTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_38_2::test_defaults_second_table (call)' : Multi table update and Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_38_2::test_defaults_second_table_same_name (call)' : Multi table update and Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_update.py::UpdateFromMultiTableUpdateDefaultsTest_sqlite+pysqlite_3_38_2::test_no_defaults_second_table (call)' : Multi table update and Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_join_multitable (call)' : Multi table update and Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_multitable (call)' : Multi table update and Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_multitable_same_name (call)' : Multi table update and Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_three_table (call)' : Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table (call)' : Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/sql/test_update.py::UpdateFromRoundTripTest_sqlite+pysqlite_3_38_2::test_exec_two_table_plus_alias (call)' : Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_delete_from (call)' : Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_from (call)' : Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_from_join_no_problem (call)' : Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::InheritTest_sqlite+pysqlite_3_38_2::test_update_from_multitable (call)' : Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_a (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_unitofworkv2.py::ORMOnlyPrimaryKeyTest::test_b (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'LoadFromReturningTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'sqlite doesn't support 'RETURNING of multiple rows' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_delete_from_joined_subq_test (call)' : Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM and Backend does not support DELETE..FROM SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_multi_table_criteria_ok_wo_eval (call)' : Multi table update and Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_from_joined_subq_test (call)' : Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM and Backend does not support UPDATE..FROM SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::UpdateDeleteFromTest_sqlite+pysqlite_3_38_2::test_update_from_multitable_same_names (call)' : Multi table update and Multi table update SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'AsyncCascadesTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [2] lib/sqlalchemy/testing/config.py:205: 'AsyncORMBehaviorsTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [11] lib/sqlalchemy/testing/config.py:205: 'AsyncSessionQueryTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'AsyncSessionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [21] lib/sqlalchemy/testing/config.py:205: 'AsyncSessionTransactionTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [5] lib/sqlalchemy/testing/config.py:205: 'OverrideSyncSession' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'Async dialect required SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_update_explicit_returning (call)' : sqlite doesn't support 'RETURNING of multiple rows' SKIPPED [20] lib/sqlalchemy/testing/config.py:205: 'MultipleDialectShardTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_update_delete.py::UpdateDeleteTest_sqlite+pysqlite_3_38_2::test_no_fetch_w_explicit_returning (call)' : sqlite doesn't support 'RETURNING of multiple rows' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/base/test_utils.py::ReraiseTest::test_safe_reraise_py2k_warning (call)' : Python version 2.xx is required. SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/base/test_utils.py::TimezoneTest::test_repr_py2k (call)' : Python version 2.xx is required. SKIPPED [16] lib/sqlalchemy/testing/config.py:205: 'IdentityDDL' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'not postgresql >= (10,) and not oracle >= (12,) and not mssql SKIPPED [5] lib/sqlalchemy/testing/config.py:205: 'CBooleanProcessorTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'C extensions not installed SKIPPED [6] lib/sqlalchemy/testing/config.py:205: 'CDateProcessorTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite'C extensions not installed SKIPPED [3] lib/sqlalchemy/testing/config.py:205: 'AnyAllTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_versioning.py::ServerVersioningTest_sqlite+pysqlite_3_38_2::test_sql_expr_w_mods_bump (call)' : sqlite doesn't support 'RETURNING of a single row' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_versioning.py::VersioningTest_sqlite+pysqlite_3_38_2::test_versioncheck_for_update (call)' : no FOR UPDATE NOWAIT support SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/test_transaction.py::CleanSavepointTest_sqlite+pysqlite_3_38_2::test_rollback_ignores_clean_on_savepoint (call)' : savepoints not supported SKIPPED [15] lib/sqlalchemy/testing/config.py:205: 'ExtractTest' unsupported on any DB implementation 'sqlite(3.38.2)+pysqlite' SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/aaa_profiling/test_memusage.py::MemUsageTest::test_DecimalResultProcessor_init (call)' : C extensions not installed SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/aaa_profiling/test_memusage.py::MemUsageTest::test_DecimalResultProcessor_process (call)' : C extensions not installed SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/aaa_profiling/test_memusage.py::MemUsageTest::test_UnicodeResultProcessor_init (call)' : C extensions not installed SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/aaa_profiling/test_memusage.py::MemUsageTest::test_cycles_in_row (call)' : C extensions not installed SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_orm_many_engines (call)' : :memory: connection not suitable here SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/aaa_profiling/test_memusage.py::MemUsageWBackendTest_sqlite+pysqlite_3_38_2::test_savepoints (call)' : savepoints not supported SKIPPED [1] lib/sqlalchemy/testing/config.py:205: 'test/orm/inheritance/test_polymorphic_rel.py::PolymorphicAliasedJoinsTest_sqlite+pysqlite_3_38_2::test_lazyload_related_w_cache_check (call)' : join condition doesn't work w/ this mapping =============== 14582 passed, 2339 skipped in 729.78s (0:12:09) ================ >>> py3-sqlalchemy: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildozer/aports/community/py3-sqlalchemy/pkg creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/compat.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/_collections.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/_preloaded.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/topological.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/langhelpers.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/deprecations.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/_compat_py3k.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/queue.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/concurrency.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/util/_concurrency_py3k.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util copying build/lib.linux-s390x-3.10/sqlalchemy/processors.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy copying build/lib.linux-s390x-3.10/sqlalchemy/exc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy copying build/lib.linux-s390x-3.10/sqlalchemy/inspection.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/result.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/default.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/row.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/reflection.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/strategies.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/characteristics.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/url.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/util.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/mock.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/interfaces.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/events.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/cursor.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/engine/create.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine copying build/lib.linux-s390x-3.10/sqlalchemy/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool copying build/lib.linux-s390x-3.10/sqlalchemy/pool/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool copying build/lib.linux-s390x-3.10/sqlalchemy/pool/dbapi_proxy.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool copying build/lib.linux-s390x-3.10/sqlalchemy/pool/impl.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool copying build/lib.linux-s390x-3.10/sqlalchemy/pool/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool copying build/lib.linux-s390x-3.10/sqlalchemy/pool/events.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy copying build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy/apply.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy copying build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy/decl_class.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy copying build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy copying build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy/plugin.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy copying build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy/names.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy copying build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy/util.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy copying build/lib.linux-s390x-3.10/sqlalchemy/ext/mypy/infer.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy copying build/lib.linux-s390x-3.10/sqlalchemy/ext/serializer.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/ext/instrumentation.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/ext/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/declarative copying build/lib.linux-s390x-3.10/sqlalchemy/ext/declarative/extensions.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/declarative copying build/lib.linux-s390x-3.10/sqlalchemy/ext/declarative/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/declarative copying build/lib.linux-s390x-3.10/sqlalchemy/ext/baked.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/ext/compiler.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/ext/indexable.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio copying build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio/result.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio copying build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio/exc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio copying build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio copying build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio/engine.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio copying build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio/session.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio copying build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio/scoping.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio copying build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio copying build/lib.linux-s390x-3.10/sqlalchemy/ext/asyncio/events.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio copying build/lib.linux-s390x-3.10/sqlalchemy/ext/mutable.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/ext/associationproxy.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/ext/hybrid.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/ext/horizontal_shard.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/ext/orderinglist.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/ext/automap.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext copying build/lib.linux-s390x-3.10/sqlalchemy/cresultproxy.cpython-310-s390x-linux-gnu.so -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/default_comparator.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/roles.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/annotation.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/naming.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/type_api.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/crud.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/expression.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/compiler.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/sqltypes.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/ddl.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/util.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/traversals.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/operators.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/schema.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/elements.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/dml.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/selectable.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/events.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/coercions.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/functions.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/lambdas.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql copying build/lib.linux-s390x-3.10/sqlalchemy/sql/visitors.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/connectors copying build/lib.linux-s390x-3.10/sqlalchemy/connectors/pyodbc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/connectors copying build/lib.linux-s390x-3.10/sqlalchemy/connectors/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/connectors copying build/lib.linux-s390x-3.10/sqlalchemy/connectors/mxodbc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/connectors creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/relationships.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/exc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/instrumentation.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/persistence.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/strategies.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/sync.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/unitofwork.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/mapper.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/state.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/path_registry.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/util.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/attributes.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/strategy_options.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/session.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/decl_api.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/evaluator.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/scoping.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/query.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/decl_base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/interfaces.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/events.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/loading.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/clsregistry.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/descriptor_props.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/collections.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/context.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/identity.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/dependency.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/dynamic.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/orm/properties.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm copying build/lib.linux-s390x-3.10/sqlalchemy/log.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy copying build/lib.linux-s390x-3.10/sqlalchemy/schema.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/asyncio.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/pickleable.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/profiling.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/engines.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/requirements.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/fixtures.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/util.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/assertsql.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/schema.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/mock.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin copying build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin copying build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin/pytestplugin.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin copying build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin copying build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin/bootstrap.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin copying build/lib.linux-s390x-3.10/sqlalchemy/testing/plugin/plugin_base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin copying build/lib.linux-s390x-3.10/sqlalchemy/testing/provision.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/config.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/assertions.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/warnings.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/entities.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing copying build/lib.linux-s390x-3.10/sqlalchemy/testing/exclusions.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_deprecations.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_rowcount.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_sequence.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_ddl.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_unicode_ddl.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_reflection.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_cte.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_insert.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_results.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_select.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_update_delete.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_types.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/testing/suite/test_dialect.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite copying build/lib.linux-s390x-3.10/sqlalchemy/cimmutabledict.cpython-310-s390x-linux-gnu.so -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy copying build/lib.linux-s390x-3.10/sqlalchemy/events.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/future copying build/lib.linux-s390x-3.10/sqlalchemy/future/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/future creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/future/orm copying build/lib.linux-s390x-3.10/sqlalchemy/future/orm/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/future/orm copying build/lib.linux-s390x-3.10/sqlalchemy/future/engine.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/future creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event copying build/lib.linux-s390x-3.10/sqlalchemy/event/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event copying build/lib.linux-s390x-3.10/sqlalchemy/event/registry.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event copying build/lib.linux-s390x-3.10/sqlalchemy/event/api.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event copying build/lib.linux-s390x-3.10/sqlalchemy/event/attr.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event copying build/lib.linux-s390x-3.10/sqlalchemy/event/legacy.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event copying build/lib.linux-s390x-3.10/sqlalchemy/event/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event copying build/lib.linux-s390x-3.10/sqlalchemy/cprocessors.cpython-310-s390x-linux-gnu.so -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/databases copying build/lib.linux-s390x-3.10/sqlalchemy/databases/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/databases copying build/lib.linux-s390x-3.10/sqlalchemy/types.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/ranges.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/psycopg2cffi.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/pg8000.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/psycopg2.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/hstore.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/asyncpg.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/pypostgresql.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/dml.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/pygresql.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/json.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/provision.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/array.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/postgresql/ext.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/reflection.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/pyodbc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/pymysql.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/enumerated.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/oursql.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/reserved_words.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/mariadb.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/expression.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/mariadbconnector.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/asyncmy.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/dml.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/json.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/provision.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/mysqldb.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/mysqlconnector.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/aiomysql.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/cymysql.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mysql/types.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase/pyodbc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase/pysybase.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sybase/mxodbc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/oracle copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/oracle/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/oracle copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/oracle/cx_oracle.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/oracle copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/oracle/provision.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/oracle copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/oracle/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/oracle creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql/pyodbc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql/pymssql.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql/information_schema.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql/json.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql/provision.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/mssql/mxodbc.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite/pysqlite.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite/pysqlcipher.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite/aiosqlite.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite/dml.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite/json.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite/provision.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/sqlite/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite creating /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/firebird copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/firebird/__init__.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/firebird copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/firebird/fdb.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/firebird copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/firebird/base.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/firebird copying build/lib.linux-s390x-3.10/sqlalchemy/dialects/firebird/kinterbasdb.py -> /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/firebird byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/_collections.py to _collections.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/_preloaded.py to _preloaded.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/topological.py to topological.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py to langhelpers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/deprecations.py to deprecations.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/_compat_py3k.py to _compat_py3k.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/queue.py to queue.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/concurrency.py to concurrency.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/util/_concurrency_py3k.py to _concurrency_py3k.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/processors.py to processors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/exc.py to exc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/inspection.py to inspection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/result.py to result.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/default.py to default.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/row.py to row.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/reflection.py to reflection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/strategies.py to strategies.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/characteristics.py to characteristics.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/url.py to url.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/mock.py to mock.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/interfaces.py to interfaces.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/events.py to events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/cursor.py to cursor.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/engine/create.py to create.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool/dbapi_proxy.py to dbapi_proxy.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool/impl.py to impl.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/pool/events.py to events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy/apply.py to apply.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy/decl_class.py to decl_class.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy/plugin.py to plugin.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy/names.py to names.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mypy/infer.py to infer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/serializer.py to serializer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/instrumentation.py to instrumentation.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/declarative/extensions.py to extensions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/declarative/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/baked.py to baked.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/compiler.py to compiler.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/indexable.py to indexable.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio/result.py to result.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio/exc.py to exc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio/engine.py to engine.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio/session.py to session.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio/scoping.py to scoping.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/asyncio/events.py to events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/mutable.py to mutable.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/associationproxy.py to associationproxy.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/hybrid.py to hybrid.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/horizontal_shard.py to horizontal_shard.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/orderinglist.py to orderinglist.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/ext/automap.py to automap.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/default_comparator.py to default_comparator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/roles.py to roles.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/annotation.py to annotation.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/naming.py to naming.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/type_api.py to type_api.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/crud.py to crud.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/expression.py to expression.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/compiler.py to compiler.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/sqltypes.py to sqltypes.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/ddl.py to ddl.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/traversals.py to traversals.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/operators.py to operators.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/schema.py to schema.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/elements.py to elements.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/dml.py to dml.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py to selectable.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/events.py to events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py to coercions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/functions.py to functions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/lambdas.py to lambdas.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/sql/visitors.py to visitors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/connectors/pyodbc.py to pyodbc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/connectors/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/connectors/mxodbc.py to mxodbc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/relationships.py to relationships.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/exc.py to exc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/instrumentation.py to instrumentation.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py to persistence.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/strategies.py to strategies.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/sync.py to sync.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py to unitofwork.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/mapper.py to mapper.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/state.py to state.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/path_registry.py to path_registry.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/attributes.py to attributes.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/strategy_options.py to strategy_options.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/session.py to session.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/decl_api.py to decl_api.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/evaluator.py to evaluator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/scoping.py to scoping.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/query.py to query.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/decl_base.py to decl_base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/interfaces.py to interfaces.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/events.py to events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/loading.py to loading.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/clsregistry.py to clsregistry.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/descriptor_props.py to descriptor_props.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/collections.py to collections.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/context.py to context.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/identity.py to identity.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/dependency.py to dependency.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/dynamic.py to dynamic.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/orm/properties.py to properties.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/log.py to log.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/schema.py to schema.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/asyncio.py to asyncio.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/pickleable.py to pickleable.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/profiling.py to profiling.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/engines.py to engines.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/requirements.py to requirements.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/fixtures.py to fixtures.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/assertsql.py to assertsql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/schema.py to schema.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/mock.py to mock.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin/pytestplugin.py to pytestplugin.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.py to reinvent_fixtures_py2k.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin/bootstrap.py to bootstrap.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/plugin/plugin_base.py to plugin_base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/provision.py to provision.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/config.py to config.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/assertions.py to assertions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/warnings.py to warnings.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/entities.py to entities.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/exclusions.py to exclusions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_deprecations.py to test_deprecations.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_rowcount.py to test_rowcount.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_sequence.py to test_sequence.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_ddl.py to test_ddl.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_unicode_ddl.py to test_unicode_ddl.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_reflection.py to test_reflection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_cte.py to test_cte.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_insert.py to test_insert.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_results.py to test_results.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_select.py to test_select.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_update_delete.py to test_update_delete.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_types.py to test_types.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/testing/suite/test_dialect.py to test_dialect.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/events.py to events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/future/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/future/orm/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/future/engine.py to engine.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event/registry.py to registry.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event/api.py to api.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event/attr.py to attr.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event/legacy.py to legacy.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/event/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/databases/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/types.py to types.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/ranges.py to ranges.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/psycopg2cffi.py to psycopg2cffi.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/pg8000.py to pg8000.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/psycopg2.py to psycopg2.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/hstore.py to hstore.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/asyncpg.py to asyncpg.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/pypostgresql.py to pypostgresql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/dml.py to dml.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/pygresql.py to pygresql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/json.py to json.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/provision.py to provision.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/array.py to array.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/ext.py to ext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/reflection.py to reflection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/pyodbc.py to pyodbc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/pymysql.py to pymysql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/enumerated.py to enumerated.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/oursql.py to oursql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/reserved_words.py to reserved_words.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/mariadb.py to mariadb.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/expression.py to expression.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/mariadbconnector.py to mariadbconnector.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/asyncmy.py to asyncmy.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/dml.py to dml.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/json.py to json.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/provision.py to provision.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/mysqldb.py to mysqldb.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/mysqlconnector.py to mysqlconnector.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/aiomysql.py to aiomysql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/cymysql.py to cymysql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/types.py to types.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase/pyodbc.py to pyodbc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase/pysybase.py to pysybase.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sybase/mxodbc.py to mxodbc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/oracle/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/oracle/cx_oracle.py to cx_oracle.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/oracle/provision.py to provision.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/oracle/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql/pyodbc.py to pyodbc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql/pymssql.py to pymssql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql/information_schema.py to information_schema.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql/json.py to json.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql/provision.py to provision.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/mssql/mxodbc.py to mxodbc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite/pysqlite.py to pysqlite.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite/pysqlcipher.py to pysqlcipher.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite/aiosqlite.py to aiosqlite.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite/dml.py to dml.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite/json.py to json.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite/provision.py to provision.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/sqlite/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/firebird/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/firebird/fdb.py to fdb.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/firebird/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/sqlalchemy/dialects/firebird/kinterbasdb.py to kinterbasdb.cpython-310.pyc running install_egg_info running egg_info writing lib/SQLAlchemy.egg-info/PKG-INFO writing dependency_links to lib/SQLAlchemy.egg-info/dependency_links.txt writing requirements to lib/SQLAlchemy.egg-info/requires.txt writing top-level names to lib/SQLAlchemy.egg-info/top_level.txt reading manifest file 'lib/SQLAlchemy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/build/output' warning: no previously-included files found matching 'pyproject.toml' adding license file 'LICENSE' writing manifest file 'lib/SQLAlchemy.egg-info/SOURCES.txt' Copying lib/SQLAlchemy.egg-info to /home/buildozer/aports/community/py3-sqlalchemy/pkg/py3-sqlalchemy/usr/lib/python3.10/site-packages/SQLAlchemy-1.4.36-py3.10.egg-info running install_scripts >>> py3-sqlalchemy*: Running postcheck for py3-sqlalchemy >>> py3-sqlalchemy*: Preparing package py3-sqlalchemy... >>> py3-sqlalchemy*: Stripping binaries >>> py3-sqlalchemy*: Scanning shared objects >>> py3-sqlalchemy*: Tracing dependencies... so:libc.musl-s390x.so.1 >>> py3-sqlalchemy*: Package size: 12.2 MB >>> py3-sqlalchemy*: Compressing data... >>> py3-sqlalchemy*: Create checksum... >>> py3-sqlalchemy*: Create py3-sqlalchemy-1.4.36-r0.apk >>> py3-sqlalchemy: Build complete at Thu, 28 Apr 2022 10:28:38 +0000 elapsed time 0h 12m 19s >>> py3-sqlalchemy: Cleaning up srcdir >>> py3-sqlalchemy: Cleaning up pkgdir >>> py3-sqlalchemy: Uninstalling dependencies... (1/31) Purging .makedepends-py3-sqlalchemy (20220428.101619) (2/31) Purging python3-dev (3.10.3-r1) (3/31) Purging py3-setuptools (59.4.0-r0) (4/31) Purging py3-appdirs (1.4.4-r3) (5/31) Purging py3-ordered-set (4.0.2-r3) (6/31) Purging py3-mock (4.0.3-r2) (7/31) Purging py3-pbr (5.8.1-r0) (8/31) Purging py3-pytest-xdist (2.5.0-r0) (9/31) Purging py3-execnet (1.9.0-r0) (10/31) Purging py3-apipkg (2.1.0-r0) (11/31) Purging py3-pytest-forked (1.4.0-r0) (12/31) Purging py3-pytest (6.2.5-r2) (13/31) Purging py3-atomicwrites (1.4.0-r2) (14/31) Purging py3-attrs (21.4.0-r0) (15/31) Purging py3-more-itertools (8.12.0-r2) (16/31) Purging py3-iniconfig (1.1.1-r2) (17/31) Purging py3-pluggy (1.0.0-r0) (18/31) Purging py3-py (1.10.0-r2) (19/31) Purging py3-wcwidth (0.2.5-r2) (20/31) Purging py3-packaging (21.3-r0) (21/31) Purging py3-parsing (2.4.7-r3) (22/31) Purging py3-toml (0.10.2-r3) (23/31) Purging py3-pygments (2.11.2-r0) (24/31) Purging py3-six (1.16.0-r1) (25/31) Purging python3 (3.10.3-r1) (26/31) Purging py3-greenlet (1.1.2-r2) (27/31) Purging libffi (3.4.2-r1) (28/31) Purging gdbm (1.23-r0) (29/31) Purging mpdecimal (2.5.1-r1) (30/31) Purging readline (8.1.2-r0) (31/31) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r10.trigger OK: 326 MiB in 94 packages >>> py3-sqlalchemy: Updating the community/s390x repository index... >>> py3-sqlalchemy: Signing the index...