<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - "make check-daemon" fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84415#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - "make check-daemon" fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84415">bug 84415</a>
              from <span class="vcard"><a class="email" href="mailto:david.henningsson@canonical.com" title="David Henningsson <david.henningsson@canonical.com>"> <span class="fn">David Henningsson</span></a>
</span></b>
        <pre>We could take the easy way out and just do like this:

diff --git a/src/tests/connect-stress.c b/src/tests/connect-stress.c
index 0cf072d..8f5d68f 100644
--- a/src/tests/connect-stress.c
+++ b/src/tests/connect-stress.c
@@ -42,7 +42,7 @@
  * which makes a non-error abort less likely (although still easily possible
of
  * playing >=3 streams outside of the test - including internal loopback, rtp,
  * combine, remap streams etc.) */
-#define NSTREAMS ((PA_MAX_INPUTS_PER_SINK/2) - 1)
+#define NSTREAMS 20
 #define NTESTS 1000
 #define SAMPLE_HZ 44100

...or we could figure out what's actually causing the connection stuff to freak
out when there are too many streams...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>