testsuites
5 rows where build_id = 888
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4800 | 888 888 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8479/artifact/log/WDIO.xunit-2021-09-23T15-53-43-042Z.xml | Page | 1632434024 | 0.765 | 17 | 0 | 0 | 17 |
4801 | 888 888 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8479/artifact/log/WDIO.xunit-2021-09-23T15-53-46-387Z.xml | Special RecentChanges | 1632434027 | 0.664 | 2 | 0 | 0 | 2 |
4802 | 888 888 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8479/artifact/log/WDIO.xunit-2021-09-23T15-53-49-418Z.xml | User | 1632434030 | 5.384 | 2 | 0 | 0 | 0 |
4803 | 888 888 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8479/artifact/log/WDIO.xunit-2021-09-23T15-53-57-359Z.xml | Special Watchlist | 1632434038 | 2.175 | 2 | 0 | 0 | 2 |
4804 | 888 888 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8479/artifact/log/WDIO.xunit-2021-09-23T15-54-01-995Z.xml | BlankPage | 1632434042 | 0.698 | 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) );