Skip to content

Tests using grunning failed #106937

@Nayana-ibm

Description

@Nayana-ibm

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

Metadata

Metadata

Assignees

Labels

A-admission-controlB-unsupported-archNon-x86_64 architectures: PPC, MIPS, etcC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-communityOriginated from the communityT-kvKV TeamX-blathers-triagedblathers was able to find an ownerv23.1.9

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions