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

upgrade java-storage #1001

Merged
merged 8 commits into from
May 20, 2023
Merged

upgrade java-storage #1001

merged 8 commits into from
May 20, 2023

Conversation

singhravidutt
Copy link
Contributor

@singhravidutt singhravidutt commented May 16, 2023

In relation to directPath support issue in cloudBuild #956, added an ENV variable to control it.

Currently in cloudBuild gRPC calls generated via java-storage were going GFE silently as directPath wasn't supported. With new version of the java-storage v2.22.2 it will fail if DirectPath is opted.
With GCS_TEST_DIRECT_PATH_PREFERRED we will be able to control the integration test cases.

@singhravidutt
Copy link
Contributor Author

/gcbrun

@codecov
Copy link

codecov bot commented May 19, 2023

Codecov Report

Patch coverage: 50.00% and project coverage change: +5.83 🎉

Comparison is base (ed9a51e) 76.47% compared to head (d840afb) 82.30%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1001      +/-   ##
============================================
+ Coverage     76.47%   82.30%   +5.83%     
- Complexity     1637     1780     +143     
============================================
  Files           101      101              
  Lines          7949     7953       +4     
  Branches        995      996       +1     
============================================
+ Hits           6079     6546     +467     
+ Misses         1425     1007     -418     
+ Partials        445      400      -45     
Flag Coverage Δ
integrationtest 67.45% <50.00%> (?)
unittest 76.47% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../cloud/hadoop/gcsio/testing/TestConfiguration.java 80.00% <50.00%> (+80.00%) ⬆️

... and 28 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@singhravidutt singhravidutt requested a review from medb May 19, 2023 10:00
@singhravidutt singhravidutt marked this pull request as ready for review May 19, 2023 10:00
@singhravidutt singhravidutt merged commit 33dc155 into master May 20, 2023
@singhravidutt singhravidutt deleted the java-storage-upgrade branch May 20, 2023 04:12
singhravidutt added a commit that referenced this pull request May 20, 2023
singhravidutt added a commit that referenced this pull request May 20, 2023
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