#337: install.py output buffered after being integrated into AutoQA ----------------------+----------------------------------------------------- Reporter: hongqing | Owner: Type: task | Status: new Priority: major | Milestone: Automate installation test plan Component: core | Keywords: ----------------------+----------------------------------------------------- After integrate url_install into AutoQA, all the install.py outputs to the terminal are buffered until the test is finished or error occurred. the test is ran as below: autoqa post-tree-compose http://download.englab.nay.redhat.com/pub/fedora/linux/releases/15/Fedora/x8... --test=url_install --local
#337: install.py output buffered after being integrated into AutoQA ----------------------+----------------------------------------------------- Reporter: hongqing | Owner: Type: task | Status: new Priority: major | Milestone: Automate installation test plan Component: core | Resolution: Keywords: | ----------------------+----------------------------------------------------- Comment (by kparal):
I have seen the same issue with "conflicts" test. On the other hand "repoclosure" or "rpmlint" runs just fine. I wonder where the difference is.
----- Original Message -----
From: "AutoQA" trac@fedorahosted.org Cc: autoqa-devel@lists.fedorahosted.org Sent: Tuesday, June 7, 2011 4:16:29 PM Subject: Re: [AutoQA] #337: install.py output buffered after being integrated into AutoQA #337: install.py output buffered after being integrated into AutoQA ----------------------+----------------------------------------------------- Reporter: hongqing | Owner: Type: task | Status: new Priority: major | Milestone: Automate installation test plan Component: core | Resolution: Keywords: | ----------------------+----------------------------------------------------- Comment (by kparal):
I have seen the same issue with "conflicts" test. On the other hand "repoclosure" or "rpmlint" runs just fine. I wonder where the difference is.
Hi, Kamil,
I try to run the conflicts to see the difference. what is the 'parents' parameter in run_once? Thanks.
-- Ticket URL: https://fedorahosted.org/autoqa/ticket/337#comment:1 AutoQA http://autoqa.fedorahosted.org Automated QA project _______________________________________________ autoqa-devel mailing list autoqa-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/autoqa-devel
Hi, Kamil,
I try to run the conflicts to see the difference. what is the 'parents' parameter in run_once? Thanks.
Use e.g. this command:
autoqa post-repo-update --name f13 --arch x86_64 http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/x8... -t conflicts
You may want to provide url of a local repo mirror instead.
PS: I used origin/pretty branch, but I suppose master should be the same.
----- Original Message -----
From: "Kamil Paral" kparal@redhat.com To: "AutoQA development" autoqa-devel@lists.fedorahosted.org Sent: Tuesday, June 7, 2011 5:28:21 PM Subject: Re: [AutoQA] #337: install.py output buffered after being integrated into AutoQA
Hi, Kamil,
I try to run the conflicts to see the difference. what is the 'parents' parameter in run_once? Thanks.
Use e.g. this command:
autoqa post-repo-update --name f13 --arch x86_64 http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/x8... -t conflicts
You may want to provide url of a local repo mirror instead.
PS: I used origin/pretty branch, but I suppose master should be the same.
I use the run event, but when I use the command you mentioned above, it always gives me the following error: Error: Command failed: /usr/bin/atest job create --reboot_before=never --reboot_after=never -m *x86_64 -f /tmp/autoqa-control.VdwXor post-repo-update:conflicts.x86_64 [Errno 2] No such file or directory ERROR: failed to schedule job post-repo-update:conflicts.x86_64
Any idea about this? Thanks.
----- Original Message -----
From: "Hongqing Yang" hoyang@redhat.com To: "AutoQA development" autoqa-devel@lists.fedorahosted.org Sent: Tuesday, June 7, 2011 6:06:58 PM Subject: Re: [AutoQA] #337: install.py output buffered after being integrated into AutoQA ----- Original Message -----
From: "Kamil Paral" kparal@redhat.com To: "AutoQA development" autoqa-devel@lists.fedorahosted.org Sent: Tuesday, June 7, 2011 5:28:21 PM Subject: Re: [AutoQA] #337: install.py output buffered after being integrated into AutoQA
Hi, Kamil,
I try to run the conflicts to see the difference. what is the 'parents' parameter in run_once? Thanks.
Use e.g. this command:
autoqa post-repo-update --name f13 --arch x86_64 http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/x8... -t conflicts
You may want to provide url of a local repo mirror instead.
PS: I used origin/pretty branch, but I suppose master should be the same.
I use the run event, but when I use the command you mentioned above, it always gives me the following error: Error: Command failed: /usr/bin/atest job create --reboot_before=never --reboot_after=never -m *x86_64 -f /tmp/autoqa-control.VdwXor post-repo-update:conflicts.x86_64 [Errno 2] No such file or directory ERROR: failed to schedule job post-repo-update:conflicts.x86_64
Any idea about this? Thanks.
sorry for the typo, I mean I ran the *wrong* event first, I run the post-repo-update now. then it gives the error.
I use the run event, but when I use the command you mentioned above, it always gives me the following error: Error: Command failed: /usr/bin/atest job create --reboot_before=never --reboot_after=never -m *x86_64 -f /tmp/autoqa-control.VdwXor post-repo-update:conflicts.x86_64 [Errno 2] No such file or directory ERROR: failed to schedule job post-repo-update:conflicts.x86_64
Any idea about this? Thanks.
Do you have /usr/bin/atest (i.e. autotest-server installed)? Maybe you want to run this with --local option?
#337: install.py output buffered after being integrated into AutoQA ----------------------+----------------------------------------------------- Reporter: hongqing | Owner: Type: task | Status: new Priority: major | Milestone: Automate installation test plan Component: core | Resolution: Keywords: | ----------------------+----------------------------------------------------- Comment (by hongqing):
I have ran the 'conflicts' test, I also saw the outputs from 'potential- conflicts' are printed on the terminal at last. I think the situations are the same.
autoqa-devel@lists.fedorahosted.org