mirror of https://gitee.com/bigwinds/arangodb
Greylist tests/js/server/replication/replication-fuzz.js (#8558)
This commit is contained in:
parent
d6aa9136de
commit
80ab68f6f9
|
@ -4,6 +4,25 @@ 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/replication_fuzz.js` often fails with
|
||||
|
||||
[FAILED] tests/js/server/replication/replication-fuzz.js
|
||||
|
||||
"testFuzz" failed: at assertion #5: assertEqual: (edge1lPYZAhDaHTXARyb1553464982839-7-6243638505965989336primary-["_key"]edge-["_from","_to"]fuchs5NcDJ5W7op5FaurO1553464981502-2994-2799813630684851127primary-["_key"]fuchsdIE7aXAEAJNemsAo1553465047639-2006-12100265488340768412primary-["_key"]hash-["qSO6vCeQ0NFNyRqb1553464994849"]skiplist-["VrXYo1SlNE8Uzf141553465023423"]fuchsWhIJSLoR4ohvwETO1553465028502-6-2495317728447060923primary-["_key"]testErZaaOqAixhMcViW1553465028081-3-1834778075040168125primary-["_key"]) is not equal to (edge1lPYZAhDaHTXARyb1553464982839-0-0primary-["_key"]edge-["_from","_to"]fuchs5NcDJ5W7op5FaurO1553464981502-2994-2799813630684851127primary-["_key"]fuchsdIE7aXAEAJNemsAo1553465047639-2006-12100265488340768412primary-["_key"]fuchsWhIJSLoR4ohvwETO1553465028502-6-2495317728447060923primary-["_key"]testErZaaOqAixhMcViW1553465028081-0-0primary-["_key"])
|
||||
(Error
|
||||
at assertEqual (/work/ArangoDB/js/common/modules/jsunity/jsunity.js:103:19)
|
||||
at /work/ArangoDB/tests/js/server/replication/replication-fuzz.js:506:11
|
||||
at compare (/work/ArangoDB/tests/js/server/replication/replication-fuzz.js:141:5)
|
||||
at Object.testFuzz (/work/ArangoDB/tests/js/server/replication/replication-fuzz.js:183:7)
|
||||
at Object.run (/work/ArangoDB/js/common/modules/jsunity/jsunity.js:515:23)
|
||||
at Object.Run [as run] (/work/ArangoDB/js/common/modules/jsunity.js:171:24)
|
||||
at /work/ArangoDB/tests/js/server/replication/replication-fuzz.js:518:9
|
||||
at /work/ArangoDB/tests/js/server/replication/replication-fuzz.js:521:3
|
||||
at RunTest (/work/ArangoDB/js/common/modules/jsunity.js:248:12)
|
||||
at /work/ArangoDB/js/common/modules/@arangodb/testrunner.js:47:13)
|
||||
|
||||
Suites failed: 1 Tests Failed: 1
|
||||
|
||||
- `./tests/js/server/recovery/corrupted-crc-mmfiles-grey.js` sometimes fails with
|
||||
|
||||
[FAILED] tests/js/server/recovery/corrupted-crc-mmfiles.js
|
||||
|
@ -35,4 +54,3 @@ Mount: /foxx-crud-test
|
|||
at arrayEach (/work/ArangoDB/js/node/node_modules/lodash/lodash.js:537:11)
|
||||
at Function.forEach (/work/ArangoDB/js/node/node_modules/lodash/lodash.js:9359:14)
|
||||
at runJSUnityTests (/work/ArangoDB/js/common/modules/@arangodb/testrunner.js:38:5)
|
||||
|
||||
|
|
Loading…
Reference in New Issue