JyotinderSingh commented on a change in pull request #3109:
URL: https://github.com/apache/ozone/pull/3109#discussion_r810571923
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestReadRetries.java
##########
@@ -95,19 +88,6 @@
storageContainerLocationClient;
private static final String SCM_ID = UUID.randomUUID().toString();
- private String bucketLayout;
-
- public TestReadRetries(String bucketLayout) {
- this.bucketLayout = bucketLayout;
- }
-
- @Parameterized.Parameters
- public static Collection<Object[]> data() {
- return Arrays.asList(
- new Object[]{OMConfigKeys.OZONE_DEFAULT_BUCKET_LAYOUT_DEFAULT},
- new Object[]{OMConfigKeys.
- OZONE_BUCKET_LAYOUT_FILE_SYSTEM_OPTIMIZED});
- }
Review comment:
This is a file system related test, which is no longer valid for bucket
layouts other than FSO since we are in process of removing the
`OZONE_OM_ENABLE_FILESYSTEM_PATHS` configuration key.
--
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]