Skip to content

Commit

Permalink
changes in test because of rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
swasti committed Jan 8, 2018
1 parent 01965b8 commit 4c060a2
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,
peakUnifiedMemory = Map.empty
)

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

0 comments on commit 4c060a2

Please sign in to comment.