testsuites
5 rows where build_id = 20689
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
243335 | 20689 20689 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/372/artifact/log/WDIO.xunit-2024-05-06T18-30-55-649Z.xml | Special Watchlist | 1715041857 | 0.437 | 1 | 0 | 0 | 1 |
243336 | 20689 20689 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/372/artifact/log/WDIO.xunit-2024-05-06T18-30-55-651Z.xml | User | 1715041856 | 5.614 | 2 | 0 | 0 | 0 |
243337 | 20689 20689 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/372/artifact/log/WDIO.xunit-2024-05-06T18-30-55-659Z.xml | Page | 1715041856 | 23.794 | 9 | 0 | 0 | 0 |
243338 | 20689 20689 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/372/artifact/log/WDIO.xunit-2024-05-06T18-30-55-674Z.xml | Special RecentChanges | 1715041856 | 3.027 | 1 | 0 | 0 | 0 |
243339 | 20689 20689 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/372/artifact/log/WDIO.xunit-2024-05-06T18-30-58-303Z.xml | BlankPage | 1715041859 | 0.806 | 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) );