bug: GET /health
and GET /server/health
disagree on the robot's name
#10413
Labels
bug
robot server
Affects the `robot-server` project
robot-svcs
Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).
software-investigate
Our Software team needs to look into this so we can understand more about it.
update server
Overview
From @mcous:
Steps to reproduce
POST /server/name {"name": "new name"}
.POST
response, the response toGET /health
, and the response toGET /server/update/health
.Current behavior
I think
POST /server/name
andGET /server/update/health
are correct, butGET /health
lags behind and shows the old name.Output from
cd discovery-client && yarn run discovery
after changing the name fromOLDNAME
toNEWNAME
:Expected behavior
GET /health
andGET /server/health
should probably always agree on the name.All of the
name
fields printed byyarn run discovery
should eventually agree.The text was updated successfully, but these errors were encountered: