update fail binaries again again
This commit is contained in:
BIN
fail/bin/fail-x86-tracing
(Stored with Git LFS)
Executable file
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
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
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
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
BIN
fail/bin/prune-trace
(Stored with Git LFS)
Executable file
Binary file not shown.
@ -189,9 +189,10 @@ 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"
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user