Skip to content

Commit 26991d8

Browse files
committed
Remove stress testing. It passed 1000x without error
1 parent cefacfa commit 26991d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/unit/actor/test_actor_lifecycle.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ def on_event(event_type: Event) -> Callable:
216216
assert on_system_info_count == len(on_system_info)
217217

218218

219-
@pytest.mark.parametrize('_', range(1000))
220-
async def test_actor_handles_migrating_event_correctly(monkeypatch: pytest.MonkeyPatch, _: int) -> None:
219+
async def test_actor_handles_migrating_event_correctly(monkeypatch: pytest.MonkeyPatch) -> None:
221220
"""Test that Actor handles MIGRATING events correctly by emitting PERSIST_STATE."""
222221
# This should test whether when you get a MIGRATING event,
223222
# the Actor automatically emits the PERSIST_STATE event with data `{'isMigrating': True}`

0 commit comments

Comments
 (0)