mirror of https://github.com/grpc/grpc-node.git
Add xds interop test script to Linux tests
This commit is contained in:
parent
ffef02c943
commit
305e192700
|
@ -877,8 +877,6 @@ export class XdsClient {
|
|||
];
|
||||
for (const typeUrl of allTypeUrls) {
|
||||
const state = this.adsState[typeUrl];
|
||||
state.nonce = '';
|
||||
state.versionInfo = '';
|
||||
if (state.getResourceNames().length > 0) {
|
||||
this.updateNames(typeUrl);
|
||||
}
|
||||
|
|
|
@ -75,6 +75,12 @@ do
|
|||
npm test || FAILED="true"
|
||||
done
|
||||
|
||||
if [ "$OS" = "Linux" ]
|
||||
then
|
||||
# Run the xds interop tests only on Linux
|
||||
./packages/grpc-js/scripts/xds.sh
|
||||
fi
|
||||
|
||||
set +ex
|
||||
nvm use 8
|
||||
set -ex
|
||||
|
|
Loading…
Reference in New Issue