Thumper Load Testing Fails with "DeadlineExceeded" Against SpiceDB via Kubernetes Port-Forwarding #2373
Unanswered
saytoaditya
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I wouldn't expect The behavior you're seeing is still strange; it sounds like thumper isn't calling the endpoint that you think it is. I'd recommend either running the thumper instance in your cluster as its own workload or setting up proper external ingress and then running the load test through that ingress. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Title:
Thumper Load Testing Fails with "DeadlineExceeded" Against SpiceDB via Kubernetes Port-Forwarding
Description:
I'm trying to perform load testing on SpiceDB using Thumper but keep getting DeadlineExceeded errors. Here's my complete setup:
kubectl port-forward deployment/dev-spicedb 50051:50051 -n spicedb-operator-1
name: "check_permission"
weight: 1
steps:
- op: "CheckPermission"
resource: "module:BusinessTransaction"
permission: "approver"
subject: "user:aksdah"
3.Command Used:
thumper run thumper_test.yaml --token "xxxx"
"error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded",...}
5.What I've Tried:
Additional Context:
Question:
Beta Was this translation helpful? Give feedback.
All reactions