gnu: rocksdb: Disable failing test.
* gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add one more test to 'disable-failing-tests' phase.
This commit is contained in:
parent
f71f29cab2
commit
bf144793ae
|
@ -593,6 +593,9 @@ types are supported, as is encryption.")
|
||||||
(add-before 'check 'disable-failing-tests
|
(add-before 'check 'disable-failing-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
|
;; This test fails with GCC-5 and is unmaintained.
|
||||||
|
;; https://github.com/facebook/rocksdb/issues/2148
|
||||||
|
(("^[[:blank:]]+spatial_db_test[[:blank:]]+\\\\") "\\")
|
||||||
;; These tests reliably fail due to "Too many open files".
|
;; These tests reliably fail due to "Too many open files".
|
||||||
(("^[[:blank:]]+env_test[[:blank:]]+\\\\") "\\")
|
(("^[[:blank:]]+env_test[[:blank:]]+\\\\") "\\")
|
||||||
(("^[[:blank:]]+persistent_cache_test[[:blank:]]+\\\\") "\\"))
|
(("^[[:blank:]]+persistent_cache_test[[:blank:]]+\\\\") "\\"))
|
||||||
|
|
Loading…
Reference in New Issue