Skip to content

Commit

Permalink
Update transport-native-io_uring/src/test/java/io/netty/incubator/cha…
Browse files Browse the repository at this point in the history
…nnel/uring/NativeTest.java
  • Loading branch information
yawkat authored Jan 24, 2024
1 parent 4cb676d commit fa1d531
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public void run() {
public void handle(int fd, int res, int flags, byte op, short mask) {
if (i == 0) {
assertEquals(Native.IORING_OP_TIMEOUT, op);
// -ECANCELED
assertEquals(-125, res);
} else if (i == 1) {
assertEquals(Native.IORING_OP_TIMEOUT_REMOVE, op);
Expand Down

0 comments on commit fa1d531

Please sign in to comment.