Skip to content

Commit 68fefe3

Browse files
committed
Fixed some of the Integration tests
By reverting those back to upstream/25.6 variant. Those are related to the features that were not merged yet and hence fail: - integration/test_s3_assume_role/test.py - was added by #688 - integration/test_mask_sensitive_info/test.py - was added by #675 - integration/test_s3_cache_locality/test.py - was added by #763
1 parent 809953b commit 68fefe3

File tree

9 files changed

+0
-444
lines changed

9 files changed

+0
-444
lines changed

tests/integration/test_mask_sensitive_info/test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,6 @@ def test_create_table():
273273
f"IcebergS3('http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')",
274274
"DNS_ERROR",
275275
),
276-
(
277-
f"Iceberg(storage_type='s3', 'http://minio1:9001/root/data/test11.csv.gz', 'minio', '{password}')",
278-
"DNS_ERROR",
279-
),
280-
281276
f"AzureBlobStorage('{azure_conn_string}', 'cont', 'test_simple.csv', 'CSV')",
282277
f"AzureBlobStorage('{azure_conn_string}', 'cont', 'test_simple_1.csv', 'CSV', 'none')",
283278
f"AzureBlobStorage('{azure_storage_account_url}', 'cont', 'test_simple_2.csv', '{azure_account_name}', '{azure_account_key}')",

tests/integration/test_s3_assume_role/__init__.py

Whitespace-only changes.

tests/integration/test_s3_assume_role/mocks/mock_sts.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/integration/test_s3_assume_role/test.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

tests/integration/test_s3_cache_locality/__init__.py

Whitespace-only changes.

tests/integration/test_s3_cache_locality/configs/cluster.xml

Lines changed: 0 additions & 126 deletions
This file was deleted.

tests/integration/test_s3_cache_locality/configs/named_collections.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/integration/test_s3_cache_locality/configs/users.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)