trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.32k forks source link

Test errors during npm test with the monorepo (Node 10 only) #1011

Closed roschler closed 6 years ago

roschler commented 6 years ago

I had one or two errors during the npm test step of installing the monorepo. The other tests appear to have run correctly. Attached is the error output for the failed test(s).

truffle-monorepo-test-errors.txt

cgewecke commented 6 years ago

@roschler Yes, this error is being raised on Node 10 and so far has only been reported for truffle install in #985. Do you know which test(s) failed? What is your Node version?

roschler commented 6 years ago

@cgewecke Doesn't the file I attached show the failed tests? If not, what other info do you need that's not in that file? Let me know and I'll rerun the tests.

I'm running Node v10.2.1

cgewecke commented 6 years ago

@roschler Sorry maybe I'm blind but all I see is error output from promisify-node without any info about which test triggered it.

roschler commented 6 years ago

@cgewecke My fault. I truncated the report in the wrong place. Attached is the full tests report. truffle-monorepo-test-errors-full.txt

cgewecke commented 6 years ago

Thanks @roschler - this bug originates in ethpm-js (thanks so much for your log output). Will get a PR open to fix today and will track problem at #985.

Closing.