mbox series

[liburing,0/6] More wor on updating exit codes to use

Message ID 20220706034059.2817423-1-eschwartz93@gmail.com (mailing list archive)
Headers show
Series More wor on updating exit codes to use | expand

Message

Eli Schwartz July 6, 2022, 3:40 a.m. UTC
Eli Schwartz (6):
  tests: do not report an error message when return ret that might be a
    skip
  tests: handle some skips that used a goto to enter cleanup
  tests: more work on updating exit codes to use enum-based status
    reporting
  tests: mention in a status message that this is a skip
  tests: migrate a skip that used a goto to enter cleanup
  tests: correctly exit with failure in a looped test

 test/accept-reuse.c            |  2 +-
 test/accept-test.c             |  7 +++++--
 test/accept.c                  |  8 ++++----
 test/connect.c                 |  2 +-
 test/double-poll-crash.c       |  4 ++--
 test/fadvise.c                 |  2 +-
 test/fallocate.c               | 18 ++++++++++++------
 test/file-register.c           |  4 ++--
 test/file-update.c             |  8 +++++---
 test/files-exit-hang-poll.c    |  6 ++++--
 test/files-exit-hang-timeout.c | 10 ++++++----
 test/fixed-reuse.c             |  2 +-
 test/hardlink.c                |  9 ++++++---
 test/io-cancel.c               | 14 +++++++-------
 test/io_uring_enter.c          |  8 ++++----
 test/io_uring_register.c       |  6 +++---
 test/io_uring_setup.c          |  7 ++++---
 test/iopoll.c                  |  6 +++---
 test/lfs-openat-write.c        |  4 +++-
 test/link-timeout.c            |  7 ++++---
 test/link.c                    |  9 +++++----
 test/madvise.c                 |  4 ++--
 test/mkdir.c                   | 14 +++++++++-----
 test/msg-ring.c                | 13 +++++++------
 test/multicqes_drain.c         | 11 ++++++-----
 25 files changed, 107 insertions(+), 78 deletions(-)


base-commit: fa67f6aedcfdaffc14cbf0b631253477b2565ef0

Comments

Jens Axboe July 6, 2022, 12:45 p.m. UTC | #1
On Tue, 5 Jul 2022 23:40:52 -0400, Eli Schwartz wrote:
> Eli Schwartz (6):
>   tests: do not report an error message when return ret that might be a
>     skip
>   tests: handle some skips that used a goto to enter cleanup
>   tests: more work on updating exit codes to use enum-based status
>     reporting
>   tests: mention in a status message that this is a skip
>   tests: migrate a skip that used a goto to enter cleanup
>   tests: correctly exit with failure in a looped test
> 
> [...]

Applied, thanks!

[1/6] tests: do not report an error message when return ret that might be a skip
      commit: 6165251b85b6d431a7e2aea2c74e8a96f2ee6fbc
[2/6] tests: handle some skips that used a goto to enter cleanup
      commit: 32dee00eac664d4e59431fdbdb86301ed742feda
[3/6] tests: more work on updating exit codes to use enum-based status reporting
      commit: f955f102a9e62ee1b4c1b0eb9163f35433b85063
[4/6] tests: mention in a status message that this is a skip
      commit: 8780732115ece2d0a687df9d825bd0e8dd9e8643
[5/6] tests: migrate a skip that used a goto to enter cleanup
      commit: 80677160b2e634714412ba79d0faed326d29ae4d
[6/6] tests: correctly exit with failure in a looped test
      commit: 5d0e33f50a06db768b1891972daab40732400778

Best regards,