Skip to content

Commit

Permalink
[SMALLFIX] Add a missing mediumType in test mocking worker register
Browse files Browse the repository at this point in the history
NA

pr-link: #17033
change-id: cid-661dd0421bd1cfb13d30b6442ed8989f787f00bb
  • Loading branch information
jiacheliu3 committed Mar 8, 2023
1 parent 7d71892 commit 0fd418a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ public static List<RegisterWorkerPRequest> generateRegisterStreamForWorkerWithTi
public static List<RegisterWorkerPRequest> generateRegisterStreamForWorkerWithBlocks(
long workerId, long blockSize, List<Long> blockList) {
Map<BlockStoreLocation, List<Long>> blockMap = new HashMap<>();
BlockStoreLocation mem = new BlockStoreLocation("MEM", 0);
BlockStoreLocation mem = new BlockStoreLocation("MEM", 0, "MEM");
blockMap.put(mem, blockList);

// We just use the RegisterStreamer to generate the batch of requests
Expand Down

0 comments on commit 0fd418a

Please sign in to comment.