Commit 517e835
authored
Add v3.7 smoke tests (#680)
- [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 << PREV1 parent fa8935b commit 517e835
File tree
6 files changed
+20
-3
lines changed- smoke-release-testing
- data
- mgconsole
6 files changed
+20
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
| 232 | + | |
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
| |||
0 commit comments