Add preprocessor conditional to disable HTTP secure streams data transfer tests#3427
Open
smittals2 wants to merge 1 commit intowarmcat:mainfrom
Open
Add preprocessor conditional to disable HTTP secure streams data transfer tests#3427smittals2 wants to merge 1 commit intowarmcat:mainfrom
smittals2 wants to merge 1 commit intowarmcat:mainfrom
Conversation
ea67c9d to
f3474fc
Compare
…s & update AWS-LC CI dimension to use it
e028532 to
5867044
Compare
36ef2d6 to
c9bf70c
Compare
e50f2bd to
10d3ba4
Compare
71ac218 to
27485b7
Compare
0eaa096 to
6f9ea3b
Compare
a800d4a to
7f2f518
Compare
baf4897 to
0c7fa23
Compare
2b74af4 to
5f77374
Compare
a677221 to
0c67054
Compare
f5fa440 to
278c671
Compare
580b993 to
c837e3f
Compare
260929d to
f06bf53
Compare
fb3f410 to
d8c745e
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