=== RUN TestTombstoneCleanRetentionLimitsRace/iteration12 panic: test timed out after 30m0s ... FAIL github.com/prometheus/prometheus/tsdb 1800.416s
This test is skipped on arm, due to debian/rules:
ifeq ($(DEB_HOST_ARCH_CPU),arm)
# Tests in armel take way too long, and run out of memory in armhf.
TESTFLAGS := -timeout 60m -short
and:
func TestTombstoneCleanRetentionLimitsRace(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}
I will implement something similar in d/rules for riscv64.
OpenPGP_signature
Description: OpenPGP digital signature

