testsuites
5 rows where build_id = 22405
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255504 | 22405 22405 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/533/artifact/log/WDIO.xunit-2024-06-16T14-46-14-551Z.xml | Page | 1718570775 | 26.401 | 9 | 0 | 0 | 0 |
255505 | 22405 22405 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/533/artifact/log/WDIO.xunit-2024-06-16T14-46-14-552Z.xml | Special Watchlist | 1718570775 | 0.473 | 1 | 0 | 0 | 1 |
255506 | 22405 22405 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/533/artifact/log/WDIO.xunit-2024-06-16T14-46-14-609Z.xml | User | 1718570775 | 6.324 | 2 | 0 | 0 | 0 |
255507 | 22405 22405 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/533/artifact/log/WDIO.xunit-2024-06-16T14-46-14-665Z.xml | Special RecentChanges | 1718570776 | 3.42 | 1 | 0 | 0 | 0 |
255508 | 22405 22405 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/533/artifact/log/WDIO.xunit-2024-06-16T14-46-17-040Z.xml | BlankPage | 1718570778 | 0.913 | 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) );