mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00

The framework so far populated data structures with missing fields even when those fields are defined without the &optional attribute. When using the attribute, such entries continue to get populated. Update tests to reflect focus on unset fields.
13 lines
858 B
Text
13 lines
858 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
### NOTE: This file has been sorted with diff-sort.
|
|
|
|
EventErrorEvent, Could not convert line 'name\x09127.0.0.1' of ../input.log to Val. Ignoring line., Reporter::WARNING
|
|
EventErrorEvent, Error while reading set or vector, Reporter::WARNING
|
|
EventErrorEvent, Invalid value for subnet: 127.0.0.1, Reporter::WARNING
|
|
EventErrorEvent, Skipping input with missing non-optional value, Reporter::WARNING
|
|
TableErrorEvent, Could not convert line 'name\x09127.0.0.1' of ../input.log to Val. Ignoring line., Reporter::WARNING
|
|
TableErrorEvent, Error while reading set or vector, Reporter::WARNING
|
|
TableErrorEvent, Invalid value for subnet: 127.0.0.1, Reporter::WARNING
|
|
TableErrorEvent, Skipping input with missing non-optional value, Reporter::WARNING
|
|
{
|
|
}
|