Skip to content

Commit

Permalink
Optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjingfeng committed Jan 28, 2023
1 parent 9c80626 commit 0914727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public void shuffleIdToSizeTest() {
public void cacheShuffleDataTest() {
String appId = "cacheShuffleDataTest";
int shuffleId = 1;

ShuffleServerMetrics.gaugeTotalPartitionNum.set(0);
int startPartitionNum = (int) ShuffleServerMetrics.gaugeTotalPartitionNum.get();
StatusCode sc = shuffleBufferManager.cacheShuffleData(appId, shuffleId, false, createData(0, 16));
assertEquals(StatusCode.NO_REGISTER, sc);
Expand Down

0 comments on commit 0914727

Please sign in to comment.