<div dir="ltr">Merged in master, 2.6 and 2.5.<div><br></div><div>Thanks!</div><div>Jérémie</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 28, 2015 at 10:16 AM, Mathieu Desnoyers <span dir="ltr"><<a href="mailto:mathieu.desnoyers@efficios.com" target="_blank">mathieu.desnoyers@efficios.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On busy systems, it's possible to spuriously hit the default 3 seconds<br>
timeout for UST registration to sessiond, thus causing tests to be flaky<br>
on those systems.<br>
<br>
Signed-off-by: Mathieu Desnoyers <<a href="mailto:mathieu.desnoyers@efficios.com">mathieu.desnoyers@efficios.com</a>><br>
---<br>
 tests/utils/utils.sh | 5 +++++<br>
 1 file changed, 5 insertions(+)<br>
<br>
diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh<br>
index c3d8bd4..5f86ece 100644<br>
--- a/tests/utils/utils.sh<br>
+++ b/tests/utils/utils.sh<br>
@@ -27,6 +27,11 @@ KERNEL_MAJOR_VERSION=2<br>
 KERNEL_MINOR_VERSION=6<br>
 KERNEL_PATCHLEVEL_VERSION=27<br>
<br>
+# We set the default UST register timeout to "wait forever", so that<br>
+# basic tests don't have to worry about hitting timeouts on busy<br>
+# systems. Specialized tests should test those corner-cases.<br>
+export LTTNG_UST_REGISTER_TIMEOUT=-1<br>
+<br>
 source $TESTDIR/utils/tap/tap.sh<br>
<br>
 function print_ok ()<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.1.4<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Jérémie Galarneau<br>EfficiOS Inc.<br><a href="http://www.efficios.com" target="_blank">http://www.efficios.com</a></div>
</div>