-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[v16] Add client-side functions to export multiple authorities #51363
Conversation
Manually backported from #51359, cherry-picked commit-by-commit. This branch doesn't have the integrations logic (ExportAuthoritiesRequest.shouldExportIntegration), neither does lib/cryptosuites exist (which used for testing). The former I fixed when cherry-picking the commits themselves (as it's most about removing lines), the latter I fixed on a separate commit ("Fix TestExportAllAuthorities_mutipleActiveKeys for backport" / 59679dd). I'll cherry pick v15 from this one. |
t.Run(tt.name, func(t *testing.T) { | ||
t.Parallel() | ||
|
||
t.Run(fmt.Sprintf("%s/ExportAllAuthorities", tt.name), func(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed that the "%s/" is silly, this is already running in a subtest named after tt.name
. I have some cleanups for master so I'll fix it there and backport to release branches.
5c23e20
to
737b6d1
Compare
Backport #51189 to branch/v16.
#35444