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 the recent daily runchecker CI failures related to QUIC #21677

Closed
wants to merge 8 commits into from

Conversation

t8m
Copy link
Member

@t8m t8m commented Aug 7, 2023

@t8m t8m added branch: master Merge to master branch approval: review pending This pull request needs review by a committer approval: otc review pending This pull request needs review by an OTC member triaged: bug The issue/pr is/fixes a bug tests: exempted The PR is exempt from requirements for testing labels Aug 7, 2023
t8m added 2 commits August 7, 2023 20:53
Also do not build quicserver with no-stdio as it is a test
utility and tests are disabled with no-stdio anyway.
test/quicapitest.c Outdated Show resolved Hide resolved
Revert "quicapitest.c: Do not use undefined function"

Define empty wait_until_sock_readable() when building
with no-posix-io.
on:
schedule:
- cron: '0 6 * * *'
on: [pull_request]
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this change just temporary while the PR is being worked on?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes - it is in a commit marked with drop!

@hlandau hlandau removed the approval: otc review pending This pull request needs review by an OTC member label Aug 9, 2023
Copy link
Contributor

@tom-cosgrove-arm tom-cosgrove-arm left a comment

Choose a reason for hiding this comment

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

LGTM

@tom-cosgrove-arm tom-cosgrove-arm added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Aug 9, 2023
@t8m t8m linked an issue Aug 10, 2023 that may be closed by this pull request
@t8m
Copy link
Member Author

t8m commented Aug 10, 2023

Note for merging: Do not forget to drop the commit marked drop!

@openssl-machine
Copy link
Collaborator

24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually.

@t8m
Copy link
Member Author

t8m commented Aug 14, 2023

Merged to master branch. Thank you for the reviews.

@t8m t8m closed this Aug 14, 2023
openssl-machine pushed a commit that referenced this pull request Aug 14, 2023
Fixes #21623

Also do not build quicserver with no-stdio as it is a test
utility and tests are disabled with no-stdio anyway.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from #21677)
openssl-machine pushed a commit that referenced this pull request Aug 14, 2023
Fixes #21624

With OPENSSL_NO_POSIX_IO or OPENSSL_NO_SOCK the function
wait_until_sock_readable() currently does not exist.

Define empty wait_until_sock_readable() when building
with no-posix-io.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from #21677)
openssl-machine pushed a commit that referenced this pull request Aug 14, 2023
as both algorithms are really needed.

Fixes #21625

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from #21677)
openssl-machine pushed a commit that referenced this pull request Aug 14, 2023
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from #21677)
openssl-machine pushed a commit that referenced this pull request Aug 14, 2023
…aders

Fixes #21626

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from #21677)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals branch: master Merge to master branch tests: exempted The PR is exempt from requirements for testing triaged: bug The issue/pr is/fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failures in master (QUIC related most likely) Build failure with no-stdio build
6 participants