testsuites
5 rows where build_id = 871
This data as json, CSV (advanced)
id ▼ | build_id | url | name | timestamp | time | tests | failures | errors | skipped |
---|---|---|---|---|---|---|---|---|---|
4587 | 871 871 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23722/artifact/log/WDIO.xunit-2021-09-22T02-15-36-586Z.xml | Page | 1632298537 | 0.733 | 17 | 0 | 0 | 17 |
4588 | 871 871 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23722/artifact/log/WDIO.xunit-2021-09-22T02-15-39-747Z.xml | Special RecentChanges | 1632298540 | 0.633 | 2 | 0 | 0 | 2 |
4589 | 871 871 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23722/artifact/log/WDIO.xunit-2021-09-22T02-15-42-821Z.xml | User | 1632298543 | 5.355 | 2 | 0 | 0 | 0 |
4590 | 871 871 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23722/artifact/log/WDIO.xunit-2021-09-22T02-15-50-664Z.xml | Special Watchlist | 1632298551 | 2.521 | 2 | 0 | 0 | 2 |
4591 | 871 871 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23722/artifact/log/WDIO.xunit-2021-09-22T02-15-55-580Z.xml | BlankPage | 1632298556 | 1.199 | 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) );