sergei

Results 6 comments of sergei

Thanks for confirming! Sounds to me like a nice-to-have feature for `docker-compose` usage anyway.

+1. We run tests from jar and don't need "git ls-files". But obviously - "git ..." also fails (since there was no checkout step before)

I've updated the description - turns out the trace is only missing for BeforeAll/AfterAll methods

Hi @nikita-tkachenko-datadog, Thank you for confirming that the `TestSuite` span exists by the time JUnit lifecycle methods start. But although `TestSuite` span exist I'm not able to get its `traceId`...

@nikita-tkachenko-datadog I appreciate the detailed answer 🙇‍♂️. That is exactly how I tried to solve it before your reply. But session was still not there. And, blind me, the cause...

Voting +1 In our case services are mentioned in `META-INF/services/`. So considering these references during `minimize()` might work as well. (For now - didn't find better work-around then mentioning these...