mesosphere / spark-build

Used to build the mesosphere/spark docker image and the DC/OS Spark package
52 stars 34 forks source link

[DCOS-41576] - Adds an integration test for spark dispatcher inactivity fix (SPARK-22574) #511

Closed rpalaznik closed 5 years ago

rpalaznik commented 5 years ago

What changes were proposed in this pull request?

Resolves DCOS-41576

Adds an integration test that sends a series of valid, invalid and valid again submission requests to spark dispatcher to verify it handles them as expected without going inactive (see SPARK-22574).

How were these changes tested?

The new integration test was run locally targeting a dc/os cluster in AWS.

Release Notes

n/a