-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi RP team,
we use reportportal more than 1 year. Our regression consists of 4 different java executions and after regression is finished we expect 4 launches to be present in RP. But sometimes (few times a week) we have only 3 launches, or even 2. In Jenkins job logs all is OK, all 4 java executions are finished successfully, no errors from RP either. But RP server API log is flooded with errors:
- 'Launch not found. Did you use correct Launch ID' (full version attached)
- 'Test Item not found. Did you use correct Test Item ID'
At first glance it seems RP server consumed a 'createLaunch' request, but the Launch itself was not created and no errors returned either. We are facing this problem for a few last months
Expected: if the launch was not created we receive a corresponding error message, or null instead of UUID.
We run tests on Selenoid using parallelization (6 threads)
RP 5.3.4
com.github.reportportal
agent-java-junit5
5.0.3
com.github.reportportal
logger-java-logback
5.0.3
com.github.reportportal
client-java
5.0.18