mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 22:18:20 +00:00
Merge remote-tracking branch 'origin/topic/robin/gh-574-processing-status'
* origin/topic/robin/gh-574-processing-status: Make set_processing_status() signal-safe.
This commit is contained in:
commit
8012914c16
5 changed files with 49 additions and 24 deletions
4
testing/btest/Baseline/core.proc-status-file/error
Normal file
4
testing/btest/Baseline/core.proc-status-file/error
Normal file
|
@ -0,0 +1,4 @@
|
|||
Failed to open process status file '/cannot/write/to/this/file': XX [INITIALIZING]
|
||||
Failed to open process status file '/cannot/write/to/this/file': XX [RUNNING]
|
||||
Failed to open process status file '/cannot/write/to/this/file': XX [TERMINATED]
|
||||
Failed to open process status file '/cannot/write/to/this/file': XX [TERMINATING]
|
|
@ -1,2 +1,5 @@
|
|||
# @TEST-EXEC: zeek -b -U status-file -e ''
|
||||
# @TEST-EXEC: btest-diff status-file
|
||||
|
||||
# @TEST-EXEC: zeek -b -U /cannot/write/to/this/file -e '' 2>&1 | sed 's/: [0-9]\{1,\}/: XX/g' | sort | uniq >error
|
||||
# @TEST-EXEC: btest-diff error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue