testsuites
5 rows where build_id = 20648
This data as json, CSV (advanced)
Suggested facets: timestamp, tests
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242833 | 20648 20648 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/431/artifact/log/WDIO.xunit-2024-05-09T19-42-27-802Z.xml | Special RecentChanges | 1715305348 | 3.345 | 1 | 0 | 0 | 0 |
242834 | 20648 20648 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/431/artifact/log/WDIO.xunit-2024-05-09T19-42-27-810Z.xml | Special Watchlist | 1715305348 | 0.365 | 1 | 0 | 0 | 1 |
242835 | 20648 20648 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/431/artifact/log/WDIO.xunit-2024-05-09T19-42-27-838Z.xml | Page | 1715305348 | 26.891 | 9 | 0 | 0 | 0 |
242836 | 20648 20648 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/431/artifact/log/WDIO.xunit-2024-05-09T19-42-27-843Z.xml | User | 1715305348 | 9.574 | 2 | 0 | 0 | 0 |
242837 | 20648 20648 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/431/artifact/log/WDIO.xunit-2024-05-09T19-42-30-413Z.xml | BlankPage | 1715305351 | 1.047 | 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) );