Joseph Schorr
Joseph Schorr
> If an explain request doesn't evaluate the whole graph Explain won't evaluate the whole graph even if caching is not used; if a permission is granted via two paths,...
@winstaan74 Checking in on this
@winstaan74 Ping
@mateenkasim The problem is knowing when to "invalidate" a test has completed. We could add a custom API just for `serve-testing`, but that would mean the clients only having that...
@mateenkasim Thoughts on something like this? ``` service TestingService { // Bootstrap bootstraps a test context from a schema and a set of relationships rpc Bootstrap(BootstrapRequest) returns (BootstrapResponse) {} //...
> That looks great – `Bootstrap` and `Clone` cover all the setup cases I can think of, and `TearDown` looks as easy as it gets! Although `TearDownRequest.token` and `CloneRequest.target_token` are...
This was attempted in https://github.com/authzed/spicedb/pull/1379, and turned out to not be possible using that approach. Unfortunately, at this time, we're still in the discussion phase as to what the solution...
We'll leave this issue open