home / tests

testsuites

5 rows where build_id = 15038

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191418 15038 15038 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T21-23-28-954Z.xml Page 1695266610 21.181 9 0 0 0
191419 15038 15038 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T21-23-29-023Z.xml Special RecentChanges 1695266610 2.647 1 0 0 0
191420 15038 15038 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T21-23-29-026Z.xml User 1695266610 4.999 2 0 0 0
191421 15038 15038 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T21-23-29-071Z.xml Special Watchlist 1695266610 0.549 1 0 0 1
191422 15038 15038 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/363/artifact/log/WDIO.xunit-2023-09-20T21-23-31-371Z.xml BlankPage 1695266612 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 1650.636ms