sinatra/test/integration
MSP-Greg 50b8398dd7
CI: Fix up integration stream test for Puma (#1887)
Fixes timing issue with Puma, adds 0.05 second to sleep, small changes to
asserts and time calc.

Ensure Puma creates its request serving thread at server boot: If min_threads is
zero, the thread is created when the first request is received, which would
increase the time for the test assert that failed. For CI, if min_threads is
one, the thread is created as the server boots.

Close https://github.com/puma/puma/issues/3085
2023-02-22 22:12:12 +01:00
..
app.rb CI: Fix up integration stream test for Puma (#1887) 2023-02-22 22:12:12 +01:00
rainbows.conf Create integration_async_test for to be enable test with rainbows 2020-08-08 19:14:29 +09:00
rainbows.rb use rainbows instead of puma in examples 2020-09-01 03:10:19 +09:00