From 63230ba6db9cb93c17fe2f8327a158abb2d670d4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 29 Oct 2016 14:10:51 -0700 Subject: [PATCH] test: move timer-dependent test to sequential test-stream2-readable-empty-buffer-no-eof fails on resource-constrained machines due to its use of timers. Moving it to sequential will make it more reliable. Failures were noticed on freebsd10-64 in CI. I am able to replicate the failure with `tools/test.py --repeat=100 -j 100`. When run alone, it passes reliably. --- .../test-stream2-readable-empty-buffer-no-eof.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-stream2-readable-empty-buffer-no-eof.js (100%) diff --git a/test/parallel/test-stream2-readable-empty-buffer-no-eof.js b/test/sequential/test-stream2-readable-empty-buffer-no-eof.js similarity index 100% rename from test/parallel/test-stream2-readable-empty-buffer-no-eof.js rename to test/sequential/test-stream2-readable-empty-buffer-no-eof.js