This appeared when upgrading from v2.0.0-beta.1 to v2.0.0-beta.2 and consequent versions.
We're using ember-cli at 3.23.0.
This issue, seems to be similar although pretty old.
I haven't dived into it yet, but I'll try to get a repro on a new ember app.
BadRequestError: request aborted
at IncomingMessage.onAborted (/home/circleci/project/node_modules/raw-body/index.js:238:10)
at IncomingMessage.emit (events.js:315:20)
at abortIncoming (_http_server.js:561:9)
at socketOnClose (_http_server.js:554:3)
at Socket.emit (events.js:327:22)
at TCP.<anonymous> (net.js:673:12
Update:
We are running our tests in CircleCi, and we parallelize the tests across CI containers. This error appears only on some containers and not others.
This appeared when upgrading from v2.0.0-beta.1 to v2.0.0-beta.2 and consequent versions.
We're using ember-cli at 3.23.0.
This issue, seems to be similar although pretty old.
I haven't dived into it yet, but I'll try to get a repro on a new ember app.
Update:
We are running our tests in CircleCi, and we parallelize the tests across CI containers. This error appears only on some containers and not others.