epugh commented on code in PR #4280:
URL: https://github.com/apache/solr/pull/4280#discussion_r3070868028
##########
solr/packaging/build.gradle:
##########
@@ -311,10 +310,58 @@ task integrationTests(type: BatsTask) {
environment BATS_LIB_PREFIX: "$nodeProjectDir/node_modules"
}
+task testSmokeBats(type: BatsTask) {
Review Comment:
how much of the below lines of code could be refactored out so we don't list
this code twice, once for `iTest` and a second time for `testSmokeBats`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]