Skip to content

split TestTestUnicodeInvariants into multiple classes#1369

Draft
markusicu wants to merge 1 commit intounicode-org:mainfrom
markusicu:split-TestTestUnicodeInvariants
Draft

split TestTestUnicodeInvariants into multiple classes#1369
markusicu wants to merge 1 commit intounicode-org:mainfrom
markusicu:split-TestTestUnicodeInvariants

Conversation

@markusicu
Copy link
Copy Markdown
Member

@markusicu markusicu commented May 1, 2026

... for better granularity / more parallel testing.

Parallel testing (forkCount>1) runs test classes in parallel. Splitting a very long-running class lets the smaller, shorter-running classes finish faster.

TODO: some tests fail :-(

@markusicu markusicu marked this pull request as draft May 2, 2026 00:00
@eggrobin
Copy link
Copy Markdown
Member

eggrobin commented May 4, 2026

How does this improve the granularity, when we already run individual functions from the various CI workflows?

@markusicu
Copy link
Copy Markdown
Member Author

How does this improve the granularity, when we already run individual functions from the various CI workflows?

Parallel testing (forkCount>1) runs test classes in parallel. Splitting a very long-running class lets the smaller, shorter-running classes finish faster.

@markusicu markusicu mentioned this pull request May 4, 2026
8 tasks
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