We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
full-junit-result is required parameter to have smart sharding. Flank/flank#902 is reported on flank side. And according to flank source code
full-junit-result
https://github.com/Flank/flank/blob/master/test_runner/src/main/kotlin/ftl/reports/util/ReportManager.kt#L133 will call https://github.com/Flank/flank/blob/master/test_runner/src/main/kotlin/ftl/gc/GcStorage.kt#L62 for uplading the file. Without full-junit-result or legacy-junit-result, I failed to configure smart sharding. New logic and keyword is introduced in Flank/flank#798.
legacy-junit-result
The text was updated successfully, but these errors were encountered:
This should be resolved once #164 is merged
Sorry, something went wrong.
@pawelpasterz Does fladle gradle plugin has property for full-junit-result?. I dont see new property added in to code or docs or examples in #164.
Fixed in #170
No branches or pull requests
full-junit-result
is required parameter to have smart sharding. Flank/flank#902 is reported on flank side. And according to flank source codehttps://github.com/Flank/flank/blob/master/test_runner/src/main/kotlin/ftl/reports/util/ReportManager.kt#L133
will call
https://github.com/Flank/flank/blob/master/test_runner/src/main/kotlin/ftl/gc/GcStorage.kt#L62
for uplading the file. Without
full-junit-result
orlegacy-junit-result
, I failed to configure smart sharding. New logic and keyword is introduced in Flank/flank#798.The text was updated successfully, but these errors were encountered: