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
Coming from opensearch-project/opensearch-metrics#68 (part of opensearch-project/opensearch-metrics#51), the gradle reports are not generated when compileTestJava fails. The compileTestJava in Gradle only compiles the test classes without running any tests, so it won’t generate any reports. To generate test reports, it need to actually run the tests with a task example integTest.
Describe the bug
Coming from opensearch-project/opensearch-metrics#68 (part of opensearch-project/opensearch-metrics#51), the gradle reports are not generated when
compileTestJava
fails. ThecompileTestJava
in Gradle only compiles the test classes without running any tests, so it won’t generate any reports. To generate test reports, it need to actually run the tests with a task exampleintegTest
.To reproduce
Fails for
compileTestJava
and report is not generated insql/integ-test/build/reports/tests/integTest
.Expected behavior
No response
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
No response
Additional context
There is a PR merged opensearch-project/sql#3113 to fix the
compileTestJava
.Jenkins build failed https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test/detail/integ-test/8865/pipeline to publish the results because the report is not available and not handling when
Test Result Files List Not Available
is in thefailed_test
section of the test manifest.The exact error is
Relevant log output
No response
The text was updated successfully, but these errors were encountered: