Open karlkfi opened 9 years ago
@karlkfi: Do you know which git sha1 this happened with? I looked at the executor code printing out
I0703 16:32:09.635685 8051 executor.go:222] Executor nil of framework nil registered with slave nil
With the current code in master the first nil
seems to be impossible.
Shippable failed (on PR https://github.com/GoogleCloudPlatform/kubernetes/pull/10613) durring a mesos executor unit test.
runtime:
Go 1.3
env:KUBE_TEST_API_VERSIONS="v1beta3",KUBE_TEST_ETCD_PREFIXES="kubernetes.io/registry"
cmd:KUBE_RACE="-race" KUBE_COVER="y" KUBE_GOVERALLS_BIN="$HOME/gopath/bin/goveralls" KUBE_TIMEOUT='-timeout 300s' KUBE_COVERPROCS=8 KUBE_TEST_ETCD_PREFIXES="${KUBE_TEST_ETCD_PREFIXES}" KUBE_TEST_API_VERSIONS="${KUBE_TEST_API_VERSIONS}" ./hack/test-go.sh -- -p=2