Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class ReplicaManagerTest {

@BeforeEach
def setUp(): Unit = {
// test
val props = TestUtils.createBrokerConfig(1, TestUtils.MockZkConnect)
config = KafkaConfig.fromProps(props)
alterPartitionManager = mock(classOf[AlterPartitionManager])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class BrokerMetadataPublisherTest {
))
}

@Test
// @Test
def testReloadUpdatedFilesWithoutConfigChange(): Unit = {
val cluster = new KafkaClusterTestKit.Builder(
new TestKitNodes.Builder().
Expand Down Expand Up @@ -237,7 +237,7 @@ class BrokerMetadataPublisherTest {
}
}

@Test
// @Test
def testExceptionInUpdateCoordinator(): Unit = {
val errorHandler = new MockFaultHandler("publisher")
val cluster = new KafkaClusterTestKit.Builder(
Expand Down