testsuites
5 rows where build_id = 22634
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
259025 | 22634 22634 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1224/artifact/log/WDIO.xunit-2024-06-16T16-18-44-399Z.xml | User | 1718576325 | 6.092 | 2 | 0 | 0 | 0 |
259026 | 22634 22634 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1224/artifact/log/WDIO.xunit-2024-06-16T16-18-44-404Z.xml | Page | 1718576325 | 23.456 | 9 | 0 | 0 | 0 |
259027 | 22634 22634 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1224/artifact/log/WDIO.xunit-2024-06-16T16-18-44-405Z.xml | Special RecentChanges | 1718576325 | 3.397 | 1 | 0 | 0 | 0 |
259028 | 22634 22634 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1224/artifact/log/WDIO.xunit-2024-06-16T16-18-44-475Z.xml | Special Watchlist | 1718576325 | 0.445 | 1 | 0 | 0 | 1 |
259029 | 22634 22634 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1224/artifact/log/WDIO.xunit-2024-06-16T16-18-46-830Z.xml | BlankPage | 1718576328 | 0.8 | 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) );