save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Run tests in parallel using thread argument

Open orchestr7 opened this issue 4 years ago • 3 comments
trafficstars

Discussed with @petertrr - we should run tests in parallel. One scope is the test. And plugins can be run one-by-one in the scope of one test

Parallel run of tests should be configured by some option in save.properties.

This task can be solved by multiplatform courutines.

orchestr7 avatar Apr 13 '21 15:04 orchestr7

I believe we will be needing https://github.com/Kotlin/kotlinx.atomicfu to implement this; this library also provides multiplatform atomics, like AtomicInt and AtomicBoolean

petertrr avatar Jul 06 '21 14:07 petertrr

Interesting issue - guys, @nulls @icemachined @0x6675636b796f75676974687562 you can take it. But if you will take - please remove other assignees.

orchestr7 avatar May 25 '22 15:05 orchestr7

Related to this is #331. Now we are using coroutines only in an isolated part of code, but for better support of parallelism we should probably lift coroutines entrypoint higher in the code

petertrr avatar May 26 '22 07:05 petertrr