File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ go_test(
37
37
],
38
38
embed = [":owner" ],
39
39
flaky = True ,
40
+ << << << < HEAD
40
41
shard_count = 10 ,
42
+ == == == =
43
+ shard_count = 9 ,
44
+ >> >> >> > afdd5c2ecd5 (owner : fix data race on ownerManager .campaignCancel (#56362))
41
45
deps = [
42
46
"//pkg/ddl" ,
43
47
"//pkg/infoschema" ,
Original file line number Diff line number Diff line change @@ -308,7 +308,11 @@ func (m *ownerManager) CampaignOwner(withTTL ...int) error {
308
308
m .wg .Add (1 )
309
309
var campaignContext context.Context
310
310
campaignContext , m .campaignCancel = context .WithCancel (m .ctx )
311
+ << << << < HEAD
311
312
go m .campaignLoop (campaignContext , campaignSession )
313
+ == == == =
314
+ go m .campaignLoop (campaignContext , session )
315
+ >> >> >> > afdd5c2ecd5 (owner : fix data race on ownerManager.campaignCancel (#56362 ))
312
316
return nil
313
317
}
314
318
You can’t perform that action at this time.
0 commit comments