Skip to content

Commit

Permalink
changes in test due to rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
swasti committed Jan 8, 2018
1 parent 9f8bdf2 commit ed58ba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ object ExecutorGcHeuristicTest {
totalShuffleWrite= 0,
maxMemory= 0,
totalGCTime,
executorLogs = Map.empty
executorLogs = Map.empty,
peakJvmUsedMemory = Map.empty
)

def newFakeSparkApplicationData(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ object JvmUsedMemoryHeuristicTest {
totalShuffleRead = 0,
totalShuffleWrite = 0,
maxMemory = 0,
totalGCTime = 0,
executorLogs = Map.empty,
peakJvmUsedMemory
)
Expand Down

0 comments on commit ed58ba0

Please sign in to comment.