There are two test cases that use fault injection to test pipelined requests when the server goes down after an allocation error.
We need to investigate more deeply how we can activate these scenarios in our own tests — with proper server reloading and ensuring that subsequent tests continue as expected.
See:
- t_pipelining/test_pipelining.py::TestPipelineResponsesOrderFI
- t_pipelining/test_pipelining.py::TestPipelineResponsesOrderFIWithClosingConnection
There are two test cases that use fault injection to test pipelined requests when the server goes down after an allocation error.
We need to investigate more deeply how we can activate these scenarios in our own tests — with proper server reloading and ensuring that subsequent tests continue as expected.
See: