testsuites
5 rows where build_id = 20662
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242899 | 20662 20662 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/416/artifact/log/WDIO.xunit-2024-05-09T15-41-48-919Z.xml | Special RecentChanges | 1715290910 | 3.131 | 1 | 0 | 0 | 0 |
242900 | 20662 20662 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/416/artifact/log/WDIO.xunit-2024-05-09T15-41-48-930Z.xml | Page | 1715290909 | 25.27 | 9 | 0 | 0 | 0 |
242901 | 20662 20662 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/416/artifact/log/WDIO.xunit-2024-05-09T15-41-48-986Z.xml | User | 1715290910 | 7.304 | 2 | 0 | 0 | 0 |
242902 | 20662 20662 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/416/artifact/log/WDIO.xunit-2024-05-09T15-41-49-002Z.xml | Special Watchlist | 1715290910 | 0.516 | 1 | 0 | 0 | 1 |
242903 | 20662 20662 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/416/artifact/log/WDIO.xunit-2024-05-09T15-41-51-912Z.xml | BlankPage | 1715290912 | 3.178 | 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) );