Build Failure - Priority:3 Unit test class names need to end in UnitTest, integration tests with IntegrationTest, etc.
This commit is contained in:
parent
d1d456e59a
commit
7c40b82bf9
@ -29,7 +29,7 @@ import java.util.concurrent.Future;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
@Testcontainers
|
||||
public class MultiplePartitionTest {
|
||||
public class MultiplePartitionIntegrationTest {
|
||||
private static String TOPIC = "multi_partition_topic";
|
||||
private static int PARTITIONS = 5;
|
||||
private static short REPLICATION_FACTOR = 1;
|
@ -31,7 +31,7 @@ import java.util.concurrent.Future;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
@Testcontainers
|
||||
public class SinglePartitionTest {
|
||||
public class SinglePartitionIntegrationTest {
|
||||
private static String TOPIC = "single_partition_topic";
|
||||
private static int PARTITIONS = 1;
|
||||
private static short REPLICATION_FACTOR = 1;
|
Loading…
x
Reference in New Issue
Block a user