testsuites
5 rows where build_id = 876
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4662 | 876 876 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8492/artifact/log/WDIO.xunit-2021-09-27T22-38-43-140Z.xml | Page | 1632803925 | 0.803 | 17 | 0 | 0 | 17 |
4663 | 876 876 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8492/artifact/log/WDIO.xunit-2021-09-27T22-38-47-322Z.xml | Special RecentChanges | 1632803928 | 0.701 | 2 | 0 | 0 | 2 |
4664 | 876 876 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8492/artifact/log/WDIO.xunit-2021-09-27T22-38-50-614Z.xml | User | 1632803931 | 5.696 | 2 | 0 | 0 | 0 |
4665 | 876 876 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8492/artifact/log/WDIO.xunit-2021-09-27T22-38-58-778Z.xml | Special Watchlist | 1632803939 | 2.586 | 2 | 0 | 0 | 2 |
4666 | 876 876 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8492/artifact/log/WDIO.xunit-2021-09-27T22-39-03-872Z.xml | BlankPage | 1632803944 | 0.654 | 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) );