|
db921cc05f
|
jepsen: reconfigure nemesis + add db nemesis
|
2023-10-25 11:41:34 +02:00 |
|
|
4fa2646a75
|
jepsen: got a failure with set1
|
2023-10-24 17:45:22 +02:00 |
|
|
d7ab2c639e
|
jepsen: fix nemesis to actually generate many operations
|
2023-10-24 16:39:50 +02:00 |
|
|
d13bde5e26
|
jepsen: set1 and set2 don't fail anymore ??
|
2023-10-24 15:44:05 +02:00 |
|
|
d2c365767b
|
jepsen: more testing
|
2023-10-24 11:39:45 +02:00 |
|
|
fb6c9a1243
|
jepsen: update readme
|
2023-10-20 15:55:09 +02:00 |
|
|
9030c1eef8
|
jepsen: code path for nemesis final generator
|
2023-10-20 15:53:46 +02:00 |
|
|
654775308e
|
jepsen: add cluster reconfiguration nemesis
|
2023-10-20 15:48:37 +02:00 |
|
|
f5b0972781
|
jepsen: register crdt read-after-write is fixed with deleteobject patch
|
2023-10-20 15:00:10 +02:00 |
|
|
d148b83d4f
|
jepsen: reg2 failure seems to happen only with deleteobject
|
2023-10-20 13:36:48 +02:00 |
|
|
4b93ce179a
|
jepsen: errors in reg2 workload under investigation
|
2023-10-20 12:56:55 +02:00 |
|
|
4ba18ce9cc
|
jepsen: wip checker for register-like behavior
|
2023-10-20 12:13:11 +02:00 |
|
|
ef662822c9
|
jepsen: fix the list-objects call (?)
|
2023-10-19 23:40:55 +02:00 |
|
|
da8b170748
|
jepsen: investigating listobjects error
|
2023-10-19 16:45:24 +02:00 |
|
|
74e50edddd
|
jepsen: refactoring
|
2023-10-19 14:34:19 +02:00 |
|
|
b3bf16ee27
|
make jepsen test more robust: handle errors and timeouts, fixed access key
|
2023-10-18 17:51:34 +02:00 |
|
|
ddd3de7fce
|
refactor jepsen code
|
2023-10-18 16:30:45 +02:00 |
|
|
84d43501ce
|
refactor jepsen setup logic
|
2023-10-18 15:34:12 +02:00 |
|
|
012ade5d4b
|
jepsen: update jepsen and fix garage key info
|
2023-10-18 14:06:32 +02:00 |
|
|
ef5ca86dfc
|
jepsen: update to garage 0.9.0
|
2023-10-18 14:01:18 +02:00 |
|
|
9ec4cca334
|
reformatting
|
2023-10-18 12:03:12 +02:00 |
|
|
18ee8efb5f
|
Check read-after-write property for sets
|
2023-10-18 12:03:12 +02:00 |
|
|
55eb4e87c4
|
set tests with independant tests together
|
2023-10-18 12:03:11 +02:00 |
|
|
0bb1577ae1
|
two set workloads with different checkers
|
2023-10-18 12:03:11 +02:00 |
|
|
6eb26be548
|
Add garage set test (this one works :p)
|
2023-10-18 12:03:11 +02:00 |
|
|
eb86eaa6d2
|
refactor jepsen test
|
2023-10-18 12:03:11 +02:00 |
|
|
80d7b7d858
|
remove useless files
|
2023-10-18 12:03:11 +02:00 |
|
|
93a7132b4c
|
the fix for increasing timestamps does not make things linearizable
|
2023-10-18 12:03:11 +02:00 |
|
|
dc5245ce65
|
even without nemesis, s3 get/put/delete is not linearizable (is this normal?)
|
2023-10-18 12:03:11 +02:00 |
|
|
70c1d3db46
|
better match exceptions
|
2023-10-18 12:03:11 +02:00 |
|
|
bc11701999
|
jepsen: s3 gets and puts
|
2023-10-18 12:03:11 +02:00 |
|
|
ca4cc7e44f
|
jepsen connects to vagrant vms
|
2023-10-18 12:03:11 +02:00 |
|
|
17ebb65273
|
jepsen ssh into containers seem to work ?
|
2023-10-18 12:03:11 +02:00 |
|
|
7011b71fbd
|
jepsen: wip
|
2023-10-18 12:03:11 +02:00 |
|
|
a5e8ffeb63
|
Merge pull request 'use mold linker when invoking cargo manually (not in nix build scripts)' (#646) from mold-linker into main
Reviewed-on: Deuxfleurs/garage#646
|
2023-10-18 10:02:34 +00:00 |
|
|
b53510c5b7
|
Merge pull request 'fix compilation on macos' (#654) from trinity-1686a/garage:fix-macos-compilation into main
Reviewed-on: Deuxfleurs/garage#654
|
2023-10-16 09:33:33 +00:00 |
|
|
c7f5dcd953
|
fix compilation on macos
fsblkcnt_t is ony 32b there, so we have to do an additional cast
|
2023-10-15 17:57:27 +02:00 |
|
|
d8263fdf92
|
Merge pull request 'documentation updates for v0.9.0' (#647) from doc-updates into main
Reviewed-on: Deuxfleurs/garage#647
|
2023-10-11 12:57:37 +00:00 |
|
|
d24aaba697
|
doc: update quick start and real world for v0.9.0
|
2023-10-11 14:49:54 +02:00 |
|
|
b571dcd811
|
doc: updates to the "migrating to v0.9" page
|
2023-10-10 15:43:26 +02:00 |
|
|
e6df7089a1
|
Merge pull request 'Garage v0.9' (#473) from next into main
Reviewed-on: Deuxfleurs/garage#473
|
2023-10-10 13:28:28 +00:00 |
|
|
952c9570c4
|
bump version to v0.9.0
|
2023-10-10 14:08:11 +02:00 |
|
|
3d7892477d
|
convert_db: fix build
|
2023-10-10 14:06:25 +02:00 |
|
|
d4932c31ea
|
Merge branch 'main' into next
|
2023-10-10 13:57:21 +02:00 |
|
|
d3fffd30dc
|
use mold linker when invoking cargo manually (not in nix build scripts)
|
2023-10-10 13:56:48 +02:00 |
|
|
e75fe2157d
|
Merge pull request 'Move convert_db command into main garage binary' (#645) from convert-db-main-binary into main
Reviewed-on: Deuxfleurs/garage#645
|
2023-10-10 11:42:14 +00:00 |
|
|
2d5d7a7031
|
Move convert_db command into main garage binary
|
2023-10-10 12:13:15 +02:00 |
|
|
0c431b0c03
|
admin api: increased compatibility for v0/ endpoints
|
2023-10-05 16:56:13 +02:00 |
|
|
1c13135f25
|
admin api: remove broken GET /v0/key router rule
|
2023-10-05 16:27:29 +02:00 |
|
|
2448eb7713
|
upgrade doc: fixes and precisions
|
2023-10-05 15:29:55 +02:00 |
|