Skip to content
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

Merged
merged 7 commits into from
Mar 19, 2019

Conversation

cwen0
Copy link
Member

@cwen0 cwen0 commented Mar 14, 2019

@cwen0 cwen0 added the test/stability stability tests label Mar 14, 2019
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blockWriter -> blockwriter ?

case <-c.stopChan:
glog.Infof("[%s] stoping...", c)
cancel()
wg.Wait()
Copy link
Contributor

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.

Copy link
Contributor

@weekface weekface left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@weekface
Copy link
Contributor

@cwen0 fix the conflicts.

@cwen0
Copy link
Member Author

cwen0 commented Mar 18, 2019

@weekface PTAL again, thanks!

@weekface
Copy link
Contributor

@xiaojingchen PTAL

@cwen0 cwen0 merged commit 9d33e26 into pingcap:stability Mar 19, 2019
@cwen0 cwen0 deleted the add_insert_data_action branch March 19, 2019 02:54
weekface pushed a commit to weekface/tidb-operator that referenced this pull request Mar 21, 2019
tennix pushed a commit that referenced this pull request Mar 21, 2019
yahonda pushed a commit that referenced this pull request Dec 27, 2021
* fix tls doc

* update format

Co-authored-by: Ran <huangran@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test/stability stability tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants