Skip to content

Commit

Permalink
fix a bunch of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Dec 22, 2023
1 parent 4755601 commit fa81602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nexus/src/app/sled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ impl super::Nexus {
// but for now, connections to sled agents are constructed
// on an "as requested" basis.
//
// Franky, returning an "Arc" here without a connection pool is a little
// silly; it's not actually used if each client connection exists as a
// one-shot.
// Frankly, returning an "Arc" here without a connection pool is a
// little silly; it's not actually used if each client connection exists
// as a one-shot.
let (.., sled) =
self.sled_lookup(&self.opctx_alloc, id)?.fetch().await?;

Expand Down
1 change: 1 addition & 0 deletions sled-agent/src/sim/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ impl Config {
nexus_address,
dropshot: ConfigDropshot {
bind_address: SocketAddr::new(Ipv6Addr::LOCALHOST.into(), 0),
request_body_max_bytes: 1024 * 1024,
..Default::default()
},
storage: ConfigStorage {
Expand Down

0 comments on commit fa81602

Please sign in to comment.