home / tests

testsuites

5 rows where build_id = 16351

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197908 16351 16351 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T21-23-39-711Z.xml Special Watchlist 1705379020 0.488 1 0 0 1
197909 16351 16351 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T21-23-39-728Z.xml Page 1705379020 21.96 9 0 0 0
197910 16351 16351 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T21-23-39-740Z.xml Special RecentChanges 1705379020 3.232 1 0 0 0
197911 16351 16351 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T21-23-39-811Z.xml User 1705379020 5.273 2 0 0 0
197912 16351 16351 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/480/artifact/log/WDIO.xunit-2024-01-15T21-23-42-343Z.xml BlankPage 1705379023 0.668 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 1588.955ms