autobuild: intermittent test failure detected

Stefan (metze) Metzmacher metze at samba.org
Sun Mar 15 16:11:17 MDT 2015


Hi,

there's some flakey autobuilds failing with:
maximum runtime exceeded

The attached patch should fix that.

metze

Am 15.03.2015 um 20:28 schrieb autobuild:
> The autobuild test system has detected an intermittent failing test in 
> the current master tree.
> 
> The autobuild log of the failure is available here:
> 
>    http://git.samba.org/autobuild.flakey/2015-03-15-2028/flakey.log
> 
> The samba build logs are available here:
> 
>    http://git.samba.org/autobuild.flakey/2015-03-15-2028/samba.stderr
>    http://git.samba.org/autobuild.flakey/2015-03-15-2028/samba.stdout
>   
> The top commit at the time of the failure was:
> 
> commit dd43b70524877064931eb8798ba81f4951266653
> Author: Günther Deschner <gd at samba.org>
> Date:   Wed Mar 11 10:37:00 2015 +0100
> 
>     librpc: use the correct "MSServerClusterMgmtAPI" auth service for clusapi.
>     
>     Guenther
>     
>     Signed-off-by: Günther Deschner <gd at samba.org>
>     Reviewed-by: Stefan Metzmacher <metze at samba.org>
>     
>     Autobuild-User(master): Günther Deschner <gd at samba.org>
>     Autobuild-Date(master): Sat Mar 14 02:36:33 CET 2015 on sn-devel-104
> 
-------------- next part --------------
From 669f6ade84204811fff73b47a810bec70e8fd0da Mon Sep 17 00:00:00 2001
From: Stefan Metzmacher <metze at samba.org>
Date: Sun, 15 Mar 2015 23:06:47 +0100
Subject: [PATCH] selftest: use server_maxtime = 9000 by default

With something like this:

samba.stdout:
[1730(16549)/1735 at 2h9m58s] samba4.blackbox.dbcheck(dc)
ERROR: Testsuite[samba4.blackbox.dbcheck(dc)]
REASON: unable to set up environment dc:local - exiting

samba.stderr:
samba: maximum runtime exceeded - terminating at 1426447450, current ts:
1426447450
samba child process 653 exited with value 0

Signed-off-by: Stefan Metzmacher <metze at samba.org>
---
 selftest/selftest.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index ae26b11..07b9cdb 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -428,7 +428,7 @@ $ENV{BINARY_MAPPING} = $opt_binary_mapping;
 # must terminate in this time, and testenv will only stay alive this
 # long
 
-my $server_maxtime = 7500;
+my $server_maxtime = 9000;
 if (defined($ENV{SMBD_MAXTIME}) and $ENV{SMBD_MAXTIME} ne "") {
     $server_maxtime = $ENV{SMBD_MAXTIME};
 }
-- 
1.9.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20150315/2349b491/attachment.pgp>


More information about the samba-technical mailing list