-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IO-856] test for background deletion #697
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
# Conflicts: # src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your update.
You did not apply my comments throughout. See my additional comments.
TY
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comments, same as before ;-)
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/commons/io/FileUtilsListFilesTest.java
Outdated
Show resolved
Hide resolved
Hello @thhart Thank you for your update. Interesting that the build on Java 24-ea is green. Ubuntu shows:
Is that the point of the test? Another builds show:
Please run |
No, this is not failing in my environment. Maybe your Ubuntu is too restrictive in this.
This is changed now.
This fails in my Ubuntu system and in other Linux flavour. Can not say for other systems. |
Thank you for your updates. I'll take a look over the next couple of days. |
Interesting: This is not reproducible on Windows in this CI for Java 8, 11, 17, 21, and 23. |
Interesting meta-failure on Ubuntu:
|
Hello @thhart
|
Looks ok now, have no problems any more. |
test for exceptional listing of deleted files
See IO-856