You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very simple test file to create a POC to use Report Portal (mage 1). But whenever the test execution is complete, launch dashboard still displays that it's being executed (mage 2). So when isLaunchMergeRequired is enabled, it's erroring to merge all files.
Is there a workaround to merge test results of multiple test files into 1 launch?
Image 1:
Image 2
Error merging launches with UUIDs: 0412c9dd-a5e2-44a7-89af-86ae0c20a138,9f6551fc-da47-46fc-8ae5-b947d0f9a2dd,a158ebaa-9230-4615-acde-94cfb01d64e1,ee254715-b564-4401-a800-3128aeca3a81 Error: Request failed with status code 406: {"errorCode":4063,"message":"Unable to perform operation for non-finished launch. Cannot merge launch '34' with status 'IN_PROGRESS'"}
URL: https://demo.reportportal.io/api/v1/personal_demo/launch/merge
method: POST
Request data: {"launches":[34,35,36,37],"mergeType":"BASIC","description":"Merged launch","mode":"DEFAULT","name":"Salesforce Automation Test","endTime":1681338924480,"extendSuitesDescription":true}
at /Users/tester/demo-test/node_modules/@reportportal/client-javascript/lib/rest.js:41:15
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.onComplete (/Users/tester/wdio.conf.ts:395:9)
at async /Users/tester/node_modules/@wdio/cli/build/utils.js:99:13
at async Promise.all (index 0)
at async Launcher.run (/Users/tester/node_modules/@wdio/cli/build/launcher.js:96:39)
The text was updated successfully, but these errors were encountered:
@AmsterGet what if we also send FinishLaunchRQ for launches in the list before merging?
since the error says we can't merge launches with IN PROGRESS state.
URL: https://demo.reportportal.io/
Version: 5.7.4
Integration: WebdriverIO / Mocha
I have a very simple test file to create a POC to use Report Portal (mage 1). But whenever the test execution is complete, launch dashboard still displays that it's being executed (mage 2). So when
isLaunchMergeRequired
is enabled, it's erroring to merge all files.Is there a workaround to merge test results of multiple test files into 1 launch?
Image 1:
Image 2
The text was updated successfully, but these errors were encountered: