Add preprocessor conditional to disable HTTP secure streams data transfer tests - #3427
Open
smittals2 wants to merge 1 commit into
Open
Add preprocessor conditional to disable HTTP secure streams data transfer tests#3427smittals2 wants to merge 1 commit into
smittals2 wants to merge 1 commit into
Conversation
lws-team
force-pushed
the
main
branch
3 times, most recently
from
July 28, 2025 19:10
ea67c9d to
f3474fc
Compare
…s & update AWS-LC CI dimension to use it
lws-team
force-pushed
the
main
branch
3 times, most recently
from
August 1, 2025 12:39
e028532 to
5867044
Compare
lws-team
force-pushed
the
main
branch
4 times, most recently
from
August 11, 2025 08:07
36ef2d6 to
c9bf70c
Compare
lws-team
force-pushed
the
main
branch
9 times, most recently
from
August 23, 2025 05:45
e50f2bd to
10d3ba4
Compare
lws-team
force-pushed
the
main
branch
5 times, most recently
from
August 30, 2025 11:28
71ac218 to
27485b7
Compare
lws-team
force-pushed
the
main
branch
3 times, most recently
from
September 2, 2025 11:18
0eaa096 to
6f9ea3b
Compare
lws-team
force-pushed
the
main
branch
6 times, most recently
from
September 18, 2025 08:03
a800d4a to
7f2f518
Compare
lws-team
force-pushed
the
main
branch
3 times, most recently
from
October 1, 2025 14:55
baf4897 to
0c7fa23
Compare
lws-team
force-pushed
the
main
branch
3 times, most recently
from
October 12, 2025 10:02
2b74af4 to
5f77374
Compare
lws-team
force-pushed
the
main
branch
5 times, most recently
from
October 24, 2025 16:36
a677221 to
0c67054
Compare
lws-team
force-pushed
the
main
branch
2 times, most recently
from
November 6, 2025 08:28
f5fa440 to
278c671
Compare
lws-team
force-pushed
the
main
branch
2 times, most recently
from
December 29, 2025 15:24
580b993 to
c837e3f
Compare
lws-team
force-pushed
the
main
branch
9 times, most recently
from
January 25, 2026 20:25
260929d to
f06bf53
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds LWS_WITH_SS_TESTS_HTTP_ONLY as a cmake option to disable http secure streams data transfer tests. All tests are turned on by default and can be turned off by setting -DLWS_WITH_SS_TESTS_HTTP_ONLY=0 during compilation.
This PR also changes some processing around the test case array to accommodate this conditional.
From #3424