yuqi1129 commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756438417


##########
build.gradle.kts:
##########
@@ -204,6 +204,13 @@ allprojects {
         throw GradleException("Gravitino integration tests only support 
[-PtestMode=embedded] or [-PtestMode=deploy] mode!")
       }
 
+      param.useJUnitPlatform()

Review Comment:
   This line seems to be repeated with L214.



##########
.github/workflows/access-control-integration-test.yml:
##########
@@ -83,7 +87,8 @@ jobs:
       - name: Authorization Integration Test (JDK${{ matrix.java-version 
}}-${{ matrix.test-mode }}-${{ matrix.backend }})
         id: integrationTest
         run: |
-          ./gradlew -PskipTests -PtestMode=${{ matrix.test-mode }} 
-PjdbcBackend=${{ matrix.backend }} -PjdkVersion=${{ matrix.java-version }} 
-PskipDockerTests=false :authorizations:authorization-ranger:test --tests 
"org.apache.gravitino.authorization.ranger.integration.test.**"
+          ./gradlew -PskipTests -PtestMode=embedded -PjdbcBackend=h2 
-PjdkVersion=${{ matrix.java-version }} -PskipDockerTests=false 
:authorizations:authorization-ranger:test --tests 
"org.apache.gravitino.authorization.ranger.integration.test.**"
+          ./gradlew -PskipTests -PtestMode=deploy -PjdbcBackend=mysql 
-PjdkVersion=${{ matrix.java-version }} -PskipDockerTests=false 
:authorizations:authorization-ranger:test --tests 
"org.apache.gravitino.authorization.ranger.integration.test.**"

Review Comment:
   You can exclude someone. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to