Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <[email protected]>
  • Loading branch information
YuJuncen committed Dec 25, 2023
1 parent 4d1e2de commit 90b9360
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
4 changes: 0 additions & 4 deletions br/pkg/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ go_test(
],
embed = [":utils"],
flaky = True,
<<<<<<< HEAD
shard_count = 29,
=======
shard_count = 38,
>>>>>>> 7b8c876800e (log_backup: add lock for truncating (#49469))
deps = [
"//br/pkg/errors",
"//br/pkg/metautil",
Expand Down
5 changes: 0 additions & 5 deletions br/pkg/utils/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@ import (
"github.com/pingcap/errors"
"github.com/pingcap/kvproto/pkg/metapb"
berrors "github.com/pingcap/tidb/br/pkg/errors"
<<<<<<< HEAD
"github.com/pingcap/tidb/parser/mysql"
"github.com/pingcap/tidb/parser/types"
=======
"github.com/pingcap/tidb/pkg/parser/mysql"
"github.com/pingcap/tidb/pkg/parser/types"
"go.uber.org/multierr"
>>>>>>> 7b8c876800e (log_backup: add lock for truncating (#49469))
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
)
Expand Down
7 changes: 1 addition & 6 deletions br/pkg/utils/misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ import (
"testing"
"time"

<<<<<<< HEAD
"github.com/pingcap/errors"
"github.com/pingcap/tidb/parser/mysql"
"github.com/pingcap/tidb/parser/types"
=======
"github.com/pingcap/errors"
"github.com/pingcap/tidb/pkg/parser/mysql"
"github.com/pingcap/tidb/pkg/parser/types"
>>>>>>> 7b8c876800e (log_backup: add lock for truncating (#49469))
"github.com/stretchr/testify/require"
"go.uber.org/multierr"
)
Expand Down

0 comments on commit 90b9360

Please sign in to comment.