testsuites
5 rows where build_id = 22228
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
254306 | 22228 22228 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/628/artifact/log/WDIO.xunit-2024-06-16T14-33-36-342Z.xml | Special Watchlist | 1718570017 | 1.207 | 2 | 0 | 0 | 2 |
254307 | 22228 22228 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/628/artifact/log/WDIO.xunit-2024-06-16T14-33-36-354Z.xml | User | 1718570017 | 5.363 | 2 | 0 | 0 | 0 |
254308 | 22228 22228 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/628/artifact/log/WDIO.xunit-2024-06-16T14-33-36-370Z.xml | Page | 1718570017 | 0.579 | 17 | 0 | 0 | 17 |
254309 | 22228 22228 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/628/artifact/log/WDIO.xunit-2024-06-16T14-33-36-414Z.xml | Special RecentChanges | 1718570017 | 0.747 | 2 | 0 | 0 | 2 |
254310 | 22228 22228 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/628/artifact/log/WDIO.xunit-2024-06-16T14-33-38-849Z.xml | BlankPage | 1718570019 | 0.628 | 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) );