Hi! I'm writing integration tests for my app and I...
# spicedb
c
Hi! I'm writing integration tests for my app and I'm having some issues with consistency. Is there a way for me to "force" full consistency during my tests? Edit: To be a bit more clear; We're okay with
minimize_latency
in the app, but during the integration tests we're reading values immediately after writes, resulting in flaky tests.
2 Views