Skip to content

Commit

Permalink
Greylist moving-shards-with-arangosearch-view-cluster. (#7273)
Browse files Browse the repository at this point in the history
* Greylist moving-shards-with-arangosearch-view-cluster.

* Add documentation for greylisted tests.
  • Loading branch information
neunhoef committed Nov 8, 2018
1 parent 48c3fd3 commit ffd4008
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README_maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,14 @@ These tests are ran using the jasmine framework instead of jsunity.
--------
These tests produce a certain thread on infrastructure or the test system, and therefore should only be executed once per day.

-grey
-----
These tests are currently listed as "grey", which means that they are
known to be unstable or broken. These tests will not be executed by the
testing framework if the option `--skipGrey` is given. See
`tests/Greylist.txt` for up-to-date information about greylisted tests.
Please help to keep this file up to date.

Test frameworks used
====================
There are several major places where unittests live:
Expand Down
11 changes: 11 additions & 0 deletions tests/Greylist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Greylist information

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/resilience/moving-shards-with-arangosearch-view-cluster.js`
as of now this test has frequent failures. The issue seems to be that
the MoveShard operation from one leader to a different one does not
reliably drop the old leader as a follower from the Plan in the end.
See https://github.com/arangodb/release-3.4/issues/125

0 comments on commit ffd4008

Please sign in to comment.