hemantk-12 opened a new pull request, #6071:
URL: https://github.com/apache/ozone/pull/6071

   ## What changes were proposed in this pull request?
   `TestOmSnapshot.testSnapDiffWithMultipleSSTs` was failing all the time 
because snapshot diff is an async API and when a job is submitted for the first 
time, it always returns empty diff list with IN_PROGRESS status. User is 
supposed to make second call to fetch the results, once job is DONE. 
TestOmSnapshot.testSnapDiffWithMultipleSSTs was only making one call which only 
submits the request and returned empty diff response as mentioned above.
   This change is to call snap diff after job to DONE to fetch complete diff 
report.
   
   ## What is the link to the Apache JIRA
   HDDS-8005
   
   ## How was this patch tested?
   Ran the test locally and on fork: 
https://github.com/hemantk-12/ozone/actions/runs/7620429542
   


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