Closed heyitsanthony closed 7 years ago
Initial attempt at getting some xchk errors out of containerized apps.
Can generate an xchk error with: go test -tags "docker xchk" -run=Kafka -args -v=9 -logtostderr
go test -tags "docker xchk" -run=Kafka -args -v=9 -logtostderr
this is awesome! lgtm
Initial attempt at getting some xchk errors out of containerized apps.
Can generate an xchk error with:
go test -tags "docker xchk" -run=Kafka -args -v=9 -logtostderr