testsuites
5 rows where build_id = 893
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4850 | 893 893 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8473/artifact/log/WDIO.xunit-2021-09-21T15-15-48-343Z.xml | Page | 1632258949 | 0.752 | 17 | 0 | 0 | 17 |
4851 | 893 893 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8473/artifact/log/WDIO.xunit-2021-09-21T15-15-51-515Z.xml | Special RecentChanges | 1632258952 | 0.675 | 2 | 0 | 0 | 2 |
4852 | 893 893 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8473/artifact/log/WDIO.xunit-2021-09-21T15-15-54-552Z.xml | User | 1632258955 | 5.601 | 2 | 0 | 0 | 0 |
4853 | 893 893 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8473/artifact/log/WDIO.xunit-2021-09-21T15-16-02-530Z.xml | Special Watchlist | 1632258963 | 2.299 | 2 | 0 | 0 | 2 |
4854 | 893 893 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8473/artifact/log/WDIO.xunit-2021-09-21T15-16-07-244Z.xml | BlankPage | 1632258968 | 0.679 | 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) );