update target for past invalid results in the last commit

This commit is contained in:
yangdsh 2020-02-26 01:10:42 +00:00 committed by Dana Van Aken
parent 0d103a8e45
commit 286c9a9b5f
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ def handle_result_files(session, files, execution_times=None):
summary = JSONUtil.loads(files['summary']) summary = JSONUtil.loads(files['summary'])
# If database crashed on restart, pull latest result and worst throughput so far # If database crashed on restart, pull latest result and worst throughput so far
if 'error' in summary and summary['error'] == "DB_RESTART_ERROR" or True: if 'error' in summary and summary['error'] == "DB_RESTART_ERROR":
LOG.debug("Error in restarting database") LOG.debug("Error in restarting database")
# Find worst throughput # Find worst throughput