Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-18006: Add 3.9.0 to end-to-end test (streams) #17800

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

frankvicky
Copy link
Contributor

JIRA: KAFKA-18006

Since 3.9 is released, we should add it to the e2e-test.
Follow-up of #17797

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions bot added streams tools build Gradle build or GitHub Actions labels Nov 13, 2024
@frankvicky frankvicky marked this pull request as draft November 13, 2024 16:59
@frankvicky
Copy link
Contributor Author

frankvicky commented Nov 14, 2024

Test result of streams_upgrade_test.py:

17:49:07 SESSION REPORT (ALL TESTS)
17:49:07 ducktape version: 0.12.0
17:49:07 session_id:       2024-11-13--001
17:49:07 run time:         52 minutes 53.820 seconds
17:49:07 tests run:        20
17:49:07 passed:           20
17:49:07 flaky:            0
17:49:07 failed:           0
17:49:07 ignored:          0

Test result of streams_broker_compatibility_test.py:

10:34:01 SESSION REPORT (ALL TESTS)
10:34:01 ducktape version: 0.12.0
10:34:01 session_id:       2024-11-13--001
10:34:01 run time:         9 minutes 7.208 seconds
10:34:01 tests run:        20
10:34:01 passed:           20
10:34:01 flaky:            0
10:34:01 failed:           0
10:34:01 ignored:          0

Test result of streams_application_upgrade_test.py:

11:03:23 SESSION REPORT (ALL TESTS)
11:03:23 ducktape version: 0.12.0
11:03:23 session_id:       2024-11-13--001
11:03:23 run time:         23 minutes 25.706 seconds
11:03:23 tests run:        17
11:03:23 passed:           17
11:03:23 flaky:            0
11:03:23 failed:           0
11:03:23 ignored:          0

Copy link
Contributor

@cadonna cadonna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, @frankvicky !

Here my comments.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following line is missing in task testAll property dependsOn:

':streams:upgrade-system-tests-38:test',

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing out.
Done 😺

@frankvicky frankvicky force-pushed the KAFKA-18006-streams branch 2 times, most recently from 8b00e0c to c0af6e5 Compare November 14, 2024 11:31
@chia7712
Copy link
Contributor

@frankvicky please rebase code, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Gradle build or GitHub Actions ci-approved streams tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants