Skip to content

Commit

Permalink
Merge #38655
Browse files Browse the repository at this point in the history
38655: storage: skip TestNewTruncateDecision r=nvanbenschoten a=tbg

We've identified the root cause, but some cleanup presents itself, and
in the meantime the test is too flaky to leave unskipped.

See #38652.

Touches #38584.

Release note: None

Co-authored-by: Tobias Schottdorf <tobias.schottdorf@gmail.com>
  • Loading branch information
craig[bot] and tbg committed Jul 3, 2019
2 parents c06014e + b2d218f commit 4878cb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/storage/raft_log_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,9 @@ func TestNewTruncateDecisionMaxSize(t *testing.T) {
// removed.
func TestNewTruncateDecision(t *testing.T) {
defer leaktest.AfterTest(t)()

t.Skip("https://github.com/cockroachdb/cockroach/issues/38584")

stopper := stop.NewStopper()
defer stopper.Stop(context.TODO())
store, _ := createTestStore(t,
Expand Down

0 comments on commit 4878cb3

Please sign in to comment.