testsuites
5 rows where build_id = 22194
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254141 | 22194 22194 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/662/artifact/log/WDIO.xunit-2024-06-16T15-13-51-425Z.xml | Special Watchlist | 1718572432 | 0.397 | 1 | 0 | 0 | 1 |
254142 | 22194 22194 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/662/artifact/log/WDIO.xunit-2024-06-16T15-13-51-486Z.xml | User | 1718572432 | 4.682 | 2 | 0 | 0 | 0 |
254143 | 22194 22194 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/662/artifact/log/WDIO.xunit-2024-06-16T15-13-51-487Z.xml | Special RecentChanges | 1718572432 | 2.651 | 1 | 0 | 0 | 0 |
254144 | 22194 22194 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/662/artifact/log/WDIO.xunit-2024-06-16T15-13-51-509Z.xml | Page | 1718572432 | 20.779 | 9 | 0 | 0 | 0 |
254145 | 22194 22194 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/662/artifact/log/WDIO.xunit-2024-06-16T15-13-53-966Z.xml | BlankPage | 1718572434 | 0.636 | 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) );