On Mon, May 06, 2019 at 12:18:47AM +0200, Pablo Neira Ayuso wrote: > On Wed, May 01, 2019 at 12:35:10PM -0400, Eric Garver wrote: > > If we've done a partial fetch of the cache and the genid is the same the > > cache update will be skipped without fetching the rules. This causes the > > index to handle lookup to fail. To remedy the situation we flush the > > cache and force a full update. > > @Eric: Would you mind to post a reproducer? I'd like to make a test > for tests/shell/ infrastructure to make sure future changes don't > break this. I'll post a v2 with test additions.