https://authzed.com logo
Title
v

vroldanbet

08/11/2022, 7:42 AM
@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

yetitwo

08/11/2022, 5:35 PM
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

vroldanbet

08/11/2022, 5:39 PM
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

jzelinskie

08/11/2022, 5:42 PM
In the integration tests, yes. Each token gets a whole new datastore with blank schema and relationships
y

yetitwo

08/11/2022, 5:46 PM
yeah not multitenancy - more the behavior of
serve-testing
. that makes sense. thanks!
v

vroldanbet

08/11/2022, 5:53 PM
news to me too 😅 TIL!