Skip to content

Commit

Permalink
Rest MemoryManager Before test
Browse files Browse the repository at this point in the history
  • Loading branch information
zwangsheng committed Aug 10, 2023
1 parent 26075c5 commit 05e5a76
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@
package org.apache.celeborn.service.deploy.worker.memory;

import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;

import org.apache.celeborn.common.CelebornConf;

public class MemoryManagerSuiteJ {

@Before
public void resetMemoryManager() {
MemoryManager.reset();
}

@Test
public void testInitMemoryManagerWithInvalidConfig() {
CelebornConf conf = new CelebornConf();
Expand Down

0 comments on commit 05e5a76

Please sign in to comment.