File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ integTest {
448448 testLogging {
449449 events " failed"
450450 }
451-
451+
452452 dependsOn ' :opensearch-sql-plugin:bundlePlugin'
453453 if (getOSFamilyType() != " windows" ) {
454454 dependsOn startPrometheus
@@ -516,8 +516,17 @@ integTest {
516516
517517 // Exclude this IT, because they executed in another task (:integTestWithSecurity)
518518 exclude ' org/opensearch/sql/security/**'
519+
520+ finalizedBy ' printIntegTestPaths'
519521}
520522
523+ task printIntegTestPaths {
524+ doLast {
525+ println " Test report available at: file://${ project.buildDir} /reports/tests/integTest/index.html"
526+ println " integTest cluster logs available at: file://${ project.buildDir} /testclusters/integTest-0/logs/integTest.log"
527+ println " remoteCluster cluster logs available at: file://${ project.buildDir} /testclusters/remoteCluster-0/logs/remoteCluster.log"
528+ }
529+ }
521530
522531task comparisonTest (type : RestIntegTestTask ) {
523532 testLogging {
You can’t perform that action at this time.
0 commit comments