Skip to content

Commit

Permalink
Merge branch 'main' into 1105-update-txnop-reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 5, 2024
2 parents 17f5b21 + 7bb2632 commit 6d502e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/vm/engine/tae/db/test/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6360,6 +6360,10 @@ func TestAppendAndGC(t *testing.T) {
opts := new(options.Options)
opts = config.WithQuickScanAndCKPOpts(opts)
options.WithDisableGCCheckpoint()(opts)
common.RuntimeMaxMergeObjN.Store(0)
common.RuntimeOsizeRowsQualified.Store(0)
common.RuntimeMaxObjOsize.Store(0)

tae := testutil.NewTestEngine(ctx, ModuleName, t, opts)
defer tae.Close()
db := tae.DB
Expand Down

0 comments on commit 6d502e9

Please sign in to comment.