testsuites
5 rows where build_id = 755
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
3115 | 755 755 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76195/artifact/log/WDIO.xunit-2021-09-22T19-16-07-841Z.xml | Page | 1632359768 | 1.066 | 17 | 0 | 0 | 17 |
3116 | 755 755 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76195/artifact/log/WDIO.xunit-2021-09-22T19-16-11-353Z.xml | Special RecentChanges | 1632359772 | 0.701 | 2 | 0 | 0 | 2 |
3117 | 755 755 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76195/artifact/log/WDIO.xunit-2021-09-22T19-16-14-632Z.xml | User | 1632359775 | 6.384 | 2 | 0 | 0 | 0 |
3118 | 755 755 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76195/artifact/log/WDIO.xunit-2021-09-22T19-16-23-575Z.xml | Special Watchlist | 1632359784 | 5.82 | 2 | 0 | 0 | 2 |
3119 | 755 755 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76195/artifact/log/WDIO.xunit-2021-09-22T19-16-31-819Z.xml | BlankPage | 1632359792 | 0.622 | 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) );