Skip to content

Commit

Permalink
fix HistoryServerSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlyn committed Mar 17, 2016
1 parent ab4a863 commit 5915092
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"id" : "<driver>",
"hostPort" : "localhost:57971",
"isActive" : true,
"rddBlocks" : 8,
"memoryUsed" : 28000128,
"rddBlocks" : 0,
"memoryUsed" : 0,
"diskUsed" : 0,
"totalCores" : 0,
"maxTasks" : 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
[ {
"id" : 0,
"name" : "0",
"numPartitions" : 8,
"numCachedPartitions" : 8,
"storageLevel" : "Memory Deserialized 1x Replicated",
"memoryUsed" : 28000128,
"diskUsed" : 0
} ]
[ ]
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ class HistoryServerSuite extends SparkFunSuite with BeforeAndAfter with Matchers
"stage task list from multi-attempt app json(2)" ->
"applications/local-1426533911241/2/stages/0/0/taskList",

"rdd list storage json" -> "applications/local-1422981780767/storage/rdd",
"one rdd storage json" -> "applications/local-1422981780767/storage/rdd/0"
"rdd list storage json" -> "applications/local-1422981780767/storage/rdd"
// Todo: enable this test when logging the even of onBlockUpdated. See: SPARK-13845
// "one rdd storage json" -> "applications/local-1422981780767/storage/rdd/0"
)

// run a bunch of characterization tests -- just verify the behavior is the same as what is saved
Expand Down

0 comments on commit 5915092

Please sign in to comment.