UENISHI Kota created HDDS-6401:
----------------------------------

             Summary: Fix flaky 
TestFilePerBlockStrategy.testWriteAndReadChunkMultipleTimes
                 Key: HDDS-6401
                 URL: https://issues.apache.org/jira/browse/HDDS-6401
             Project: Apache Ozone
          Issue Type: Test
            Reporter: UENISHI Kota
            Assignee: UENISHI Kota


When ChunkUtils.writeData() finishes too fast, elapsed time for writing data in 
test case becomes zero because it's resolution is a bit rough, in milliseconds. 
That leads to the failure of test assertion that checks elapsed time being >0. 
Here, the check must be on written bytes and ops.

I think this failure does not affect any released version.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to