rakeshadr commented on pull request #2561:
URL: https://github.com/apache/ozone/pull/2561#issuecomment-927776986


   @aryangupta1998  As BucketLayout is statically defined to 
BucketLayout.DEFAULT, its writing all the keys to KeyTable. But all the FSO 
unit tests are expecting to write files/dirs to respective 
`FileTable/OpenFileTable`. Thats the reason for the unit test failures.
   
   ```
   TestOMRequestUtils.java
   
     public static BucketLayout getBucketLayout() {
       return BucketLayout.DEFAULT;
     }
   ```


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