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

kv/server: skip a bunch of flakey tests #94954

Merged
merged 1 commit into from
Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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