testsuites
5 rows where build_id = 739
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
3008 | 739 739 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76215/artifact/log/WDIO.xunit-2021-09-23T21-17-47-793Z.xml | Page | 1632453469 | 0.731 | 17 | 0 | 0 | 17 |
3009 | 739 739 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76215/artifact/log/WDIO.xunit-2021-09-23T21-17-51-004Z.xml | Special RecentChanges | 1632453472 | 0.598 | 2 | 0 | 0 | 2 |
3010 | 739 739 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76215/artifact/log/WDIO.xunit-2021-09-23T21-17-53-956Z.xml | User | 1632453475 | 5.17 | 2 | 0 | 0 | 0 |
3011 | 739 739 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76215/artifact/log/WDIO.xunit-2021-09-23T21-18-01-431Z.xml | Special Watchlist | 1632453482 | 2.22 | 2 | 0 | 0 | 2 |
3012 | 739 739 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76215/artifact/log/WDIO.xunit-2021-09-23T21-18-06-017Z.xml | BlankPage | 1632453486 | 0.601 | 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) );