testsuites
5 rows where build_id = 880
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4710 | 880 880 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8488/artifact/log/WDIO.xunit-2021-09-25T02-31-31-194Z.xml | Page | 1632558692 | 0.715 | 17 | 0 | 0 | 17 |
4711 | 880 880 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8488/artifact/log/WDIO.xunit-2021-09-25T02-31-34-220Z.xml | Special RecentChanges | 1632558695 | 0.642 | 2 | 0 | 0 | 2 |
4712 | 880 880 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8488/artifact/log/WDIO.xunit-2021-09-25T02-31-37-117Z.xml | User | 1632558698 | 5.639 | 2 | 0 | 0 | 0 |
4713 | 880 880 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8488/artifact/log/WDIO.xunit-2021-09-25T02-31-45-083Z.xml | Special Watchlist | 1632558706 | 2.379 | 2 | 0 | 0 | 2 |
4714 | 880 880 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8488/artifact/log/WDIO.xunit-2021-09-25T02-31-49-710Z.xml | BlankPage | 1632558710 | 0.651 | 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) );