Skip to content
Discussion options

You must be logged in to vote

Yes. Use CodeChecker cmd export on the source product/run and CodeChecker cmd import on the target product URL.

The relevant behavior is that products are separate result databases, so Web UI review state is not shared across products. The CLI export/import path is meant for this kind of transfer: it exports comments and review statuses, and the import side restores them by report hash. The functional tests also exercise changing a review status, exporting it, and importing it back.

Example shape:

CodeChecker cmd export -n <nightly-run-name> --url http://host/prod-nightly -o reviews.json
CodeChecker cmd import -i reviews.json --url http://host/prod-releases

I would test this on one releas…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jimis
Comment options

Answer selected by jimis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants