testsuites
5 rows where build_id = 6445
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
86766 | 6445 6445 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8513/artifact/log/WDIO.xunit-2021-10-05T22-02-55-040Z.xml | Page | 1633492976 | 0.774 | 17 | 0 | 0 | 17 |
86767 | 6445 6445 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8513/artifact/log/WDIO.xunit-2021-10-05T22-02-58-282Z.xml | Special RecentChanges | 1633492979 | 0.658 | 2 | 0 | 0 | 2 |
86768 | 6445 6445 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8513/artifact/log/WDIO.xunit-2021-10-05T22-03-01-497Z.xml | User | 1633492982 | 5.51 | 2 | 0 | 0 | 0 |
86769 | 6445 6445 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8513/artifact/log/WDIO.xunit-2021-10-05T22-03-09-551Z.xml | Special Watchlist | 1633492990 | 2.422 | 2 | 0 | 0 | 2 |
86770 | 6445 6445 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8513/artifact/log/WDIO.xunit-2021-10-05T22-03-14-490Z.xml | BlankPage | 1633492995 | 0.686 | 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) );