This is an automated email from the ASF dual-hosted git repository.

chia7712 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 93e27c74132 KAFKA-17658 Move BootstrapControllersIntegrationTest to 
kafka.server (#17356)
93e27c74132 is described below

commit 93e27c74132014e172fd95b813df0d58b4166a2a
Author: Chia-Chuan Yu <[email protected]>
AuthorDate: Fri Oct 4 10:13:46 2024 +0800

    KAFKA-17658 Move BootstrapControllersIntegrationTest to kafka.server 
(#17356)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 .../kafka/{test => }/server/BootstrapControllersIntegrationTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/test/java/kafka/test/server/BootstrapControllersIntegrationTest.java 
b/core/src/test/java/kafka/server/BootstrapControllersIntegrationTest.java
similarity index 99%
rename from 
core/src/test/java/kafka/test/server/BootstrapControllersIntegrationTest.java
rename to 
core/src/test/java/kafka/server/BootstrapControllersIntegrationTest.java
index d333bda9f10..1462e1c7f64 100644
--- 
a/core/src/test/java/kafka/test/server/BootstrapControllersIntegrationTest.java
+++ b/core/src/test/java/kafka/server/BootstrapControllersIntegrationTest.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package kafka.test.server;
+package kafka.server;
 
 import org.apache.kafka.clients.admin.Admin;
 import org.apache.kafka.clients.admin.AlterConfigOp;

Reply via email to