Improvements to the list output
This commit is contained in:
parent
66ffbde270
commit
31ccb1c181
3 changed files with 14 additions and 8 deletions
|
|
@ -118,6 +118,8 @@ func CreateMeasurement(sess sqlbuilder.Database, reportID sql.NullString, testNa
|
|||
ResultID: resultID,
|
||||
ReportFilePath: reportFilePath,
|
||||
URLID: urlID,
|
||||
IsFailed: false,
|
||||
IsDone: false,
|
||||
// XXX Do we want to have this be part of something else?
|
||||
StartTime: time.Now().UTC(),
|
||||
TestKeys: "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue