doing some "scenario setup" which is writing a bun...
# spicedb
y
doing some "scenario setup" which is writing a bunch of relationships out of code and then making a write call to the application that does some reading before it writes. I figured out that the precondition problem that I was seeing wasn't actually a problem, and instead the flapping was because there was a read call in the write logic that wasn't being made in a fully-consistent manner.