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 did some uploads of .zip with tests results via HTTP launch/import endpoint.
For one case I received Premature end of file error. I'm missing more details for the error ++ some input checks.
I had to "Force finish" the launch from the UI, import didn't end or recovered from this error.
file has known / parsable format (I noticed that api_1 service was parsing WildFly server configurations included in zzz.zip )
Recovery from the error:
I would expect import to proceed, skipping the problematic item
if it's hard to recover from the import, launch processing should be canceled automatically to avoid need of "Force finish" from the UI
Possible root cause:
Based on the error I assume problem is with the following xml file 0 09-20-2018 14:19 target/test-output/SmokeStandaloneTestCase/emptyConfigFile/empty.xml. I assume your service can't handle corrupted / 0 length xml file.
I added all my feedback into one issue, feel free to split it.
The text was updated successfully, but these errors were encountered:
Hello, @rsvoboda
Currently, version 5.1 of Report Portal have another behavior. Could you please have a look and leave your feedback?
Thank you in advance!
I did some uploads of .zip with tests results via HTTP launch/import endpoint.
For one case I received Premature end of file error. I'm missing more details for the error ++ some input checks.
I had to "Force finish" the launch from the UI, import didn't end or recovered from this error.
Used version: https://github.com/rsvoboda/rsvoboda-playground/blob/master/reportportal.io/docker-compose-4.2.0.yml
Used zip: zzz.zip
Tested workflow: https://github.com/rsvoboda/rsvoboda-playground/tree/master/reportportal.io#push-of-zip-with-test-results
Details I would expect:
Input checks I would expect:
Recovery from the error:
Possible root cause:
Based on the error I assume problem is with the following xml file
0 09-20-2018 14:19 target/test-output/SmokeStandaloneTestCase/emptyConfigFile/empty.xml
. I assume your service can't handle corrupted / 0 length xml file.I added all my feedback into one issue, feel free to split it.
The text was updated successfully, but these errors were encountered: