Revamp Closure JsUnit tests runtime and optimize test/build flows. #1137
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Key changes:
Removed dependency on Bazel / rules_closure for Closure JsUnit tests in favor of google-closure-deps and Protractor.
Optimized Test flows
npm test
inpackages/grpc-web
now runs both JsUnit tests on top of Mocha tests.Optimized Dockerfiles
common
Docker images (saves disk space) and revampedprereqs
to use multistage build.git clone
to be accidentally in local buildsprereqs
for faster buildprereqs
build time is down from 5+ minutes to <3 minutes (on 2019 MacbookPro)Other (small) changes:
.dockerignore
to avoid build failures when local node_modules/ are presentstreambodyclientreadablestream.js
since it’s not used and doesn’t build.Follow-up:
closure_js_library
usages and our bazel rules.