Andrew Kyle Purtell created HBASE-27051:
-------------------------------------------
Summary:
TestReplicationSource.testReplicationSourceInitializingMetric is flaky
Key: HBASE-27051
URL: https://issues.apache.org/jira/browse/HBASE-27051
Project: HBase
Issue Type: Test
Components: test
Affects Versions: 2.5.0
Reporter: Andrew Kyle Purtell
Fix For: 2.5.0, 3.0.0-alpha-3
1 second appears to be not enough time for slow or loaded test hosts:
{noformat}
TestReplicationSource.testReplicationSourceInitializingMetric Time elapsed:
1.021 s <<< FAILURE!
java.lang.AssertionError: Waiting timed out after [1,000] msec
at org.junit.Assert.fail(Assert.java:89)
at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
at
org.apache.hadoop.hbase.replication.regionserver.TestReplicationSource.testReplicationSourceInitializingMetric(TestReplicationSource.java:576)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)