Skip to content

Conversation

@korotkov-aerospike
Copy link
Contributor

@korotkov-aerospike korotkov-aerospike commented Dec 16, 2025

Features

  • Storage Connectivity: Added connectivity checks for S3, Azure, and GCP storage backends. The service now verifies access to the configured bucket/container upon initialization, failing fast if the storage is unreachable.
  • Azure Resilience: Implemented the global storage retry policy (max retries, delay, backoff) for the Azure Blob Storage client (was missing previously for some auth types)
  • Azure Auth are using pointer receivers now, to pass gob serialization-deserialization.

@codecov-commenter
Copy link

codecov-commenter commented Dec 16, 2025

Codecov Report

❌ Patch coverage is 89.70588% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.11%. Comparing base (5a0af47) to head (282ffb6).

Files with missing lines Patch % Lines
pkg/service/storage/azure.go 81.08% 6 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               v3     #473      +/-   ##
==========================================
+ Coverage   51.69%   54.11%   +2.42%     
==========================================
  Files          84       84              
  Lines        5515     5564      +49     
==========================================
+ Hits         2851     3011     +160     
+ Misses       2440     2318     -122     
- Partials      224      235      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@korotkov-aerospike korotkov-aerospike changed the title Fast fail when storage is unavaiable Add storage connectivity checks Dec 17, 2025
@korotkov-aerospike korotkov-aerospike changed the title Add storage connectivity checks APPS-2006 Add storage connectivity checks Dec 17, 2025
@korotkov-aerospike korotkov-aerospike marked this pull request as ready for review December 17, 2025 12:10
@korotkov-aerospike korotkov-aerospike requested review from filkeith and reugn and removed request for reugn December 17, 2025 12:10
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.

4 participants