You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…#2797)
### What changes were proposed in this pull request?
Add two Gradle command in the client-python module
1. `./gradlew :clients:client-python:test`
2. `./gradlew :clients:client-python: integrationTest`
### Why are the changes needed?
Proved a real test environment for Gravitino server.
Fix: #2756
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
CI Passed
unknowntpo
pushed a commit
to unknowntpo/gravitino
that referenced
this issue
Apr 9, 2024
…client (apache#2797)
### What changes were proposed in this pull request?
Add two Gradle command in the client-python module
1. `./gradlew :clients:client-python:test`
2. `./gradlew :clients:client-python: integrationTest`
### Why are the changes needed?
Proved a real test environment for Gravitino server.
Fix: apache#2756
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
CI Passed
Describe the subtask
Currently, Gravitino Python client use mock date to test, We consider use real Gravitino Server to integration test it.
Parent issue
#2113
The text was updated successfully, but these errors were encountered: