Remove the use of pytest-kafka
Closed
requested to merge generated-differential-D3030-source into generated-differential-D3030-target
- Apr 22, 2020
-
-
Nicolas Dandrimont authored
This removes the dependency on java and a full kafka install for the tests of swh.journal, which should help keep integration tests in other split off components. They also feel a little bit faster (1m25s instead of 2m40s on this machine).
-
Nicolas Dandrimont authored
The mocked kafka broker from librdkafka doesn't seem to honor message.max.bytes. We replace the tests depending on that feature with a mock which pretends that the delivery of messages always fails.
-