testsuites
5 rows where build_id = 3011
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
36553 | 3011 3011 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8504/artifact/log/WDIO.xunit-2021-09-29T22-25-38-111Z.xml | Page | 1632975939 | 0.717 | 17 | 0 | 0 | 17 |
36554 | 3011 3011 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8504/artifact/log/WDIO.xunit-2021-09-29T22-25-41-789Z.xml | Special RecentChanges | 1632975943 | 0.712 | 2 | 0 | 0 | 2 |
36555 | 3011 3011 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8504/artifact/log/WDIO.xunit-2021-09-29T22-25-45-664Z.xml | User | 1632975947 | 6.004 | 2 | 0 | 0 | 0 |
36556 | 3011 3011 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8504/artifact/log/WDIO.xunit-2021-09-29T22-25-54-757Z.xml | Special Watchlist | 1632975956 | 2.575 | 2 | 0 | 0 | 2 |
36557 | 3011 3011 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8504/artifact/log/WDIO.xunit-2021-09-29T22-26-00-370Z.xml | BlankPage | 1632975961 | 0.815 | 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) );