With these fixes all tests should pass with docker-compose and it's not required to clear databases before rerunning functional tests.
LGTM!
./greenwave/consumers/resultsdb.py:266:101: E501 line too long (104 > 100 characters)
Beside that comment it works fine.
rebased onto e80586d28b614c6a222e6d7fc05212c4752c13ba
@gnaponie Line length fixed.
Thanks!
Commit b9e7eadd fixes this pull-request
Pull-Request has been merged by gnaponie
With these fixes all tests should pass with docker-compose and it's not required to clear databases before rerunning functional tests.