opentracing-contrib / java-jfr-tracer

This is a delegating tracer to be used with OpenTracing. It records span information into the JFR, allowing very deep tracing.
Apache License 2.0
77 stars 14 forks source link

Add TravisCI #9

Open thegreystone opened 5 years ago

thegreystone commented 5 years ago

As discused in issue #4 we should add Travis CI.

thegreystone commented 5 years ago

@mirage22 - is this something you'd like to do? Note that until v0.32.0 of opentracing-java is released, you need to first clone, and maven install the v0.32.0 branch of opentracing-java. As soon as 0.32.0 of OpenTracing is released, this is no longer necessary.

mirage22 commented 5 years ago

I've it already, as I've used jfr-tracer for a demonstration and the article.

thegreystone commented 5 years ago

Still, note that a pre-release of opentracing-java is needed for the next few weeks.

thegreystone commented 5 years ago

So, moved to a subproject. You can now put your Travis stuff in a separate folder.

mirage22 commented 5 years ago

I've created a pull request, I've also add Thread.sleep to the affected tests. It should be fixed by improving tests

mirage22 commented 5 years ago

we may close the issue as it is done