Commit 5345989
test(tap): Check return value of writev()
We are experiencing intermittent failures of test_write_iovec() due to
the rx packet not matching the ones written. To ensure the write has
been completed successfully, check the return value of writev() matches
the number of bytes that were supposed to be written.
Signed-off-by: Takahiro Itazuri <[email protected]>1 parent 68ed647 commit 5345989
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
0 commit comments