Skip to content

Instantly share code, notes, and snippets.

@vamshikolanu
Created October 17, 2023 00:11
Show Gist options
  • Save vamshikolanu/e77a968cc7a9631390c2ed6f957f60c4 to your computer and use it in GitHub Desktop.
Save vamshikolanu/e77a968cc7a9631390c2ed6f957f60c4 to your computer and use it in GitHub Desktop.
python -m pytest tests/functional/adapter/ --profile dwx_endpoint | tee out
============================= test session starts ==============================
platform darwin -- Python 3.9.6, pytest-7.3.0, pluggy-1.0.0
rootdir: /Users/vkolanu/dbt_impala/dbt-impala
configfile: pytest.ini
plugins: anyio-3.7.1, dotenv-0.5.2
collected 58 items
tests/functional/adapter/test_basic.py::TestSimpleMaterializationsImpala::test_base PASSED [ 1%]
tests/functional/adapter/test_basic.py::TestSingularTestsImpala::test_singular_tests PASSED [ 3%]
tests/functional/adapter/test_basic.py::TestSingularTestsEphemeralImpala::test_singular_tests_ephemeral PASSED [ 5%]
tests/functional/adapter/test_basic.py::TestEmptyImpala::test_empty PASSED [ 6%]
tests/functional/adapter/test_basic.py::TestEphemeralImpala::test_ephemeral PASSED [ 8%]
tests/functional/adapter/test_basic.py::TestIncrementalImpala::test_incremental PASSED [ 10%]
tests/functional/adapter/test_basic.py::TestInsertoverwriteImpala::test_incremental PASSED [ 12%]
tests/functional/adapter/test_basic.py::TestIncrementalWithSinglePartitionKeyImpala::test_incremental PASSED [ 13%]
tests/functional/adapter/test_basic.py::TestIncrementalWithMultiplePartitionKeyImpala::test_incremental PASSED [ 15%]
tests/functional/adapter/test_basic.py::TestGenericTestsImpala::test_generic_tests PASSED [ 17%]
tests/functional/adapter/test_basic.py::TestSnapshotCheckColsImpala::test_snapshot_check_cols SKIPPED [ 18%]
tests/functional/adapter/test_basic.py::TestSnapshotTimestampImpala::test_snapshot_timestamp SKIPPED [ 20%]
tests/functional/adapter/test_basic.py::TestBaseAdapterMethod::test_adapter_methods SKIPPED [ 22%]
tests/functional/adapter/test_basic.py::TestBaseUtilsImpala::test_build_assert_equal PASSED [ 24%]
tests/functional/adapter/test_basic.py::TestBaseIncrementalNotSchemaChange::test_incremental_not_schema_change PASSED [ 25%]
tests/functional/adapter/test_concurrency.py::TestConcurrencyImpala::test_concurrency_impala SKIPPED [ 27%]
tests/functional/adapter/test_data_types.py::TestTypeBigInt::test_check_types_assert_match SKIPPED [ 29%]
tests/functional/adapter/test_data_types.py::TestTypeFloat::test_check_types_assert_match SKIPPED [ 31%]
tests/functional/adapter/test_data_types.py::TestTypeInt::test_check_types_assert_match SKIPPED [ 32%]
tests/functional/adapter/test_data_types.py::TestTypeNumeric::test_check_types_assert_match SKIPPED [ 34%]
tests/functional/adapter/test_data_types.py::TestTypeString::test_check_types_assert_match SKIPPED [ 36%]
tests/functional/adapter/test_data_types.py::TestTypeTimestamp::test_check_types_assert_match SKIPPED [ 37%]
tests/functional/adapter/test_docs.py::TestBaseDocsImpala::test_run_and_generate_no_compile SKIPPED [ 39%]
tests/functional/adapter/test_docs.py::TestBaseDocsImpala::test_run_and_generate SKIPPED [ 41%]
tests/functional/adapter/test_docs.py::TestBaseDocsGenRefsImpala::test_references SKIPPED [ 43%]
tests/functional/adapter/test_grants.py::TestModelGrantsImpala::test_view_table_grants SKIPPED [ 44%]
tests/functional/adapter/test_grants.py::TestIncrementalGrantsImpala::test_incremental_grants SKIPPED [ 46%]
tests/functional/adapter/test_grants.py::TestSeedGrantsImpala::test_seed_grants SKIPPED [ 48%]
tests/functional/adapter/test_grants.py::TestInvalidGrantsImpala::test_invalid_grants SKIPPED [ 50%]
tests/functional/adapter/test_icerberg_format.py::TestSimpleMaterializationsImpala::test_base PASSED [ 51%]
tests/functional/adapter/test_icerberg_format.py::TestIncrementalImpala::test_incremental PASSED [ 53%]
tests/functional/adapter/test_icerberg_format.py::TestSimpleMaterializationsIcebergFormatImpala::test_base PASSED [ 55%]
tests/functional/adapter/test_icerberg_format.py::TestIncrementalIcebergFormatImpala::test_incremental PASSED [ 56%]
tests/functional/adapter/test_icerberg_format.py::TestIncrementalPartitionIcebergFormatImpala::test_incremental PASSED [ 58%]
tests/functional/adapter/test_icerberg_format.py::TestIncrementalMultiplePartitionIcebergFormatImpala::test_incremental PASSED [ 60%]
tests/functional/adapter/test_icerberg_format.py::TestInsertoverwriteIcebergFormatImpala::test_incremental PASSED [ 62%]
tests/functional/adapter/test_utils.py::TestConcat::test_build_assert_equal PASSED [ 63%]
tests/functional/adapter/test_utils.py::TestEscapeSingleQuotes::test_build_assert_equal PASSED [ 65%]
tests/functional/adapter/test_utils.py::TestExcept::test_build_assert_equal SKIPPED [ 67%]
tests/functional/adapter/test_utils.py::TestLength::test_build_assert_equal PASSED [ 68%]
tests/functional/adapter/test_utils.py::TestPosition::test_build_assert_equal PASSED [ 70%]
tests/functional/adapter/test_utils.py::TestReplace::test_build_assert_equal PASSED [ 72%]
tests/functional/adapter/test_utils.py::TestRight::test_build_assert_equal PASSED [ 74%]
tests/functional/adapter/test_utils.py::TestSafeCast::test_build_assert_equal PASSED [ 75%]
tests/functional/adapter/test_utils.py::TestSplitPart::test_build_assert_equal PASSED [ 77%]
tests/functional/adapter/test_utils.py::TestStringLiteral::test_build_assert_equal PASSED [ 79%]
tests/functional/adapter/test_utils.py::TestHash::test_build_assert_equal PASSED [ 81%]
tests/functional/adapter/test_utils.py::TestCastBoolToText::test_build_assert_equal PASSED [ 82%]
tests/functional/adapter/test_utils.py::TestBoolOr::test_build_assert_equal PASSED [ 84%]
tests/functional/adapter/test_utils.py::TestAnyValue::test_build_assert_equal PASSED [ 86%]
tests/functional/adapter/test_utils.py::TestDateAdd::test_build_assert_equal PASSED [ 87%]
tests/functional/adapter/test_utils.py::TestDateDiff::test_build_assert_equal PASSED [ 89%]
tests/functional/adapter/test_utils.py::TestDateTrunc::test_build_assert_equal PASSED [ 91%]
tests/functional/adapter/test_utils.py::TestLastDay::test_build_assert_equal PASSED [ 93%]
tests/functional/adapter/test_utils.py::TestListagg::test_build_assert_equal PASSED [ 94%]
tests/functional/adapter/test_utils.py::TestIntersect::test_build_assert_equal SKIPPED [ 96%]
tests/functional/adapter/test_utils.py::TestCurrentTimestamp::test_current_timestamp_matches_utc PASSED [ 98%]
tests/functional/adapter/test_utils.py::TestCurrentTimestamp::test_current_timestamp_type PASSED [100%]
================= 39 passed, 19 skipped in 1522.55s (0:25:22) ==================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment