mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

The input framework currently gives a rather opaque error message when encountering a line in which a required value is not provided. This change updates this behavior; the error message now provides the record element (or the name or the index element) which was not set in the input data, even though it is required to be set by the underlying Zeek type.
13 lines
924 B
Text
13 lines
924 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, ../input.log:3: Skipping input with missing non-optional value (record field s), Reporter::WARNING
|
|
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
|
|
TableErrorEvent, ../input.log:3: Skipping input with missing non-optional value (record field s), 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
|
|
{
|
|
}
|