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
fail/bin/fail-x86-tracing (Stored with Git LFS) Executable file

Binary file not shown.

BIN
fail/bin/generic-experiment-client (Stored with Git LFS) Executable file

Binary file not shown.

BIN
fail/bin/generic-experiment-server (Stored with Git LFS) Executable file

Binary file not shown.

BIN
fail/bin/import-trace (Stored with Git LFS) Executable file

Binary file not shown.

BIN
fail/bin/prune-trace (Stored with Git LFS) Executable file

Binary file not shown.

View File

@ -189,13 +189,14 @@ sub inject {
Util::notify("Injecting $experiment using $count cores..."); Util::notify("Injecting $experiment using $count cores...");
my $server_command = join " ", my $server_command = join " ", (
( "$fail_server",
"$fail_server", "--port $fail_server_port",
# "--port $fail_server_port",
"--database-option-file $remote_db_conf", "-v $experiment", "--database-option-file $remote_db_conf", "-v $experiment",
"-b %", "--inject-single-bit", "-b %", "--inject-single-bit",
"--inject-registers", ">$remote_root/server.log" "--inject-registers", ">$remote_root/server.log"
); );
say "Server command: $server_command"; say "Server command: $server_command";
my $client_command = join " ", ( my $client_command = join " ", (
@ -207,7 +208,8 @@ sub inject {
"-i $remote_builds_dir/$experiment/system.iso", "-i $remote_builds_dir/$experiment/system.iso",
"-j $count", "-j $count",
"--", "--",
"-Wf,--server-port=$fail_server_port",
# "-Wf,--server-port=$fail_server_port",
"-Wf,--state-dir=$remote_builds_dir/$experiment/state", "-Wf,--state-dir=$remote_builds_dir/$experiment/state",
"-Wf,--trap", "-Wf,--trap",
"-Wf,--catch-outerspace", "-Wf,--catch-outerspace",