ceph/teuthology
Warren Usui 6fbf98bb0c Further clarify 'too many values to unpack' error.
Many errors in yaml configurations cause ValueError to get thrown
with the message 'too many values to unpack.'  A previously reverted
change tried to handle all these situations and print an appropriate
message.

The current behavior of throwing the ValueError exception and exiting
is probably what we still want in these cases.  So instead of handling
the error, the code now checks for the exception at the top-most call
and displays appropriate messages in log.error and in the ctx.summary
data itself.

Fixes: 7510
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-05-08 10:57:06 -07:00
..
locker Use longer varchar for locked_by in DB. 2014-05-06 12:06:56 -07:00
orchestra Rewrite most file-retrieval functions 2014-05-06 14:59:52 -05:00
task Merge pull request #252 from ceph/wip-fsx-krbd 2014-05-07 18:14:54 -07:00
task_util rgw: option to create a cache pool 2014-05-01 14:36:26 -07:00
test Update safe_while's suggested usage pattern 2014-03-08 15:19:31 -06:00
__init__.py
beanstalk.py Calculate a timeout to use based on queue size 2014-04-30 14:30:43 -05:00
ceph.conf.template ceph.conf: longer client_moutn_timeout (which also applies to librados) 2014-04-10 13:24:41 -07:00
config.py
contextutil.py safe_while: Don't sleep() on the first attempt 2014-04-17 11:08:36 -05:00
coverage.py
kill.py Only attempt to use sudo if necessary 2014-04-28 11:12:29 -05:00
lock.py Fix for #8115 2014-04-22 12:35:11 -07:00
lockstatus.py
misc.py Rewrite most file-retrieval functions 2014-05-06 14:59:52 -05:00
nuke.py Changes so these are not installed and still removed 2014-04-29 15:18:42 -05:00
packaging.py
parallel.py
report.py Drop usage of safe_while 2014-04-29 16:41:45 -05:00
results.py
run_tasks.py Further clarify 'too many values to unpack' error. 2014-05-08 10:57:06 -07:00
run.py Changes invocation of serialize_remote_roles to internal task to avoid being run during nuke 2014-04-29 05:09:07 -07:00
safepath.py
schedule.py Post last_in_suite jobs, but delete when run 2014-04-25 15:22:30 -05:00
sentry.py
suite.py suite: allow priority to be specified when scheduling 2014-03-26 10:09:12 -07:00
worker.py Post last_in_suite jobs, but delete when run 2014-04-25 15:22:30 -05:00