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
I believe other guy will also get this error once they run "pytest" under the client-python module. So I think it should be excluded from rat test to improve the efficiency.
### What changes were proposed in this pull request?
Exclude a hidden folder from gradle rat test.
### Why are the changes needed?
It will make the gradle build failed in local, once the user run pytest
for the python client.
Fix: #2671
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
After applying the patch, gradle build will success after running
pytest.
coolderli
pushed a commit
to coolderli/gravitino
that referenced
this issue
Apr 2, 2024
…pache#2672)
### What changes were proposed in this pull request?
Exclude a hidden folder from gradle rat test.
### Why are the changes needed?
It will make the gradle build failed in local, once the user run pytest
for the python client.
Fix: apache#2671
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
After applying the patch, gradle build will success after running
pytest.
Describe the subtask
I run gradle clean build under the project, but got RAT failed report, saying:
Unapproved Licenses:
/Users/shaofeng/Documents/workspace/gravitino/clients/client-python/.pytest_cache/CACHEDIR.TAG
/Users/shaofeng/Documents/workspace/gravitino/clients/client-python/.pytest_cache/README.md
/Users/shaofeng/Documents/workspace/gravitino/clients/client-python/.pytest_cache/v/cache/nodeids
/Users/shaofeng/Documents/workspace/gravitino/clients/client-python/.pytest_cache/v/cache/stepwise
I believe other guy will also get this error once they run "pytest" under the client-python module. So I think it should be excluded from rat test to improve the efficiency.
Parent issue
#2113
The text was updated successfully, but these errors were encountered: