testsuites
5 rows where build_id = 695
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2483 | 695 695 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76273/artifact/log/WDIO.xunit-2021-09-27T19-23-26-124Z.xml | Page | 1632792207 | 0.811 | 17 | 0 | 0 | 17 |
2484 | 695 695 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76273/artifact/log/WDIO.xunit-2021-09-27T19-23-29-908Z.xml | Special RecentChanges | 1632792211 | 0.756 | 2 | 0 | 0 | 2 |
2485 | 695 695 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76273/artifact/log/WDIO.xunit-2021-09-27T19-23-33-236Z.xml | User | 1632792214 | 5.4 | 2 | 0 | 0 | 0 |
2486 | 695 695 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76273/artifact/log/WDIO.xunit-2021-09-27T19-23-41-595Z.xml | Special Watchlist | 1632792223 | 2.347 | 2 | 0 | 0 | 2 |
2487 | 695 695 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76273/artifact/log/WDIO.xunit-2021-09-27T19-23-46-946Z.xml | BlankPage | 1632792228 | 0.61 | 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) );