You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/08/03 22:53:33 UTC

[GitHub] [kafka] rhauch opened a new pull request #9116: KAFKA-10341: Add 2.6.0 to system tests and streams upgrade tests

rhauch opened a new pull request #9116:
URL: https://github.com/apache/kafka/pull/9116


   
   
   ### 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:
users@infra.apache.org



[GitHub] [kafka] rhauch commented on pull request #9116: KAFKA-10341: Add 2.6.0 to system tests and streams upgrade tests

Posted by GitBox <gi...@apache.org>.
rhauch commented on pull request #9116:
URL: https://github.com/apache/kafka/pull/9116#issuecomment-668281025


   Just kicked off a build of the Streams system tests (e.g., `TC_PATHS=tests/kafkatest/tests/streams/streams_upgrade_test.py`) using this PR: 
   https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4082/
   
   and a full system test run using this PR: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4083/


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] rhauch merged pull request #9116: KAFKA-10341: Add 2.6.0 to system tests and streams upgrade tests

Posted by GitBox <gi...@apache.org>.
rhauch merged pull request #9116:
URL: https://github.com/apache/kafka/pull/9116


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] rhauch commented on pull request #9116: KAFKA-10341: Add 2.6.0 to system tests and streams upgrade tests

Posted by GitBox <gi...@apache.org>.
rhauch commented on pull request #9116:
URL: https://github.com/apache/kafka/pull/9116#issuecomment-668868661


   The [second run|https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4088] with all of the system tests had [two failures|http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/2020-08-04--001.1596577078--rhauch--kafka-10341--f0164cbb3/report.html]:
   ```
   Module: kafkatest.tests.core.round_trip_fault_test 
   Class:  RoundTripFaultTest 
   Method: test_round_trip_workload_with_broker_partition
   
   Module: kafkatest.tests.client.consumer_test
   Class:  OffsetValidationTest
   Method: test_static_consumer_bounce 
   Arguments: {   "bounce_mode": "all",   "clean_shutdown": true,   "num_bounces": 5,   "static_membership": false }
   ```
   These have been somewhat flaky recently on the 2.6 branch (at least), but they are not directly affected by this PR.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] rhauch commented on pull request #9116: KAFKA-10341: Add 2.6.0 to system tests and streams upgrade tests

Posted by GitBox <gi...@apache.org>.
rhauch commented on pull request #9116:
URL: https://github.com/apache/kafka/pull/9116#issuecomment-668359309


   Thanks, @mjsax
   
   The streams-only system test run (https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4082/) passed. The other was interrupted by a Jenkins restart. I'll restart the full system test run tomorrow AM.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] rhauch commented on pull request #9116: KAFKA-10341: Add 2.6.0 to system tests and streams upgrade tests

Posted by GitBox <gi...@apache.org>.
rhauch commented on pull request #9116:
URL: https://github.com/apache/kafka/pull/9116#issuecomment-668606283


   Green builds on JDK 11 and 14, and two unrelated failures (known flaky integration tests, not system tests) on JDK 8:
   ```
   Test Result (2 failures / +1)
       org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[false]
       org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[true]
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] rhauch edited a comment on pull request #9116: KAFKA-10341: Add 2.6.0 to system tests and streams upgrade tests

Posted by GitBox <gi...@apache.org>.
rhauch edited a comment on pull request #9116:
URL: https://github.com/apache/kafka/pull/9116#issuecomment-668606283


   Green builds on JDK 11 and 14, and two unrelated failures (known flaky integration tests, not system tests) on JDK 8:
   ```
   Test Result (2 failures / +1)
       org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[false]
       org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest.shouldUpgradeFromEosAlphaToEosBeta[true]
   ```
   
   I started a second run of all system tests with this branch: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4088/


----------------------------------------------------------------
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:
users@infra.apache.org