huskies: merge 927
This commit is contained in:
@@ -76,6 +76,7 @@ mod tests {
|
||||
/// AC: seed a stale claim older than the TTL, attempt a new claim from a
|
||||
/// different agent, assert the new claim succeeds and displacement is logged.
|
||||
#[test]
|
||||
#[allow(clippy::string_slice)] // stale_holder is a hex/ASCII string literal; [..12] always valid
|
||||
fn stale_claim_displaced_and_logged() {
|
||||
use crate::crdt_state::{init_for_test, our_node_id, read_item, write_claim, write_item};
|
||||
|
||||
|
||||
@@ -48,6 +48,7 @@ use loop_ops::{
|
||||
///
|
||||
/// If `join_token` and `gateway_url` are both provided the agent will register
|
||||
/// itself with the gateway on startup using the one-time token.
|
||||
#[allow(clippy::string_slice)] // node_id is a UUID (ASCII); min(8) clamps within its length
|
||||
pub async fn run(
|
||||
project_root: Option<PathBuf>,
|
||||
rendezvous_url: String,
|
||||
|
||||
Reference in New Issue
Block a user