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 test: async emit annotations #438

Merged
merged 11 commits into from
May 7, 2019

Conversation

weekface
Copy link
Contributor

What problem does this PR solve?

This pr fixes stability tests:

  • async emit annotations
  • operator image pull policy to always
  • increase tidbcluster memory and cpu
  • update to v2.1.7
  • fix truncate sst case
  • default concurrency to 12
  • run stability test forever

What is changed and how it works?

Check List

Tests

  • E2E test
  • Stability test

Code changes

  • Has Go code change

Side effects

Related changes

* operator image pull policy to always
* increase tidbcluster memory and cpu
* update to v2.1.7
* fix truncate sst case
* default concurrency to 12
* run stability test forever
tests/actions.go Outdated Show resolved Hide resolved
Co-Authored-By: weekface <weekface@gmail.com>
xiaojingchen
xiaojingchen previously approved these changes Apr 30, 2019
aylei
aylei previously approved these changes Apr 30, 2019
Copy link
Contributor

@aylei aylei 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 Author

/run-e2e-tests

@gregwebs gregwebs added the test/stability stability tests label Apr 30, 2019
@weekface weekface dismissed stale reviews from aylei and xiaojingchen via d0a3780 May 1, 2019 00:20
@weekface
Copy link
Contributor Author

weekface commented May 1, 2019

/run-e2e-tests

@weekface
Copy link
Contributor Author

weekface commented May 1, 2019

/run-e2e-tests

@weekface
Copy link
Contributor Author

weekface commented May 6, 2019

/run-e2e-tests

1 similar comment
@weekface
Copy link
Contributor Author

weekface commented May 6, 2019

/run-e2e-tests

@weekface
Copy link
Contributor Author

weekface commented May 6, 2019

/run-e2e-tests

@weekface
Copy link
Contributor Author

weekface commented May 6, 2019

/run-e2e-tests

@weekface
Copy link
Contributor Author

weekface commented May 6, 2019

/run-e2e-tests

@weekface
Copy link
Contributor Author

weekface commented May 6, 2019

/run-e2e-tests

if b, err := oa.metaSyncFn(tc); !b && err == nil {
return false, nil
} else if err != nil {
glog.Error(err)
Copy link
Contributor

Choose a reason for hiding this comment

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

could you document why this error can be omitted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

other sync functions log the error immediately. metaSyncFn return these errors and log them outside of the method.
these may be different coding styles.

Copy link
Contributor

@aylei aylei left a comment

Choose a reason for hiding this comment

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

LGTM

@xiaojingchen xiaojingchen merged commit 8852434 into pingcap:master May 7, 2019
@weekface weekface deleted the async-emit branch June 21, 2019 08:42
yahonda pushed a commit that referenced this pull request Dec 27, 2021
* fix monitor

* address comment
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.

4 participants