HomeSoftware Heritage

in_memory: Make origin-visit-status-add respect "on conflict ignore" policy

Description

in_memory: Make origin-visit-status-add respect "on conflict ignore" policy

Prior to this commit, that behavior was not properly tested and inconsistent
between backends. All backends except in-memory were respecting it.

This commit aligns the in-memory backend implementation and test it.

Related to T2310