Skip to content

Commit

Permalink
kv/server: skip a bunch of flakey tests
Browse files Browse the repository at this point in the history
TestStoreCapacityAfterSplit, TestMergeQueueDoesNotInterruptReplicationChange,
testserver_test_22.1_22.2, testserve_upgrade_node.

Informs: cockroachdb#94871, cockroachdb#94951, cockroachdb#92677 cockroachdb#94956

Release note: None
  • Loading branch information
msbutler committed Jan 9, 2023
1 parent 01032c2 commit ff6459e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/kv/kvserver/client_split_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2765,7 +2765,7 @@ func TestTxnWaitQueueDependencyCycleWithRangeSplit(t *testing.T) {
func TestStoreCapacityAfterSplit(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 92677)
ctx := context.Background()
manualClock := hlc.NewHybridManualClock()
tc := testcluster.StartTestCluster(t, 2,
Expand Down
2 changes: 1 addition & 1 deletion pkg/kv/kvserver/replica_learner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ func TestLearnerAndJointConfigAdminMerge(t *testing.T) {
func TestMergeQueueDoesNotInterruptReplicationChange(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 94951)
ctx := context.Background()
var activateSnapshotTestingKnob int64
blockSnapshot := make(chan struct{})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# LogicTest: cockroach-go-testserver-22.1-22.2
skip 94871

query I
SELECT 1
Expand Down
2 changes: 2 additions & 0 deletions pkg/sql/logictest/testdata/logic_test/testserver_upgrade_node
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# LogicTest: cockroach-go-testserver-22.2-master

skip 94956

query I
SELECT 1
----
Expand Down

0 comments on commit ff6459e

Please sign in to comment.