testsuites
5 rows where build_id = 550
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
1741 | 550 550 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7769/artifact/log/WDIO.xunit-2021-09-24T06-51-34-612Z.xml | Page | 1632487895 | 0.827 | 17 | 0 | 0 | 17 |
1742 | 550 550 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7769/artifact/log/WDIO.xunit-2021-09-24T06-51-37-999Z.xml | Special RecentChanges | 1632487899 | 0.788 | 2 | 0 | 0 | 2 |
1743 | 550 550 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7769/artifact/log/WDIO.xunit-2021-09-24T06-51-41-359Z.xml | User | 1632487902 | 6.18 | 2 | 0 | 0 | 0 |
1744 | 550 550 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7769/artifact/log/WDIO.xunit-2021-09-24T06-51-50-123Z.xml | Special Watchlist | 1632487911 | 2.658 | 2 | 0 | 0 | 2 |
1745 | 550 550 | https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7769/artifact/log/WDIO.xunit-2021-09-24T06-51-55-794Z.xml | BlankPage | 1632487917 | 0.767 | 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) );