-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Tests using grunning failed #106937
Description
Describe the problem
We have disabled grunning for s390x through #95291 as patched Go runtime is not available. Recent commit 4c2d4c3 adds tests for ARM MacOS however it also gets executed on s390x.
On s390x, this fails with below error:
Test: TestRebalanceObjectiveManager
Error Trace: github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective_test.go:209
Error: Not equal:
expected: 1
actual : 0
Also , recent commit (408e227) to kvserver_test causing failure on s390x to TestMergeQueue/load-based-merging.
FAIL: TestMergeQueue/load-based-merging
--- FAIL: TestMergeQueue/load-based-merging/switch-queries-per-second-to-cpu-per-second-prev-combined-below-threshold (45.19s)
--- FAIL: TestMergeQueue/load-based-merging/switch-cpu-per-second-to-queries-per-second-prev-combined-below-threshold (45.22s)
To Reproduce
Clone https://github.com/cockroachdb/cockroach
Checkout v23.1.2
Build and execute tests using ./dev test -v
Expected behavior
Tests should pass.
Environment:
- CockroachDB version 23.1.2
- Server OS: Linux Ubuntu
Jira issue: CRDB-29771