Open
Description
We found some cases where saveRecords(...)
is called with negative values for paths and/or empty streams. We should write tests for the different potential inputs and validate the behavior of the DB. Ideally it should be resilient to such things. We don't know how many items are in the stream at the time we try to save.
Activity