testsuites
5 rows where build_id = 123
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
477 | 123 123 | https://integration.wikimedia.org/ci/job/legacy-quibble-rubyselenium-docker/2332/artifact/log/junit/TEST-features-header.xml | Use header | 9.546439 | 2 | 0 | 0 | 0 | |
478 | 123 123 | https://integration.wikimedia.org/ci/job/legacy-quibble-rubyselenium-docker/2332/artifact/log/junit/TEST-features-label.xml | Edit label | 6.981772 | 2 | 0 | 0 | 0 | |
479 | 123 123 | https://integration.wikimedia.org/ci/job/legacy-quibble-rubyselenium-docker/2332/artifact/log/junit/TEST-features-reference.xml | Adding references to statements | 16.658014 | 1 | 0 | 0 | 0 | |
480 | 123 123 | https://integration.wikimedia.org/ci/job/legacy-quibble-rubyselenium-docker/2332/artifact/log/junit/TEST-features-statements_rank.xml | Setting ranks of statements | 5.180952 | 1 | 0 | 0 | 0 | |
481 | 123 123 | https://integration.wikimedia.org/ci/job/legacy-quibble-rubyselenium-docker/2332/artifact/log/junit/TEST-features-statements_time.xml | Using time properties in statements | 69.852315 | 2 | 1 | 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) );