Skip to content
New issue

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

fix: epoll reg tests running on iouring #4612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix: epoll reg tests running on iouring #4612

wants to merge 1 commit into from

Conversation

kostasrim
Copy link
Contributor

@kostasrim kostasrim commented Feb 14, 2025

I accidentally introduced this bug which switched to iouring instead of epoll on the epoll regression tests.

  • properly run epoll instead of iouring
  • fix print message on failure

@@ -57,7 +57,7 @@ jobs:
s3-bucket: ${{ secrets.S3_REGTEST_BUCKET }}
# Chain ternary oprator of the form (which can be nested)
# (expression == condition && <true expression> || <false expression>)
epoll: ${{ matrix.proactor == 'Epoll' && 'true' || '' }}
epoll: ${{ matrix.proactor == 'Epoll' && 'epoll' || 'iouring' }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂️

@kostasrim
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant