-
Notifications
You must be signed in to change notification settings - Fork 110
Add new TLS tests to DMM's system tests #2208
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
Open
ryanwixon-emerson
wants to merge
28
commits into
ni:master
Choose a base branch
from
ryanwixon-emerson:addTLS
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+193
−7
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
568fce9
Add new TLS system tests
ryanwixon-emerson e1f346b
Add sad path tests
ryanwixon-emerson 40140b9
Resolve flake errors
ryanwixon-emerson e771017
Tests are passing locally
ryanwixon-emerson 09768c6
Rerun system tests
ryanwixon-emerson 62e5ef1
Path client config, slight test tweaks
ryanwixon-emerson d35c662
Remove unusued import
ryanwixon-emerson 8e7ba3b
[TEMP] Revert exchange_certs patch
ryanwixon-emerson f74b0cd
Change exchange_certificates invocation
ryanwixon-emerson 30aa42b
Try to set user environemnt var manually
ryanwixon-emerson deee6d7
Fix Assertion problem and no-op nitlsconfigtest stuff on Linux
ryanwixon-emerson d05a0d3
Formatter fix
ryanwixon-emerson 09233f9
Use sysnative so 32 bit tests can see nitlsconfig
ryanwixon-emerson 6a832f8
Fix warnings
ryanwixon-emerson e4e608c
[Experimental] Try force disabling WOW64 redirection
ryanwixon-emerson b8806ec
[Experimental] Process wide redirection disabled
ryanwixon-emerson c85077d
[Experimental] Claude's "validated" fix?
ryanwixon-emerson fb07473
Clean up implementation (fully working?)
ryanwixon-emerson eff59b6
Rereun flakey test
ryanwixon-emerson d5d03d8
Run flakey test again
ryanwixon-emerson 1ac846a
Run flakey test again
ryanwixon-emerson 315c910
Refactor tests to address comments
ryanwixon-emerson b3710c7
Fix flake failure
ryanwixon-emerson 8e2a08d
Flip the type of tests that run the full suite
ryanwixon-emerson 984c5e8
Don't use nitlsconfig channel for NoTLS test
ryanwixon-emerson f46d93e
Now disable on 32-bit
ryanwixon-emerson 00a3c96
Various improvements to address review comments
ryanwixon-emerson a87a556
Fix flake
ryanwixon-emerson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "address": "[::]", | ||
| "port": 31762, | ||
| "security": "ni-tls-config", | ||
| "feature_toggles": { | ||
| "ni-tls-config": true | ||
| } | ||
| } |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.