Open
Conversation
10 tasks
github-merge-queue Bot
pushed a commit
to memgraph/mage
that referenced
this pull request
Aug 6, 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>
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 best practice for helm upgrade.
Current version has a bug: