You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the sharding options are --shard-split or --shard-all, being able to combine execution order and running folders with multiple devices would be a great improvement
Proposal
Should be able to run folders while sharding execution using config.yaml file on any types of devices.
Anything else?
More context when trying to achieve this right now we have this message :
Cannot run sharded tests with sequential execution
The stack trace was:
java.lang.IllegalStateException: Cannot run sharded tests with sequential execution
at maestro.cli.command.TestCommand$handleSessions$1.invokeSuspend(TestCommand.kt:229)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)
The text was updated successfully, but these errors were encountered:
Use case
Since the sharding options are --shard-split or --shard-all, being able to combine execution order and running folders with multiple devices would be a great improvement
Proposal
Should be able to run folders while sharding execution using config.yaml file on any types of devices.
Anything else?
More context when trying to achieve this right now we have this message :
The text was updated successfully, but these errors were encountered: