Skip to content

Commit

Permalink
fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
grundprinzip committed Aug 11, 2024
1 parent 4744f16 commit 06dc033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/tests/integration/spark_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ func StartSparkConnect() (int64, error) {
for {
select {
case <-timeout:
out, _ := cmd.Output()
fmt.Printf("Output: %v\n", string(out))
return -1, sparkerrors.WithString(sparkerrors.TestSetupError,
"timeout waiting for Spark Connect to start")
case <-tick.C:
Expand Down

0 comments on commit 06dc033

Please sign in to comment.