The Samba-Bugzilla – Attachment 12866 Details for
Bug 12469
CTDB lock helper getting stuck trying to lock a record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
skip build of test_mutex_raw if robust mutexes are not available
skip-build-of-test_mutex_raw.patch (text/plain), 1.30 KB, created by
Björn Baumbach
on 2017-01-30 12:08:39 UTC
(
hide
)
Description:
skip build of test_mutex_raw if robust mutexes are not available
Filename:
MIME Type:
Creator:
Björn Baumbach
Created:
2017-01-30 12:08:39 UTC
Size:
1.30 KB
patch
obsolete
>From 9d0022336ab25126e15a1b205bc8b6edd832a09f Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= <bb@sernet.de> >Date: Mon, 30 Jan 2017 12:49:00 +0100 >Subject: [PATCH] build: skip build of test_mutex_raw if robust mutexes are not > available >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The test was introduced with the fix of bug 12469: >https://bugzilla.samba.org/show_bug.cgi?id=12469 > >Signed-off-by: Björn Baumbach <bb@sernet.de> >--- > ctdb/wscript | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > >diff --git a/ctdb/wscript b/ctdb/wscript >index b9a3072..446bd8d 100644 >--- a/ctdb/wscript >+++ b/ctdb/wscript >@@ -830,10 +830,11 @@ def build(bld): > ib_deps, > install_path='${CTDB_TEST_LIBEXECDIR}') > >- bld.SAMBA_BINARY('test_mutex_raw', >- source='tests/src/test_mutex_raw.c', >- deps='pthread', >- install_path='${CTDB_TEST_LIBEXECDIR}') >+ if bld.env.HAVE_ROBUST_MUTEXES: >+ bld.SAMBA_BINARY('test_mutex_raw', >+ source='tests/src/test_mutex_raw.c', >+ deps='pthread', >+ install_path='${CTDB_TEST_LIBEXECDIR}') > > test_subdirs = [ > 'complex', >-- >2.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12469
:
12830
|
12831
|
12866
|
12870
|
12874
|
12879
|
12892
|
12893