We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
io_uring_context
@lucteo reports in #1360 that he encountered the following test failure after running the stdexec tests 1000 times.
654: Test command: /github/workspace/build/gcc11-release/test/test.stdexec "io_uring_context schedule_after -1s" 654: Working Directory: /github/workspace/build/gcc11-release/test 654: Test timeout computed to be: 60 654: Filters: io_uring_context schedule_after -1s 654: 654: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 654: test.stdexec is a Catch v2.13.6 host application. 654: Run with -? for options 654: 654: ------------------------------------------------------------------------------- 654: io_uring_context schedule_after -1s 654: ------------------------------------------------------------------------------- 654: /github/workspace/test/exec/test_io_uring_context.cpp:314 654: ............................................................................... 654: 654: /github/workspace/test/exec/test_io_uring_context.cpp:337: FAILED: 654: CHECK( is_called_1 == true ) 654: with expansion: 654: false == true 654: 654: =============================================================================== 654: test cases: 1 | 1 failed 654: assertions: 3 | 2 passed | 1 failed 654: 654/704 Test #654: io_uring_context schedule_after -1s ...........................................................................................***Failed 0.00 sec Filters: io_uring_context schedule_after -1s
The text was updated successfully, but these errors were encountered:
io_uring_scheduler
No branches or pull requests
@lucteo reports in #1360 that he encountered the following test failure after running the stdexec tests 1000 times.
The text was updated successfully, but these errors were encountered: