Matheus Nogueira
Matheus Nogueira
Now that I'm looking at all possibilities. It would make sense to start with the `Add a variables section`. It seems cleaner, and later, if needed we can add a...
if we have variables, does it make sense to allow outputs to be referenced in the test that they are run? We could just run: 1. pick a test to...
I don't think there are issues with it because those variables are read-only during the assertion phase. I'd say: if it's easy, let's allow it, otherwise let's see how it...
Hello @abcl-trifork I'm glad to hear you are using Tracetest! I'll create an issue to make it possible for Tracetest to send multiple values using the same header name. Regarding...
Using the new syntax, the assertions would look like this: ```yaml # assert on count of specific header-key assertions: - attr:http.request.header.accept_language | count = 2 # assert on first/last header...
Hello @abcl-trifork, I just published version v0.7.5 and it fixes the bug that overrides multiple header values with the last provided value. You still can't execute the assertions you described...
I think this was done in #1384. Do we have to do anything more?
PR #1308 should fix this
#1372 describes a problem that will be solved by the new assertion engine introduced in this PR
Thomas added a very pertinent comment: > I would recommend not providing GRPC at all. While it'll appear to work in single-binary mode, that GRPC endpoint will only return traces...