home / tests

testsuites

5 rows where build_id = 16352

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197913 16352 16352 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T21-23-35-878Z.xml Page 1705292616 21.845 9 0 0 0
197914 16352 16352 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T21-23-35-902Z.xml Special RecentChanges 1705292617 3.044 1 0 0 0
197915 16352 16352 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T21-23-35-920Z.xml User 1705292617 5.214 2 0 0 0
197916 16352 16352 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T21-23-35-972Z.xml Special Watchlist 1705292616 0.463 1 0 0 1
197917 16352 16352 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T21-23-38-201Z.xml BlankPage 1705292619 0.707 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 1618.151ms