home / tests

testsuites

5 rows where build_id = 13672

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181290 13672 13672 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-46-52-479Z.xml Page 1638830813 0.558 17 0 0 17
181291 13672 13672 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-46-54-703Z.xml Special RecentChanges 1638830815 0.479 2 0 0 2
181292 13672 13672 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-46-56-900Z.xml User 1638830817 4.254 2 0 0 0
181293 13672 13672 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-47-02-897Z.xml Special Watchlist 1638830823 1.895 2 0 0 2
181294 13672 13672 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-47-06-518Z.xml BlankPage 1638830827 0.481 1 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
        );
Powered by Datasette · Queries took 1601.539ms