Slackbot
07/15/2022, 10:36 PMSuraj Singh
07/15/2022, 10:36 PMtestClusters {
runTask {
testDistribution = 'archive'
numberOfNodes = 2 --> removing this line works perfectly and hits the breakpoint
}
}
tasks.register("run", RunTask) {
useCluster testClusters.runTask;
description = 'Runs opensearch in the foreground'
group = 'Verification'
impliesSubProjects = true
}Vampire
07/16/2022, 2:14 AM