Re: [neon27] racy testsuite

2016-08-10 Thread Christoph Egger
Hi!

Christoph Egger  writes:
>   Would you mind making the testsuite non-fatal until this race is
> fixed? I can prepare a NMU as well if you want me to. The failure's
> currently blocking also libreoffice to build on !linux

FWIW I'd apply the below patch from James Clarke and am probably doing a
NMU tomorrow (it's quite non-intrusive and for a important bug open for
more than a year, also I need that build!)

  Christoph

--- a/test/redirect.c
+++ b/test/redirect.c
@@ -181,7 +181,7 @@ static int no_redirect(void)
 
 ONN("redirect non-NULL after non-redir req", ne_redirect_location(sess));
 
-CALL(process_redir(sess, "/foo", &loc));
+PRECOND(process_redir(sess, "/foo", &loc) == OK);
 CALL(await_server());
 
 ne_session_destroy(sess);


-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer



[neon27] racy testsuite

2016-08-10 Thread Christoph Egger
Hi!

  Would you mind making the testsuite non-fatal until this race is
fixed? I can prepare a NMU as well if you want me to. The failure's
currently blocking also libreoffice to build on !linux

  Christoph
  
-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer