Closed pirat89 closed 1 year ago
Please note that every PR needs to comply with the Leapp Guidelines and must pass all tests in order to be mergeable. If you want to request a review or rebuild a package in copr, you can use following commands as a comment:
To launch regression testing public members of oamg organization can leave the following comment:
Please open ticket in case you experience technical problem with the CI. (RH internal only)
Note: In case there are problems with tests not being triggered automatically on new PR/commit or pending for a long time, please consider rerunning the CI by commenting leapp-ci build (might require several comments). If the problem persists, contact leapp-infra.
/rerun
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/5890445
@fernflower aah. copy&paste error /o\ should be fixed now
/rerun
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/5890572
Testing Farm request for RHEL-7.9-rhui/5886104;5890445 regression testing has been created. Once finished, results should be available here. Full pipeline log.
Testing Farm request for RHEL-8.6-rhui/5886104;5890572 regression testing has been created. Once finished, results should be available here. Full pipeline log.
Testing Farm request for RHEL-7.9-rhui/5886104;5890572 regression testing has been created. Once finished, results should be available here. Full pipeline log.
/rerun
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/5900120
Testing Farm request for RHEL-8.6-rhui/5886104;5900120 regression testing has been created. Once finished, results should be available here. Full pipeline log.
Testing Farm request for RHEL-7.9-rhui/5886104;5900120 regression testing has been created. Once finished, results should be available here. Full pipeline log.
Testing Farm request for RHEL-8.6.0-Nightly/5886104;5900120 regression testing has been created. Once finished, results should be available here. Full pipeline log.
Testing Farm request for RHEL-8.8.0-Nightly/5886104;5900120 regression testing has been created. Once finished, results should be available here. Full pipeline log.
Testing Farm request for RHEL-7.9-ZStream/5886104;5900120 regression testing has been created. Once finished, results should be available here. Full pipeline log.
Testing Farm request for RHEL-7.9-ZStream/5886104;5900120 regression testing has been created. Once finished, results should be available here. Full pipeline log.
On Python2, the json.dumps library can produce either unicode or str output. Nowadays, the unicode is required, however in case the input for json.dumps function does not contain any unicode objects (e.g. when no report entry exists), it produces str type.
Also ensure the generated json file has the empty newline in the end of the file.
Relates: #821 JIRA: OAMG-8996
Additional info:
Original issue when an empty report has been generated: