ForceBackendQuerying restarts the query frontend with the query-backend config overlay applied. Using this function requires re-creating any clients pointing at the frontend!
(t *testing.T)
| 439 | // ForceBackendQuerying restarts the query frontend with the query-backend config overlay applied. |
| 440 | // Using this function requires re-creating any clients pointing at the frontend! |
| 441 | func (h *TempoHarness) ForceBackendQuerying(t *testing.T) { |
| 442 | frontend := h.Services[ServiceQueryFrontend] |
| 443 | require.NoError(t, h.restartServiceWithConfigOverlay(t, frontend, queryBackendConfigFile)) |
| 444 | } |
| 445 | |
| 446 | /* |
| 447 | local object storage |