This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Conversation
10 tasks
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Aug 7, 2025
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 - [x] Nested indices - [x] Vector search on edges - [x] Implement the k8s helm chart upgrade scenario - [x] Resolve memgraph/memgraph#3023 (any reuse of the PVCs failed) - [x] memgraph/best-practices#43 -> almost exactly the same, look at how the script is waiting for pods - [x] Make upgrades more robust -> https://www.notion.so/memgraph/How-to-make-upgrade-more-robust-1c26b158b98180a1a76cd8998e2e7ca4#1c36b158b98180f286d4eed383d1451a - [x] Add some other feature tests (expand test cases) -> skipped - [x] Put a timeout to the wait_for_memgraph function (default is 10s) - [x] Validate results / make sure to exit on errors / properly name / refactor Python scripts - [x] Test for if main is elected specifically before running any CREATE query on the cluster NEXT >> #643 --------- Co-authored-by: antejavor <ante.javor@memgraph.io>
gitbuda
commented
Aug 17, 2025
gitbuda
commented
Aug 17, 2025
gitbuda
commented
Aug 17, 2025
gitbuda
commented
Aug 17, 2025
|
Closed
mattkjames7
reviewed
Aug 26, 2025
mattkjames7
approved these changes
Aug 26, 2025
Contributor
mattkjames7
left a comment
There was a problem hiding this comment.
I like the abstraction, really tidies the scripts up!
There are a couple of TODOs in there, but if they're not critical for this release, then let's merge it!
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



echo "query" | $MGCONSOLE ...withrun_next, etc.)#607 << PREV
NEXT >> #659