pale-emperor

Results 3 issues of pale-emperor

# Steps to reproduce Run tests couple of times: ``` for i in `seq 40`; do ./run_tests.py ws.test_ws_ping.CacheTest.test_ping_websockets; done ``` Result: Kernel panic and reboot

bug

Long body have 4 tests which leads to FAIL condition: ``` long_body.test_long_request.RequestTest1M long_body.test_long_request.RequestTest1k ``` [12199.646174] [tempesta fw] Warning: Parser error: state=RGen_BodyInit input(-8)=0xa('0.0.1 [12199.646175] [tempesta fw] Warning: failed to parse request:...

bug
h2
http/1.1

Steps to reproduce: Run test test_health_monitor or configure backend as shown below **tempesta.conf** ``` server_failover_http 404 5 5; # mark 404 as failed server_failover_http 403 5 5; # mark 403...

question