Commit 5c35c26
test(xmtp_mls): run concurrent DM-invite streaming on native d14n
`test_many_concurrent_dm_invites` was ignored on all d14n via
`#[cfg_attr(all(feature = "d14n"), ignore)]` with no rationale — but it passes on
the native d14n backend (5- and 100-concurrent-DM cases; verified twice, the
100-DM case ~30s against its 120s budget). The ignore was over-broad: only
d14n+wasm needs skipping (100 concurrent streaming clients are impractical
there), matching the heavy group tests' `all(feature = "d14n", target_arch =
"wasm32")` gating. Narrow it so native d14n gains the concurrent-streaming
coverage.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017AVuJ7VAgen2fFhtJQ6zid1 parent d813333 commit 5c35c26
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
653 | 655 | | |
654 | 656 | | |
655 | 657 | | |
| |||
0 commit comments