Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37769798
en ru br
ALT Linux repos
S:2.6.2-alt1

Group :: System/Libraries
RPM: libldb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ldb-skip-ldb_lmdb_free_list_test-on-ppc64le.patch
Download


diff --git a/ldb/wscript b/ldb/wscript
index da2b935d10..3a8782a54e 100644
--- a/ldb/wscript
+++ b/ldb/wscript
@@ -649,8 +649,7 @@ def test(ctx):
                       # we can fit > 4G of data into the DB), it would fill up
                       # the disk on many of our test instances
                       'ldb_mdb_kv_ops_test',
-                      'ldb_key_value_sub_txn_mdb_test',
-                      'ldb_lmdb_free_list_test']
+                      'ldb_key_value_sub_txn_mdb_test']
     else:
         test_exes += ['ldb_no_lmdb_test']
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin