Skip to content

Commit

Permalink
pebble: Fix TestManualCompaction Flaky Test
Browse files Browse the repository at this point in the history
This change ensures that `TestManualCompaction` uses table format
`TableFormatPebblev1` as the size was changed in the following pr
cockroachdb#2585

Fixes: cockroachdb#2613
  • Loading branch information
raggar committed Jun 26, 2023
1 parent 74b3421 commit f4e9d3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions compaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1247,9 +1247,6 @@ func TestValidateVersionEdit(t *testing.T) {
}

func TestManualCompaction(t *testing.T) {
// skip flaky test until fixed (https://github.com/cockroachdb/pebble/issues/2613)
t.Skip()

var mem vfs.FS
var d *DB
defer func() {
Expand Down Expand Up @@ -1588,7 +1585,7 @@ func TestManualCompaction(t *testing.T) {
},
{
testData: "testdata/manual_compaction_set_with_del",
minVersion: FormatSetWithDelete,
minVersion: FormatBlockPropertyCollector,
maxVersion: FormatPrePebblev1MarkedCompacted,
},
{
Expand Down

0 comments on commit f4e9d3c

Please sign in to comment.