-
Notifications
You must be signed in to change notification settings - Fork 12k
[ISSUE #5122] Enable checkstyle for test code #5166
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
Conversation
Could you fix the test of |
After i git reset the branch, i also saw other test errors. I try to fix it all. |
+1 to enable style check for test assets. |
Bro are you gonna fix the test code to. Seems like I found a lot of test code that didn't work? (i'm not sure) |
After i change 2 to 1, an error occurs. It seems 2 is correct? |
@nowinkeyy This is a huge pull request. If you are not sure about if your modifications affected the CI result which is required to pass, it may be a good idea to split it by the module. I am pleased to see this feature could be merge as soon as possible. |
Do you mean to submit PR according to module? If so, i will do so. |
If the changes are too large, it is OK and advised to split into multiple pull requests. This way, we may have quality reviews and quick merge for those that are simple, and obvious enough. |
I got it! |
Maybe close this PR and refer it to the issue itself? |
Make sure set the target branch to
develop
What is the purpose of the change
fix #5122
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR
.[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.