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:
Marius Bakke 2017-04-14 12:30:03 +02:00
parent f71f29cab2
commit bf144793ae
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -593,6 +593,9 @@ (define-public rocksdb
(add-before 'check 'disable-failing-tests
(lambda _
(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".
(("^[[:blank:]]+env_test[[:blank:]]+\\\\") "\\")
(("^[[:blank:]]+persistent_cache_test[[:blank:]]+\\\\") "\\"))