Closed farhan5900 closed 5 years ago
@farhan5900, it turned out that the behaviour of foldered Spark tests led to environment modifications which prevented supervised tests (and a few others if executed multiple times on the same cluster) fail. TL;DR - those tests uninstalled CLI and not always cleaned up ZK. This PR addresses these issues: https://github.com/mesosphere/spark-build/pull/514, please rebase on master after it is merged.
What changes were proposed in this pull request?
Resolves DCOS-41589
Added an integration test to check the supervise mode of the spark application as well as it's conflicts of framework Id's, when job is restarting.
How were these changes tested?
It was tested running manually on the local machine.