Skip to content

Commit

Permalink
Fix desc_str for Azure container (#10021)
Browse files Browse the repository at this point in the history
Small logs fix I've noticed while working on
neondatabase/cloud#19963 .
  • Loading branch information
arpad-m authored Dec 5, 2024
1 parent 6ff4175 commit d1ab747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage_scrubber/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ impl BucketConfig {
config.bucket_name, config.bucket_region
),
RemoteStorageKind::AzureContainer(config) => format!(
"bucket {}, storage account {:?}, region {}",
"container {}, storage account {:?}, region {}",
config.container_name, config.storage_account, config.container_region
),
}
Expand Down

1 comment on commit d1ab747

@github-actions
Copy link

Choose a reason for hiding this comment

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

7166 tests run: 6847 passed, 0 failed, 319 skipped (full report)


Flaky tests (7)

Postgres 16

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 31.4% (8323 of 26500 functions)
  • lines: 47.8% (65432 of 137019 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
d1ab747 at 2024-12-05T22:33:47.710Z :recycle:

Please sign in to comment.