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

Investigate parallelizing test discovery #1277

Open
younata opened this issue Mar 23, 2024 · 0 comments
Open

Investigate parallelizing test discovery #1277

younata opened this issue Mar 23, 2024 · 0 comments
Labels

Comments

@younata
Copy link
Member

younata commented Mar 23, 2024

Now that the test DSL is a series of methods on AsyncDSLUser and SyncDSLUser, it should be possible to have each class implementing *DSLUser record those tests in the class (For example, instead of having SyncDSLUser.it call into World.sharedWorld.it, it could instead record the tests to some class variable?).

Doing this would allow us to parallelize test discovery on a per-class basis, dramatically improving test discovery runtime.

Before doing this, we should also log to the console how long test discovery takes, so we can get an idea of how long this actually takes and whether it's really worth doing.

@younata younata added the tricky label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant