You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/12/02 08:18:24 UTC

[GitHub] [incubator-kyuubi] bowenliang123 commented on a diff in pull request #3854: [KYUUBI #3853] [Improvement] Add `fast` maven profile for skipping running tests, style checks and building docs

bowenliang123 commented on code in PR #3854:
URL: https://github.com/apache/incubator-kyuubi/pull/3854#discussion_r1037886903


##########
pom.xml:
##########
@@ -2332,6 +2337,21 @@
             </properties>
         </profile>
 
+        <profile>
+            <id>fast</id>

Review Comment:
   Good suggestion. However, `fast` profile is skipping tests run that prevent running actual tests and ignoring `-DwildcardSuites`. As result, we will have to use `fast` profile while explicitly set `skipTest` to false with ` -Pfast -DskipTests=false`.



-- 
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: notifications-unsubscribe@kyuubi.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org