GoogleCloudPlatform / gcsfuse

A user-space file system for interacting with Google Cloud Storage
https://cloud.google.com/storage/docs/gcs-fuse
Apache License 2.0
2k stars 413 forks source link

upgrade dependencies #2086

Closed ashmeenkaur closed 6 days ago

ashmeenkaur commented 1 week ago

Description

This PR is combination of the following dependabot PRs:

2085

2053

2025

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - via KOKORO
  4. Perf tests - 6XVKH895UBGQABY
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.24%. Comparing base (bc27ee8) to head (977dbd8). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2086 +/- ## ========================================== - Coverage 72.27% 72.24% -0.04% ========================================== Files 100 100 Lines 10952 10952 ========================================== - Hits 7916 7912 -4 - Misses 2707 2711 +4 Partials 329 329 ``` | [Flag](https://app.codecov.io/gh/GoogleCloudPlatform/gcsfuse/pull/2086/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GoogleCloudPlatform) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/GoogleCloudPlatform/gcsfuse/pull/2086/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GoogleCloudPlatform) | `72.24% <ø> (-0.04%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GoogleCloudPlatform#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ashmeenkaur commented 6 days ago

Do we know the reason behind so much fluctuation in throughput of 1 GB, rand read?

Based on past runs, the observed throughput for 1 GB random reads is typically in the range of 6XX-7XX MiB/s, so this fluctuation is likely a temporary issue.