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

test(e2e): version upgrade test #1822

Merged
merged 6 commits into from
Aug 22, 2024
Merged

test(e2e): version upgrade test #1822

merged 6 commits into from
Aug 22, 2024

Conversation

llzcx
Copy link
Contributor

@llzcx llzcx commented Aug 15, 2024

No description provided.

'partitions': self.partitions,
'replication-factor': self.replication_factor,
'configs': {
'min.insync.replicas': 2
Copy link
Collaborator

Choose a reason for hiding this comment

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

why 2?

@@ -127,6 +127,8 @@ def get_version(node=None):
# This should match the LATEST_PRODUCTION version defined in MetadataVersion.java
LATEST_STABLE_METADATA_VERSION = "3.7"

LATEST_STABLE_FEATURE_VERSION = '3'
Copy link
Collaborator

Choose a reason for hiding this comment

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

change the name to LATEST_STABLE_AUTOMQ_VERSION

['s3.wal.cache.size', str(log_size)],
['s3.wal.capacity', str(log_size)],
['s3.wal.upload.threshold', str(log_size // 4)],
['s3.block.cache.size', str(block_size)],
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why should we change the configs

@llzcx llzcx requested a review from superhx August 21, 2024 10:22
@superhx superhx merged commit 80f531e into main Aug 22, 2024
6 checks passed
@superhx superhx deleted the e2e_version_upgrade_test branch August 22, 2024 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants