nizhikov opened a new pull request #8917:
URL: https://github.com/apache/kafka/pull/8917


   After 8b22b8159673bfe22d8ac5dcd4e4312d4f2c863c `security_config` properties 
are modified during `setup_node`: tls_version patched according to the node jdk 
version. But python `@property` decorator doesn't store property values and 
fresh instance of `SecurityConfig` created on each `kafka.security_config` call
   
   This patch caches `SecurityConfig` instances so correct tls_version will be 
used during the test.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to