|
|
|
@ -493,6 +493,7 @@ class MyshixunsController < ApplicationController
|
|
|
|
|
return_back_time = format("%.3f", ( t1.to_f - brige_end_time.to_f)).to_f
|
|
|
|
|
status = jsonTestDetails['status']
|
|
|
|
|
game_id = jsonTestDetails['buildID']
|
|
|
|
|
sec_key = jsonTestDetails['sec_key']
|
|
|
|
|
logger.info("training_task_status start#1**#{game_id}**** #{Time.now.strftime("%Y-%m-%d %H:%M:%S.%L")}")
|
|
|
|
|
resubmit = jsonTestDetails['resubmit']
|
|
|
|
|
outPut = tran_base64_decode64(jsonTestDetails['outPut'])
|
|
|
|
@ -535,7 +536,7 @@ class MyshixunsController < ApplicationController
|
|
|
|
|
end
|
|
|
|
|
logger.info("#############status: #{status}")
|
|
|
|
|
logger.info("#############resubmit: #{resubmit}")
|
|
|
|
|
record = EvaluateRecord.where(:identifier => params[:sec_key]).first
|
|
|
|
|
record = EvaluateRecord.where(:identifier => sec_key).first
|
|
|
|
|
logger.info("training_task_status start#3**#{game_id}**** #{Time.now.strftime("%Y-%m-%d %H:%M:%S.%L")}")
|
|
|
|
|
|
|
|
|
|
# status:0表示评测成功
|
|
|
|
|