Skip to content
Snippets Groups Projects
Commit b075e4b7 authored by Marcelo Vanzin's avatar Marcelo Vanzin Committed by Andrew Or
Browse files

[SPARK-6700] [yarn] Re-enable flaky test.

Test runs have been successful on jenkins. So let's re-enable the test and look out for any failures, and fix things appropriately.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #5459 from vanzin/SPARK-6700 and squashes the following commits:

2ead85b [Marcelo Vanzin] WIP: re-enable flaky test to catch failure in jenkins.
parent 8f8dc45f
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers wit ...@@ -144,7 +144,7 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers wit
} }
// Enable this once fix SPARK-6700 // Enable this once fix SPARK-6700
ignore("run Python application in yarn-cluster mode") { test("run Python application in yarn-cluster mode") {
val primaryPyFile = new File(tempDir, "test.py") val primaryPyFile = new File(tempDir, "test.py")
Files.write(TEST_PYFILE, primaryPyFile, UTF_8) Files.write(TEST_PYFILE, primaryPyFile, UTF_8)
val pyFile = new File(tempDir, "test2.py") val pyFile = new File(tempDir, "test2.py")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment