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

Disable 70-test_quic_multistream.t when building with PUT threads. #24468

Closed
wants to merge 1 commit into from

Conversation

rsbeckerca
Copy link
Contributor

@rsbeckerca rsbeckerca commented May 22, 2024

The test recipe includes a TEST_skip when OpenSSL is built with PUT_MODEL based on design assumptions for QUIC and incompatibility with PUT wrapper methods. This fix also reverts b9e084f that added OP_SLEEP to force a yield.

Fixes: #24442
Fixes: #24431

Checklist
  • documentation is added or updated
  • tests are added or updated

@paulidale paulidale added branch: master Merge to master branch approval: review pending This pull request needs review by a committer labels May 22, 2024
@t8m t8m added triaged: bug The issue/pr is/fixes a bug tests: exempted The PR is exempt from requirements for testing labels May 23, 2024
@rsbeckerca
Copy link
Contributor Author

Any chance this could get merged to 3.3.1?

@t8m t8m added approval: done This pull request has the required number of approvals branch: 3.3 Merge to openssl-3.3 branch: 3.2 Merge to openssl-3.2 and removed approval: review pending This pull request needs review by a committer approval: done This pull request has the required number of approvals labels May 29, 2024
test/recipes/70-test_quic_multistream.t Outdated Show resolved Hide resolved
The test recipe includes a TEST_skip when OpenSSL is built with _PUT_MODEL_
based on design assumptions for QUIC and incompatibility with PUT wrapper
methods. This fix also reverts b9e084f that added OP_SLEEP to force a
yield.

Fixes: openssl#24442
Fixes: openssl#24431

Signed-off-by: Randall S. Becker <[email protected]>
@t8m t8m added the approval: review pending This pull request needs review by a committer label May 30, 2024
@t8m
Copy link
Member

t8m commented May 30, 2024

@nhorman @paulidale please reconfirm

@nhorman
Copy link
Contributor

nhorman commented May 30, 2024

Ack approval holds

@t8m t8m 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 May 31, 2024
@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Jun 1, 2024
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

@t8m
Copy link
Member

t8m commented Jun 4, 2024

Merged to master, 3.3 and 3.2 branches. Thank you for your contribution.

@t8m t8m closed this Jun 4, 2024
openssl-machine pushed a commit that referenced this pull request Jun 4, 2024
The test recipe includes a TEST_skip when OpenSSL is built with _PUT_MODEL_
based on design assumptions for QUIC and incompatibility with PUT wrapper
methods.

Fixes: #24442
Fixes: #24431

Signed-off-by: Randall S. Becker <[email protected]>

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #24468)

(cherry picked from commit 0e2567d)
openssl-machine pushed a commit that referenced this pull request Jun 4, 2024
The test recipe includes a TEST_skip when OpenSSL is built with _PUT_MODEL_
based on design assumptions for QUIC and incompatibility with PUT wrapper
methods.

Fixes: #24442
Fixes: #24431

Signed-off-by: Randall S. Becker <[email protected]>

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #24468)

(cherry picked from commit 0e2567d)
openssl-machine pushed a commit that referenced this pull request Jun 4, 2024
The test recipe includes a TEST_skip when OpenSSL is built with _PUT_MODEL_
based on design assumptions for QUIC and incompatibility with PUT wrapper
methods.

Fixes: #24442
Fixes: #24431

Signed-off-by: Randall S. Becker <[email protected]>

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #24468)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch branch: 3.2 Merge to openssl-3.2 branch: 3.3 Merge to openssl-3.3 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.

[BUG] Curious on why QUIC works on 3.2 but not 3.3 in PUT on NonStop
5 participants