Skip to content
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

loadSync: should not be able to load test file using protobufjs directly failed #447

Closed
flaky-bot bot opened this issue Jan 25, 2023 · 1 comment
Closed
Labels
flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Jan 25, 2023

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: 393f6ca
buildURL: Build Status, Sponge
status: failed

Test output
ENOENT: no such file or directory, open '/workspace/test/fixtures/google/api/annotations.proto'
Error: ENOENT: no such file or directory, open '/workspace/test/fixtures/google/api/annotations.proto'
    at Object.openSync (fs.js:462:3)
    at Object.readFileSync (fs.js:364:35)
    at fetch (node_modules/protobufjs/src/root.js:172:34)
    at process (node_modules/protobufjs/src/root.js:133:29)
    at fetch (node_modules/protobufjs/src/root.js:178:13)
    at Root.load (node_modules/protobufjs/src/root.js:206:13)
    at Root.loadSync (node_modules/protobufjs/src/root.js:247:17)
    at Object.loadSync (node_modules/protobufjs/src/index-light.js:69:17)
    at Context. (build/test/load.test.js:53:31)
        -> /workspace/test/load.test.ts:67:27
    at processImmediate (internal/timers.js:461:21)
@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jan 25, 2023
@bcoe
Copy link
Contributor

bcoe commented Jan 31, 2023

Fixed by:

#448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant