diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-09-05 10:11:21 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-09-05 10:11:21 +0800 |
commit | 581921cea95147f3af8abab7df14bb9375fde0fc (patch) | |
tree | 8e272286fdbd1a5f81506f43cdd62eff915533de /jjb/armband/armband-deploy.sh | |
parent | 9f410cf990048e6388d6f41289ebe6cd70185fc8 (diff) |
make mongo_to_elasticsearch.py skip resolve-failed results
mongo_to_elasticsearch.py exit when encounter can-not-be-parsed results,
for example:
File "mongo_to_elasticsearch.py", line 58, in _convert_duration
hours, minutes, seconds = duration.split(":")
ValueError: need more than 2 values to unpack
File "mongo_to_elasticsearch.py", line 228, in modify_functest_odl
test_statuses = _get_dicts_from_list(testcase, testcase['details']['details'],
KeyError: 'details'
change the logic, try...Except the Exception, logger it as error, then
continue processing the rest results
Change-Id: I18facd457ba3e8f661f5c9a1da1e6c200af6fc4e
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'jjb/armband/armband-deploy.sh')
0 files changed, 0 insertions, 0 deletions