update fail binaries again again

This commit is contained in:
2026-05-06 19:52:25 +02:00
parent 9db4cb8bb1
commit 0dccd1df46
6 changed files with 22 additions and 5 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
LFS Executable
BIN
View File
Binary file not shown.
+7 -5
View File
@@ -189,13 +189,14 @@ sub inject {
Util::notify("Injecting $experiment using $count cores...");
my $server_command = join " ",
(
"$fail_server", "--port $fail_server_port",
my $server_command = join " ", (
"$fail_server",
# "--port $fail_server_port",
"--database-option-file $remote_db_conf", "-v $experiment",
"-b %", "--inject-single-bit",
"--inject-registers", ">$remote_root/server.log"
);
);
say "Server command: $server_command";
my $client_command = join " ", (
@@ -207,7 +208,8 @@ sub inject {
"-i $remote_builds_dir/$experiment/system.iso",
"-j $count",
"--",
"-Wf,--server-port=$fail_server_port",
# "-Wf,--server-port=$fail_server_port",
"-Wf,--state-dir=$remote_builds_dir/$experiment/state",
"-Wf,--trap",
"-Wf,--catch-outerspace",