Skip to content

Conversation

@stephenplusplus
Copy link
Contributor

Our tests have been bombing lately after a transient dependency made a simple perf change: nodejs/readable-stream@670ddf3

It's loaded through duplexify, but I'm not sure why it's causing our tests to fail. It's definitely related to being combined with mockery, but I can't pin down exactly... how.

But, this PR fixes it.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 18, 2015
@callmehiphop
Copy link
Contributor

So just to clarify, if a spec file requires the use of duplexify, we need to wait to require it after mockery has been enabled?

@stephenplusplus
Copy link
Contributor Author

Actually, after the file using it has been required.

@callmehiphop
Copy link
Contributor

Got it, thanks! That should be a fun "gotcha" for the future, maybe we should look into a mockery alternative.

callmehiphop added a commit that referenced this pull request Dec 18, 2015
@callmehiphop callmehiphop merged commit 2f05c2f into googleapis:master Dec 18, 2015
miguelvelezsa pushed a commit that referenced this pull request Jul 23, 2025
…1028)

* fix: support uint64 conversion between the pf message and JSON object

* fix: make enums properly work in request

Co-authored-by: Alexander Fenster <fenster@google.com>
miguelvelezsa pushed a commit that referenced this pull request Jul 23, 2025
🤖 I have created a release \*beep\* \*boop\*
---
### [2.15.1](https://www.github.com/googleapis/gax-nodejs/compare/v2.15.0...v2.15.1) (2021-06-17)


### Bug Fixes

* support int64 conversion between the pf message and JSON object ([#1028](https://www.github.com/googleapis/gax-nodejs/issues/1028)) ([b46f57d](https://www.github.com/googleapis/gax-nodejs/commit/b46f57dcf88d70f9b8b3fcd5119dd68e02b6a71a))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
miguelvelezsa pushed a commit that referenced this pull request Jul 23, 2025
Add unit test for enum conversion #1028
sofisl pushed a commit that referenced this pull request Feb 3, 2026
Co-authored-by: Steffany Brown <30247553+steffnay@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants