Skip to content

Commit

Permalink
* Get a version working for E2E spark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ag-ramachandran committed Jul 25, 2024
1 parent 35d6da3 commit c7ea7a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class E2ETestWithContainers extends AnyFlatSpec with Matchers with BeforeAndAfte
s"${kustoTestConnectionOptions.cluster} ${kustoTestConnectionOptions.database} ${kustoTestConnectionOptions.accessToken} > /tmp/results.txt 2>&1"
val execResult = sparkContainer.execInContainer("/bin/sh", "-c", commandToExec)
println(execResult.getStdout)
Thread.sleep(300000)
Thread.sleep(30000)
execResult.getStdout should include("Pi is roughly")
}

Expand Down

0 comments on commit c7ea7a4

Please sign in to comment.