Improvements to the list output

This commit is contained in:
Arturo Filastò 2018-09-11 15:19:08 +02:00
commit 31ccb1c181
3 changed files with 14 additions and 8 deletions

View file

@ -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: "",