Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1050
@nickwallen Added some logging for when sensor type doesn't map to an
index. Also added a couple test cases for things like
- When a mapping is broken and the function returns nothing
- When we query for something outright missing (the test case is a bro guid
in the test sensor)
- When we provide an explicit index to `getAllLatest`. This is done by
providing a mismatched explicit index (we say it's bro, even though source type
is for test). This means that nothing will be found.
- A test case for not all of the GetRequests have a corresponding result.
---