This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Conversation
|
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Aug 26, 2025
- [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
Member
Author
|
not done, other priorities... |
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Dec 1, 2025
- [x] `LOAD PARQUET` ### NOTE: The below TODOs will probably be moved under the memgraph/memgraph repo after the mage merge. - [ ] Test the HA upgrade scenario, interesting details under (test entities that should be preserved across any upgrade) https://memgraph.slack.com/archives/CS5827FK3/p1743138541518649 - [ ] Test different HA sync modes (`SYNC`, `ASYNC`, `STRICT SYNC`) - [ ] Try testing Kafka and Pulsar (streams) somehow - [ ] Test Docker compose - [ ] Test query modules better: - [ ] Run a/all procedures from all query modules to make sure they are all working, because of cases like #594, OR make sure all C/C++/Python/Rust dependencies can be loaded - [ ] Figure out the module count because that always fails -> probably by some kind of build-time manifest file - [ ] Search for the query module mappings file - [ ] Make a variant of the `test_single_mage.bash` where property compression is enabled (TODO under `mgconsole/storage.bash`) - [ ] Get rid of the `Error response from daemon: No such container: memgraph_last_data` (it works, it's just an edge case when deallocating containers) #659 << PREV
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.



#643 << PREV
NEXT >> #680