-
Notifications
You must be signed in to change notification settings - Fork 934
Don't include GRPC in browser build #2935
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
Conversation
This addresses an OOM in Saucelabs, since tries to make grpc-js work in IE11. We should not include any tests that depend on GRPC-JS
* These tests are initialized in 'serializer.browser.test.ts' and | ||
* 'serializer.node.test.ts'. | ||
*/ | ||
export function serializerTest( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this file is the same as serializer.test.ts
, but wrapped in this function. I also pulled out verifyProtobufJsRoundTrip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely seems to fix the unit tests! I will look into another approach for integration (maybe use integration/firestore
instead). I think the failing check on this PR is just flaky.
This addresses an OOM in Saucelabs, since tries to make grpc-js work in IE11. We should not include any tests that depend on GRPC-JS