syslog says the test in utah is finished, but utah doesn't return that it's finished to jenkins
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
UTAH |
New
|
High
|
Unassigned |
Bug Description
Reproducible: sometimes
http://
it's does't have the output of syslog in the jenkins log, I had to ssh in to see it.
The job ran all the way through, but I am not getting log files I need be cause the
Someone mentioned earlier it might be the export UTAH_FEATURE_
I can work around this issue with an & at the end of the runner:
run_utah_tests.py -d -m physical --name "$machine" -i "$ISO" -p "$PRESEED_FILE" -l $WORKSPACE master.run &
sleep 1200
get_results () {
rsync -avz -e 'ssh -i /var/lib/
}
# 'Results Failed To Upload' is the last line in the log file I need after utah is finished with the test run
until get_results && cat -n 1024x768.output | grep 'Results Failed To Upload'; do
sleep 10
done
I don't suppose you have the syslog output from this job? What I need to understand is this: Upon completion of the test, UTAH should have sent a message via rsyslog saying the testing was complete. But the message was never sent. So I need to see if the local syslog shows that happening, if the test was FULLY done (no zombies or something), etc.