broadcaster icon indicating copy to clipboard operation
broadcaster copied to clipboard

Add GitHub action to run tests

Open rafalp opened this issue 3 years ago • 4 comments

rafalp avatar Mar 15 '21 09:03 rafalp

This PR might be related.

hramezani avatar Mar 15 '21 10:03 hramezani

For reference... https://github.com/encode/httpx/blob/master/.github/workflows/test-suite.yml

tomchristie avatar Mar 15 '21 10:03 tomchristie

@hramezani I've merged your PR but test cases aren't good - they hang causing tests suite to timeout.

rafalp avatar Mar 19 '21 16:03 rafalp

I've given this some attention and found that Kafka backend is hanging withing next_published, with await self._consumer.getone() never returning.

rafalp avatar Mar 21 '21 15:03 rafalp

I've skipped Kafka for now. I'm cleaning this project. I'll fix the test before I finish the cleanup.

Pipeline is already green with 88% coverage, and Kafka test skipped.

Kludex avatar Aug 20 '22 11:08 Kludex