Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Hunter committed Feb 19, 2024
1 parent c5910ec commit 9c80392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/disttask/importinto/scheduler_testkit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func TestSchedulerExtGlobalSort(t *testing.T) {
mgr := storage.NewTaskManager(pool)
storage.SetTaskManager(mgr)
sch := scheduler.NewManager(util.WithInternalSourceType(ctx, "scheduler"), mgr, "host:port")
require.NoError(t, mgr.InitMeta(ctx, ":4000", ""))

// create job
conn := tk.Session().(sqlexec.SQLExecutor)
Expand Down

0 comments on commit 9c80392

Please sign in to comment.