diqiu50 commented on code in PR #13142:
URL: https://github.com/apache/gravitino/pull/13142#discussion_r4003791315


##########
.github/workflows/trino-integration-test-action.yml:
##########
@@ -63,9 +63,16 @@ jobs:
           # Disable the Trino cascading query integration test, because the 
connector jars are private now.
           #trino-connector/integration-test/trino-test-tools/run_test.sh
 
+      # The SQL-file harness above does not execute the JUnit ITs under
+      # trino-connector/integration-test (TrinoUDFIT etc.), so run them 
explicitly.
+      - name: Trino JUnit Integration Test
+        id: junitIntegrationTest
+        run: |
+          ./gradlew :trino-connector:integration-test:test 
-PskipDockerTests=false -PskipWeb=true

Review Comment:
   build.grale.tks sets all the environment variables 



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