blazar/blazar/tests/manager
asmita singh 89bfc325ca Handle SIGHUP signal for blazar-manager correctly
After a SIGHUP signal is sent to blazar-manager, the RPC messaging
between API and blazar-manager stops working and users start seeing
"Internal Server Error".

This issue is fixed in this patch, which adds a wait method to the
RPCServer class and calls the wait method of the RPC server from
oslo.messaging, so that all existing requests are fulfilled before
restarting the blazar-manager service again.

Change-Id: I8272975afeabfb74f974e9bf9a6ae9162c22a6e0
Closes-Bug: #1807689
2019-05-13 18:16:29 +00:00
..
__init__.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
test_rpcapi.py Pass query parameters in GET request to list handler 2019-01-08 12:13:55 +00:00
test_service.py Handle SIGHUP signal for blazar-manager correctly 2019-05-13 18:16:29 +00:00