-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug report] ./gradlew test -PskipITs
failed in python-client test
#3319
Comments
@xunliu @noidname01 would you please help to check this issue when you have time. |
OK, I will fix this issue. |
xunliu
added a commit
to xunliu/gravitino
that referenced
this issue
May 10, 2024
jerryshao
pushed a commit
that referenced
this issue
May 11, 2024
…nt (#3322) ### What changes were proposed in this pull request? 1. Add `skipITs` build params in the Python Client Gradle script. 2. Use different directory storage integration test and unit tests. ### Why are the changes needed? When running this command ./gradlew test -PskipITs directly. the Gradle python test task will be failed because of lacking compileDistribution step. we should fix it to make all the commands work. Fix: #3319 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI Passed
github-actions bot
pushed a commit
that referenced
this issue
May 11, 2024
…nt (#3322) ### What changes were proposed in this pull request? 1. Add `skipITs` build params in the Python Client Gradle script. 2. Use different directory storage integration test and unit tests. ### Why are the changes needed? When running this command ./gradlew test -PskipITs directly. the Gradle python test task will be failed because of lacking compileDistribution step. we should fix it to make all the commands work. Fix: #3319 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI Passed
jerryshao
added a commit
that referenced
this issue
May 13, 2024
…nt (#3338) ### What changes were proposed in this pull request? 1. Add `skipITs` build params in the Python Client Gradle script. 2. Use different directory storage integration test and unit tests. ### Why are the changes needed? When running this command ./gradlew test -PskipITs directly. the Gradle python test task will be failed because of lacking compileDistribution step. we should fix it to make all the commands work. Fix: #3319 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI Passed Co-authored-by: Xun Liu <[email protected]>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…n-client (apache#3322) ### What changes were proposed in this pull request? 1. Add `skipITs` build params in the Python Client Gradle script. 2. Use different directory storage integration test and unit tests. ### Why are the changes needed? When running this command ./gradlew test -PskipITs directly. the Gradle python test task will be failed because of lacking compileDistribution step. we should fix it to make all the commands work. Fix: apache#3319 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI Passed
coolderli
pushed a commit
that referenced
this issue
Dec 17, 2024
…nt (#3322) ### What changes were proposed in this pull request? 1. Add `skipITs` build params in the Python Client Gradle script. 2. Use different directory storage integration test and unit tests. ### Why are the changes needed? When running this command ./gradlew test -PskipITs directly. the Gradle python test task will be failed because of lacking compileDistribution step. we should fix it to make all the commands work. Fix: #3319 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI Passed (cherry picked from commit 224d6a5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
main branch
Describe what's wrong
When running this command
./gradlew test -PskipITs
directly. the Gradle python test task will be failed because of lacking compileDistribution step. we should fix it to make all the commands work.Error message and/or stacktrace
How to reproduce
Just run
./gradlew test -PskipTests
will reproduce this issue.Additional context
No response
The text was updated successfully, but these errors were encountered: