Re: ChannelParticipation integration tests fail with "too many open files" on OSX 10.15
Yacov
This is interesting.
It can be either a socket leak or a file leak. You can isolate your process id (PID) and then invoke lsof -p on it to see what files it is holding. From: "Jay Guo" <guojiannan1101@...> To: hyperledger-fabric <hyperledger-fabric@...> Date: 02/17/2021 05:23 PM Subject: [EXTERNAL] [Hyperledger Fabric] ChannelParticipation integration tests fail with "too many open files" on OSX 10.15 Sent by: fabric@... Hi folks, I'm getting this bizarre error while trying to run...
Hi folks, I'm getting this bizarre error while trying to run integration tests of `ChannelPartitipation`. I'm on OSX 10.15 and wonder if anyone has ever encountered the same issue. I don't think my open files are close to the limit of the system. Here's an example of failure log of one test case: https://pastebin.com/2EYDgHVY - Jay
|
|||||
|