Skip to content

Commit

Permalink
add alloc
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp committed May 21, 2024
1 parent a3685b9 commit 5bd948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/mcs/tso/keyspace_group_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package tso

import (
"context"
"github.com/tikv/pd/pkg/mock/mockid"
"math/rand"
"net/http"
"strings"
Expand All @@ -33,6 +32,7 @@ import (
"github.com/tikv/pd/pkg/errs"
mcsutils "github.com/tikv/pd/pkg/mcs/utils"
"github.com/tikv/pd/pkg/member"
"github.com/tikv/pd/pkg/mock/mockid"
"github.com/tikv/pd/pkg/storage/endpoint"
tsopkg "github.com/tikv/pd/pkg/tso"
"github.com/tikv/pd/pkg/utils/etcdutil"
Expand Down

0 comments on commit 5bd948d

Please sign in to comment.