Clarify pubsub durability boundary
This commit is contained in:
parent
475c6a4a2a
commit
2b690d6b42
5 changed files with 13 additions and 8 deletions
|
|
@ -1554,6 +1554,7 @@ fn pubsub_pub_sub_uses_lossy_in_memory_runtime() {
|
|||
assert_eq!(messages.len(), 1);
|
||||
assert_eq!(messages[0].message, "online");
|
||||
assert!(note.contains("not authoritative storage"));
|
||||
assert!(note.contains("CAS, KV, documents, or DB resources"));
|
||||
}
|
||||
other => panic!("unexpected response: {other:?}"),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue