devmadhuu opened a new pull request, #5835:
URL: https://github.com/apache/ozone/pull/5835

   ## What changes were proposed in this pull request?
   This PR fixes the failure of 
`org.apache.hadoop.ozone.recon.TestReconWithOzoneManager#testOmDBSyncWithSeqNumberMismatch`
 when run it individually. Failure happens due to the assertion of hardcoded OM 
DB sequence number and Recon OM snapshot DB sequence number  with the 
assumption that always whole test class will run and since test case shares the 
common MiniOzoneCluster with `testOmDBSyncing` test case, these hardcoded 
values of sequence numbers may not be consistent always if test runs 
individually. So the fix is needed to allow test cases to be able to run 
individually and pass successfully.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-9970
   
   ## How was this patch tested?
   
   This patch is tested by running both the individual test cases of 
`org.apache.hadoop.ozone.recon.TestReconWithOzoneManager` class.
   


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