testsuites
5 rows where build_id = 856
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4409 | 856 856 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23739/artifact/log/WDIO.xunit-2021-09-27T22-39-04-651Z.xml | Page | 1632803946 | 0.822 | 17 | 0 | 0 | 17 |
4410 | 856 856 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23739/artifact/log/WDIO.xunit-2021-09-27T22-39-08-367Z.xml | Special RecentChanges | 1632803949 | 0.695 | 2 | 0 | 0 | 2 |
4411 | 856 856 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23739/artifact/log/WDIO.xunit-2021-09-27T22-39-11-542Z.xml | User | 1632803953 | 5.774 | 2 | 0 | 0 | 0 |
4412 | 856 856 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23739/artifact/log/WDIO.xunit-2021-09-27T22-39-20-224Z.xml | Special Watchlist | 1632803961 | 2.91 | 2 | 0 | 0 | 2 |
4413 | 856 856 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23739/artifact/log/WDIO.xunit-2021-09-27T22-39-26-208Z.xml | BlankPage | 1632803968 | 1.017 | 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) );