VarshaRaviCV commented on code in PR #5559:
URL: https://github.com/apache/ozone/pull/5559#discussion_r1387522246
##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/key/TestOMKeyCreateRequest.java:
##########
@@ -87,21 +84,8 @@ public static Collection<Object[]> data() {
new Object[]{false, false});
}
- public TestOMKeyCreateRequest(boolean setKeyPathLock,
- boolean setFileSystemPaths) {
- // Ignored. Actual init done in initParam().
- // This empty constructor is still required to avoid argument exception.
- }
-
- @Parameterized.BeforeParam
- public static void initParam(boolean setKeyPathLock,
- boolean setFileSystemPaths) {
- keyPathLockEnabled = setKeyPathLock;
- enableFileSystemPaths = setFileSystemPaths;
- }
-
- private static boolean keyPathLockEnabled;
- private static boolean enableFileSystemPaths;
+ private boolean keyPathLockEnabled;
+ private boolean enableFileSystemPaths;
Review Comment:
Done
--
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]