Hi, we are running integration tests and we have s...
# spicedb
l
Hi, we are running integration tests and we have some random failing tests due to the following error:
Copy code
io.grpc.StatusRuntimeException: CANCELLED: unable to read namespace config: context canceled
    at io.grpc.Status.asRuntimeException(Status.java:535) ~[grpc-api-1.47.0.jar!/:1.47.0]
    at io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:660) ~[grpc-stub-1.47.0.jar!/:1.47.0]
We were wondering where this error is coming from. From the search history it seemed to come from some timeout mechanism, is this the case? Also between integrationtests we are clearing (part of) the relation_tuple table in postgres, is this problematic for the performance of spicedb?