datagrok-api
Advanced tools
Comparing version 1.23.0-rc.14ac408f21b.e37758f38e0d to 1.23.0-rc.65db955990.b3a833eabf60
{ | ||
"name": "datagrok-api", | ||
"version": "1.23.0-rc.14ac408f21b.e37758f38e0d", | ||
"version": "1.23.0-rc.65db955990.b3a833eabf60", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -234,10 +234,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
row['flaking'] = success && DG.Test.isReproducing; | ||
if (resultDF === undefined) { | ||
df.changeColumnType('result', COLUMN_TYPE.STRING); | ||
df.changeColumnType('result', COLUMN_TYPE.STRING); | ||
df.changeColumnType('logs', COLUMN_TYPE.STRING); | ||
if (resultDF === undefined) | ||
resultDF = df; | ||
} | ||
else { | ||
df.changeColumnType('result', COLUMN_TYPE.STRING); | ||
else | ||
resultDF = resultDF.append(df); | ||
} | ||
if (row['skipped']) { | ||
@@ -244,0 +242,0 @@ verboseSkipped += `Test result : Skipped : ${time} : ${category}: ${testName} : ${result}\n`; |
Sorry, the diff of this file is not supported yet
2005059
28293