Skip to content
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

xds interop: Fix buildscripts not continuing on a failed test suite (@grpc/grpc-js@1.8.x backport) #2330

Conversation

sergiitk
Copy link
Member

Backport of #2323 to @grpc/grpc-js@1.8.x.

Apparently there's a difference between bash 3 and bash 4. OSX comes with bash 3 out-of-box, so for whoever wrote this logic it "worked on my machine".

The (( construct returns a 0 exit code if the value is non-zero. Since the value starts at 0 and we do a post-increment, it will always fail the first time. Changing it to a pre-increment fixes the problem.

…t-suites

xds interop: Fix buildscripts not continuing on a failed test suite
@sergiitk sergiitk merged commit f3d6d48 into grpc:@grpc/grpc-js@1.8.x Jan 18, 2023
@sergiitk sergiitk deleted the backport-1.8-xds-interop-fix-buildscript-suites branch January 18, 2023 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants