test(inkless:switch): add consolidated diskless integration tests with transition matrix#617
Open
jeqo wants to merge 1 commit into
Open
test(inkless:switch): add consolidated diskless integration tests with transition matrix#617jeqo wants to merge 1 commit into
jeqo wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Java parameterized invariant tests for LogConfig.validate(...) around topic type creation and alteration between CLASSIC, TIERED, and DISKLESS modes.
Changes:
- Adds creation scenario coverage for valid/invalid diskless and remote-storage combinations.
- Adds alter scenario coverage for CLASSIC, TIERED, and DISKLESS transition paths.
- Adds local helpers and expected validation error constants for the test matrix.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
8bf4f3a to
40c1c81
Compare
Base automatically changed from
jeqo/kc-149-diskless-remote-storage-config
to
main
May 28, 2026 13:20
40c1c81 to
aba7f1f
Compare
aba7f1f to
b3aaaac
Compare
b3aaaac to
1b72db1
Compare
…h transition matrix Add integration tests in DisklessAndRemoteStorageConfigsTest that exercise the full controller+broker path for topic type transitions under consolidation. Cover all 9 transition scenarios including allow-from-classic gate. Document the transition matrix as Javadoc on both LogConfigTest and the integration test class. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1b72db1 to
6c172c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add integration tests in DisklessAndRemoteStorageConfigsTest that exercise the full controller+broker path for topic type transitions under consolidation.
Cover all 9 transition scenarios including allow-from-classic gate.
Document the transition matrix as Javadoc on both LogConfigTest and the integration test class.