GeorgeJahad commented on a change in pull request #2961:
URL: https://github.com/apache/ozone/pull/2961#discussion_r778440263
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestKeyManagerImpl.java
##########
@@ -822,7 +836,7 @@ public void testLookupKeyWithLocation() throws IOException {
@Test
public void testLatestLocationVersion() throws IOException {
String keyName = RandomStringUtils.randomAlphabetic(5);
- OmKeyArgs keyArgs = createBuilder()
+ OmKeyArgs keyArgs = createBuilder(VERSIONED_BUCKET_NAME)
Review comment:
this test was failing because it expects the old "versioned" style of
bucket, which is no longer turned on by default. So fixed this test to turn it
on. (I also had to mock the Pipeline so that the request would succeed.)
--
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]