<@241283673809354753> 👋🏻 I'd have to check with ...
# spicedb
v
@Saturas 👋🏻 I'd have to check with the team, but I do know that examples on how to do integration testing were recently introduced in our new
examples
repository: https://github.com/authzed/examples/tree/main/integration-testing
y
question on this point: is everything namespaced by the client, including the schema, implying that each client will need to write and set up its own schema?
v
if I understood your question correctly (client multi-tenancy?), the answer is no: the schema written by any client will be visible to other clients.
j
In the integration tests, yes. Each token gets a whole new datastore with blank schema and relationships
y
yeah not multitenancy - more the behavior of
serve-testing
. that makes sense. thanks!
v
news to me too 😅 TIL!