Skip to content

Auto-port 4.1: Fix RunInFastThreadLocalThreadExtension#16328

Merged
chrisvest merged 2 commits into
4.1from
auto-port-pr-16314-to-4.1
Feb 21, 2026
Merged

Auto-port 4.1: Fix RunInFastThreadLocalThreadExtension#16328
chrisvest merged 2 commits into
4.1from
auto-port-pr-16314-to-4.1

Conversation

@netty-project-bot
Copy link
Copy Markdown
Contributor

Auto-port of #16314 to 4.1
Cherry-picked commit: 2530b66


Motivation:
This JUnit extension is meant to run all the tests in FastThreadLocalThreads. However, it did not intercept repeated or parameterized test invocations.

Modification:
Make the extension also intercept templated tests and dynamic tests.

Result:
Repeated and parameterized tests now also run in FastThreadLocalThreads when using this extension.

Motivation:
This JUnit extension is meant to run all the tests in
FastThreadLocalThreads. However, it did not intercept repeated or
parameterized test invocations.

Modification:
Make the extension also intercept templated tests and dynamic tests.

Result:
Repeated and parameterized tests now also run in FastThreadLocalThreads
when using this extension.

Co-authored-by: Norman Maurer <[email protected]>
(cherry picked from commit 2530b66)
@chrisvest chrisvest enabled auto-merge (squash) February 21, 2026 17:29
@chrisvest chrisvest merged commit 224a3e0 into 4.1 Feb 21, 2026
18 checks passed
@chrisvest chrisvest deleted the auto-port-pr-16314-to-4.1 branch February 21, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants