How do I clear ReportsQueue in order to clear the queue? I get below error in Jenkins console logs and I don’t see any reports from last one day even though execution is done. Could you please help ?
INFO ReportsQueue There are [1] outstanding reports that should be transmitted to the Agent before the process exits.
Hi @Vinit,
Does the the execution end successfully?
Does this error is not preventing from your build to pass correctly?
If it’s happening frequently please contact our team support@testproject.io
Let me know if you managed.
Hi @Amit.Lacher , The Jenkins build fails with this error and no log reports are pushed to the Reporting Dashboard of the TestProject. This is happening for every Jenkins build.
Hi @Vinit,
Please enable the “verbose” option on the jenkins TestProject plugin options,
And then send us the full build logs.
Thanks for contacting our support team
Hi @Vinit,
Thanks for sharing the the workflow, can you please enable the “verbose” option on your Jenkins TestProject plugin in the Jenkins settings? and then send us the Jenkins build logs?
Also can you please share the agent logs as described here: TestProject Agent Logs | TestProject Help Center
We are waiting for the information at support@testproject.io
@Amit.Lacher I had tried this solution “Delete temporary agent files” last week as per suggestion from Test Project support team in the chat intercom. But, still I was facing this issue of ReportsQueue.
we found that even after deleting the TestProject containers, images, logs on Jenkins server, we continue to observe the issue of an outstanding report been stuck in the queue, before being transmitted to the agent.
Hi @Vinit, Is it possible to set up an additional (temporary) Jenkins instance and try to reproduce the issue there? The errors comes from the ReportsQueue which is a Jenkins module as far as we know. This suggests that the agent that is mentioned in the error is a Jenkins agent and not a TestProject agent.