On Wednesday, August 29, 2018 at 1:47:51 PM UTC+5:30, [email protected] wrote:
> Hey,
> 
> I am running Jacoco as a java agent to run my automatic testing on a very 
> huge project which takes more than 1 day to complete and sometimes my main 
> program doesn't shut down properly which results in a .exec file of very less 
> size or even corrupted one.
> 
> So, 1 whole day of testing is wasted since I can't use the .exec to generated 
> report.
> 
> Is there a way where the .exec is continuously getting dumped, I don't want 
> to use tcpserver/client thing here because everything is on same machine.

Either I can expose my agent via JMX and write a program which calls will 
invoke the Agent.dump(false), without reset, everyminute or I can have a thread 
in Agent class which will call dump(false) every minute until shutdown.

Do you think any of those options will serve my requirement?

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/b14c4ead-214f-47a3-ba8b-5ef21adf9dd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to