testsuites
5 rows where build_id = 22403
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
255494 | 22403 22403 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/535/artifact/log/WDIO.xunit-2024-06-16T14-52-32-310Z.xml | User | 1718571153 | 5.2 | 2 | 0 | 0 | 0 |
255495 | 22403 22403 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/535/artifact/log/WDIO.xunit-2024-06-16T14-52-32-314Z.xml | Page | 1718571153 | 22.393 | 9 | 0 | 0 | 0 |
255496 | 22403 22403 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/535/artifact/log/WDIO.xunit-2024-06-16T14-52-32-328Z.xml | Special Watchlist | 1718571153 | 0.39 | 1 | 0 | 0 | 1 |
255497 | 22403 22403 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/535/artifact/log/WDIO.xunit-2024-06-16T14-52-32-408Z.xml | Special RecentChanges | 1718571153 | 3.16 | 1 | 0 | 0 | 0 |
255498 | 22403 22403 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/535/artifact/log/WDIO.xunit-2024-06-16T14-52-34-686Z.xml | BlankPage | 1718571155 | 0.74 | 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) );