#76 WIP: Try to download all packages before test starts
Merged by jscotka. Opened by jscotka.
jscotka/modularity-testing-framework recursive_download_before  into  master

Download 76.patch

Important for taskotron to dowload packages before it starts test (long timeout of first test).
Taskotron contains trouble, that in case there is no output to stdout/err for 15m it thinks that it hangs, so it kills task. and avocado by default does not provide any keepalive strings to stdout, so that somethimes happen that it dies with fist test

1 new commit added

  • added new option to run-them script

1 new commit added

  • if is bad name prefix, is_ is better

1 new commit added

  • if is bad name prefix, is_ is better

Pull-Request has been merged by jscotka

@jscotka, I need to know what MTF_RECURSIVE_DOWNLOAD envvar is to document it, please.
Do I understand correct that it defines the directory name where the Koji packages are downloaded?

Next time when making commit, please add docstrings/code comments/documentation or create an issue to document it. Otherwise one can miss a new added functionality or has a problem to use it. Docs should be up to date. No docs - no commit.

Metadata