We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9db96c commit b5823d1Copy full SHA for b5823d1
tests/rust/udp.rs
@@ -214,7 +214,7 @@ mod test {
214
anyhow::bail!("wait on push() failed")
215
},
216
}
217
-
+ alice_barrier.wait();
218
// Pop data.
219
let qt: QToken = match libos.pop(sockfd, None) {
220
Ok(qt) => qt,
@@ -304,6 +304,7 @@ mod test {
304
305
306
307
+ bob_barrier.wait();
308
// Close connection.
309
match libos.async_close(sockfd) {
310
Ok(qt) => {
@@ -375,6 +376,7 @@ mod test {
375
376
377
378
379
380
381
382
Err(e) => {
@@ -454,6 +456,7 @@ mod test {
454
456
anyhow::bail!("push() failed")
455
457
458
459
460
461
462
0 commit comments