-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Android] gRPC client tests #73060
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
Merged
Merged
[Android] gRPC client tests #73060
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
d2dbd2b
WIP: add gRPC tests
simonrozsival ea8b368
Merge branch 'main' of https://github.com/dotnet/runtime into android…
simonrozsival 1dcf0e8
Fix AOT and trimming
simonrozsival 2941f15
WIP
simonrozsival 66b2939
Implement IncludeNetworkSecurityConfig
simonrozsival 6ef8d85
Use IncludeNetworkSecurityConfig
simonrozsival 5740a9b
Fix gRPC test
simonrozsival b99fc44
Avoid git checkout
simonrozsival be51a78
Remove unnecessary code
simonrozsival 0d4837c
Merge branch 'main' of https://github.com/dotnet/runtime into android…
simonrozsival 28629ae
WIP: start working on CI configuration
simonrozsival 85eb854
Remove WinHttpHandler
simonrozsival b4b2d09
Fix problem with SSL
simonrozsival 9dac1c4
Change server host
simonrozsival 3a8908f
Setup CI (#1)
directhex 3276d50
Use tls
simonrozsival b7b40e7
Update yml
simonrozsival 44bd21c
Revert changes to the mono Android sample app
simonrozsival 805790e
Merge branch 'main' of github.com:dotnet/runtime into simonrozsival/a…
simonrozsival 6e7f96e
Bump android image version
simonrozsival 41d80a2
Bump image version
simonrozsival 124ed66
Enable TLS
simonrozsival 39f4009
Remove hardcoded package versions
simonrozsival a11e4a8
Update package versions
simonrozsival 764f745
Update package versions
simonrozsival e996d02
Rename pipeline
simonrozsival 09c67c3
Move interop tests website dependencies versions to Versions.props
simonrozsival c1bb0dd
Add cred scan supression for the interop test server private key
simonrozsival b9a02d8
Fix licenses
simonrozsival 6691bc0
Remove dependencies
simonrozsival 0722991
Merge branch 'main' into simonrozsival/android-grpc-client-tests
simonrozsival 32034ad
Fix path to Versions.props
simonrozsival 785ba5e
Merge branch 'simonrozsival/android-grpc-client-tests' of github.com:…
simonrozsival d2ac3d8
Remove unnecessary dependency version
simonrozsival 3bb36bf
Fix building docker image
simonrozsival 2cf9df9
Change pfx password
simonrozsival 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
Fix building docker image
- Loading branch information
commit 3bb36bfe658b03b25e7ede0c5d070a3fb327bcbb
There are no files selected for viewing
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
5 changes: 5 additions & 0 deletions
5
src/tests/FunctionalTests/Android/Device_Emulator/gRPC/grpc-dotnet/testassets/.gitignore
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,5 @@ | ||
| # we need the server1.pfx file | ||
| !Certs/InteropTests/server1.pfx | ||
|
|
||
| # we copy eng/Versions.props during the build process | ||
| InteropTestsWebsite/Versions.props |
2 changes: 0 additions & 2 deletions
2
...alTests/Android/Device_Emulator/gRPC/grpc-dotnet/testassets/Certs/InteropTests/.gitignore
This file was deleted.
Oops, something went wrong.
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
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.