[
https://issues.apache.org/jira/browse/FLINK-39901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088452#comment-18088452
]
Sergey Nuyanzin commented on FLINK-39901:
-----------------------------------------
Fixed under
[edfeb3269146ed05476a405335e8af0cb8569482|https://github.com/apache/flink/commit/edfeb3269146ed05476a405335e8af0cb8569482]
> GitHub Actions nightly: empty surefire excludedGroups fails all JDK 11 test
> jobs ("list of tag expressions must not be null or empty")
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-39901
> URL: https://issues.apache.org/jira/browse/FLINK-39901
> Project: Flink
> Issue Type: Bug
> Components: Build System / CI
> Reporter: Martijn Visser
> Assignee: Martijn Visser
> Priority: Major
> Labels: pull-request-available
>
> Since FLINK-33903 the github-actions profile excludes no groups; after
> FLINK-39750 dropped FailsOnJava11, its composed <excludedGroups> resolves to
> only blanks on JDK 11, so surefire passes an empty tag list to JUnit and
> every module fails with PreconditionViolationException before running a
> single test. Every GHA master nightly since 2026-05-27 deterministically
> fails all "Java 11 / Test" modules plus Java 11 E2E groups 1/4 (first red
> run: 26488072578). Azure is unaffected as it never passes -Pgithub-actions.
> Fix: remove the obsolete profile and flags. Master-only (release branches
> don't have FLINK-39750).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)