From 7fc8d18daa7ac385b8ce539a54b971299187ec0a Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Mon, 1 Jun 2026 17:15:07 -0300 Subject: [PATCH 1/2] Add "/iceberg/export partition/*" to iceberg PART 2 regression --only args Signed-off-by: CarlosFelipeOR --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 4b0e7af9ab57..d30ee15f6520 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -277,7 +277,7 @@ jobs: build_sha: ${{ inputs.build_sha }} set_commit_status: true job_name: iceberg - extra_args: --only ${{ matrix.PART == 1 && '"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache/*"' || '"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*"' }} + extra_args: --only ${{ matrix.PART == 1 && '"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache/*"' || '"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*" "/iceberg/export partition/*"' }} secrets: inherit LDAP: if: | From aed7ef485e448e1bd138efab65b6db25bba5a86d Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Tue, 2 Jun 2026 01:40:16 -0300 Subject: [PATCH 2/2] CI: update broken tests list Signed-off-by: CarlosFelipeOR --- tests/broken_tests.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/broken_tests.yaml b/tests/broken_tests.yaml index 156e07ec5caf..b03a1e11375b 100644 --- a/tests/broken_tests.yaml +++ b/tests/broken_tests.yaml @@ -148,6 +148,12 @@ check_types: - tsan - asan +- name: test_scheduler_cpu_preemptive/test.py::test_cpu_time_fairness[fixed_longer_prd] + reason: INVESTIGATE - Unstable on tsan, msan + message: 'Failed: Timeout (>900.0s)' + check_types: + - tsan + - msan - name: test_grpc_protocol/test.py::test_ipv6_select_one reason: INVESTIGATE - Internal test timeout message: FutureTimeoutError @@ -308,7 +314,7 @@ - ubsan # match all coverage suite fails -- name: \d{5}_.* +- name: \d{5}_.+ reason: 'KNOWN: Ignoring test fails on coverage build' regex: true check_types: