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

    https://github.com/apache/nifi/pull/2243#discussion_r157098806
  
    --- 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 --
    
    This change doesn't look like it belongs?


---

Reply via email to