Skip to content

Commit

Permalink
update shim
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Mar 22, 2024
1 parent 461ac0f commit f6b4cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/vt/vtctl/reparentutil/slack_cross_cell_shim.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package reparentutil

import (
slackdurability "github.com/slackhq/vitess-addons/go/durability"
"github.com/slackhq/vitess-addons/go/durability"

Check failure on line 4 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

reading github.com/slackhq/vitess-addons/go.mod at revision v0.15.1: git ls-remote -q origin in /go/pkg/mod/cache/vcs/deddcb84177463a570ad3cac1ad9ff1e94bf4f985fbe6cc27416617e75330028: exit status 128:

Check failure on line 4 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

reading github.com/slackhq/vitess-addons/go.mod at revision v0.15.1: git ls-remote -q origin in /go/pkg/mod/cache/vcs/deddcb84177463a570ad3cac1ad9ff1e94bf4f985fbe6cc27416617e75330028: exit status 128:

Check failure on line 4 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

reading github.com/slackhq/vitess-addons/go.mod at revision v0.15.1: git ls-remote -q origin in /go/pkg/mod/cache/vcs/deddcb84177463a570ad3cac1ad9ff1e94bf4f985fbe6cc27416617e75330028: exit status 128:

Check failure on line 4 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 25

reading github.com/slackhq/vitess-addons/go.mod at revision v0.15.1: git ls-remote -q origin in /go/pkg/mod/cache/vcs/deddcb84177463a570ad3cac1ad9ff1e94bf4f985fbe6cc27416617e75330028: exit status 128:

Check failure on line 4 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

reading github.com/slackhq/vitess-addons/go.mod at revision v0.15.1: git ls-remote -q origin in /go/pkg/mod/cache/vcs/deddcb84177463a570ad3cac1ad9ff1e94bf4f985fbe6cc27416617e75330028: exit status 128:

Check failure on line 4 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

reading github.com/slackhq/vitess-addons/go.mod at revision v0.15.1: git ls-remote -q origin in /go/pkg/mod/cache/vcs/deddcb84177463a570ad3cac1ad9ff1e94bf4f985fbe6cc27416617e75330028: exit status 128:

Check failure on line 4 in go/vt/vtctl/reparentutil/slack_cross_cell_shim.go

View workflow job for this annotation

GitHub Actions / Docker Test Cluster 10

reading github.com/slackhq/vitess-addons/go.mod at revision v0.15.1: git ls-remote -q origin in /go/pkg/mod/cache/vcs/deddcb84177463a570ad3cac1ad9ff1e94bf4f985fbe6cc27416617e75330028: exit status 128:

topodatapb "vitess.io/vitess/go/vt/proto/topodata"
"vitess.io/vitess/go/vt/vtctl/reparentutil/promotionrule"
Expand All @@ -11,7 +11,7 @@ import (
// implementation (from github.com/slackhq/vitess-addons) using the private struct
// methods the Durabiler interface (unfortunately) requires.
type slackCrossCell struct {
*slackdurability.SlackCrossCell
*durability.SlackCrossCell
}

func (scc *slackCrossCell) promotionRule(tablet *topodatapb.Tablet) promotionrule.CandidatePromotionRule {
Expand Down

0 comments on commit f6b4cf0

Please sign in to comment.