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

Added timeout for tests that hang #972

Merged
merged 3 commits into from
Mar 10, 2015

Conversation

donnadionne
Copy link
Contributor

Added prettier cloud to prod output and a history of results

Added prettier cloud to prod output and a history of results
@googlebot
Copy link

Thanks for your pull request.

It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/.

If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits.

Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name.

@@ -797,7 +797,26 @@ grpc_interop_test() {
echo " $ssh_cmd"
echo "on $host"
[[ $dry_run == 1 ]] && return 0 # don't run the command on a dry run
gcloud compute $project_opt ssh $zone_opt $host --command "$cmd"
gcloud compute $project_opt ssh $zone_opt $host --command "$cmd" &
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A little comment that describes what this is doing would be nice. Also, you have virtually the same logic here twice, so how about providing a function that does the waiting and killing magic and and a docline for it?

@donnadionne
Copy link
Contributor Author

Please take another look thank you!

jtattermusch added a commit that referenced this pull request Mar 10, 2015
@jtattermusch jtattermusch merged commit 4b5b159 into grpc:master Mar 10, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Feb 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants