Uh oh!
There was an error while loading. Please reload this page.
test: remove flaky test functionality - #812
Conversation
Fishrock123
commented
Feb 12, 2015
+1 Any idea what sort of tests will fail after this? |
rvagg
commented
Feb 12, 2015
I don't believe any will, we didn't merge in the list of flaky tests and went ahead and fixed those tests anyway https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/171/ |
Fishrock123
commented
Feb 12, 2015
Hmmm, some strange errors are cropping up on that CI run. Tested with & without the patch on OS X 10.10 and everything seems fine. |
jbergstroem
commented
Feb 12, 2015
@Fishrock123 The add ons probably aren't build before run. Possibly separate test-addons from |
rvagg
commented
Feb 12, 2015
yes, I put |
bnoordhuis
commented
Feb 12, 2015
LGTM |
jbergstroem
commented
Feb 12, 2015
I'm all for removing the flaky stuff too. |
cjihrig
commented
Feb 12, 2015
+1 and LGTM |
Fishrock123
commented
Feb 13, 2015
Re-running the CI on this since some failures seemed unrelated: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/174/ |
Fishrock123
commented
Feb 13, 2015
Not sure if relevant, but this cropped up on |
rvagg
commented
Feb 14, 2015
@Fishrock123 already filed as #790 and dupe @ #809 |
Reverts nodejs/node-v0.x-archive#8689 PR-URL: #812 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
rvagg
commented
Feb 16, 2015
landed via 20f8e7f |
test something PR-URL: nodejs/node#812
Reverts nodejs/node-v0.x-archive#8689
I'm proposing that we remove this embarrassing functionality. If we need have special cases for tests then we should have that explicitly documented and implemented in the tests themselves.