Skip to content

Commit eb762a0

Browse files
timsaucerclaude
andcommitted
test(pickle): rename strict-pickle inline-worker test for accuracy
Body asserts the decoded expression resolves successfully — the previous "refused" name described the opposite outcome and would mask a real refusal regression in code review. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9d78485 commit eb762a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tests/test_pickle_expr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def test_sender_ctx_strict_roundtrip_via_pickle(self):
350350

351351
assert "double" in decoded.canonical_name()
352352

353-
def test_sender_ctx_strict_pickle_refused_by_inline_worker(self):
353+
def test_sender_ctx_strict_pickle_accepted_by_inline_worker_with_registry(self):
354354
"""A strict-encoded blob still decodes fine on an inline worker
355355
because the wire format is the same default-codec by-name form.
356356
Sanity check: cross-config works as long as the receiver can

0 commit comments

Comments
 (0)