[gnutls-devel] GnuTLS | tests: remove hand-written parallelism in testcompat-*openssl tests (#1099)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Sat Oct 3 17:02:01 CEST 2020



Daiki Ueno created an issue: https://gitlab.com/gnutls/gnutls/-/issues/1099



In testcompat-main-openssl, we have the following hand-written code to run sub-testsuites in parallel:
```sh
WAITPID=""
for mod in "" ":%COMPAT" ":%NO_ETM" ":%NO_TICKETS" ":%DISABLE_SAFE_RENEGOTIATION" ":%SAFE_RENEGOTIATION"; do
        run_server_suite $mod &
        WAITPID="$WAITPID $!"
done
```
We should rely on automake's parallel-tests harness by having individual test scripts.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1099
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20201003/a1259b90/attachment.html>


More information about the Gnutls-devel mailing list