Peter Somogyi created HBASE-27554:
-------------------------------------
Summary: Test failures on branch-2.4 with corrupted exclude list
Key: HBASE-27554
URL: https://issues.apache.org/jira/browse/HBASE-27554
Project: HBase
Issue Type: Bug
Components: jenkins
Affects Versions: 2.4.16
Reporter: Peter Somogyi
Assignee: Peter Somogyi
Nightly builds and PRs on branch-2.4 are failing with an invalid exclude list.
Executed unit test command:
{code:java}
/opt/maven/bin/mvn --batch-mode
-Dmaven.repo.local=/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4944/yetus-m2/hbase-branch-2.4-patch-0
--threads=4
-Djava.io.tmpdir=/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4944/yetus-jdk8-hadoop2-check/src/target
-DHBasePatchProcess -PrunAllTests
-Dtest.exclude.pattern=**/replication.regionserver.TestMetaRegionReplicaReplicationEndpoint.java,**/client.TestMetaRegionLocationCache.java,**/master.balancer.TestStochasticLoadBalancerRegionReplicaWithRacks.java,**/replication.TestZKReplicationQueueStorageWARNING:
All illegal access operations will be denied in a future
release.java,**/replication.regionserver.TestBasicWALEntryStreamFSHLog.java
-Dsurefire.firstPartForkCount=0.5C -Dsurefire.secondPartForkCount=0.5C clean
test -fae {code}
The latest exclude list contains "WARNING: All illegal access operations will
be denied in a future release" and maven treats this as a new parameter. As a
result unit tests are failing on CI that rely on the exclude list.
[https://ci-hbase.apache.org/job/HBase-Find-Flaky-Tests/job/branch-2.4/lastSuccessfulBuild/artifact/output/excludes/*view*/]
{noformat}
**/replication.regionserver.TestMetaRegionReplicaReplicationEndpoint.java,**/client.TestMetaRegionLocationCache.java,**/master.balancer.TestStochasticLoadBalancerRegionReplicaWithRacks.java,**/replication.TestZKReplicationQueueStorageWARNING:
All illegal access operations will be denied in a future
release.java,**/replication.regionserver.TestBasicWALEntryStreamFSHLog.java
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)