Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: propagate errors from contentionQueue, catch stalls in roachtest #37199

Merged
merged 7 commits into from
Jul 8, 2019
Prev Previous commit
roachtest: skip kv/contention/nodes=4
Until #36089 is fixed, we know this will fail regularly. This is
especially true now that we extended TxnLivenessThreshold.

Release note: None
nvanbenschoten committed Jul 8, 2019
commit 82aeef479993e1bc3b229fd60b62c3caa2806ffe
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/kv.go
Original file line number Diff line number Diff line change
@@ -152,6 +152,7 @@ func registerKV(r *testRegistry) {
func registerKVContention(r *testRegistry) {
const nodes = 4
r.Add(testSpec{
Skip: "https://github.com/cockroachdb/cockroach/issues/36089",
Name: fmt.Sprintf("kv/contention/nodes=%d", nodes),
Cluster: makeClusterSpec(nodes + 1),
Run: func(ctx context.Context, t *test, c *cluster) {