-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove emulator + shims from testing samples #1255
Conversation
fd26f0a
to
35c64f4
Compare
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.
Reviewed. Main comments:
- The
delay
s seem like they are unnecessary and would produce flaky tests. Let's remove them.
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.
Seems fine to me.
Not sure why the tests are failing.
…atform/nodejs-docs-samples into deprecate-emulator
Update 3: switched from Node's |
Looks like the unit + integration tests (in Increased the timeout for the (currently failing) system tests - we'll see if that helps. 🙂 |
Pub/Sub system tests are failing - I suspect due to a Stackdriver logs delay. Tests pass locally, so no choice but to debug in prod. 😦 Update: they're passing now. Any failures are likely due to Stackdriver flakiness/latency spikes. |
DO NOT MERGE until:
cl/252452007--> cl/269449711 )@google-cloud/nodejs-repo-tools
from sample tests, as it's (AFAIK) primarily for our internal use.