Skip to content

Add requiredOperatingSystem linux filter to Kestrel Linux rejection scenarios#2148

Merged
sebastienros merged 1 commit intoaspnet:mainfrom
LoopedBard3:RemoveKestrelLinuxFromWindowsTrends
Feb 6, 2026
Merged

Add requiredOperatingSystem linux filter to Kestrel Linux rejection scenarios#2148
sebastienros merged 1 commit intoaspnet:mainfrom
LoopedBard3:RemoveKestrelLinuxFromWindowsTrends

Conversation

@LoopedBard3
Copy link
Copy Markdown
Contributor

Add requiredOperatingSystem linux filter to Kestrel Linux rejection scenarios

The Kestrel Linux rejection scenarios (Encoded URL symbols, Invalid Header, Host Header Mismatch) were missing the --application.options.requiredOperatingSystem linux flag, causing them to be scheduled on Windows agents where OpenSSL is unsupported.

…cenarios

The Kestrel Linux rejection scenarios (Encoded URL symbols, Invalid Header,
Host Header Mismatch) were missing the --application.options.requiredOperatingSystem
linux flag, causing them to be scheduled on Windows agents where OpenSSL is
unsupported.
@sebastienros
Copy link
Copy Markdown
Member

I actually wanted to mention it but didn't want to bother you ;)
cc @DeagleGross

Copy link
Copy Markdown

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 adds the --application.options.requiredOperatingSystem linux flag to three Kestrel Linux rejection test scenarios that were previously missing it. This ensures these scenarios are scheduled on Linux agents where OpenSSL is supported, matching the pattern used by all other OS-specific scenarios in the file.

Changes:

  • Added the --application.options.requiredOperatingSystem linux flag to three Kestrel Linux rejection scenarios (Encoded URL symbols, Invalid Header, Host Header Mismatch)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sebastienros sebastienros merged commit cd76ba8 into aspnet:main Feb 6, 2026
2 checks passed
@LoopedBard3 LoopedBard3 deleted the RemoveKestrelLinuxFromWindowsTrends branch February 6, 2026 00:34
@DeagleGross
Copy link
Copy Markdown
Contributor

thanks! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants