瀏覽代碼

HPCC-17459 Regression Test Engine generates malformed error message for forced compiler errors.

Remove code to generates malformed error message. That error message
caused exception in email notification generator and prevent to create
err logs.

Signed-off-by: Attila Vamos <attila.vamos@gmail.com>
Attila Vamos 8 年之前
父節點
當前提交
2d945c9029
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      testing/regress/hpcc/common/logger.py

+ 0 - 3
testing/regress/hpcc/common/logger.py

@@ -128,9 +128,6 @@ class Logger(object):
                 if record.levelname == 'DEBUG':
                     msg +=" [asctime:"+record.asctime+", process:"+str(record.process)+", processName:"+record.processName+", thread:"+str(record.thread)+", threadName:"+record.threadName+"]"
                     msg = "{0:3d}".format(taskId) + ". Debug-[debug-"+record.asctime+"]: "+msg
-                if record.levelname == 'ERROR':
-                    msg +=" [asctime:"+record.asctime+", process:"+str(record.process)+", processName:"+record.processName+", thread:"+str(record.thread)+", threadName:"+record.threadName+"]"
-                    msg = "{0:3d}".format(taskId) + ". Error-[error-"+record.asctime+"]: "+msg
                 if record.levelname == 'CRITICAL':
                     msg += " [level: "+record.levelname+" ]"
                     msg = "{0:3d}".format(taskId) +". " + msg