question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kotest couldn't run tests parallel

See original GitHub issue

Probably this issue is related to #1257 . Current issue is with beta-3 jvm version.

Steps to reproduce:

  1. Create project with ~30 subprojects
  2. Add tests, etc.
  3. Run gradlew build --parallel

Expected result: Tests from different projects are executed in parallel Tests from the same project are executed simultaneously

Actual result: Looks like, only one test could be executed at the same moment. E.g. event if tests are in different projects, they couldn’t be executed in parallel.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
imanushincommented, Jun 4, 2020

I coulnd’t find correct way of reproducing.

0reactions
stale[bot]commented, Jun 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Run tests in single Spec in parallel ini kotest - Stack Overflow
I'm using kotest for my e2e API testing. All tests are independent and should have no problem running them in parallel. But with...
Read more >
Changelog - Kotest
Fix issues running tests for native targets on Kotlin 1.7+ (#3107) ... Fix for bug in gradle which doesn't support parallel test events;...
Read more >
Runs in AWS Device Farm
Device Farm runs tests in parallel as devices become available. ... with antipiracy measures, Device Farm cannot re-sign and run tests against the...
Read more >
Testing - Spring
In this context, the term “test suite” means all tests run in the same JVM — for ... However, this does not mean...
Read more >
Micronaut Test
io.micronaut.test.extensions.kotest.annotation.MicronautTest for Kotest. ... When you run a test within @MicronautTest it is running your real application.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found