testsuites
3 rows where build_id = 33
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
44 | 33 33 | https://integration.wikimedia.org/ci/job/integration-quibble-fullrun/153/artifact/log/junit-dbless.xml | 100.194113 | 16699 | 0 | 0 | 105 | ||
45 | 33 33 | https://integration.wikimedia.org/ci/job/integration-quibble-fullrun/153/artifact/log/junit-standalone.xml | extensions/Wikibase | 40.282634 | 253 | 0 | 0 | 0 | |
46 | 33 33 | https://integration.wikimedia.org/ci/job/integration-quibble-fullrun/153/artifact/log/junit-unit.xml | 5.17137 | 9115 | 0 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testsuites ( id INTEGER PRIMARY KEY, build_id INTEGER NOT NULL, url TEXT NOT NULL, name TEXT, timestamp INTEGER, time REAL, tests INTEGER, failures INTEGER, errors INTEGER, skipped INTEGER, UNIQUE(url,name,timestamp), FOREIGN KEY(build_id) REFERENCES builds(id) );