raju-balpande opened a new pull request, #6766:
URL: https://github.com/apache/ozone/pull/6766

   Corrected the misleading assert message in 
TestContainerStateManagerIntegration.testGetMatchingContainerMultipleThreads
   
   ## What changes were proposed in this pull request?
   TestContainerStateManagerIntegration has assert Statement having misleading 
message
   
   [INFO] Running 
org.apache.hadoop.hdds.scm.container.TestContainerStateManagerIntegration
       Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
22.117 s <<< FAILURE! - in 
org.apache.hadoop.hdds.scm.container.TestContainerStateManagerIntegration
       Error:  
org.apache.hadoop.hdds.scm.container.TestContainerStateManagerIntegration.testGetMatchingContainerMultipleThreads
  Time elapsed: 22.05 s  <<< FAILURE!
       org.opentest4j.AssertionFailedError: expected: <2> but was: <3>
   
   **Expectation:**
   The correct message shall the expected actual which is 3.
   org.opentest4j.AssertionFailedError: expected: <3> but was: <2>
   
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-10973
   
   ## How was this patch tested?
   Tested it locally and in cross checked the changes in CI build.
   


-- 
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