Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

tests: fix another typing issue with streams#1491

Merged
feywind merged 4 commits intogoogleapis:mainfrom
feywind:more-typings-breakage
Feb 16, 2022
Merged

tests: fix another typing issue with streams#1491
feywind merged 4 commits intogoogleapis:mainfrom
feywind:more-typings-breakage

Conversation

@feywind
Copy link
Copy Markdown
Collaborator

@feywind feywind commented Feb 15, 2022

Either more typings changes happened, or I missed this one somehow.

@feywind feywind requested review from a team February 15, 2022 21:51
@product-auto-label product-auto-label Bot added the api: pubsub Issues related to the googleapis/nodejs-pubsub API. label Feb 15, 2022
@feywind feywind added owlbot:ignore instruct owl-bot to ignore a PR owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 15, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 15, 2022
@feywind feywind added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 15, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 15, 2022
@feywind
Copy link
Copy Markdown
Collaborator Author

feywind commented Feb 15, 2022

Unrelated: I'd kind of love to get some of these system tests running off the emulator...

Comment thread package.json Outdated
"scripts": {
"presystem-test": "npm run compile",
"system-test": "mocha build/system-test --timeout 600000",
"system-test": "GRPC_TRACE=all GRPC_VERBOSITY=DEBUG npx mocha build/system-test --timeout 600000",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

the npx will cause the latest version of mocha from npm to always be used, which I"m slightly concerned with from a supply chain point of view.

What I might perhaps do instead is use cross-env, so that system-tests keep working on Windows, and drop the npx:

cross-env GRPC_TRACE=all GRPC_VERBOSITY=DEBUG mocha build/system-test --timeout=6000000

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, sorry, I forgot to mention in chat that these particular diffs are just debug stuff I'll be removing. I'm trying to see if the DEADLINE_EXCEEDED error can be reproduced here.

@feywind feywind added do not merge Indicates a pull request not ready for merge, due to either quality or timing. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 16, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 16, 2022
@feywind feywind added owlbot:run Add this label to trigger the Owlbot post processor. and removed do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Feb 16, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 16, 2022
@feywind feywind merged commit 5d4ddf7 into googleapis:main Feb 16, 2022
@feywind feywind deleted the more-typings-breakage branch February 16, 2022 17:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: pubsub Issues related to the googleapis/nodejs-pubsub API. owlbot:ignore instruct owl-bot to ignore a PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants