testsuites
5 rows where build_id = 22632
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
259015 | 22632 22632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1227/artifact/log/WDIO.xunit-2024-06-16T16-23-44-637Z.xml | User | 1718576625 | 6.124 | 2 | 0 | 0 | 0 |
259016 | 22632 22632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1227/artifact/log/WDIO.xunit-2024-06-16T16-23-44-684Z.xml | Special Watchlist | 1718576625 | 0.354 | 1 | 0 | 0 | 1 |
259017 | 22632 22632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1227/artifact/log/WDIO.xunit-2024-06-16T16-23-44-698Z.xml | Special RecentChanges | 1718576625 | 3.927 | 1 | 0 | 0 | 0 |
259018 | 22632 22632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1227/artifact/log/WDIO.xunit-2024-06-16T16-23-44-748Z.xml | Page | 1718576625 | 24.261 | 9 | 0 | 0 | 0 |
259019 | 22632 22632 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1227/artifact/log/WDIO.xunit-2024-06-16T16-23-46-876Z.xml | BlankPage | 1718576628 | 0.887 | 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) );