Confirmed users
3,376
edits
| Line 62: | Line 62: | ||
"product":"fennec", | "product":"fennec", | ||
"os":"maemo", | "os":"maemo", | ||
"machineid":"nokia-n810-02", | |||
"testtype":"fennec reftest", | "testtype":"fennec reftest", | ||
"timestamp":"20090701153600", | "timestamp":"20090701153600", | ||
| Line 71: | Line 72: | ||
} | } | ||
} | } | ||
} | |||
For each log file we parse, we will add a document with the above json format. This will allow for us to have multiple files for a given run (if they are run in parallel) and a collection of different builds and dates to compare against. All test results will live in a single database as documents so we can share the same view code. | For each log file we parse, we will add a document with the above json format. This will allow for us to have multiple files for a given run (if they are run in parallel) and a collection of different builds and dates to compare against. All test results will live in a single database as documents so we can share the same view code. | ||