testsuites
5 rows where build_id = 6528
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
87803 | 6528 6528 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8514/artifact/log/WDIO.xunit-2021-10-05T23-36-10-406Z.xml | Page | 1633498571 | 0.708 | 17 | 0 | 0 | 17 |
87804 | 6528 6528 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8514/artifact/log/WDIO.xunit-2021-10-05T23-36-14-086Z.xml | Special RecentChanges | 1633498575 | 0.64 | 2 | 0 | 0 | 2 |
87805 | 6528 6528 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8514/artifact/log/WDIO.xunit-2021-10-05T23-36-17-162Z.xml | User | 1633498578 | 6.122 | 2 | 0 | 0 | 0 |
87806 | 6528 6528 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8514/artifact/log/WDIO.xunit-2021-10-05T23-36-26-152Z.xml | Special Watchlist | 1633498587 | 2.537 | 2 | 0 | 0 | 2 |
87807 | 6528 6528 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8514/artifact/log/WDIO.xunit-2021-10-05T23-36-31-562Z.xml | BlankPage | 1633498592 | 0.74 | 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) );