testsuites
5 rows where build_id = 724
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
2803 | 724 724 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76237/artifact/log/WDIO.xunit-2021-09-24T14-58-06-101Z.xml | Page | 1632517087 | 0.768 | 17 | 0 | 0 | 17 |
2804 | 724 724 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76237/artifact/log/WDIO.xunit-2021-09-24T14-58-09-805Z.xml | Special RecentChanges | 1632517091 | 0.652 | 2 | 0 | 0 | 2 |
2805 | 724 724 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76237/artifact/log/WDIO.xunit-2021-09-24T14-58-13-414Z.xml | User | 1632517095 | 5.191 | 2 | 0 | 0 | 0 |
2806 | 724 724 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76237/artifact/log/WDIO.xunit-2021-09-24T14-58-21-685Z.xml | Special Watchlist | 1632517103 | 2.35 | 2 | 0 | 0 | 2 |
2807 | 724 724 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76237/artifact/log/WDIO.xunit-2021-09-24T14-58-27-058Z.xml | BlankPage | 1632517108 | 0.604 | 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) );