testsuites
5 rows where build_id = 22647
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
259122 | 22647 22647 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1210/artifact/log/WDIO.xunit-2024-06-14T20-59-38-463Z.xml | User | 1718420379 | 5.674 | 2 | 0 | 0 | 0 |
259123 | 22647 22647 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1210/artifact/log/WDIO.xunit-2024-06-14T20-59-38-469Z.xml | Page | 1718420379 | 21.842 | 9 | 0 | 0 | 0 |
259124 | 22647 22647 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1210/artifact/log/WDIO.xunit-2024-06-14T20-59-38-483Z.xml | Special RecentChanges | 1718420379 | 3.04 | 1 | 0 | 0 | 0 |
259125 | 22647 22647 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1210/artifact/log/WDIO.xunit-2024-06-14T20-59-38-494Z.xml | Special Watchlist | 1718420379 | 0.349 | 1 | 0 | 0 | 1 |
259126 | 22647 22647 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1210/artifact/log/WDIO.xunit-2024-06-14T20-59-40-752Z.xml | BlankPage | 1718420381 | 0.828 | 1 | 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) );