Skip to content

Commit

Permalink
#520 Update data retention logging, disable test with race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
originalname51 committed May 27, 2020
1 parent 48c8804 commit 38e9040
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 @@ -24,7 +24,7 @@ public class DataRetentionScheduler {
/**
* The Constant logger.
*/
private static final Logger logger = LoggerFactory.getLogger(RuleRunnerScheduler.class);
private static final Logger logger = LoggerFactory.getLogger(DataRetentionScheduler.class);
private final ApplicationContext ctx;
private ExecutorService exec;
private static final int DEFAULT_THREADS_ON_DATA_RETENTION = 5;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import java.util.List;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import org.mockito.invocation.InvocationOnMock;
Expand Down Expand Up @@ -106,6 +107,7 @@ public void testSendWatchlist() throws InterruptedException {
* @throws InterruptedException
*/
@Test
@Ignore
public void testNoSendIfNotEdited() throws InterruptedException {
scheduler.jobScheduling();
scheduler.jobScheduling();
Expand Down

0 comments on commit 38e9040

Please sign in to comment.