testsuites
5 rows where build_id = 20649
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
242838 | 20649 20649 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/430/artifact/log/WDIO.xunit-2024-05-09T19-41-51-707Z.xml | User | 1715305312 | 5.909 | 2 | 0 | 0 | 0 |
242839 | 20649 20649 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/430/artifact/log/WDIO.xunit-2024-05-09T19-41-51-729Z.xml | Special RecentChanges | 1715305312 | 3.575 | 1 | 0 | 0 | 0 |
242840 | 20649 20649 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/430/artifact/log/WDIO.xunit-2024-05-09T19-41-51-734Z.xml | Page | 1715305312 | 22.944 | 9 | 0 | 0 | 0 |
242841 | 20649 20649 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/430/artifact/log/WDIO.xunit-2024-05-09T19-41-51-741Z.xml | Special Watchlist | 1715305312 | 0.554 | 1 | 0 | 0 | 1 |
242842 | 20649 20649 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/430/artifact/log/WDIO.xunit-2024-05-09T19-41-54-141Z.xml | BlankPage | 1715305315 | 0.931 | 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) );