This is an automated email from the ASF dual-hosted git repository.
cameronlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git
The following commit(s) were added to refs/heads/master by this push:
new 0d63d00 Remove TestSuiteAnnotation from TestBatchProcessor (#1329)
0d63d00 is described below
commit 0d63d00dc14985d0bfdec3e19e05c51bade1ca0b
Author: PanTheMan <[email protected]>
AuthorDate: Wed Mar 25 09:44:24 2020 -0700
Remove TestSuiteAnnotation from TestBatchProcessor (#1329)
---
.../java/org/apache/samza/table/batching/TestBatchProcessor.java | 8 --------
1 file changed, 8 deletions(-)
diff --git
a/samza-core/src/test/java/org/apache/samza/table/batching/TestBatchProcessor.java
b/samza-core/src/test/java/org/apache/samza/table/batching/TestBatchProcessor.java
index dca7e75..2de3170 100644
---
a/samza-core/src/test/java/org/apache/samza/table/batching/TestBatchProcessor.java
+++
b/samza-core/src/test/java/org/apache/samza/table/batching/TestBatchProcessor.java
@@ -28,18 +28,10 @@ import java.util.function.Supplier;
import org.apache.samza.table.ReadWriteTable;
import org.junit.Assert;
import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
import static java.lang.Thread.*;
import static org.mockito.Mockito.*;
-@RunWith(Suite.class)
[email protected]({
- TestBatchProcessor.TestCreate.class,
- TestBatchProcessor.TestUpdatesAndLookup.class,
- TestBatchProcessor.TestBatchTriggered.class
- })
public class TestBatchProcessor {
private static final int SLOW_OPERATION_TIME_MS = 500;
private static final Supplier<Void> SLOW_UPDATE_SUPPLIER = () -> {