Mitch Kelley

Results 18 issues of Mitch Kelley

small change to the docs now that the node server api has changed link to api: https://github.com/grpc/grpc-node/blob/master/packages/grpc-native-core/src/server.js#L948 the examples work with or without this change, but the change removes this...

### e2e tests during release have been flakey - The tutorial e2e has been failing where it expects the experiment to be in state `failed`, but the experiment is in...

make it easier to tell which experiments are active

in some cases, an experiment may be "Failed" before it begins. If the experiment is started, it won't be recalled until after one cycle of prometheus updates. Before creating experiments,...

experiments that specify invalid namespaces cause glooshot to fail: ``` {"level":"fatal","ts":"2019-05-13T22:59:09.513Z","logger":"glooshot","caller":"glooshot/main.go:21","msg":"error in setup: for experiment: default.abort-ratings, fault index: 0: supergloo-system.istio does not exist: meshes.supergloo.solo.io \"istio\" not found","version":"helmtest5","stacktrace":"main.main\n\t/Users/mitch/go/src/github.com/solo-io/glooshot/cmd/glooshot/main.go:21\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:200"} ```

reproduction steps: - start glooshot - create an experiment - wait for glooshot to produce routing rules from this experiment - stop glooshot - delete the experiment - restart glooshot...

bug