Ludovic Courtès
aa44ad3fb8
tests: Skip web server tests when thread support is missing.
...
* test-suite/tests/web-server.test ("server is listening"): Throw to
'unresolved when not (provided? 'threads).
2023-07-16 21:47:44 +02:00
Ludovic Courtès
f18f670223
tests: web-server: Wait until the server is listening.
...
Fixes synchronization issues observed on slow or loaded machines, where
client connection attempts would fail with ECONNREFUSED:
https://issues.guix.gnu.org/54348
* test-suite/tests/web-server.test ("server is listening"): New test.
2022-03-15 14:38:40 +01:00
Ludovic Courtès
87bf38c93a
tests: Skip web server test when thread support is missing.
...
* test-suite/tests/web-server.test ("GET with keep-alive"): Throw
'unresolved when not (provided? 'threads).
2020-03-21 18:26:31 +01:00
Ludovic Courtès
a152a67d38
tests: Add (web server) test.
...
* test-suite/tests/web-server.test: New file.
* test-suite/Makefile.am (SCM_TESTS): Add it.
2019-06-30 17:20:54 +02:00