-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore(tests): Re add fixed sources::file::tests::remove_file
test
#4165
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
Conversation
Can't check if the test is fixed if it isn't even run, so #4251 needs to be done first. |
Blocked by #4196 |
@ktff Can this be merged? I am not following the link to the OSX tests? |
@jamtur01 this test was removed because it was flaky on mac, and with the OSX check being flaky, it would be more difficult to verify that the test was fixed now than to wait for the the linked issue to be resolved, although it is possible. There is also an alternative to disable this test for mac and enable it for the rest of OS. |
Let's disable it for OSX and run for everything else. Add a TODO to fix this once the OSX test issue is resolved. |
Signed-off-by: ktf <[email protected]>
Signed-off-by: ktf <[email protected]>
3644684
to
454ba6d
Compare
Signed-off-by: ktf <[email protected]>
…4165) * Re add test Signed-off-by: ktf <[email protected]> * Disable on mac Signed-off-by: ktf <[email protected]> * Fix clippy error Signed-off-by: ktf <[email protected]> Signed-off-by: Duy Do <[email protected]>
…ectordotdev#4165) * Re add test Signed-off-by: ktf <[email protected]> * Disable on mac Signed-off-by: ktf <[email protected]> * Fix clippy error Signed-off-by: ktf <[email protected]> Signed-off-by: Brian Menges <[email protected]>
Ref #3780
Test now periodically checks if the file has been removed with max total wait of 20sec.