Skip to content

Commit

Permalink
/shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Oct 24, 2023
1 parent c6c98a8 commit 98d3e02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/processing/test_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,13 @@ def test_stream_processor_lifecycle() -> None:
(Timing, "arroyo.consumer.poll.time"),
(Timing, "arroyo.consumer.callback.time"),
(Timing, "arroyo.consumer.processing.time"),
(Increment, "arroyo.consumer.run.count"),
(Timing, "arroyo.consumer.processing.time"),
(Timing, "arroyo.consumer.paused.time"),
(Timing, "arroyo.consumer.join.time"),
(Timing, "arroyo.consumer.shutdown.time"),
(Timing, "arroyo.consumer.callback.time"),
(Timing, "arroyo.consumer.poll.time"),
(Increment, "arroyo.consumer.run.count"),
]

Expand Down

0 comments on commit 98d3e02

Please sign in to comment.