We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command.process
We execute the zeekctl test suite as part the nightly Zeek CI. The test command.process sometimes fails, e.g., https://cirrus-ci.com/task/6024187096072192.
[ #3] command.process ... failed % 'bash /zeek/auxil/zeekctl/testing/.tmp/command.process/process.test' failed unexpectedly (exit code 1) % cat .stderr + touch /zeek/auxil/zeekctl/build/testing/test.30516/share/zeek/site/test123.zeek + touch /zeek/auxil/zeekctl/build/testing/test.30516/share/zeek/site/test456.zeek + touch /zeek/auxil/zeekctl/build/testing/test.30516/share/zeek/site/test789.zeek + zeekctl install + test '!' -e /zeek/auxil/zeekctl/build/testing/test.30516/spool/tmp/testing + zeekctl process /zeek/auxil/zeekctl/testing/Traces/dns-session.trace + grep -v rotate_file_by_name orig-out + test -d /zeek/auxil/zeekctl/build/testing/test.30516/spool/tmp/testing + zeekctl process /zeek/auxil/zeekctl/testing/Traces/dns-session.trace -p test + grep '^-p test ' /zeek/auxil/zeekctl/build/testing/test.30516/spool/tmp/testing/.cmdline + zeekctl process /zeek/auxil/zeekctl/testing/Traces/dns-session.trace -- test123.zeek test456.zeek + grep 'test123.zeek test456.zeek$' /zeek/auxil/zeekctl/build/testing/test.30516/spool/tmp/testing/.cmdline + zeekctl process /zeek/auxil/zeekctl/testing/Traces/dns-session.trace -p opt2 -- test789.zeek + cleanup + set +x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We execute the zeekctl test suite as part the nightly Zeek CI. The test
command.process
sometimes fails, e.g., https://cirrus-ci.com/task/6024187096072192.The text was updated successfully, but these errors were encountered: