Closed hueniverse closed 5 years ago
Not sure about random failures, but 83) Client request() errors on invalid payload:
will fail on recent versions of node
because of this change on v8
: https://github.com/v8/v8/commit/eb18edb4f55cd425c14de088b46880ec211b0812
The error message either has to be updated or changed to a RegExp
test to match the start of the string.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Tests all pass consistently locally but fail inconsistently on travis. This is probably due to slow test env and delicate timing issues in the tests.