Luwei Ge
Luwei Ge
@ZhenLian How may I assign this to you for a first look? Thanks.
Interop ALTS Tests #18111 Portability Tests Windows #31401 Neither of these seems related to this PR.
As @ZhenLian will not have enough bandwidth to further review my PRs in a while, @markdroth Could you PTAL when you get a chance (or please assign a different reviewer...
This should also be fixed by #6093
I told @erm-g that I'd take a look at this. One way I can think of to solve the flakiness fundamentally is to fake the Ticker in the watcher. We...
The test is in a different pkg so it's tricky. Nevertheless, my assessment was wrong. The flakiness isn't from the real clock. #6093 should provide the fix with very little...
Closing this since #6093 has been merged.
Thanks for the response. ``` cnn = spinw; lc = [9.551 5.43683 16.75890]; agl = [90 125.6860 90]; cnn.genlattice('lat_const',lc,'angled',agl,'sym',14); cnn.addatom('r',[0 0 0],'S',1,'label','M'); cnn.gencoupling('maxDistance',15); ``` The code above will trigger the...
This proposal has APIs for setting TLS version and JFYI I have https://github.com/grpc/grpc/pull/31368 pending review for this.
Just a thought, would it be useful or too confusing if the pkg provides a variant of `NewServerCreds` that takes a `*tls.Config` and respects all the fields in it unless...