mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

* Generally increase timeouts for tests that have recent transient failures * Change any test that relied on `btest-bg-wait -k` since that's never going to play with with CI systems. Instead, we always need to have a well-defined termination condition in the test itself (and most already did, so didn't really need the `-k` flag anyway).
8 lines
822 B
Text
8 lines
822 B
Text
warning: input.log/Input::READER_ASCII: String '/cat/sss' contained no parseable pattern.
|
|
warning: input.log/Input::READER_ASCII: Could not convert line '2 /cat/sss' of input.log to Val. Ignoring line.
|
|
warning: input.log/Input::READER_ASCII: String '/foo|bar' contained no parseable pattern.
|
|
warning: input.log/Input::READER_ASCII: Could not convert line '3 /foo|bar' of input.log to Val. Ignoring line.
|
|
warning: input.log/Input::READER_ASCII: String 'this is not a pattern' contained no parseable pattern.
|
|
warning: input.log/Input::READER_ASCII: Could not convert line '4 this is not a pattern' of input.log to Val. Ignoring line.
|
|
warning: input.log/Input::READER_ASCII: String '/5' contained no parseable pattern.
|
|
warning: input.log/Input::READER_ASCII: Could not convert line '5 /5' of input.log to Val. Ignoring line.
|