Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Dec 6, 2022
1 parent 948a053 commit 88ae24d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sessionctx/variable/sysvar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -680,11 +680,6 @@ func TestSetTIDBDistributeReorg(t *testing.T) {
mock.SessionVars = vars
vars.GlobalVarsAccessor = mock

distributeReorg := GetSysVar(TiDBDDLEnableDistributeReorg)

// Default off
require.Equal(t, distributeReorg.Value, Off)

// Set to on
err := mock.SetGlobalSysVar(context.Background(), TiDBDDLEnableDistributeReorg, On)
require.NoError(t, err)
Expand Down

0 comments on commit 88ae24d

Please sign in to comment.