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


##########
.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:
   Yes, I think we can run AC IT on PG backend in the deploy mode.



-- 
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