Skip to content

Commit

Permalink
batcheval: skip TestEvalAddSSTable under deadlock
Browse files Browse the repository at this point in the history
Informs cockroachdb#115917

Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart committed Dec 15, 2023
1 parent f7e50aa commit 99f9760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/kv/kvserver/batcheval/cmd_add_sstable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/storage/fs"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/testutils/storageutils"
"github.com/cockroachdb/cockroach/pkg/util"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
Expand All @@ -48,6 +49,8 @@ func TestEvalAddSSTable(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.UnderDeadlock(t, "probable OOM")

storage.DisableMetamorphicSimpleValueEncoding(t)

const intentTS = 100 // values with this timestamp are written as intents
Expand Down

0 comments on commit 99f9760

Please sign in to comment.