Skip to content

Reintroduce test timeouts eliminated by mistake#9161

Merged
jtattermusch merged 1 commit intogrpc:masterfrom
jtattermusch:reenable_timeouts
Dec 20, 2016
Merged

Reintroduce test timeouts eliminated by mistake#9161
jtattermusch merged 1 commit intogrpc:masterfrom
jtattermusch:reenable_timeouts

Conversation

@jtattermusch
Copy link
Copy Markdown
Contributor

In #7027, timeouts for some languages were disabled by mistake:
https://github.com/grpc/grpc/pull/7027/files#diff-e499007ead3313db2f7c0ba03e003581L107
(argument bin_hash was removed and that made positional argument None being interpreted as timeout_seconds).

This restores the default timeouts for C#, Node, PHP.
It also adds a timeout for ObjC tests and sanity (because all tests should have SOME timeout).

Lesson learned:

  1. developing our own test runner is asking for trouble
  2. we should have tests for run_tests.py

FYI
@stanley-cheung @murgatroid99 @makdharma @ctiller

Copy link
Copy Markdown
Contributor

@matt-kwong matt-kwong left a comment

Choose a reason for hiding this comment

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

LGTM although it looks like #9158 has all of these changes already

@jtattermusch jtattermusch merged commit 2d3fe4d into grpc:master Dec 20, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants