lpereira / lwan

Experimental, scalable, high performance HTTP server
https://lwan.ws
GNU General Public License v2.0
5.92k stars 549 forks source link

test_pipelined_requests fails on Alpine Linux #216

Closed jirutka closed 6 years ago

jirutka commented 6 years ago
======================================================================
FAIL: test_pipelined_requests (__main__.TestPipelinedRequests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "src/lwan-0.1/src/scripts/testsuite.py", line 678, in test_pipelined_requests
    self.assertTrue(s in responses)
AssertionError: False is not true

The variable responses is empty, sock.recv(32) returns just an empty string.

jirutka commented 6 years ago

This test passes now, so it was probably related to #215.