home / tests

testsuites

5 rows where build_id = 13676

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181310 13676 13676 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-47-03-407Z.xml Page 1638485224 0.591 17 0 0 17
181311 13676 13676 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-47-05-773Z.xml Special RecentChanges 1638485226 0.46 2 0 0 2
181312 13676 13676 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-47-07-941Z.xml User 1638485228 3.838 2 0 0 0
181313 13676 13676 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-47-13-477Z.xml Special Watchlist 1638485234 2.038 2 0 0 2
181314 13676 13676 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/101/artifact/log/WDIO.xunit-2021-12-02T15-47-17-273Z.xml BlankPage 1638485238 0.471 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 1610.236ms