|
|
|
@ -105,7 +105,9 @@ class MyshixunsController < ApplicationController
|
|
|
|
|
resubmit = jsonTestDetails['resubmit']
|
|
|
|
|
outPut = tran_base64_decode64(jsonTestDetails['outPut'])
|
|
|
|
|
# 资源消耗
|
|
|
|
|
uid_logger("##########!!!!!!#{jsonTestDetails['resUsage']}")
|
|
|
|
|
max_mem = tran_base64_decode64(jsonTestDetails['resUsage']) if jsonTestDetails['resUsage'].present?
|
|
|
|
|
uid_logger("##########!!!!!!#{max_mem}")
|
|
|
|
|
jenkins_testsets = jsonTestDetails['msg']
|
|
|
|
|
compile_success = jsonTestDetails['compileSuccess']
|
|
|
|
|
# message = Base64.decode64(params[:msg]) unless params[:msg].blank?
|
|
|
|
|