Matt R. Wilson
Matt R. Wilson
It seems like you have a couple different issues, and it's hard to know exactly what is the problem without more of your setup code. My first question would be...
> The problem here is that the second test will always fail because sindresorhus/got returns 200 OK instead of 500 Internal Server no matter what. So why is this happens?...
Looking at the logs above, there are three requests made. The first two match and are responded to by Nock, but then a third request is made, to the same...
What's the release plan for this?
@rochdev I think that makes sense. To get what you're describing, I think the best option would be to wrap [`Broker.produce`](https://github.com/tulios/kafkajs/blob/26410ed0ccd0ec5b70025eb08089fe02855257af/src/broker/index.js#L231) as that gets called after the Producer does the...
The failing benchmark action is caused by `Bad credentials` from CircleCI to GH, so I'm going to ignore it and call this ready for review.
fyi @alexstrat
@rochdev `pg` uses lazy connections, so these functions wouldn't be called unless they were associated with a query (or user-code called `connect` directly, which isn't the norm). `Client.connect` is called...
I started to see this after upgrading Mocha to v8.x.
Using the parallel mode out of the box in mocha 8 isn't straight forward in my case. I'm moving in that direction, but I was hoping to continue using `mocha-parallel-tests`...