testsuites
5 rows where build_id = 22397
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255465 | 22397 22397 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/541/artifact/log/WDIO.xunit-2024-06-16T15-11-28-233Z.xml | Page | 1718572289 | 25.662 | 9 | 0 | 0 | 0 |
255466 | 22397 22397 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/541/artifact/log/WDIO.xunit-2024-06-16T15-11-28-248Z.xml | Special Watchlist | 1718572289 | 0.501 | 1 | 0 | 0 | 1 |
255467 | 22397 22397 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/541/artifact/log/WDIO.xunit-2024-06-16T15-11-28-254Z.xml | Special RecentChanges | 1718572289 | 3.398 | 1 | 0 | 0 | 0 |
255468 | 22397 22397 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/541/artifact/log/WDIO.xunit-2024-06-16T15-11-28-279Z.xml | User | 1718572289 | 6.228 | 2 | 0 | 0 | 0 |
255469 | 22397 22397 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/541/artifact/log/WDIO.xunit-2024-06-16T15-11-30-808Z.xml | BlankPage | 1718572291 | 0.703 | 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) );