mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 03:05:44 +00:00
PVF worker: switch on seccomp networking restrictions (#2221)
This commit is contained in:
@@ -248,7 +248,7 @@ rusty_fork_test! {
|
||||
// Note that we get a more specific error if the job died than if the whole worker died.
|
||||
assert_matches!(
|
||||
result,
|
||||
Err(PrepareError::JobDied(err)) if err == "received signal: SIGKILL"
|
||||
Err(PrepareError::JobDied{ err, job_pid: _ }) if err == "received signal: SIGKILL"
|
||||
);
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user