-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stability: add blockWriter case for inserting data #321
Conversation
tests/actions.go
Outdated
@@ -28,6 +28,8 @@ import ( | |||
"github.com/pingcap/tidb-operator/pkg/client/clientset/versioned" | |||
"github.com/pingcap/tidb-operator/pkg/controller" | |||
"github.com/pingcap/tidb-operator/pkg/label" | |||
"github.com/pingcap/tidb-operator/tests/pkg/blockWriter" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blockWriter -> blockwriter ?
tests/pkg/blockWriter/blockWriter.go
Outdated
case <-c.stopChan: | ||
glog.Infof("[%s] stoping...", c) | ||
cancel() | ||
wg.Wait() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add wg.Wait()
to this block is strange.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@cwen0 fix the conflicts. |
@weekface PTAL again, thanks! |
@xiaojingchen PTAL |
* add blockWriter case to insert data
* add blockWriter case to insert data
* fix tls doc * update format Co-authored-by: Ran <huangran@pingcap.com>
@weekface @zyguan @xiaojingchen @shuijing198799 PTAL