jiafu1115 commented on PR #21199:
URL: https://github.com/apache/kafka/pull/21199#issuecomment-3682541496

   Test with follow **tmp** configure:
            filters: |
               codes:
                 - '**'
                 - '!**/*.yml'
                 - '!**/*.md'
   
   ### Test Case 1
   Change two files:
   build.yml and CustomQuotaCallbackTest.java
   The result: 
   Filter codes = true
     
   Matching files:
     
clients/clients-integration-tests/src/test/java/org/apache/kafka/server/quota/CustomQuotaCallbackTest.java
 [modified]
   
   
   ### Test Case 2
   Change one files
   build.yml
   The result: 
   Filter codes = false
     Matching files: none
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to