nizhikov commented on pull request #9196:
URL: https://github.com/apache/kafka/pull/9196#issuecomment-695992855


   Hello, @guozhangwang 
   
   2 tests that fails in this branch fails in the trunk too.
   I fixed them in #9312 
   
   Please, take a look.
   
   ```
     File 
"/opt/kafka-dev/tests/kafkatest/tests/streams/streams_static_membership_test.py",
 line 88, in 
test_rolling_bounces_will_not_trigger_rebalance_under_static_membership
       generation = int(generation)
   ValueError: invalid literal for int() with base 10: 
"Generation{generationId=5,memberId='consumer-A-3-a9a925b2-2875-4756-8649-49f516b6cae1',protocol='stream'}\n"
   ```
   
   ```
     File 
"/opt/kafka-dev/tests/kafkatest/tests/streams/streams_upgrade_test.py", line 
511, in do_rolling_bounce
       processor_generation = self.extract_highest_generation(processor_found)
     File 
"/opt/kafka-dev/tests/kafkatest/tests/streams/streams_upgrade_test.py", line 
533, in extract_highest_generation
       return int(found_generations[-1])
   ValueError: invalid literal for int() with base 10: 
"Generation{generationId=6,memberId='StreamsUpgradeTest-8a6ac110-1c65-40eb-af05-8bee270f1701-StreamThread-1-consumer-207de872-6588-407a-8485-101a19ba2bf0',protocol='stream'}\n"
   ```


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