[ 
https://issues.apache.org/jira/browse/KAFKA-15378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756002#comment-17756002
 ] 

Lucas Brutschy commented on KAFKA-15378:
----------------------------------------

Thanks, [~ChrisEgerton] , I didn't realize that even the jenkins jobs for AK 
are not accessible. The direct output is 

 
```
test_id:    
kafkatest.tests.streams.streams_upgrade_test.StreamsUpgradeTest.test_rolling_upgrade_with_2_bounces.from_version=3.2.3.to_version=3.6.0-SNAPSHOT
status:     FAIL
run time:   4 minutes 21.316 seconds


    TimeoutError("Never saw output 'processed [0-9]* records from topic=data' 
on ubuntu@worker16")
Traceback (most recent call last):
  File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python3.7/site-packages/ducktape/tests/runner_client.py",
 line 184, in _do_run
    data = self.run_test()
  File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python3.7/site-packages/ducktape/tests/runner_client.py",
 line 262, in run_test
    return self.test_context.function(self.test)
  File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python3.7/site-packages/ducktape/mark/_mark.py",
 line 433, 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/streams/streams_upgrade_test.py",
 line 232, in test_rolling_upgrade_with_2_bounces
    self.do_stop_start_bounce(p, from_version[:-2], to_version, counter, 
extra_properties)
  File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/streams/streams_upgrade_test.py",
 line 451, in do_stop_start_bounce
    err_msg="Never saw output '%s' on " % self.processed_data_msg + 
str(second_other_node.account))
  File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python3.7/site-packages/ducktape/cluster/remoteaccount.py",
 line 737, in wait_until
    allow_fail=True) == 0, **kwargs)
  File 
"/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python3.7/site-packages/ducktape/utils/util.py",
 line 58, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from 
last_exception
ducktape.errors.TimeoutError: Never saw output 'processed [0-9]* records from 
topic=data' on ubuntu@worker16
```

The detailed logs seem to be accessible though, here: 

http://testing.confluent.io/confluent-kafka-branch-builder-system-test-results/?prefix=system-test-kafka-branch-builder--1692306551--lucasbru--test-system-tests--24d1780061/2023-08-17--001./2023-08-17--001./StreamsUpgradeTest/test_rolling_upgrade_with_2_bounces/from_version=3.2.3.to_version=3.6.0-SNAPSHOT/



> Rolling upgrade system tests are failing
> ----------------------------------------
>
>                 Key: KAFKA-15378
>                 URL: https://issues.apache.org/jira/browse/KAFKA-15378
>             Project: Kafka
>          Issue Type: Task
>          Components: streams
>    Affects Versions: 3.5.1
>            Reporter: Lucas Brutschy
>            Priority: Major
>
> The system tests are having failures for these tests:
> ```
> kafkatest.tests.streams.streams_upgrade_test.StreamsUpgradeTest.test_rolling_upgrade_with_2_bounces.from_version=3.1.2.to_version=3.6.0-SNAPSHOT
> kafkatest.tests.streams.streams_upgrade_test.StreamsUpgradeTest.test_rolling_upgrade_with_2_bounces.from_version=3.2.3.to_version=3.6.0-SNAPSHOT
> kafkatest.tests.streams.streams_upgrade_test.StreamsUpgradeTest.test_rolling_upgrade_with_2_bounces.from_version=3.3.1.to_version=3.6.0-SNAPSHOT
> ```
> See 
> [https://jenkins.confluent.io/job/system-test-kafka-branch-builder/5801/console]
>  for logs and other test data.
> Note that system tests currently only run with [this 
> fix](https://github.com/apache/kafka/commit/24d1780061a645bb2fbeefd8b8f50123c28ca94e),
>  I think some CVE python library update broke the system tests... 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to