Expand description
AtomicAppend capability conformance: several per-stream runs commit in
ONE transaction — all land or none do.
Functions§
- check_
atomic_ conflict_ aborts_ all - A conflict in ONE run aborts the WHOLE batch: no stream changes, the error names the offending write index and the actual head.
- check_
atomic_ empty_ batch_ is_ noop - An empty batch is a no-op
Ok— and commits no position. - check_
atomic_ multi_ stream_ commits_ all - Three runs across three streams (two fresh, one existing) commit together.