Skip to content

Commit

Permalink
update test to look at one stage attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
squito committed Mar 20, 2015
1 parent 5f9df24 commit b86bcb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[ {
{
"status" : "Complete",
"stageId" : 0,
"attemptId" : 0,
Expand Down Expand Up @@ -239,4 +239,4 @@
"diskBytesSpilled" : 0
}
}
} ]
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class HistoryServerSuite extends FunSuite with BeforeAndAfter with Matchers with
"one stage json" -> "applications/local-1422981780767/stages/1",
"one stage attempt json" -> "applications/local-1422981780767/stages/1/0",
"stage list with accumulable json" -> "applications/local-1426533911241/stages",
"stage with accumulable json" -> "applications/local-1426533911241/stages/0",
"stage with accumulable json" -> "applications/local-1426533911241/stages/0/0",
"rdd list storage json" -> "applications/local-1422981780767/storage/rdd",
"one rdd storage json" -> "applications/local-1422981780767/storage/rdd/0"
//TODO multi-attempt stages
Expand Down

0 comments on commit b86bcb0

Please sign in to comment.