fix(ci): resolve 3 flaky CI failure categories (#3618)

This commit is contained in:
Steven Enamakel's Droid
2026-06-12 09:08:54 -07:00
committed by GitHub
parent 7187ce3f27
commit a557fc6b8c
5 changed files with 23 additions and 16 deletions
+2 -4
View File
@@ -551,10 +551,8 @@ async fn round20_memory_documents_files_and_envelopes_cover_success_and_failure_
.expect("list data");
assert_eq!(listed.files, vec!["round20.md"]);
let namespace = format!(
"round20-{}",
&uuid::Uuid::new_v4().as_simple().to_string()[..12]
);
// Use a deterministic namespace — random UUIDs can trigger PII detection.
let namespace = "round20-cov-test-ns".to_string();
let put = doc_put(PutDocParams {
namespace: namespace.clone(),
key: "launch-note".to_string(),