home / tests

testsuites

5 rows where build_id = 16344

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
197874 16344 16344 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T23-56-40-113Z.xml Special RecentChanges 1705388201 3.026 1 0 0 0
197875 16344 16344 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T23-56-40-152Z.xml Special Watchlist 1705388201 0.442 1 0 0 1
197876 16344 16344 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T23-56-40-157Z.xml Page 1705388201 22.509 9 0 0 0
197877 16344 16344 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T23-56-40-184Z.xml User 1705388201 5.193 2 0 0 0
197878 16344 16344 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T23-56-42-548Z.xml BlankPage 1705388203 0.726 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 1800.37ms