Skip to content
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

[#3319] fix(PyClient): ./gradlew test -PskipITs failed in python-client #3338

Commits on May 11, 2024

  1. [#3319] fix(PyClient): ./gradlew test -PskipITs failed in python-clie…

    …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
    xunliu authored and web-flow committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7f48937 View commit details
    Browse the repository at this point in the history