snuyanzin commented on PR #23914: URL: https://github.com/apache/flink/pull/23914#issuecomment-1853781175
I tested with junit5.10.1 and I think it also introduced some changes if you look at PR https://github.com/apache/flink/pull/23917 where there is only junit bump 5.9.1 -> 5.10.1 ci failure is also different from what we have in master ``` 2023-12-13T01:01:30.0309316Z Dec 13 01:01:29 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) 2023-12-13T01:01:30.0310427Z Dec 13 01:01:29 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) 2023-12-13T01:01:30.0312635Z Dec 13 01:01:29 Suppressed: java.nio.file.NoSuchFileException: /tmp/junit8675027143221640473/b26755eb2623b363024e04d5db7543aa/chk-3 2023-12-13T01:01:30.0313874Z Dec 13 01:01:29 at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) 2023-12-13T01:01:30.0314987Z Dec 13 01:01:29 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) 2023-12-13T01:01:30.0316077Z Dec 13 01:01:29 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) 2023-12-13T01:01:30.0317253Z Dec 13 01:01:29 at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) 2023-12-13T01:01:30.0318483Z Dec 13 01:01:29 at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) 2023-12-13T01:01:30.0319812Z Dec 13 01:01:29 at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) 2023-12-13T01:01:30.0320982Z Dec 13 01:01:29 at java.nio.file.Files.readAttributes(Files.java:1737) 2023-12-13T01:01:30.0322005Z Dec 13 01:01:29 at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219) 2023-12-13T01:01:30.0323049Z Dec 13 01:01:29 at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276) 2023-12-13T01:01:30.0324067Z Dec 13 01:01:29 at java.nio.file.FileTreeWalker.next(FileTreeWalker.java:372) 2023-12-13T01:01:30.0325253Z Dec 13 01:01:29 at java.nio.file.Files.walkFileTree(Files.java:2706) 2023-12-13T01:01:30.0326179Z Dec 13 01:01:29 at java.nio.file.Files.walkFileTree(Files.java:2742) 2023-12-13T01:01:30.0326926Z Dec 13 01:01:29 ... 40 more 2023-12-13T01:01:30.0328421Z Dec 13 01:01:29 Suppressed: java.nio.file.NoSuchFileException: /tmp/junit8675027143221640473/b26755eb2623b363024e04d5db7543aa/chk-3 2023-12-13T01:01:30.0329745Z Dec 13 01:01:29 at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) 2023-12-13T01:01:30.0330947Z Dec 13 01:01:29 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) 2023-12-13T01:01:30.0332078Z Dec 13 01:01:29 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) 2023-12-13T01:01:30.0333192Z Dec 13 01:01:29 at sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:244) 2023-12-13T01:01:30.0334389Z Dec 13 01:01:29 at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103) 2023-12-13T01:01:30.0335445Z Dec 13 01:01:29 at java.nio.file.Files.delete(Files.java:1126) 2023-12-13T01:01:30.0336348Z Dec 13 01:01:29 at java.nio.file.Files.walkFileTree(Files.java:2672) 2023-12-13T01:01:30.0337105Z Dec 13 01:01:29 ... 41 more ``` May be they fixed something between these versions. My statement about checkpoint failure is for cases with JUnit 5.10.1 (which is not in master yet) since with current master I can not reproduce the problem locally I would propose to go with newer JUnit to avoid refixing this againafter update -- 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]
