-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Test failure System.Formats.Tar.Tests.TarWriter_WriteEntry_File_Tests.Add_File(format: Pax) #70060
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@VincentBu what is different about the JitStress jobs compared to the normal jobs? I already disabled this test #69997 on Linux, and I'm wondering why is it now failing on Windows as well, but only on JitStress runs. |
If I'm reading the sources correctly, runtime/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarWriter.Windows.cs Lines 49 to 51 in ca2daf1
and only after that accesses the file, which also changes the last access time runtime/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarWriter.Windows.cs Lines 60 to 72 in ca2daf1
If so, that means that the data written into the tar's header might be different from the one the file will have. |
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsRun: runtime-coreclr libraries-jitstress 20220531.1 Failed test:
Error message:
No Kusto information.
|
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsRun: runtime-coreclr libraries-jitstress 20220531.1 Failed test:
Error message:
No Kusto information.
|
I know few about it. I asked tommcdon and he told me that: |
@BruceForstall can answer questions about jit stress. Note that libraries tests failures in jit stress are often simply timeouts because it can be slow. (Or perhaps machine configuration specific?) |
Run: runtime-coreclr libraries-jitstress 20220531.1
Failed test:
Error message:
No Kusto information.
The text was updated successfully, but these errors were encountered: