Skip to content

Disable the UTFStringConversionFailures test on CI runs #114747

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

Merged
merged 2 commits into from
Apr 17, 2025

Conversation

jkoritzinsky
Copy link
Member

Disable the UTFStringConversionFailures test on CI runs as our Helix machines can't handle the load from allocating 2 2GB strings and the OOM killer was killing the process.

Fixes #114241

…machines can't handle the load from allocating 2 2GB strings and the OOM killer was killing the process.
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/CollectionMarshallingFails.cs:113

[SkipOnCI("Allocates enough memory that the OOM killer can kill the process on our Helix machines.")]

Copy link
Contributor

Tagging subscribers to this area: @dotnet/interop-contrib
See info in area-owners.md if you want to be subscribed.

@@ -110,6 +110,7 @@ public static partial void NegateBoolsRef2D_ClearMarshalling(
public class CollectionMarshallingFails
{
[Fact]
[SkipOnCI("Allocates enough memory that the OOM killer can kill the process on our Helix machines.")]
public void UTFStringConversionFailures()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to name this as something specific to conversion failures due to the long string?

@jkoritzinsky
Copy link
Member Author

/ba-g wasm failures unrelated

@jkoritzinsky jkoritzinsky merged commit ce3c9df into dotnet:main Apr 17, 2025
84 of 93 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SIGKILL (OOM?) while running LibraryImportGenerator.Tests w/o actionable log messages or artifacts
3 participants