gitee.com/ks-custle/core-gm@v0.0.0-20230922171213-b83bdd97b62c/grpc/xds/internal/test/e2e/README.md (about)

     1  Build client and server binaries.
     2  
     3  ```sh
     4  go build -o ./binaries/client ../../../../interop/xds/client/
     5  go build -o ./binaries/server ../../../../interop/xds/server/
     6  ```
     7  
     8  Run the test
     9  
    10  ```sh
    11  go test . -v
    12  ```
    13  
    14  The client/server paths are flags
    15  
    16  ```sh
    17  go test . -v -client=$HOME/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client
    18  ```
    19  Note that grpc logs are only turned on for Go.