Revision e63b78c6f9b2a23599f1bbc791d0e039aa3e2864 authored by Valentin Lorentz on 30 July 2020, 09:30:28 UTC, committed by Valentin Lorentz on 30 July 2020, 09:30:28 UTC
Unbreaks swh-loader-core's tests, which are all red when run with the current
swh-storage version.

Unfortunately, swh-storage's tests did not catch it, because the in-memory
backend works fine with iterables, but the pg backend doesn't.
1 parent 7667f7e
Raw File
Makefile.local
TEST_DIRS := ./swh/storage/tests
TESTFLAGS=--hypothesis-profile=fast
back to top