home / tests

testsuites

5 rows where build_id = 19045

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
220952 19045 19045 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T21-23-45-565Z.xml Special RecentChanges 1707971027 2.71 1 0 0 0
220953 19045 19045 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T21-23-45-568Z.xml Special Watchlist 1707971026 0.492 1 0 0 1
220954 19045 19045 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T21-23-45-571Z.xml User 1707971026 5.309 2 0 0 0
220955 19045 19045 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T21-23-45-580Z.xml Page 1707971026 21.928 9 0 0 0
220956 19045 19045 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/510/artifact/log/WDIO.xunit-2024-02-14T21-23-47-957Z.xml BlankPage 1707971028 0.766 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 1624.455ms