We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6689aeb commit 53e953dCopy full SHA for 53e953d
go/logic/coordinator_test.go
@@ -82,6 +82,7 @@ func (suite *CoordinatorTestSuite) TestApplyDML() {
82
ctx := context.Background()
83
84
connectionConfig, err := GetConnectionConfig(ctx, suite.mysqlContainer)
85
+ suite.Require().NoError(err)
86
87
_ = os.Remove("/tmp/gh-ost.sock")
88
0 commit comments