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: | 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: