DataDog / system-tests

Test framework for libraries and agents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On parametric test, add a way to specify a commit SHA for building the tracer

cbeauchesne opened this issue · comments

That'd be super useful for the Go tracer!
Currently we manually update the app in apps/golang to use a specific commit SHA, see how it's done in our CI https://github.com/DataDog/dd-trace-go/blob/v1.49.1/.github/workflows/parametric-tests.yml#L38-L42 - and we have to do the same when we run the tests locally.