Skip to content

Commit

Permalink
UPDATE: make test less flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
seungjinstord committed Sep 24, 2024
1 parent 158affc commit 44f397b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/kafee/producer/async_adapter_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ defmodule Kafee.Producer.AsyncAdapterTest do

# clean up because kafka in test only has one partition, so errors happen
capture_log(fn ->
for pid <- worker_pids do
GenServer.stop(pid)
end
stop_supervised(MyProducer)
end)
end
end
Expand Down

1 comment on commit 44f397b

@kinson
Copy link
Contributor

@kinson kinson commented on 44f397b Sep 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.