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

Trying to speed up tests #801

Merged
merged 2 commits into from
Apr 29, 2020
Merged

Conversation

stanley-cheung
Copy link
Collaborator

Trying to speed up tests:

  • for tests triggered by pull requests (i.e. basic tests and interop tests), if possible, avoid having to compile grpc and protobuf from scratch
  • use bazel to compile the protoc-gen-grpc-web plugin instead of make plugin, seems much faster
  • for master branch continuous integration testing (i.e. once every X hours), that can take as long as it needs

other changes:

  • move bazel and buildifier tests into some docker image to minimize changes to the host's system, plus the benefit of being able to reuse bazel

@stanley-cheung stanley-cheung merged commit d6f959b into grpc:master Apr 29, 2020
@stanley-cheung stanley-cheung deleted the update-tests branch April 29, 2020 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants