lpereira / lwan

Experimental, scalable, high performance HTTP server

Home Page:https://lwan.ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_pipelined_requests fails on Alpine Linux

jirutka opened this issue · comments

======================================================================
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.

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