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 716e0b1 commit 874dd80Copy full SHA for 874dd80
core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala
@@ -341,7 +341,7 @@ class FsHistoryProviderSuite extends SparkFunSuite with BeforeAndAfter with Matc
341
updateAndCheck(provider) { list =>
342
list.size should be (1)
343
list.head.attempts.size should be (1)
344
- list.head.attempts.head.attemptId should be (Some("attempt1"))
+ list.head.attempts.head.attemptId should be (Some("attempt2"))
345
}
346
assert(!log1.exists())
347
0 commit comments