This is an automated email from the ASF dual-hosted git repository.
edocomar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new f380cd1b641 MINOR: Add integration tag to
AdminFenceProducersIntegrationTest (#16326)
f380cd1b641 is described below
commit f380cd1b64134cf81e5dab16d71a276781de890e
Author: Edoardo Comar <[email protected]>
AuthorDate: Thu Jun 13 15:01:08 2024 +0100
MINOR: Add integration tag to AdminFenceProducersIntegrationTest (#16326)
Add @tag("integration") to AdminFenceProducersIntegrationTest
Reviewers: Chris Egerton <[email protected]>
---
.../integration/kafka/admin/AdminFenceProducersIntegrationTest.scala | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/core/src/test/scala/integration/kafka/admin/AdminFenceProducersIntegrationTest.scala
b/core/src/test/scala/integration/kafka/admin/AdminFenceProducersIntegrationTest.scala
index fdddbd1568e..cbfeee50981 100644
---
a/core/src/test/scala/integration/kafka/admin/AdminFenceProducersIntegrationTest.scala
+++
b/core/src/test/scala/integration/kafka/admin/AdminFenceProducersIntegrationTest.scala
@@ -25,7 +25,7 @@ import org.apache.kafka.common.utils.Utils
import org.apache.kafka.coordinator.transaction.{TransactionLogConfigs,
TransactionStateManagerConfigs}
import org.apache.kafka.server.config.ServerLogConfigs
import org.junit.jupiter.api.Assertions.{assertInstanceOf, assertThrows,
assertTrue, fail}
-import org.junit.jupiter.api.{AfterEach, BeforeEach, TestInfo}
+import org.junit.jupiter.api.{AfterEach, BeforeEach, Tag, TestInfo}
import org.junit.jupiter.params.ParameterizedTest
import org.junit.jupiter.params.provider.ValueSource
@@ -33,6 +33,7 @@ import java.util.concurrent.ExecutionException
import java.util.{Collections, Properties}
import scala.collection.Seq
+@Tag("integration")
class AdminFenceProducersIntegrationTest extends IntegrationTestHarness {
override def brokerCount = 1