You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.io.IOException: Failed to delete temp directory C:\Users\RUNNER~1\AppData\Local\Temp\junit8439001560896197356. The following paths could not be deleted (see suppressed exceptions for details): , test4653189040998961269log
org.opentest4j.AssertionFailedError:
expected: 592L
but was : 38L
The text was updated successfully, but these errors were encountered:
bric3
changed the title
Resolve MappedFileLineReaderTest on Widows and Macos builds
Resolve MappedFileLineReaderTest on Windows and macOs builds
Feb 3, 2022
On Windows the build fails with
MappedFileLineReaderTest.find_start_position_given_last_lines()
org.opentest4j.AssertionFailedError:
expected: 42L
but was : 43L
MappedFileLineReaderTest.can_read_from_position()
org.opentest4j.AssertionFailedError:
expected: 183L
but was : 186L
MappedFileLineReaderTest.should_watch_with_channel_sink(Path)
java.io.IOException: Failed to delete temp directory C:\Users\RUNNER~1\AppData\Local\Temp\junit8439001560896197356. The following paths could not be deleted (see suppressed exceptions for details): , test4653189040998961269log
On MacOS the build fails with
org.opentest4j.AssertionFailedError:
expected: 592L
but was : 38L
The text was updated successfully, but these errors were encountered: