testsuites
5 rows where build_id = 869
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4552 | 869 869 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23725/artifact/log/WDIO.xunit-2021-09-22T19-15-59-261Z.xml | Page | 1632359760 | 0.889 | 17 | 0 | 0 | 17 |
4553 | 869 869 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23725/artifact/log/WDIO.xunit-2021-09-22T19-16-03-017Z.xml | Special RecentChanges | 1632359764 | 0.691 | 2 | 0 | 0 | 2 |
4554 | 869 869 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23725/artifact/log/WDIO.xunit-2021-09-22T19-16-06-589Z.xml | User | 1632359767 | 7.02 | 2 | 0 | 0 | 0 |
4555 | 869 869 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23725/artifact/log/WDIO.xunit-2021-09-22T19-16-16-147Z.xml | Special Watchlist | 1632359777 | 2.317 | 2 | 0 | 0 | 2 |
4556 | 869 869 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23725/artifact/log/WDIO.xunit-2021-09-22T19-16-21-248Z.xml | BlankPage | 1632359783 | 0.706 | 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) );