sadanand48 commented on PR #6195:
URL: https://github.com/apache/ozone/pull/6195#issuecomment-1935428075

   > Yes an existing Test 
org.apache.hadoop.ozone.freon.TestOmBucketReadWriteKeyOps.testOmBucketReadWriteKeyOps
 was failin
   
   Can we make it parameterized to have a test for this fix . something like 
below and set config based on the boolean
   
   ``` java
   @ParameterizedTest(name = "Filesystem Paths Enabled: {0}")
   @ValueSource(booleans = {false, true})
   public void testOmBucketReadWriteKeyOps(boolean fsPathsEnabled) throws 
Exception {
     try {
       startCluster(fsPathsEnabled);
   ```


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