xinglin commented on PR #6337:
URL: https://github.com/apache/hadoop/pull/6337#issuecomment-1851408051

   The following two assertions failed during one of the builds. Investigating.
   
   ```
         assertCounter("RoundTripLockAndSleepNumOps", 1L, rttRB);
         assertTrue(rttLockAndSleepAvgTime > serverSideLockAndSleepAvgTime);
   ```
   
   ```
   [ERROR] testRpcRTTMetric(org.apache.hadoop.ipc.TestRPC)  Time elapsed: 0.04 
s  <<< FAILURE!
   java.lang.AssertionError: Bad value for metric RoundTripLockAndSleepNumOps 
expected:<1> but was:<0>
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at 
org.apache.hadoop.test.MetricsAsserts.assertCounter(MetricsAsserts.java:230)
        at org.apache.hadoop.ipc.TestRPC.testRpcRTTMetric(TestRPC.java:1518)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to