HADOOP-17136. ITestS3ADirectoryPerformance.testListOperations failing (#2153)
A regression caused by HADOOP-17022: the reduction in LIST calls broken an assertion. Contributed by Mukund Thakur
This commit is contained in:
parent
9f407bcc88
commit
bb459d4dd6
@ -114,7 +114,7 @@ public void testListOperations() throws Throwable {
|
||||
listStatusCalls,
|
||||
getFileStatusCalls);
|
||||
if (!fs.hasMetadataStore()) {
|
||||
assertEquals(listRequests.toString(), 2, listRequests.diff());
|
||||
assertEquals(listRequests.toString(), 1, listRequests.diff());
|
||||
}
|
||||
reset(metadataRequests,
|
||||
listRequests,
|
||||
|
Loading…
Reference in New Issue
Block a user