Skip to content

Commit 874dd80

Browse files
committed
History Server: updated order for multiple attempts(logcleaner)
1 parent 716e0b1 commit 874dd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ class FsHistoryProviderSuite extends SparkFunSuite with BeforeAndAfter with Matc
341341
updateAndCheck(provider) { list =>
342342
list.size should be (1)
343343
list.head.attempts.size should be (1)
344-
list.head.attempts.head.attemptId should be (Some("attempt1"))
344+
list.head.attempts.head.attemptId should be (Some("attempt2"))
345345
}
346346
assert(!log1.exists())
347347

0 commit comments

Comments
 (0)