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
1 change: 0 additions & 1 deletion tests/worker/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ def reserve_asserts(self, ctx: SlotReserveContext) -> None:
# where the python reserve function appears to complete, but Rust doesn't see that.
# This isn't solvable without redoing a chunk of pyo3-asyncio. So we only check
# that the permits passed to release line up.
assert ss.highest_seen_reserve_on_release == ss.releases
assert ss.used == 5
assert ss.seen_sticky_kinds == {True, False}
assert ss.seen_slot_kinds == {"workflow", "activity", "local-activity", "nexus"}
Expand Down
Loading