Sebastian Choren
Sebastian Choren
So, to run CI tests for each open PR, I would need to create a new Custom Resource test?
I think we can add "filters" for attributes. For example ``` - tracetest.response.body | jsonpath $.identifier | length > 3 - tracetest.response.body | jsonpath $.id | type = string -...
1. `name`: I think this was not a great word choice on my part. My idea was to left the current implementation untouched, and just add new things. So, this...
I was trying to think of an example where using the UUID to identify tests would make it difficult to use, but I really couldn't. As long as we allow...
Hi @ljo-jones. thanks for this report. This is a bug with our installer script, which we are currently reworking to make it more robust and helpful. I think the problem...
Oh, good catch. Were you able to fix it? I just realize that the otel install is not namespaced in the setup script, so in my case I have it...
Postgres is a Tracetest requirement. It usually takes around 1 min for pg to start the first time, so if you wait a bit you should see the Postgres pod...
What's the output for `kubectl describe pods -n tracetest tracetest-postgresql-0`? It shuldn't take that long to start. Also, make sure your cluster has enough capacity for all the pods. Usually...
Great, at least we found the cause! Just curious, what kind of cluster are you using? cloud provider, minikube/docker desktop? Just to get an idea of the cluster sizes we...
Oh, it's weird you're hitting memory limits. My Docker Desktop cluster has a total memory request of 880mb, only running tracetest and the demo. Are you running on limited environments?