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

fix: Use shallow mode when cloning submodules #1253

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

CH3CHO
Copy link
Collaborator

@CH3CHO CH3CHO commented Aug 26, 2024

Ⅰ. Describe what this PR did

Use shallow mode when cloning submodules to avoid the following error:

error: rpc failed; curl 18 transfer closed with outstanding read data remaining

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.32%. Comparing base (ef31e09) to head (8cac073).
Report is 61 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1253      +/-   ##
==========================================
+ Coverage   35.91%   44.32%   +8.41%     
==========================================
  Files          69       75       +6     
  Lines       11576     9821    -1755     
==========================================
+ Hits         4157     4353     +196     
+ Misses       7104     5140    -1964     
- Partials      315      328      +13     

see 80 files with indirect coverage changes

Copy link
Collaborator

@johnlanni johnlanni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@johnlanni johnlanni merged commit 7152893 into alibaba:main Aug 26, 2024
8 checks passed
@CH3CHO CH3CHO deleted the fix/shallow-submodule branch August 26, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants