Github user jey commented on the issue:

    https://github.com/apache/spark/pull/21800
  
    To add to @shaneknapp's comment, please also add `set -o errexit` to your 
shell script so that it will exit with a nonzero code if any of its commands 
fail. The absence of this causes the tests to claim to pass even when there's 
an error, since the `dev-run-integration-tests.sh` still returns a `0` exit 
code.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to