-
Notifications
You must be signed in to change notification settings - Fork 345
Add method finishedTraces to MockTracer #277
Comments
sgtm. Alternatively, |
Hie @pavolloffay, @jpkrohling , I would like to work on this issue. Right now, I'm trying to understand the code base. Do you have some slack channel or irc, which I can join for future assistance? |
hi @SaumiaSinghal that is great you can ping me on https://gitter.im/opentracing/public |
Hie @pavolloffay, I am getting an error while trying to execute
I searched about it on a couple of resources and tried skipping unit tests, but that also didin't work. |
License check is failing. The plugin can fix it with |
Thanks for your help @pavolloffay, but now I am getting this error I will try searching for it and get back to this issue. |
@SaumiaSinghal , could you please paste the whole log generated by the |
Untitled.txt |
Are you getting that as well before applying your changes? If a clean build from the current master completes fine, it would be good to post a diff with your changes. |
If it does fail with a clean state (ie, with a fresh clone), then I'd need more info about your environment, like the Java version and the operating system you are using. |
Yes @jpkrohling, I cloned the repo again, and I am getting the same error while running |
That's a nice catch: looks like the build breaks on Java 10. Would you be able to try on Java 8? Or bump JaCoCo to 0.8.2 (see #306) |
Thanks @jpkrohling, it works! |
MockTracer has
finishedSpans
method, however in tests it's necessary to assert if the spans are in the same trace, therefore, a method likeList<List<MockSpan>> finishedTraces
would be useful.The text was updated successfully, but these errors were encountered: