Add e2e tests
This commit is contained in:
parent
99a355f25d
commit
601fb7dacf
1163 changed files with 289217 additions and 14195 deletions
2
vendor/google.golang.org/grpc/credentials/credentials_test.go
generated
vendored
2
vendor/google.golang.org/grpc/credentials/credentials_test.go
generated
vendored
|
|
@ -128,7 +128,7 @@ func launchServer(t *testing.T, hs serverHandshake, done chan AuthInfo) net.List
|
|||
return lis
|
||||
}
|
||||
|
||||
// Is run in a seperate goroutine.
|
||||
// Is run in a separate goroutine.
|
||||
func serverHandle(t *testing.T, hs serverHandshake, done chan AuthInfo, lis net.Listener) {
|
||||
serverRawConn, err := lis.Accept()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue