Comment 50 for bug 1405549

Revision history for this message
Alexey Stupnikov (astupnikov) wrote :

I have tried to reproduce test results provided by Maksym Strukov (unbelll) on MOS 6.1 and found that request results are identical before and after controller shutdown. Please provide steps-to-reproduce for MOS 6.1.

All controllers are working:
# while :; do curl -s -w "%{http_code} %{time_total}" -i -X POST -H "Content-Type: application/json" -d '{"auth":{ "identity":{"methods":["password"],"password"
:{"user":{"name":"admin","domain":{"id": "default" },"password": "admin"}}}}}' http://10.88.0.82:5000/v3/auth/tokens -o /dev/null; echo; sleep 1; done
201 0.162
201 0.117
201 0.173
201 0.110
201 0.140
201 0.114
201 0.207
....

Shutted down one controller:
# while :; do curl -s -w "%{http_code} %{time_total}" -i -X POST -H "Content-Type: application/json" -d '{"auth":{ "identity":{"methods":["password"],"password"
:{"user":{"name":"admin","domain":{"id": "default" },"password": "admin"}}}}}' http://10.88.0.82:5000/v3/auth/tokens -o /dev/null; echo; sleep 1; done
201 0.147
201 0.137
201 0.127
201 0.151
201 0.149
201 0.115
201 0.117
...