FANNG1 commented on code in PR #7827:
URL: https://github.com/apache/gravitino/pull/7827#discussion_r2239900560
##########
.github/workflows/flink-integration-test-action.yml:
##########
@@ -46,9 +46,8 @@ jobs:
- name: Flink Integration Test
id: integrationTest
- # run embedded mode and deploy mode integration tests
+ # run deploy mode integration tests
run: |
- ./gradlew -PskipTests -PtestMode=embedded -PjdkVersion=${{
inputs.java-version }} -PskipDockerTests=false :flink-connector:flink:test
--tests "org.apache.gravitino.flink.connector.integration.test.**"
./gradlew -PskipTests -PtestMode=deploy -PjdkVersion=${{
inputs.java-version }} -PskipDockerTests=false :flink-connector:flink:test
--tests "org.apache.gravitino.flink.connector.integration.test.**"
Review Comment:
all client tests doesn't run in embedde mode because the `server` module is
JDK 17, the target compatibility of client test code is JDK 8
--
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]