testsuites
5 rows where build_id = 859
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4452 | 859 859 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23736/artifact/log/WDIO.xunit-2021-09-27T19-23-41-987Z.xml | Page | 1632792223 | 0.747 | 17 | 0 | 0 | 17 |
4453 | 859 859 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23736/artifact/log/WDIO.xunit-2021-09-27T19-23-45-201Z.xml | Special RecentChanges | 1632792226 | 0.715 | 2 | 0 | 0 | 2 |
4454 | 859 859 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23736/artifact/log/WDIO.xunit-2021-09-27T19-23-48-760Z.xml | User | 1632792230 | 5.589 | 2 | 0 | 0 | 0 |
4455 | 859 859 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23736/artifact/log/WDIO.xunit-2021-09-27T19-23-57-269Z.xml | Special Watchlist | 1632792238 | 2.41 | 2 | 0 | 0 | 2 |
4456 | 859 859 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23736/artifact/log/WDIO.xunit-2021-09-27T19-24-02-220Z.xml | BlankPage | 1632792243 | 0.68 | 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) );