steveloughran commented on a change in pull request #2425:
URL: https://github.com/apache/hadoop/pull/2425#discussion_r528987054
##########
File path:
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/tools/ITestMarkerTool.java
##########
@@ -259,8 +259,25 @@ public void testRunAuditWithExpectedMarkers() throws
Throwable {
AUDIT,
m(OPT_LIMIT), 0,
m(OPT_OUT), audit,
- m(OPT_MIN), expectedMarkersWithBaseDir,
- m(OPT_MAX), expectedMarkersWithBaseDir,
+ m(OPT_MIN), expectedMarkersWithBaseDir - 1,
+ m(OPT_MAX), expectedMarkersWithBaseDir + 1,
+ createdPaths.base);
+ expectMarkersInOutput(audit, expectedMarkersWithBaseDir);
+ }
+
+ @Test
+ public void testRunAuditWithExpectedMarkersSwappedMinMax() throws Throwable {
Review comment:
wanted to make sure that anyone in QE wouldn't be upset with the fix :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]