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

   ## What changes were proposed in this pull request?
   
   Fix failures in HSync upgrade test.
   
   1. HDDS-12029 renamed `ozone debug recover` to `ozone admin om lease 
recover`, but missed its usage in upgrade test.
   
   2. HSync is disabled in test cluster, so pre-finalization test fails, as 
client falls back to `flush()`, instead of hitting server with unsupported 
request:
   
   ```
   Generate key for o3fs by HSYNC prior to finalization                  | FAIL 
|
   0 != 255
   
------------------------------------------------------------------------------
   Generate key for o3fs by HFLUSH prior to finalization                 | FAIL 
|
   0 != 255
   
------------------------------------------------------------------------------
   Generate key for ofs by HSYNC prior to finalization                   | FAIL 
|
   0 != 255
   
------------------------------------------------------------------------------
   Generate key for ofs by HFLUSH prior to finalization                  | FAIL 
|
   0 != 255
   ```
   
   https://issues.apache.org/jira/browse/HDDS-12668
   
   ## How was this patch tested?
   
   Together with HDDS-12662 on top of `ozone-2.0` branch:
   https://github.com/adoroszlai/ozone/actions/runs/14008344769/job/39225283363


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