Radek Zikmund
Radek Zikmund
I implemented the Jobs API in this PR: https://github.com/ngetchell/PSGitLab/pull/228
.NET has some problems running under QEMU (see e.g. https://github.com/dotnet/runtime/issues/13648), this needs to be debugged on an ARM machine. Coincidentally, I have one at home, I will try to look...
I was not able to reproduce this on either Mac or ARM64 linux. It also has not reappeared on main since 08/07 and the runs I found did not have...
The crash on 8/15 | PR #67049 | RedHat.7.Amd64.Open is due to an infinite recursion, and at some point the process crashed on OutOfMemoryException Likely https://github.com/dotnet/runtime/issues/72381 is related (Edit. it...
Very often, 98 hits in the last 14 days. Curiously, none of these are on main
I think it was the same test we disabled in #73452 (**SendMailAsync_CanBeCanceled_CancellationToken**)
@wfurt I found out that you need to specifically filter for 134 and 139 exit codes to get true process crashes
@MattGal We have found some more platforms which are missing MsQuic: Mariner (docker image): https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-9bdfb528372c45779a/System.Net.Quic.Functional.Tests/1/console.6d6097f9.log?helixlogtype=result OpenSuse 15.2: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-5f3cc5d8b53a49a396/System.Net.Quic.Functional.Tests/1/console.caebb575.log?helixlogtype=result (what is the difference between this and SLES?) CentOS 7: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-75163-merge-aa86d5bd851f4aa8ae/System.Net.Quic.Functional.Tests/1/console.3ed81745.log?helixlogtype=result CentOS...
I added msquic to OpenSUSE: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/690, the failing tests need to be disabled there. I have not have time to look at CentOS7 yet.
CentOS 7 has too old OpenSSL, so that is not going to work. @wfurt I don't think there is more we need as part of this issue, so I am...