testsuites
5 rows where build_id = 22633
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
259020 | 22633 22633 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1225/artifact/log/WDIO.xunit-2024-06-16T16-22-43-649Z.xml | User | 1718576564 | 5.462 | 2 | 0 | 0 | 0 |
259021 | 22633 22633 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1225/artifact/log/WDIO.xunit-2024-06-16T16-22-43-650Z.xml | Special RecentChanges | 1718576564 | 3.215 | 1 | 0 | 0 | 0 |
259022 | 22633 22633 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1225/artifact/log/WDIO.xunit-2024-06-16T16-22-43-716Z.xml | Page | 1718576564 | 22.103 | 9 | 0 | 0 | 0 |
259023 | 22633 22633 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1225/artifact/log/WDIO.xunit-2024-06-16T16-22-43-794Z.xml | Special Watchlist | 1718576564 | 0.354 | 1 | 0 | 0 | 1 |
259024 | 22633 22633 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1225/artifact/log/WDIO.xunit-2024-06-16T16-22-45-983Z.xml | BlankPage | 1718576566 | 0.7 | 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) );