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

lianetm 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 7426629ba4e MINOR: Moving quota test to core directory (#20582)
7426629ba4e is described below

commit 7426629ba4e5f4e3feb177e3987d54c1c078ff17
Author: Genseric Ghiro <[email protected]>
AuthorDate: Wed Oct 1 11:51:45 2025 -0400

    MINOR: Moving quota test to core directory (#20582)
    
    ## Summary
    
    Quota test isn't testing anything on the client side, but rather
    enforcing server-side quotas, so moving it out of the clients directory
    into the core directory.
    
    Reviewers: Lianet Magrans <[email protected]>
---
 tests/kafkatest/tests/{client => core}/quota_test.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/kafkatest/tests/client/quota_test.py 
b/tests/kafkatest/tests/core/quota_test.py
similarity index 100%
rename from tests/kafkatest/tests/client/quota_test.py
rename to tests/kafkatest/tests/core/quota_test.py

Reply via email to