showuon opened a new pull request, #14927:
URL: https://github.com/apache/kafka/pull/14927
zookeeper_migration_test in 3.5 branch failed with:
1. "Kafka server didn't finish startup in 60 seconds" : This is because we
added a constraint to ZK migrating to KRaft that we don't support JBOD in use.
These system tests are fixed in this PR in trunk:
https://github.com/apache/kafka/pull/14654/files#diff-17b8c06d37fe43a3bd6ba5b89e08ff8f988ad5f4e5f7eda87844d51f7e5a5b96R61
2. "Zookeeper node failed to start": This is because the ZK is pointing to
3.4.0 version, which should be 3.4.1. These system tests are fixed in this PR
in trunk:
https://github.com/apache/kafka/pull/14208/files#diff-17b8c06d37fe43a3bd6ba5b89e08ff8f988ad5f4e5f7eda87844d51f7e5a5b96R143
After applying this patch, the system tests pass now.
```
================================================================================
SESSION REPORT (ALL TESTS)
ducktape version: 0.11.4
session_id: 2023-12-05--004
run time: 8 minutes 19.409 seconds
tests run: 5
passed: 5
flaky: 0
failed: 0
ignored: 0
================================================================================
test_id:
kafkatest.tests.core.zookeeper_migration_test.TestMigration.test_online_migration.roll_controller=False
status: PASS
run time: 2 minutes 58.323 seconds
--------------------------------------------------------------------------------
test_id:
kafkatest.tests.core.zookeeper_migration_test.TestMigration.test_online_migration.roll_controller=True
status: PASS
run time: 2 minutes 54.470 seconds
--------------------------------------------------------------------------------
test_id:
kafkatest.tests.core.zookeeper_migration_test.TestMigration.test_pre_migration_mode_3_4.metadata_quorum=ISOLATED_KRAFT
status: PASS
run time: 34.722 seconds
--------------------------------------------------------------------------------
test_id:
kafkatest.tests.core.zookeeper_migration_test.TestMigration.test_reconcile_kraft_to_zk
status: PASS
run time: 1 minute 13.468 seconds
--------------------------------------------------------------------------------
test_id:
kafkatest.tests.core.zookeeper_migration_test.TestMigration.test_upgrade_after_3_4_migration
status: PASS
run time: 38.313 seconds
--------------------------------------------------------------------------------
```
### 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]