#187 ut: cli - for handle_build / _unique_path / _upload_progress_callback / _running_in_bg ...
Merged 7 years ago by mikem. Opened 7 years ago by julian8628.
julian8628/koji cli-ut  into  master

No commits found

  • test_build

  • test_running_in_bg

  • test_upload_progress_callback

  • test_unique_path

  • test_chain_build

2 new commits added

  • ut: cli - test_chain_build
  • remove unused code
7 years ago

@mikem I changed the code in cli.handle_chain_build() to add "--quiet" option to make the behavior as the same as cli.handle_build(), but as this behavior, if --quiet is specified, no task ID and URL will be promoted to user. Is that OK?

Don't we want both (--noprogress and --quiet) to be consistent with handle_build?

--noprogress means "Do not display progress of the upload". There's no file uploading progress in handle_chain_build()

Makes sense. I thought that first srpm could be uploaded, but that's obviously not true.

Commit 26189d8 fixes this pull-request

Pull-Request has been merged by mikem@redhat.com

7 years ago
Metadata