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

Unexpected test executer: KotlinJvmTest #140

Closed
JavierSegoviaCordoba opened this issue Jul 25, 2022 · 1 comment
Closed

Unexpected test executer: KotlinJvmTest #140

JavierSegoviaCordoba opened this issue Jul 25, 2022 · 1 comment

Comments

@JavierSegoviaCordoba
Copy link

In a Kotlin Multiplatform project, I have tried to use this plugin and I am getting this issue, not sure if I should report this here or in the Kotlin repo.

> Unexpected test executer: org.jetbrains.kotlin.gradle.targets.jvm.tasks.KotlinJvmTest$Executor@5fbdf032

The config:

tasks.withType<Test>().configureEach {
    retry {
        maxRetries.set(5)
        maxFailures.set(100)
        failOnPassedAfterRetry.set(false)
    }
    maxParallelForks = 1
}

Curiously, all tests are passing and the build fail comes after that.

@JavierSegoviaCordoba
Copy link
Author

JavierSegoviaCordoba commented Jul 25, 2022

Sorry, looks like it is already reported: #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant