testsuites
5 rows where build_id = 882
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4720 | 882 882 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8486/artifact/log/WDIO.xunit-2021-09-24T16-47-23-667Z.xml | Page | 1632523645 | 0.897 | 17 | 0 | 0 | 17 |
4721 | 882 882 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8486/artifact/log/WDIO.xunit-2021-09-24T16-47-27-620Z.xml | Special RecentChanges | 1632523649 | 0.776 | 2 | 0 | 0 | 2 |
4722 | 882 882 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8486/artifact/log/WDIO.xunit-2021-09-24T16-47-31-433Z.xml | User | 1632523653 | 6.344 | 2 | 0 | 0 | 0 |
4723 | 882 882 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8486/artifact/log/WDIO.xunit-2021-09-24T16-47-41-002Z.xml | Special Watchlist | 1632523662 | 2.689 | 2 | 0 | 0 | 2 |
4724 | 882 882 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8486/artifact/log/WDIO.xunit-2021-09-24T16-47-46-711Z.xml | BlankPage | 1632523668 | 0.767 | 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) );