Skip to content

Commit f9a9a99

Browse files
authored
Merge pull request #955 from Altinity/fix/antalya-25.6/integration_tests
Antalya 25.6: Fixed some of the Integration tests
2 parents 14a8976 + 4ee3428 commit f9a9a99

File tree

13 files changed

+2
-537
lines changed

13 files changed

+2
-537
lines changed

tests/ci/integration_tests_runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def _pre_pull_images(self):
230230

231231
cmd = (
232232
f"cd {self.repo_path}/tests/integration && "
233-
f"timeout --verbose --signal=KILL 2h ./runner {self._get_runner_opts()} {image_cmd} "
233+
f"timeout --verbose --signal=KILL 3h ./runner {self._get_runner_opts()} {image_cmd} "
234234
"--pre-pull --command ' echo Pre Pull finished ' "
235235
)
236236

@@ -364,7 +364,7 @@ def all_tests(self) -> List[str]:
364364
report_file = "runner_get_all_tests.jsonl"
365365
cmd = (
366366
f"cd {self.repo_path}/tests/integration && "
367-
f"timeout --verbose --signal=KILL 2h ./runner {runner_opts} {image_cmd} -- "
367+
f"timeout --verbose --signal=KILL 3h ./runner {runner_opts} {image_cmd} -- "
368368
f"--setup-plan --report-log={report_file}"
369369
)
370370

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_parquet_drop_metadata_cache/__init__.py

Whitespace-only changes.

tests/integration/test_parquet_drop_metadata_cache/configs/config.d/cluster.xml

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

tests/integration/test_parquet_drop_metadata_cache/test.py

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

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.

0 commit comments

Comments
 (0)