Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[ci] apply automatic fixes
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
  • Loading branch information
feldera-bot committed Apr 7, 2026
commit dc30abcb7e920537c24c13d4f9c5f77bb3a5adb0
4 changes: 3 additions & 1 deletion python/tests/workloads/test_now.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ def _clock_input_endpoint(pipeline: Pipeline):
raise AssertionError(f"clock input endpoint 'now' not found; have {names!r}")


def _wait_clock_record_ticks(pipeline: Pipeline, count: int, *, timeout_s: float) -> None:
def _wait_clock_record_ticks(
pipeline: Pipeline, count: int, *, timeout_s: float
) -> None:
"""Wait until the clock connector's ingested record count increases by ``count``."""
baseline = _clock_input_endpoint(pipeline).metrics.total_records
assert baseline is not None
Expand Down
Loading