The results are showing up in RP but the test execution is not finishing, and I'm getting the below error message. I'm using NUnit 3.12 and NUnit3TestAdapter 3.16.1 and ReportPortal.VSTest.TestLogger 2.3.9. Is it possible that the agent is not compatible with RP5? Thanks!
Finishing to send results to Report Portal...System.AggregateException: Cannot finish launch due finishing of child items failed. (One or more errors occurred. (Cannot finish test item due starting item failed.))
---> System.AggregateException: One or more errors occurred. (Cannot finish test item due starting item failed.)
---> System.Exception: Cannot finish test item due starting item failed.
---> System.AggregateException: One or more errors occurred. (Unexpected response status code. POST https://reportportal.platform.wx-d.net/api/v1/dotnet-samples/item
Response Body: {"errorCode":4001,"message":"Incorrect Request. [Field 'name' should not contain only white spaces and shouldn't be empty. Field 'name' should have size from '1' to '1,024'.] "})
From slack https://reportportal.slack.com/archives/C2X65AXFB/p1579749857003500:
The results are showing up in RP but the test execution is not finishing, and I'm getting the below error message. I'm using NUnit 3.12 and NUnit3TestAdapter 3.16.1 and ReportPortal.VSTest.TestLogger 2.3.9. Is it possible that the agent is not compatible with RP5? Thanks!