Skip to content

Commit 60520f2

Browse files
authored
Merge pull request #928 from Altinity/update_regression_25.3.6
25.3.6 Update regression and crossouts
2 parents 3fc8dcc + f86858d commit 60520f2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ jobs:
444444
secrets: inherit
445445
with:
446446
runner_type: altinity-on-demand, altinity-regression-tester
447-
commit: 5b33d6455572ebc652e72d28a02d8d8c72d76186
447+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
448448
arch: release
449449
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
450450
timeout_minutes: 300
@@ -455,7 +455,7 @@ jobs:
455455
secrets: inherit
456456
with:
457457
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
458-
commit: 5b33d6455572ebc652e72d28a02d8d8c72d76186
458+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
459459
arch: aarch64
460460
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
461461
timeout_minutes: 300

tests/broken_tests.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,14 @@
277277
},
278278
"test_storage_rabbitmq/test.py::test_rabbitmq_sharding_between_queues_publish": {
279279
"reason": "INVESTIGATE - Timeout on TSAN"
280+
},
281+
"test_storage_s3_queue/test_4.py::test_alter_settings": {
282+
"reason": "INVESTIGATE - Flaky test"
283+
},
284+
"test_storage_s3_queue/test_4.py::test_registry": {
285+
"reason": "INVESTIGATE - Flaky test"
286+
},
287+
"03032_dynamically_resize_filesystem_cache_2": {
288+
"reason": "KNOWN - Flaky upstream"
280289
}
281290
}

tests/ci/ci_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,12 @@ class CI:
378378
),
379379
JobNames.INTEGRATION_TEST_ASAN_OLD_ANALYZER: CommonJobConfigs.INTEGRATION_TEST.with_properties(
380380
required_builds=[BuildNames.PACKAGE_ASAN],
381+
timeout=3 * 3600,
381382
num_batches=8,
382383
),
383384
JobNames.INTEGRATION_TEST_TSAN: CommonJobConfigs.INTEGRATION_TEST.with_properties(
384385
required_builds=[BuildNames.PACKAGE_TSAN],
386+
timeout=3 * 3600,
385387
num_batches=8,
386388
),
387389
JobNames.INTEGRATION_TEST_AARCH64: CommonJobConfigs.INTEGRATION_TEST.with_properties(

0 commit comments

Comments
 (0)