testsuites
5 rows where build_id = 886
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4790 | 886 886 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8481/artifact/log/WDIO.xunit-2021-09-23T21-26-50-222Z.xml | Page | 1632454011 | 0.791 | 17 | 0 | 0 | 17 |
4791 | 886 886 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8481/artifact/log/WDIO.xunit-2021-09-23T21-26-53-946Z.xml | Special RecentChanges | 1632454015 | 0.664 | 2 | 0 | 0 | 2 |
4792 | 886 886 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8481/artifact/log/WDIO.xunit-2021-09-23T21-26-57-525Z.xml | User | 1632454019 | 5.77 | 2 | 0 | 0 | 0 |
4793 | 886 886 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8481/artifact/log/WDIO.xunit-2021-09-23T21-27-06-408Z.xml | Special Watchlist | 1632454027 | 2.377 | 2 | 0 | 0 | 2 |
4794 | 886 886 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8481/artifact/log/WDIO.xunit-2021-09-23T21-27-11-810Z.xml | BlankPage | 1632454033 | 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) );