12 Star 0 Fork 20

src-openEuler/libldb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-Skip-ldb_lmdb_free_list_test-on-ppc64el-ppc64-and-sp.patch 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
yangl777 提交于 2021-12-15 14:56 . update libldb to 2.4.1
From eb5409dd5e4dde482935421ce0eddf88a0d2d2f4 Mon Sep 17 00:00:00 2001
From: Mathieu Parent <math.parent@gmail.com>
Date: Thu, 25 Jun 2020 15:15:40 +0200
Subject: [PATCH] Skip ldb_lmdb_free_list_test on alpha, ia64, mips64el, ppc64el, ppc64 and sparc64
Workaround: https://bugzilla.samba.org/show_bug.cgi?id=14404
---
wscript | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/wscript b/wscript
index 9866901..17a9f14 100644
--- a/wscript
+++ b/wscript
@@ -651,8 +651,9 @@ 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']
+ if os.environ.get('DEB_HOST_ARCH', 'unknown') not in ['alpha', 'ia64', 'mips64el', 'ppc64el', 'ppc64', 'sparc64', 'unknown']:
+ test_exes += ['ldb_lmdb_free_list_test']
else:
test_exes += ['ldb_no_lmdb_test']
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libldb.git
git@gitee.com:src-openeuler/libldb.git
src-openeuler
libldb
libldb
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385