Skip to content

Commit a13bd13

Browse files
author
Piyush Bisen
committed
Changed the shell script names
For run this test use -Pnative.enabled=true
1 parent 886a1a2 commit a13bd13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/scala/io/snappydata/CommandLineToolsSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class CommandLineToolsSuite extends SnappyTestRunner {
291291
test("ODBC_FailOverTest_AddServer_BeforeConn") {
292292
val flag = System.getenv("SNAPPY_NATIVE_ENABLED")
293293
if (flag.equalsIgnoreCase("true")) {
294-
var scriptPath = s"$snappyNativeTestDir/failoverTest_NewServer.sh"
294+
var scriptPath = s"$snappyNativeTestDir/failoverTest_AddServer_BeforeConn.sh"
295295
var consoleOutput = s"$scriptPath $snappyProductDir $snappyNativeTestDir".!!
296296
assert(consoleOutput.contains("Test executed successfully connected to"),
297297
s"FailOver failed $consoleOutput")
@@ -302,7 +302,7 @@ class CommandLineToolsSuite extends SnappyTestRunner {
302302
test("ODBC_FailOverTest_AddServer_AfterConn") {
303303
val flag = System.getenv("SNAPPY_NATIVE_ENABLED")
304304
if (flag.equalsIgnoreCase("true")) {
305-
var scriptPath = s"$snappyNativeTestDir/failoverTest_None.sh"
305+
var scriptPath = s"$snappyNativeTestDir/failoverTest_AddServer_AfterConn.sh"
306306
var consoleOutput = s"$scriptPath $snappyProductDir $snappyNativeTestDir".!!
307307
assert(consoleOutput.contains("Test executed successfully connected to"),
308308
s"Failed to create new connection $consoleOutput")

0 commit comments

Comments
 (0)