We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587b876 commit 7e40e56Copy full SHA for 7e40e56
streaming/src/test/scala/org/apache/spark/streaming/util/WriteAheadLogSuite.scala
@@ -59,6 +59,7 @@ class WriteAheadLogSuite extends FunSuite with BeforeAndAfter with BeforeAndAfte
59
override def afterAll() {
60
cluster.shutdown()
61
FileUtils.deleteDirectory(dfsDir)
62
+ System.setProperty(TEST_BUILD_DATA_KEY, oldTestBuildDataProp)
63
}
64
65
test("WriteAheadLogWriter - writing data") {
0 commit comments