I'm using ant jacoco:dump task to get coverage data.
The agent configured as follows in the setenv.sh:
export
JAVA_OPTS=-javaagent:/opt/jacoco/lib/jacocoagent.jar=includes=*,output=tcpserver,port=6300,address=*
The dump ant task that I use:
<jacoco:dump address="10.1.1.80" port="6300" reset="true"
destfile="${base.dir}/coverage/remote.exec" dump="true" append="true" />
What I get in the output:
dumpCoverageData:
[jacoco:dump] Connecting to /10.1.1.80:6300
After that it seems to hang..
I waited up to 1 hour and then aborted the process.
So the question I have is: is this normal for it to run that long? how long on
average it takes to dump the data?
I wonder if that's just a performance problem, as we have pretty big app with a
lot of classes, and I need to wait longer..
I would be very thankful for any help on this.
Natasha
--
You received this message because you are subscribed to the Google Groups
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.