You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Self-review (two adversarial reviewers) found:
- MEDIUM: multi-file handling untested — mutation showed return attachments[:1]
(drop all but first) and reversed() both passed green, so a regression that
drops/reorders artifacts would merge undetected, defeating the parity goal.
Added test_multiple_files_attached_in_order (N files -> N attachments, input
order) + test_partial_skip_preserves_surviving_files (good/bad/good -> survivors
in order). Mutation-verified: [:1] now FAILS the multi-file test.
- LOW: the skip test's log assertion was hollow (post_message emits an
unconditional 'send (message)' debug, so it passed even if the skip branch
logged nothing). Now asserts the SPECIFIC 'unsupported data' skip log.
0 commit comments