Skip to content
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

"Migrating a test from XCTest" does not mention parallel-by-default #863

Open
MahdiBM opened this issue Dec 16, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation
Milestone

Comments

@MahdiBM
Copy link

MahdiBM commented Dec 16, 2024

"Migrating a test from XCTest" does not mention parallel-by-default, which catches users off-guard when migrating from XCTest to swift-testing.

There should also be a sentence or two explaining what to do to go back to the old behavior of non-parallel tests.

I was in a meeting last night and some folks mentioned this issue.
Apparently Fastlane also does not support having the tests run in parallel mode? so they had to figure out the --no-parallel CLI command and use that to run the tests sequentially.

@MahdiBM MahdiBM added the bug Something isn't working label Dec 16, 2024
@grynspan
Copy link
Contributor

We do mention it in Parallelization.md, but a nod here wouldn't be a bad idea.

@grynspan grynspan added the documentation Improvements or additions to documentation label Dec 16, 2024
@grynspan grynspan added this to the Swift 6.x milestone Dec 16, 2024
@grynspan grynspan self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants