Skip to content

Commit

Permalink
kvserver: unskip TestCheckConsistencyInconsistent
Browse files Browse the repository at this point in the history
The test was skipped for a reason that no longer holds.

Epic: none
Release note: none
  • Loading branch information
pav-kv committed Mar 22, 2023
1 parent 2cc4d0f commit 6372b6e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/kv/kvserver/consistency_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import (
"github.com/cockroachdb/cockroach/pkg/storage"
"github.com/cockroachdb/cockroach/pkg/storage/enginepb"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/testutils/testcluster"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
Expand Down Expand Up @@ -244,14 +243,6 @@ func TestCheckConsistencyInconsistent(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

// TODO(pavelkalinnikov): not if we remove TestingSetRedactable below?
skip.UnderRaceWithIssue(t, 81819, "slow test, and TestingSetRedactable triggers race detector")

// This test prints a consistency checker diff, so it's
// good to make sure we're overly redacting said diff.
// TODO(pavelkalinnikov): remove this since we don't print diffs anymore?
defer log.TestingSetRedactable(true)()

// Test expects simple MVCC value encoding.
storage.DisableMetamorphicSimpleValueEncoding(t)

Expand Down

0 comments on commit 6372b6e

Please sign in to comment.