-
Notifications
You must be signed in to change notification settings - Fork 1
Improve metadata bwc test - FDW #355
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
Conversation
|
Noticed that CrateDB allows to |
It's expected behaviour that the |
|
Hi @matriv could you review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, left just one comment regarding naming.
tests/bwc/test_rolling_upgrade.py
Outdated
| } | ||
| cluster = self._new_cluster(path.from_version, nodes, settings=settings) | ||
| cluster.start() | ||
| replica_cluster = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't call it replica, maybe foreign_cluster? replica is misleading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about remote_cluster? since I will re-use it for logical replication.
5deb4fb to
c87366e
Compare
c87366e to
dd63cd5
Compare
|
Hi @matriv could you do a quick review? Since the last approval, I have only resolved the conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx!
Summary of the changes / Why this is an improvement
Relates #341
Checklist