testsuites
5 rows where build_id = 22640
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
259055 | 22640 22640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1218/artifact/log/WDIO.xunit-2024-06-16T03-08-09-488Z.xml | User | 1718528890 | 5.191 | 2 | 0 | 0 | 0 |
259056 | 22640 22640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1218/artifact/log/WDIO.xunit-2024-06-16T03-08-09-490Z.xml | Page | 1718528890 | 22.1 | 9 | 0 | 0 | 0 |
259057 | 22640 22640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1218/artifact/log/WDIO.xunit-2024-06-16T03-08-09-491Z.xml | Special Watchlist | 1718528890 | 0.396 | 1 | 0 | 0 | 1 |
259058 | 22640 22640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1218/artifact/log/WDIO.xunit-2024-06-16T03-08-09-524Z.xml | Special RecentChanges | 1718528890 | 3.075 | 1 | 0 | 0 | 0 |
259059 | 22640 22640 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1218/artifact/log/WDIO.xunit-2024-06-16T03-08-11-683Z.xml | BlankPage | 1718528893 | 0.695 | 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) );