Files
wehub-resource-sync fc00954168
Build / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:49:10 +08:00

12 lines
575 B
OpenEdge ABL

test tcPingPong [main = PingPongTest]:
assert RecvComplete, NoDuplicatePostedBuffers, AllIterationsProcessed in
(union RDMANetwork, { PingPongServer, PingPongClient, PingPongTest });
test tcOneWay [main = OneWayCommunication]:
assert RecvComplete, NoDuplicatePostedBuffers, AllIterationsProcessed in
(union RDMANetwork, { OneWayReceiver, OneWaySender, OneWayCommunication });
test tcTwoWay [main = TwoWayCommunication]:
assert RecvComplete, NoDuplicatePostedBuffers, AllIterationsProcessed in
(union RDMANetwork, { TwoWaySenderReceiver, TwoWayCommunication });