Skip to content

Draft: Problem with reverse secondary index iterator after primary_index.erase()

Michel Santos requested to merge msantos/BAL:wip-unit-tests into master

There is a unit test named testIteration2A that is failing. Although it hasn't been winnowed down, the test might still be simple enough for debugging.

  1. The unit test initializes a table with four items.
  2. It removes an item from the "middle" of a secondary index iterator.
  3. It removes another item from the beginning of a reverse secondary index iterator.
  4. It does not encounter the expected item for the the first item of the reverse secondary index iterator.

Merge request reports

Loading