Skip to content

[Android] Reenable SocketsHttpHandlerTest.LargeHeaders_TrickledOverTime_ProcessedEfficiently on 64-bit Android #117710

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

simonrozsival
Copy link
Member

Closes #77474

The test is known to run out of memory on 32-bit Android. We should still run the test on 64-bit Android which most commonly used by end customers.

@Copilot Copilot AI review requested due to automatic review settings July 16, 2025 10:27
@simonrozsival
Copy link
Member Author

/azp run runtime-extra-platrofms

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.

Pull Request Overview

This PR re-enables a previously disabled test on 64-bit Android platforms while keeping it disabled on 32-bit Android where it causes out-of-memory issues. The change replaces a blanket test exclusion for all Android platforms with a more targeted approach that only skips the test on 32-bit Android architectures.

  • Replaced [ActiveIssue] attribute with runtime platform detection
  • Added conditional skip logic for 32-bit Android processes only
  • Changed from [Theory] to [ConditionalTheory] to support runtime test skipping

Copy link

No pipelines are associated with this pull request.

@simonrozsival
Copy link
Member Author

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@simonrozsival

This comment was marked as outdated.

This comment was marked as outdated.

@simonrozsival
Copy link
Member Author

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

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.

[tests][Android] LargeHeaders_TrickledOverTime_ProcessedEfficiently Insufficient Memory
2 participants