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


   Excerpt from the Jenkins test run:
   ```
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.7.9
   session_id:       2020-09-20--001
   run time:         400 minutes 59.682 seconds
   tests run:        606
   passed:           432
   failed:           4
   ignored:          170
   
   .....
   
   test_id:    
kafkatest.tests.streams.streams_named_repartition_topic_test.StreamsNamedRepartitionTopicTest.test_upgrade_topology_with_named_repartition_topic
   status:     FAIL
   run time:   1 minute 59.478 seconds
   
   
       Server connection dropped: 
   Traceback (most recent call last):
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py",
 line 134, in run
       data = self.run_test()
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py",
 line 192, in run_test
       return self.test_context.function(self.test)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/streams/streams_named_repartition_topic_test.py",
 line 77, in test_upgrade_topology_with_named_repartition_topic
       verify_running(processor, 'UPDATED Topology')
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/streams/utils/util.py",
 line 18, in verify_running
       processor.start()
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/services/service.py",
 line 234, in start
       self.start_node(node)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/services/streams.py",
 line 308, in start_node
       node.account.create_file(self.CONFIG_FILE, prop_file)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/cluster/remoteaccount.py",
 line 588, in create_file
       with self.sftp_client.open(path, "w") as f:
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/paramiko-2.6.0-py2.7.egg/paramiko/sftp_client.py",
 line 372, in open
       t, msg = self._request(CMD_OPEN, filename, imode, attrblock)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/paramiko-2.6.0-py2.7.egg/paramiko/sftp_client.py",
 line 813, in _request
       return self._read_response(num)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/paramiko-2.6.0-py2.7.egg/paramiko/sftp_client.py",
 line 845, in _read_response
       raise SSHException("Server connection dropped: {}".format(e))
   SSHException: Server connection dropped: 
   
   
   ......
   
   
   test_id:    
kafkatest.tests.streams.streams_static_membership_test.StreamsStaticMembershipTest.test_rolling_bounces_will_not_trigger_rebalance_under_static_membership
   status:     FAIL
   run time:   2 minutes 2.957 seconds
   
   
       invalid literal for int() with base 10: 
"Generation{generationId=5,memberId='consumer-A-3-bf3848e8-0d61-4637-81d0-de9f42c95ddf',protocol='stream'}
 "
   Traceback (most recent call last):
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py",
 line 134, in run
       data = self.run_test()
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py",
 line 192, in run_test
       return self.test_context.function(self.test)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/streams/streams_static_membership_test.py",
 line 86, 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-bf3848e8-0d61-4637-81d0-de9f42c95ddf',protocol='stream'}
 "
   
   .......
   
   test_id:    
kafkatest.tests.streams.streams_upgrade_test.StreamsUpgradeTest.test_version_probing_upgrade
   status:     FAIL
   run time:   1 minute 22.265 seconds
   
   
       invalid literal for int() with base 10: 
"Generation{generationId=7,memberId='StreamsUpgradeTest-0cf34158-7f97-4699-8952-acec9013c8e0-StreamThread-1-consumer-5d625105-c972-4545-9967-b85e14274d0d',protocol='stream'}
 "
   Traceback (most recent call last):
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py",
 line 134, in run
       data = self.run_test()
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py",
 line 192, in run_test
       return self.test_context.function(self.test)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/streams/streams_upgrade_test.py",
 line 273, in test_version_probing_upgrade
       current_generation = self.do_rolling_bounce(p, counter, 
current_generation)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/streams/streams_upgrade_test.py",
 line 511, in do_rolling_bounce
       processor_generation = self.extract_highest_generation(processor_found)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/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=7,memberId='StreamsUpgradeTest-0cf34158-7f97-4699-8952-acec9013c8e0-StreamThread-1-consumer-5d625105-c972-4545-9967-b85e14274d0d',protocol='stream'}
 "
   
   
   ......
   
   test_id:    
kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest.test_bounce.connect_protocol=compatible.clean=True
   status:     FAIL
   run time:   6 minutes 14.893 seconds
   
   
       Failed to see connector transition to the RUNNING state
   Traceback (most recent call last):
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py",
 line 134, in run
       data = self.run_test()
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/tests/runner_client.py",
 line 192, in run_test
       return self.test_context.function(self.test)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/mark/_mark.py",
 line 429, in wrapper
       return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/connect/connect_distributed_test.py",
 line 405, in test_bounce
       err_msg="Failed to see connector transition to the RUNNING state")
     File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python2.7/site-packages/ducktape-0.7.9-py2.7.egg/ducktape/utils/util.py",
 line 41, in wait_until
       raise TimeoutError(err_msg() if callable(err_msg) else err_msg)
   TimeoutError: Failed to see connector transition to the RUNNING state
   
   
   ``` 
   
   The IGNORED tests seems to be mostly 
`kafkatest.tests.streams.streams_upgrade_test.StreamsUpgradeTest.test_upgrade_downgrade_brokers..`


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