home / tests

testsuites

5 rows where build_id = 19048

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
220964 19048 19048 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/507/artifact/log/WDIO.xunit-2024-02-11T21-23-36-029Z.xml Page 1707711817 22.712 9 0 0 0
220965 19048 19048 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/507/artifact/log/WDIO.xunit-2024-02-11T21-23-36-030Z.xml Special RecentChanges 1707711817 2.605 1 0 0 0
220966 19048 19048 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/507/artifact/log/WDIO.xunit-2024-02-11T21-23-36-033Z.xml User 1707711817 5.166 2 0 0 0
220967 19048 19048 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/507/artifact/log/WDIO.xunit-2024-02-11T21-23-36-041Z.xml Special Watchlist 1707711817 0.427 1 0 0 1
220968 19048 19048 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/507/artifact/log/WDIO.xunit-2024-02-11T21-23-38-502Z.xml BlankPage 1707711819 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 1586.263ms