priyeshkaratha opened a new pull request, #8227: URL: https://github.com/apache/ozone/pull/8227
## What changes were proposed in this pull request? HDDS-10091. Fixed TestOzoneDebugShell for FILE_SYSTEM_OPTIMIZED bucket layout The existing test case `testLdbCliForOzoneSnapshot` was failing because the scan result was empty. This was due to the use of the keyTable column family, which is incorrect for FSO bucket layout. For FSO, the correct column family is fileTable. The test case has been updated to use fileTable, and the issue is now resolved. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10091 ## How was this patch tested? This patch includes updates to the test case. The build has passed successfully with the updated test case. -- 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]
