(name string, zone string)
| 335 | } |
| 336 | |
| 337 | func newLiveStore(name string, zone string) *e2e.HTTPService { |
| 338 | return util.NewTempoService(name, "live-store", e2e.NewHTTPReadinessProbe(3200, "/ready", 200, 299), nil, "-live-store.instance-availability-zone="+zone) |
| 339 | } |
no outgoing calls
no test coverage detected