Created
July 2, 2025 09:17
-
-
Save niranjancdw/36b901d49b55fbe11f2bc4c9237a0d7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.venv-dbt-hive) niru@Niranjans-MacBook-Pro dbt-hive % make test_all_python_versions | |
.venv-dbt-hive/bin/tox --recreate -- --profile dwx_endpoint | |
py311: remove tox env folder /Users/niru/Desktop/workpace/dbt-hive/.tox/py311 | |
py311: install_deps> python -I -m pip install -e . -r dev-requirements.txt | |
py311: commands[0]> .tox/py311/bin/python -m pytest -n auto --profile dwx_endpoint | |
================================================================================================================ test session starts ================================================================================================================ | |
platform darwin -- Python 3.11.9, pytest-8.4.1, pluggy-1.6.0 | |
cachedir: .tox/py311/.pytest_cache | |
rootdir: /Users/niru/Desktop/workpace/dbt-hive | |
configfile: pytest.ini | |
testpaths: tests/functional, #, all, functional, tests | |
plugins: xdist-3.8.0, dotenv-0.5.2 | |
12 workers [87 items] | |
scheduling tests via LoadScheduling | |
tests/functional/adapter/test_basic.py::TestBaseAdapterMethod::test_adapter_methods | |
tests/functional/adapter/incremental/test_incremental_microbatch.py::TestHiveMicrobatch::test_run_with_event_time | |
tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestIncrementalOnSchemaChange::test_run_incremental_append_new_columns | |
tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestMergeOnSchemaChange::test_run_incremental_ignore | |
tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergMergeOnSchemaMergeChange::test_run_incremental_fail_on_schema_change | |
tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergIncrementalOnSchemaChange::test_run_incremental_fail_on_schema_change | |
tests/functional/adapter/test_basic.py::TestIncrementalHive::test_incremental | |
tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestMergeOnSchemaChange::test_run_incremental_fail_on_schema_change | |
tests/functional/adapter/test_basic.py::TestEphemeralHive::test_ephemeral | |
tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergIncrementalOnSchemaChange::test_run_incremental_append_new_columns | |
tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergMergeOnSchemaMergeChange::test_run_incremental_append_new_columns | |
tests/functional/adapter/test_basic.py::TestSingularTestsHive::test_singular_tests | |
[gw8] [ 1%] PASSED tests/functional/adapter/test_basic.py::TestSingularTestsHive::test_singular_tests | |
tests/functional/adapter/test_basic.py::TestEmptyHive::test_empty | |
[gw8] [ 2%] PASSED tests/functional/adapter/test_basic.py::TestEmptyHive::test_empty | |
tests/functional/adapter/test_basic.py::TestIncrementalPartitionHive::test_incremental | |
[gw11] [ 3%] PASSED tests/functional/adapter/test_basic.py::TestBaseAdapterMethod::test_adapter_methods | |
tests/functional/adapter/test_basic.py::TestBaseUtilsHive::test_build_assert_equal | |
[gw11] [ 4%] PASSED tests/functional/adapter/test_basic.py::TestBaseUtilsHive::test_build_assert_equal | |
tests/functional/adapter/test_basic.py::TestInsertOverwriteHive::test_incremental | |
[gw5] [ 5%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergIncrementalOnSchemaChange::test_run_incremental_fail_on_schema_change | |
[gw3] [ 6%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestMergeOnSchemaChange::test_run_incremental_fail_on_schema_change | |
[gw9] [ 8%] PASSED tests/functional/adapter/test_basic.py::TestEphemeralHive::test_ephemeral | |
[gw7] [ 9%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergMergeOnSchemaMergeChange::test_run_incremental_fail_on_schema_change | |
tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergMergeOnSchemaMergeChange::test_run_incremental_ignore | |
tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergIncrementalOnSchemaChange::test_run_incremental_ignore | |
tests/functional/adapter/test_basic.py::TestGenericTestsHive::test_generic_tests | |
tests/functional/adapter/test_basic.py::TestSimpleMaterializationsHive::test_base | |
[gw2] [ 10%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestMergeOnSchemaChange::test_run_incremental_ignore | |
tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestMergeOnSchemaChange::test_run_incremental_append_new_columns | |
[gw10] [ 11%] PASSED tests/functional/adapter/test_basic.py::TestIncrementalHive::test_incremental | |
tests/functional/adapter/test_basic.py::TestIncrementalFullRefreshHive::test_incremental | |
[gw9] [ 12%] PASSED tests/functional/adapter/test_basic.py::TestGenericTestsHive::test_generic_tests | |
tests/functional/adapter/test_concurrency.py::TestConcurrencyHive::test_concurrency_hive | |
[gw5] [ 13%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergMergeOnSchemaMergeChange::test_run_incremental_ignore | |
[gw3] [ 14%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergIncrementalOnSchemaChange::test_run_incremental_ignore | |
tests/functional/adapter/test_basic.py::TestBaseMergeExcludeColumns::test__merge_exclude_columns | |
tests/functional/adapter/test_concurrency.py::TestConcurrencyHive::test_concurrency | |
[gw8] [ 16%] PASSED tests/functional/adapter/test_basic.py::TestIncrementalPartitionHive::test_incremental | |
tests/functional/adapter/test_basic.py::TestIncrementalMultiplePartitionsHive::test_incremental | |
[gw1] [ 17%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestIncrementalOnSchemaChange::test_run_incremental_append_new_columns | |
tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestIncrementalOnSchemaChange::test_run_incremental_fail_on_schema_change | |
[gw4] [ 18%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergIncrementalOnSchemaChange::test_run_incremental_append_new_columns | |
tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergIncrementalOnSchemaChange::test_run_incremental_sync_all_columns | |
[gw6] [ 19%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergMergeOnSchemaMergeChange::test_run_incremental_append_new_columns | |
tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergMergeOnSchemaMergeChange::test_run_incremental_sync_all_columns | |
[gw11] [ 20%] PASSED tests/functional/adapter/test_basic.py::TestInsertOverwriteHive::test_incremental | |
tests/functional/adapter/test_basic.py::TestBaseIncrementalNotSchemaChange::test_incremental_not_schema_change | |
[gw10] [ 21%] PASSED tests/functional/adapter/test_basic.py::TestIncrementalFullRefreshHive::test_incremental | |
tests/functional/adapter/test_data_types.py::TestTypeInt::test_check_types_assert_match | |
[gw7] [ 22%] PASSED tests/functional/adapter/test_basic.py::TestSimpleMaterializationsHive::test_base | |
tests/functional/adapter/test_data_types.py::TestTypeBigInt::test_check_types_assert_match | |
[gw1] [ 24%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestIncrementalOnSchemaChange::test_run_incremental_fail_on_schema_change | |
tests/functional/adapter/test_docs.py::TestBaseDocsHive::test_run_and_generate | |
[gw1] [ 25%] SKIPPED tests/functional/adapter/test_docs.py::TestBaseDocsHive::test_run_and_generate | |
tests/functional/adapter/test_file_format.py::TestInsertOverwriteHiveORC::test_incremental | |
[gw5] [ 26%] PASSED tests/functional/adapter/test_basic.py::TestBaseMergeExcludeColumns::test__merge_exclude_columns | |
[gw2] [ 27%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestMergeOnSchemaChange::test_run_incremental_append_new_columns | |
tests/functional/adapter/test_data_types.py::TestTypeString::test_check_types_assert_match | |
[gw10] [ 28%] PASSED tests/functional/adapter/test_data_types.py::TestTypeInt::test_check_types_assert_match | |
tests/functional/adapter/test_data_types.py::TestTypeFloat::test_check_types_assert_match | |
tests/functional/adapter/test_file_format.py::TestSimpleMaterializationsParquet::test_base | |
[gw11] [ 29%] PASSED tests/functional/adapter/test_basic.py::TestBaseIncrementalNotSchemaChange::test_incremental_not_schema_change | |
tests/functional/adapter/test_file_format.py::TestSimpleMaterializationsORC::test_base | |
[gw7] [ 31%] PASSED tests/functional/adapter/test_data_types.py::TestTypeBigInt::test_check_types_assert_match | |
[gw9] [ 32%] PASSED tests/functional/adapter/test_concurrency.py::TestConcurrencyHive::test_concurrency_hive | |
tests/functional/adapter/test_file_format.py::TestSimpleMaterializationsAvro::test_base | |
tests/functional/adapter/test_data_types.py::TestTypeNumeric::test_check_types_assert_match | |
[gw5] [ 33%] PASSED tests/functional/adapter/test_data_types.py::TestTypeString::test_check_types_assert_match | |
[gw8] [ 34%] PASSED tests/functional/adapter/test_basic.py::TestIncrementalMultiplePartitionsHive::test_incremental | |
[gw2] [ 35%] PASSED tests/functional/adapter/test_data_types.py::TestTypeFloat::test_check_types_assert_match | |
tests/functional/adapter/test_grants.py::TestIncrementalGrantsHive::test_incremental_grants | |
[gw5] [ 36%] SKIPPED tests/functional/adapter/test_grants.py::TestIncrementalGrantsHive::test_incremental_grants | |
tests/functional/adapter/test_iceberg_v1.py::TestIncrementalPartitionIcebergHive::test_incremental | |
tests/functional/adapter/test_grants.py::TestSeedGrantsHive::test_seed_grants | |
[gw2] [ 37%] SKIPPED tests/functional/adapter/test_grants.py::TestSeedGrantsHive::test_seed_grants | |
tests/functional/adapter/test_iceberg_v2.py::TestSimpleMaterializationsIcebergV2Hive::test_base | |
tests/functional/adapter/test_docs.py::TestBaseDocsHive::test_run_and_generate_no_compile | |
[gw8] [ 39%] SKIPPED tests/functional/adapter/test_docs.py::TestBaseDocsHive::test_run_and_generate_no_compile | |
tests/functional/adapter/test_iceberg_v2.py::TestMergeIcebergV2Hive::test__merge_exclude_columns | |
[gw3] [ 40%] PASSED tests/functional/adapter/test_concurrency.py::TestConcurrencyHive::test_concurrency | |
tests/functional/adapter/test_data_types.py::TestTypeTimestamp::test_check_types_assert_match | |
[gw9] [ 41%] PASSED tests/functional/adapter/test_data_types.py::TestTypeNumeric::test_check_types_assert_match | |
tests/functional/adapter/test_iceberg_v1.py::TestMergeIcebergHive::test__merge_exclude_columns | |
[gw3] [ 42%] PASSED tests/functional/adapter/test_data_types.py::TestTypeTimestamp::test_check_types_assert_match | |
tests/functional/adapter/test_iceberg_v2.py::TestIncrementalMultiplePartitionIcebergV2Hive::test_incremental | |
[gw4] [ 43%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergIncrementalOnSchemaChange::test_run_incremental_sync_all_columns | |
[gw6] [ 44%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change_iceberg.py::TestIcebergMergeOnSchemaMergeChange::test_run_incremental_sync_all_columns | |
tests/functional/adapter/test_docs.py::TestBaseDocsGenRefsHive::test_references | |
[gw4] [ 45%] SKIPPED tests/functional/adapter/test_docs.py::TestBaseDocsGenRefsHive::test_references | |
tests/functional/adapter/test_utils.py::TestCastBoolToText::test_build_assert_equal | |
tests/functional/adapter/test_file_format.py::TestSimpleMaterializationsHive::test_base | |
[gw1] [ 47%] PASSED tests/functional/adapter/test_file_format.py::TestInsertOverwriteHiveORC::test_incremental | |
[gw4] [ 48%] PASSED tests/functional/adapter/test_utils.py::TestCastBoolToText::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestConcat::test_build_assert_equal | |
tests/functional/adapter/test_grants.py::TestModelGrantsHive::test_view_table_grants | |
[gw1] [ 49%] SKIPPED tests/functional/adapter/test_grants.py::TestModelGrantsHive::test_view_table_grants | |
tests/functional/adapter/test_utils.py::TestEscapeSingleQuotes::test_build_assert_equal | |
[gw7] [ 50%] PASSED tests/functional/adapter/test_file_format.py::TestSimpleMaterializationsAvro::test_base | |
tests/functional/adapter/test_iceberg_v1.py::TestIncrementalIcebergHive::test_incremental | |
[gw8] [ 51%] PASSED tests/functional/adapter/test_iceberg_v2.py::TestMergeIcebergV2Hive::test__merge_exclude_columns | |
tests/functional/adapter/test_iceberg_v2.py::TestIncrementalPartitionIcebergV2Hive::test_incremental | |
[gw1] [ 52%] PASSED tests/functional/adapter/test_utils.py::TestEscapeSingleQuotes::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestExcept::test_build_assert_equal | |
[gw4] [ 54%] PASSED tests/functional/adapter/test_utils.py::TestConcat::test_build_assert_equal | |
[gw9] [ 55%] PASSED tests/functional/adapter/test_iceberg_v1.py::TestMergeIcebergHive::test__merge_exclude_columns | |
tests/functional/adapter/test_utils.py::TestDateTrunc::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestAnyValue::test_build_assert_equal | |
[gw0] [ 56%] PASSED tests/functional/adapter/incremental/test_incremental_microbatch.py::TestHiveMicrobatch::test_run_with_event_time | |
[gw10] [ 57%] PASSED tests/functional/adapter/test_file_format.py::TestSimpleMaterializationsParquet::test_base | |
tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestIncrementalOnSchemaChange::test_run_incremental_ignore | |
[gw11] [ 58%] PASSED tests/functional/adapter/test_file_format.py::TestSimpleMaterializationsORC::test_base | |
tests/functional/adapter/test_grants.py::TestInvalidGrantsHive::test_invalid_grants | |
[gw10] [ 59%] SKIPPED tests/functional/adapter/test_grants.py::TestInvalidGrantsHive::test_invalid_grants | |
tests/functional/adapter/test_utils.py::TestReplace::test_build_assert_equal | |
tests/functional/adapter/test_iceberg_v1.py::TestSimpleMaterializationsIcebergHive::test_base | |
[gw5] [ 60%] PASSED tests/functional/adapter/test_iceberg_v1.py::TestIncrementalPartitionIcebergHive::test_incremental | |
tests/functional/adapter/test_iceberg_v1.py::TestIncrementalMultiplePartitionIcebergHive::test_incremental | |
[gw4] [ 62%] PASSED tests/functional/adapter/test_utils.py::TestDateTrunc::test_build_assert_equal | |
[gw9] [ 63%] PASSED tests/functional/adapter/test_utils.py::TestAnyValue::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestLength::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestListagg::test_build_assert_equal | |
[gw10] [ 64%] PASSED tests/functional/adapter/test_utils.py::TestReplace::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestRight::test_build_assert_equal | |
[gw4] [ 65%] PASSED tests/functional/adapter/test_utils.py::TestLength::test_build_assert_equal | |
[gw9] [ 66%] PASSED tests/functional/adapter/test_utils.py::TestListagg::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestStringLiteral::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestDateDiff::test_build_assert_equal | |
[gw3] [ 67%] PASSED tests/functional/adapter/test_iceberg_v2.py::TestIncrementalMultiplePartitionIcebergV2Hive::test_incremental | |
[gw10] [ 68%] PASSED tests/functional/adapter/test_utils.py::TestRight::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestArrayAppend::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestBoolOr::test_build_assert_equal | |
[gw1] [ 70%] PASSED tests/functional/adapter/test_utils.py::TestExcept::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestLastDay::test_build_assert_equal | |
[gw0] [ 71%] PASSED tests/functional/adapter/incremental/test_incremental_on_schema_change.py::TestIncrementalOnSchemaChange::test_run_incremental_ignore | |
[gw4] [ 72%] PASSED tests/functional/adapter/test_utils.py::TestStringLiteral::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestPosition::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestArrayAppend::test_expected_actual | |
[gw10] [ 73%] PASSED tests/functional/adapter/test_utils.py::TestArrayAppend::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestArrayConcat::test_expected_actual | |
[gw9] [ 74%] PASSED tests/functional/adapter/test_utils.py::TestDateDiff::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestArrayConcat::test_build_assert_equal | |
[gw3] [ 75%] PASSED tests/functional/adapter/test_utils.py::TestBoolOr::test_build_assert_equal | |
[gw6] [ 77%] PASSED tests/functional/adapter/test_file_format.py::TestSimpleMaterializationsHive::test_base | |
tests/functional/adapter/test_utils.py::TestArrayConstruct::test_build_assert_equal | |
[gw1] [ 78%] PASSED tests/functional/adapter/test_utils.py::TestLastDay::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestDateAdd::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestArrayConstruct::test_expected_actual | |
[gw7] [ 79%] PASSED tests/functional/adapter/test_iceberg_v1.py::TestIncrementalIcebergHive::test_incremental | |
[gw2] [ 80%] PASSED tests/functional/adapter/test_iceberg_v2.py::TestSimpleMaterializationsIcebergV2Hive::test_base | |
[gw9] [ 81%] PASSED tests/functional/adapter/test_utils.py::TestArrayConcat::test_build_assert_equal | |
[gw0] [ 82%] PASSED tests/functional/adapter/test_utils.py::TestPosition::test_build_assert_equal | |
[gw8] [ 83%] PASSED tests/functional/adapter/test_iceberg_v2.py::TestIncrementalPartitionIcebergV2Hive::test_incremental | |
tests/functional/adapter/test_utils.py::TestHash::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestCurrentTimestamp::test_current_timestamp_matches_utc | |
tests/functional/adapter/test_iceberg_v2.py::TestIncrementalIcebergV2Hive::test_incremental | |
[gw3] [ 85%] PASSED tests/functional/adapter/test_utils.py::TestArrayConstruct::test_build_assert_equal | |
tests/functional/adapter/test_utils.py::TestIntersect::test_build_assert_equal | |
[gw4] [ 86%] PASSED tests/functional/adapter/test_utils.py::TestArrayAppend::test_expected_actual | |
tests/functional/adapter/test_utils.py::TestCurrentTimestamp::test_current_timestamp_type | |
[gw10] [ 87%] PASSED tests/functional/adapter/test_utils.py::TestArrayConcat::test_expected_actual | |
[gw6] [ 88%] PASSED tests/functional/adapter/test_utils.py::TestDateAdd::test_build_assert_equal | |
[gw0] [ 89%] PASSED tests/functional/adapter/test_utils.py::TestCurrentTimestamp::test_current_timestamp_matches_utc | |
[gw1] [ 90%] PASSED tests/functional/adapter/test_utils.py::TestArrayConstruct::test_expected_actual | |
[gw7] [ 91%] PASSED tests/functional/adapter/test_utils.py::TestHash::test_build_assert_equal | |
[gw4] [ 93%] PASSED tests/functional/adapter/test_utils.py::TestCurrentTimestamp::test_current_timestamp_type | |
[gw5] [ 94%] PASSED tests/functional/adapter/test_iceberg_v1.py::TestIncrementalMultiplePartitionIcebergHive::test_incremental | |
tests/functional/adapter/test_utils.py::TestSplitPart::test_build_assert_equal | |
[gw5] [ 95%] PASSED tests/functional/adapter/test_utils.py::TestSplitPart::test_build_assert_equal | |
[gw8] [ 96%] PASSED tests/functional/adapter/test_utils.py::TestIntersect::test_build_assert_equal | |
[gw11] [ 97%] PASSED tests/functional/adapter/test_iceberg_v1.py::TestSimpleMaterializationsIcebergHive::test_base | |
tests/functional/adapter/test_utils.py::TestSafeCast::test_build_assert_equal | |
[gw2] [ 98%] PASSED tests/functional/adapter/test_iceberg_v2.py::TestIncrementalIcebergV2Hive::test_incremental | |
[gw11] [100%] PASSED tests/functional/adapter/test_utils.py::TestSafeCast::test_build_assert_equal | |
========================================================================================= 80 passed, 7 skipped, 26 warnings in 2009.01s (0:33:29) ========================================================================================= | |
py311: OK (2031.79=setup[17.22]+cmd[2014.57] seconds) | |
congratulations :) (2031.82 seconds) | |
(.venv-dbt-hive) niru@Niranjans-MacBook-Pro dbt-hive % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment