testsuites
5 rows where build_id = 862
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4467 | 862 862 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23733/artifact/log/WDIO.xunit-2021-09-24T16-47-20-716Z.xml | Page | 1632523641 | 0.726 | 17 | 0 | 0 | 17 |
4468 | 862 862 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23733/artifact/log/WDIO.xunit-2021-09-24T16-47-23-975Z.xml | Special RecentChanges | 1632523645 | 0.658 | 2 | 0 | 0 | 2 |
4469 | 862 862 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23733/artifact/log/WDIO.xunit-2021-09-24T16-47-27-388Z.xml | User | 1632523648 | 5.205 | 2 | 0 | 0 | 0 |
4470 | 862 862 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23733/artifact/log/WDIO.xunit-2021-09-24T16-47-35-061Z.xml | Special Watchlist | 1632523656 | 2.726 | 2 | 0 | 0 | 2 |
4471 | 862 862 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23733/artifact/log/WDIO.xunit-2021-09-24T16-47-40-680Z.xml | BlankPage | 1632523662 | 0.721 | 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) );