Martijn Visser created FLINK-39901:
--------------------------------------
Summary: 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
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)