Commit fbb8392
ping_pong: audit tests (#2007)
Summary:
Pull Request resolved: #2007
this completes the audit for ping_pong.rs. the single test here (test_sim_ping_pong) is V0-specific: it exercises the old multiprocess topology (`SystemActor` + `ProcActor` + `System::attach`) running over simulated networking. that model doesn't exist in V1, and while simnet itself is still available, there isn't a direct parity test to port — doing so would amount to adding new fault-injection coverage rather than closing a gap. the test is therefore annotated as V0-only.
with this file done, the V0→V1 test audit across hyperactor_multiprocess is complete. every V0 test is now categorized as V0-only, V1-equivalent, or needing V1 coverage (the only gap was stop-timeout/abort, which has already been added to V1). V0 tests remain in place until hyperactor_multiprocess is removed, but they are now explicitly marked so it’s clear which parts of the tree are legacy.
Reviewed By: dulinriley
Differential Revision: D87931337
fbshipit-source-id: 7ac7bff4a644955043a8252a22bef3169b201d311 parent 60c5129 commit fbb8392
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
32 | 50 | | |
33 | 51 | | |
34 | 52 | | |
| |||
0 commit comments