-
Notifications
You must be signed in to change notification settings - Fork 499
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
Conversation
* 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
Co-Authored-By: weekface <weekface@gmail.com>
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
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
1 similar comment
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
/run-e2e-tests |
if b, err := oa.metaSyncFn(tc); !b && err == nil { | ||
return false, nil | ||
} else if err != nil { | ||
glog.Error(err) |
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.
could you document why this error can be omitted?
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.
other sync functions log the error immediately. metaSyncFn
return these errors and log them outside of the method.
these may be different coding styles.
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
* fix monitor * address comment
What problem does this PR solve?
This pr fixes stability tests:
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes