Since we are using auto-scaling, we don't know how many app servers with jacoco agent would be started at the beginning.So we need to run jacoco agent with output in tcpclient mode. We started a tcp server(implemented via java) in advance, and jacoco agents can connect to it. The question is when the execution data would be dumped to the tcp server? It seems by default the execution data would be dumped when the app server shutdown. Is there any mechanism that the server can dump the execution data from all jacoco agents on demand? Or can I dump execution data via jacoco-maven-plugin on demand?
-- 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/0087b515-c507-4c85-8333-f878b020a6fb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
