testsuites
5 rows where build_id = 22646
This data as json, CSV (advanced)
Suggested facets: timestamp
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
259117 | 22646 22646 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1211/artifact/log/WDIO.xunit-2024-06-14T21-19-15-072Z.xml | Special RecentChanges | 1718421556 | 3.234 | 1 | 0 | 0 | 0 |
259118 | 22646 22646 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1211/artifact/log/WDIO.xunit-2024-06-14T21-19-15-078Z.xml | Page | 1718421556 | 21.881 | 9 | 0 | 0 | 0 |
259119 | 22646 22646 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1211/artifact/log/WDIO.xunit-2024-06-14T21-19-15-126Z.xml | Special Watchlist | 1718421556 | 0.235 | 1 | 0 | 0 | 1 |
259120 | 22646 22646 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1211/artifact/log/WDIO.xunit-2024-06-14T21-19-15-132Z.xml | User | 1718421556 | 5.314 | 2 | 0 | 0 | 0 |
259121 | 22646 22646 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1211/artifact/log/WDIO.xunit-2024-06-14T21-19-17-870Z.xml | BlankPage | 1718421559 | 0.829 | 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) );