faust-streaming / faust

Python Stream Processing. A Faust fork
https://faust-streaming.github.io/faust/
Other
1.66k stars 183 forks source link

Skip some PyPy tests and revert breaking poll_at timestamp change #621

Closed wbarnha closed 7 months ago

wbarnha commented 7 months ago

Note: Before submitting this pull request, please review our contributing guidelines.

Description

Made a mistake in https://github.com/faust-streaming/faust/pull/610 where the poll_at timestamp should have been checked since it's in milliseconds according to https://github.com/aure-olli/aiokafka/blob/master/aiokafka/consumer/fetcher.py#L677.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.08%. Comparing base (2c4c8bb) to head (b45964d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #621 +/- ## ======================================= Coverage 94.08% 94.08% ======================================= Files 102 102 Lines 11117 11117 Branches 1550 1550 ======================================= Hits 10459 10459 Misses 558 558 Partials 100 100 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.