mirror of https://gitee.com/bigwinds/arangodb
added pregel to greylist and raised log level
This commit is contained in:
parent
675b006ebc
commit
3e26f66aa8
|
@ -6,6 +6,7 @@ level = info
|
|||
level = replication=debug
|
||||
level = development=debug
|
||||
level = agency=trace
|
||||
level = pregel=debug
|
||||
|
||||
[database]
|
||||
force-sync-properties = false
|
||||
|
|
|
@ -4,6 +4,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/shell/shell-pregel-grey.js`
|
||||
|
||||
just hangs
|
||||
|
||||
- `tests/js/common/aql/aql-view-arangosearch-cluster.js`
|
||||
|
||||
taking too long
|
||||
|
|
Loading…
Reference in New Issue