home / tests

testsuites

5 rows where build_id = 16353

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197918 16353 16353 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/478/artifact/log/WDIO.xunit-2024-01-13T21-23-59-164Z.xml Special RecentChanges 1705206242 9.426 1 0 0 0
197919 16353 16353 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/478/artifact/log/WDIO.xunit-2024-01-13T21-23-59-301Z.xml Page 1705206241 57.199 9 0 0 0
197920 16353 16353 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/478/artifact/log/WDIO.xunit-2024-01-13T21-23-59-453Z.xml User 1705206241 19.702 2 0 0 0
197921 16353 16353 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/478/artifact/log/WDIO.xunit-2024-01-13T21-23-59-498Z.xml Special Watchlist 1705206241 0.762 1 0 0 1
197922 16353 16353 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/478/artifact/log/WDIO.xunit-2024-01-13T21-24-03-365Z.xml BlankPage 1705206246 3.165 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 1632.923ms