testsuites
5 rows where build_id = 5360
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
72596 | 5360 5360 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8510/artifact/log/WDIO.xunit-2021-10-04T18-44-35-118Z.xml | Page | 1633394676 | 0.745 | 17 | 0 | 0 | 17 |
72597 | 5360 5360 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8510/artifact/log/WDIO.xunit-2021-10-04T18-44-38-378Z.xml | Special RecentChanges | 1633394679 | 1.419 | 2 | 0 | 0 | 2 |
72598 | 5360 5360 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8510/artifact/log/WDIO.xunit-2021-10-04T18-44-42-287Z.xml | User | 1633394683 | 5.5 | 2 | 0 | 0 | 0 |
72599 | 5360 5360 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8510/artifact/log/WDIO.xunit-2021-10-04T18-44-50-352Z.xml | Special Watchlist | 1633394691 | 2.497 | 2 | 0 | 0 | 2 |
72600 | 5360 5360 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8510/artifact/log/WDIO.xunit-2021-10-04T18-44-55-831Z.xml | BlankPage | 1633394697 | 0.657 | 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) );