even without nemesis, s3 get/put/delete is not linearizable (is this normal?)

This commit is contained in:
Alex Auvolat
2023-04-18 17:47:53 +02:00
parent 70c1d3db46
commit dc5245ce65
3 changed files with 64 additions and 37 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [
pkgs.leiningen
pkgs.vagrant
nativeBuildInputs = with pkgs; [
leiningen
vagrant
gnuplot
];
}