Skip to content

Commit

Permalink
History Server: updated order for multiple attempts(logcleaner)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekhajoshm committed Jul 14, 2015
1 parent 716e0b1 commit 874dd80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class FsHistoryProviderSuite extends SparkFunSuite with BeforeAndAfter with Matc
updateAndCheck(provider) { list =>
list.size should be (1)
list.head.attempts.size should be (1)
list.head.attempts.head.attemptId should be (Some("attempt1"))
list.head.attempts.head.attemptId should be (Some("attempt2"))
}
assert(!log1.exists())

Expand Down

0 comments on commit 874dd80

Please sign in to comment.