<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p class="details" style="font-style: italic; color: #666;">
<a href="https://gitlab.com/dueno">Daiki Ueno</a> created an issue <a href="https://gitlab.com/gnutls/gnutls/-/issues/1099">#1099</a>:
</p>
<div></div>
<p dir="auto">In testcompat-main-openssl, we have the following hand-written code to run sub-testsuites in parallel:</p>
<pre class="code highlight js-syntax-highlight shell" lang="shell" v-pre="true"><code><span id="LC1" class="line" lang="shell"><span class="nv">WAITPID</span><span class="o">=</span><span class="s2">""</span></span>
<span id="LC2" class="line" lang="shell"><span class="k">for </span>mod <span class="k">in</span> <span class="s2">""</span> <span class="s2">":%COMPAT"</span> <span class="s2">":%NO_ETM"</span> <span class="s2">":%NO_TICKETS"</span> <span class="s2">":%DISABLE_SAFE_RENEGOTIATION"</span> <span class="s2">":%SAFE_RENEGOTIATION"</span><span class="p">;</span> <span class="k">do</span></span>
<span id="LC3" class="line" lang="shell"><span class="k">        </span>run_server_suite <span class="nv">$mod</span> &</span>
<span id="LC4" class="line" lang="shell">        <span class="nv">WAITPID</span><span class="o">=</span><span class="s2">"</span><span class="nv">$WAITPID</span><span class="s2"> </span><span class="nv">$!</span><span class="s2">"</span></span>
<span id="LC5" class="line" lang="shell"><span class="k">done</span></span></code></pre>
<p dir="auto">We should rely on automake's parallel-tests harness by having individual test scripts.</p>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1099">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/-/sent_notifications/62f1a4ff618e9543bed3633cc5ba1cd1/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/1099"}}</script>


</p>
</div>
</body>
</html>