vivekratnavel commented on issue #633: HDDS-3123. Create REST API to serve 
Pipeline information and integrate with UI in Recon
URL: https://github.com/apache/hadoop-ozone/pull/633#issuecomment-595002199
 
 
   The failure in integration test `it-ozone` is not related to my change. I 
verified running the test locally and it passes in ~6 minutes. 
   
   But, with Github Action, this test fails in ~131s
   
   ```
   [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
131.368 s <<< FAILURE! - in 
org.apache.hadoop.ozone.scm.pipeline.TestSCMPipelineBytesWrittenMetrics
   [ERROR] 
testNumBytesWritten(org.apache.hadoop.ozone.scm.pipeline.TestSCMPipelineBytesWrittenMetrics)
  Time elapsed: 131.226 s  <<< FAILURE!
   java.lang.AssertionError: expected:<1000> but was:<0>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:555)
        at org.junit.Assert.assertEquals(Assert.java:542)
        at 
org.apache.hadoop.ozone.scm.pipeline.TestSCMPipelineBytesWrittenMetrics.testNumBytesWritten(TestSCMPipelineBytesWrittenMetrics.java:118)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to