Skip to content
代码片段 群组 项目
提交 703f33e1 编辑于 作者: Stanislav Kozlovski's avatar Stanislav Kozlovski
浏览文件

KMETA-321: Disable integration tests with co-located KRaft mode

上级 5a43ff7a
No related branches found
No related tags found
无相关合并请求
......@@ -90,10 +90,6 @@ public class ClusterTestExtensionsTest {
@ClusterTest(name = "cluster-tests-2", clusterType = Type.KRAFT, serverProperties = {
@ClusterConfigProperty(key = "foo", value = "baz"),
@ClusterConfigProperty(key = "spam", value = "eggz")
}),
@ClusterTest(name = "cluster-tests-3", clusterType = Type.CO_KRAFT, serverProperties = {
@ClusterConfigProperty(key = "foo", value = "baz"),
@ClusterConfigProperty(key = "spam", value = "eggz")
})
})
public void testClusterTests() {
......
......@@ -35,7 +35,7 @@ import org.junit.jupiter.api.extension.ExtendWith
import org.junit.jupiter.api.{BeforeEach, Tag}
@ExtendWith(value = Array(classOf[ClusterTestExtensions]))
@ClusterTestDefaults(clusterType = Type.ALL, brokers = 3)
@ClusterTestDefaults(clusterType = Type.ALL_NON_CORESIDENT, brokers = 3)
@Tag("integration")
final class LeaderElectionCommandTest(cluster: ClusterInstance) {
import LeaderElectionCommandTest._
......
......@@ -29,7 +29,7 @@ import org.junit.jupiter.api.extension.ExtendWith
@ExtendWith(value = Array(classOf[ClusterTestExtensions]))
@ClusterTestDefaults(clusterType = Type.ALL, brokers = 1)
@ClusterTestDefaults(clusterType = Type.ALL_NON_CORESIDENT, brokers = 1)
class ApiVersionsRequestTest(cluster: ClusterInstance) extends AbstractApiVersionsRequestTest(cluster) {
@BeforeEach
......
......@@ -28,7 +28,7 @@ import org.junit.jupiter.api.extension.ExtendWith
import scala.jdk.CollectionConverters._
@ClusterTestDefaults(clusterType = Type.ALL)
@ClusterTestDefaults(clusterType = Type.ALL_NON_CORESIDENT)
@ExtendWith(value = Array(classOf[ClusterTestExtensions]))
class BrokerMetricNamesTest(cluster: ClusterInstance) {
@AfterEach
......
......@@ -36,7 +36,7 @@ import org.junit.jupiter.api.extension.ExtendWith
import scala.jdk.CollectionConverters._
@ClusterTestDefaults(clusterType = Type.ALL)
@ClusterTestDefaults(clusterType = Type.ALL_NON_CORESIDENT)
@ExtendWith(value = Array(classOf[ClusterTestExtensions]))
@Tag("integration")
class ClientQuotasRequestTest(cluster: ClusterInstance) {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册