Fix DB schema, write a basic unittest for the DB operations
This commit is contained in:
parent
ff2f973523
commit
a518ca79da
6 changed files with 183 additions and 124 deletions
|
|
@ -122,6 +122,7 @@ func CreateMeasurement(sess sqlbuilder.Database, m Measurement, i string) (*Meas
|
|||
|
||||
// XXX Do we want to have this be part of something else?
|
||||
m.StartTime = time.Now().UTC()
|
||||
m.TestKeys = ""
|
||||
|
||||
// XXX insert also the URL and stuff
|
||||
//m.Input = i
|
||||
|
|
|
|||
Loading…
Reference in a new issue