Skip to content

Instantly share code, notes, and snippets.

@vamshikolanu
Created May 2, 2023 20:21
Show Gist options
  • Save vamshikolanu/be58a8b74b7fd2fac02e20301e892722 to your computer and use it in GitHub Desktop.
Save vamshikolanu/be58a8b74b7fd2fac02e20301e892722 to your computer and use it in GitHub Desktop.
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.3.0, pluggy-1.0.0
rootdir: /home/vkolanu/dbt_impala/dbt-impala
configfile: pytest.ini
plugins: dotenv-0.5.2
collected 15 items
tests/functional/adapter/test_basic.py::TestSimpleMaterializationsImpala::test_base PASSED [ 6%]
tests/functional/adapter/test_basic.py::TestSingularTestsImpala::test_singular_tests PASSED [ 13%]
tests/functional/adapter/test_basic.py::TestSingularTestsEphemeralImpala::test_singular_tests_ephemeral PASSED [ 20%]
tests/functional/adapter/test_basic.py::TestEmptyImpala::test_empty PASSED [ 26%]
tests/functional/adapter/test_basic.py::TestEphemeralImpala::test_ephemeral
PASSED [ 33%]
tests/functional/adapter/test_basic.py::TestIncrementalImpala::test_incremental PASSED [ 40%]
tests/functional/adapter/test_basic.py::TestInsertoverwriteImpala::test_incremental PASSED [ 46%]
tests/functional/adapter/test_basic.py::TestIncrementalWithSinglePartitionKeyImpala::test_incremental PASSED [ 53%]
tests/functional/adapter/test_basic.py::TestIncrementalWithMultiplePartitionKeyImpala::test_incremental PASSED [ 60%]
tests/functional/adapter/test_basic.py::TestGenericTestsImpala::test_generic_tests PASSED [ 66%]
tests/functional/adapter/test_basic.py::TestSnapshotCheckColsImpala::test_snapshot_check_cols SKIPPED [ 73%]
tests/functional/adapter/test_basic.py::TestSnapshotTimestampImpala::test_snapshot_timestamp SKIPPED [ 80%]
tests/functional/adapter/test_basic.py::TestBaseAdapterMethod::test_adapter_methods PASSED [ 86%]
tests/functional/adapter/test_basic.py::TestBaseUtilsImpala::test_build_assert_equal PASSED [ 93%]
tests/functional/adapter/test_basic.py::TestBaseIncrementalNotSchemaChange::test_incremental_not_schema_change PASSED [100%]
=============================== warnings summary ===============================
tests/functional/adapter/test_basic.py: 200 warnings
/home/vkolanu/dbt_impala/lib/python3.8/site-packages/impyla-0.18.0-py3.8.egg/impala/_thrift_gen/TCLIService/TCLIService.py:1415: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========== 13 passed, 2 skipped, 200 warnings in 494.55s (0:08:14) ============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment