home / tests

testsuites

5 rows where build_id = 13674

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181300 13674 13674 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-46-53-373Z.xml Page 1638658014 0.711 17 0 0 17
181301 13674 13674 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-46-55-913Z.xml Special RecentChanges 1638658016 0.561 2 0 0 2
181302 13674 13674 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-46-58-245Z.xml User 1638658019 5.05 2 0 0 0
181303 13674 13674 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-47-05-101Z.xml Special Watchlist 1638658026 2.152 2 0 0 2
181304 13674 13674 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/103/artifact/log/WDIO.xunit-2021-12-04T15-47-09-097Z.xml BlankPage 1638658029 0.563 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 1590.876ms