m3 icon indicating copy to clipboard operation
m3 copied to clipboard

Make "Prometheus compatibility (:docker:)" test in buildkite pipeline runnable locally

Open kentzeng12 opened this issue 11 months ago • 0 comments

We fixed the "Prometheus compatability (:docker:)" test in buildkite pipeline, however this solution https://github.com/m3db/m3/pull/4295 will not run on local developer machines. We need to make this test be able to run locally.

The test is found here: https://github.com/m3db/m3/blob/master/Makefile#L231

Currently it works when running inside a docker container, such as in the buildkite pipeline.

kentzeng12 avatar Dec 20 '24 01:12 kentzeng12