Github user patricker commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2243#discussion_r157414101
  
    --- Diff: 
nifi-commons/nifi-write-ahead-log/src/test/java/org/wali/TestMinimalLockingWriteAheadLog.java
 ---
    @@ -538,7 +538,7 @@ public void 
testRecoverFileThatHasTrailingNULBytesAndTruncation() throws IOExcep
         @Test
         public void testRecoverFileThatHasTrailingNULBytesNoTruncation() 
throws IOException {
             final int numPartitions = 5;
    -        final Path path = 
Paths.get("target/testRecoverFileThatHasTrailingNULBytes");
    +        final Path path = 
Paths.get("target/testRecoverFileThatHasTrailingNULBytesNoTruncation");
    --- End diff --
    
    Yep, accidental inclusion.


---

Reply via email to