From d64b356dba183965b79ff99b21ed163217b86cf3 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Mon, 14 Jan 2019 16:42:01 +0100 Subject: [PATCH] greylisted corrupted-crc-mmfiles --- tests/Greylist.txt | 7 +++++++ ...rupted-crc-mmfiles.js => corrupted-crc-mmfiles-grey.js} | 0 2 files changed, 7 insertions(+) rename tests/js/server/recovery/{corrupted-crc-mmfiles.js => corrupted-crc-mmfiles-grey.js} (100%) diff --git a/tests/Greylist.txt b/tests/Greylist.txt index eb7f8772e7..b7ccb7201c 100644 --- a/tests/Greylist.txt +++ b/tests/Greylist.txt @@ -3,3 +3,10 @@ In this file we collect information about which tests are currently greylisted. Please add a reason and date, and possibly links to issues or PRs. + + - `./tests/js/server/recovery/corrupted-crc-mmfiles-grey.js` sometimes failes + with + + [FAILED] tests/js/server/recovery/corrupted-crc-mmfiles.js + + "test" failed: failed to read /work/tmp/arangosh_MNeeKL/crashtmp/6/tmp/testresult.json - ArangoError 2: No such file or directory: while reading /work/tmp/arangosh_MNeeKL/crashtmp/6/tmp/testresult.json diff --git a/tests/js/server/recovery/corrupted-crc-mmfiles.js b/tests/js/server/recovery/corrupted-crc-mmfiles-grey.js similarity index 100% rename from tests/js/server/recovery/corrupted-crc-mmfiles.js rename to tests/js/server/recovery/corrupted-crc-mmfiles-grey.js