-
Couldn't load subscription status.
- Fork 31
Add v3.4 smoke tests and basic HA cluster upgrade test #607
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
DescriptionPlease briefly explain the changes you made here. Pull request type
Related issuesDelete if this PR doesn't resolve any issues. Link the issue if it does. ###################################### Reviewer checklist (the reviewer checks this part)Module/Algorithm
Documentation checklist
|
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…mage under HA cluster (WIP)
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 think it looks good!
|
- [x] KShortest - [x] Text search - [x] Durability - [x] User profiles - [x] memgraph/memgraph#3086 - [x] Leave the code at a better place (mostly replacing `echo "query" | $MGCONSOLE ...` with `run_next`, etc.) - [x] Test total execution time #607 << PREV NEXT >> #659



The main challenge with the HA cluster upgrade tests is that there are multiple different things to wait for (helm, port-forward, data/coordinator getting ready) -> it gets very complex very quickly.
v3.4
NEXT >> #643