Skip to content

Commit

Permalink
MINOR: Temporarily disable testLogStartOffsetCheckpoint
Browse files Browse the repository at this point in the history
It's failing often and it seems like there are multiple
reasons. PR apache#4238 will re-enable it.

Author: Ismael Juma <[email protected]>

Reviewers: Rajini Sivaram <[email protected]>

Closes apache#4262 from ijuma/temporarily-disable-test-log-start-offset-checkpoint
  • Loading branch information
ijuma committed Nov 24, 2017
1 parent 0bc2d0e commit 49b773b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import org.apache.kafka.common.{KafkaFuture, TopicPartition, TopicPartitionRepli
import org.apache.kafka.common.acl._
import org.apache.kafka.common.config.ConfigResource
import org.apache.kafka.common.errors._
import org.junit.{After, Before, Rule, Test}
import org.junit.{After, Before, Ignore, Rule, Test}
import org.apache.kafka.common.requests.{DeleteRecordsRequest, MetadataResponse}
import org.apache.kafka.common.resource.{Resource, ResourceType}
import org.junit.rules.Timeout
Expand All @@ -47,6 +47,7 @@ import org.junit.Assert._
import scala.util.Random
import scala.collection.JavaConverters._
import java.lang.{Long => JLong}

import scala.concurrent.duration.Duration
import scala.concurrent.{Await, Future}

Expand Down Expand Up @@ -732,6 +733,7 @@ class AdminClientIntegrationTest extends IntegrationTestHarness with Logging {
}

@Test
@Ignore // Disabled temporarily until flakiness is resolved
def testLogStartOffsetCheckpoint(): Unit = {
TestUtils.createTopic(zkUtils, topic, 2, serverCount, servers)

Expand Down

0 comments on commit 49b773b

Please sign in to comment.