You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "devmadhuu (via GitHub)" <gi...@apache.org> on 2023/12/20 05:29:17 UTC

[PR] HDDS-9970. Recon - Fix failure of TestReconWithOzoneManager test case testOmDBSyncWithSeqNumberMismatch. [ozone]

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


Re: [PR] HDDS-9970. Recon - Fix failure of TestReconWithOzoneManager test case testOmDBSyncWithSeqNumberMismatch. [ozone]

Posted by "sumitagrawl (via GitHub)" <gi...@apache.org>.
sumitagrawl merged PR #5835:
URL: https://github.com/apache/ozone/pull/5835


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


Re: [PR] HDDS-9970. Recon - Fix failure of TestReconWithOzoneManager test case testOmDBSyncWithSeqNumberMismatch. [ozone]

Posted by "devmadhuu (via GitHub)" <gi...@apache.org>.
devmadhuu commented on PR #5835:
URL: https://github.com/apache/ozone/pull/5835#issuecomment-1863878941

   @sumitagrawl Pls review.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org