You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/16 10:10:16 UTC

[GitHub] [iotdb] ericpai opened a new pull request, #7626: Refactor IT classes and packages

ericpai opened a new pull request, #7626:
URL: https://github.com/apache/iotdb/pull/7626

   This PR fixes:
   1. Bad regexp that causing all IT files are all ignored by the checkstyle tool, which is imported in the PR #7326 
   2. Move session IT cases and confignode cases to a unify package to reduce the complexity of the regexp, and add particular import-control rules for each package.
   3. Add a checker for checking whether a test class has been annotated with `@RunWith(IoTDBTestRuner.class)`.
   4. Add all the missing  `@RunWith(IoTDBTestRuner.class)`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] JackieTien97 merged pull request #7626: Refactor IT classes and packages

Posted by GitBox <gi...@apache.org>.
JackieTien97 merged PR #7626:
URL: https://github.com/apache/iotdb/pull/7626


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] ericpai commented on pull request #7626: Refactor IT classes and packages

Posted by GitBox <gi...@apache.org>.
ericpai commented on PR #7626:
URL: https://github.com/apache/iotdb/pull/7626#issuecomment-1279937895

   @JackieTien97 @Beyyes PTAL


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org