home / tests

testsuites

5 rows where build_id = 15035

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191403 15035 15035 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/366/artifact/log/WDIO.xunit-2023-09-23T21-23-31-303Z.xml Page 1695525812 21.869 9 0 0 0
191404 15035 15035 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/366/artifact/log/WDIO.xunit-2023-09-23T21-23-31-354Z.xml User 1695525812 5.167 2 0 0 0
191405 15035 15035 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/366/artifact/log/WDIO.xunit-2023-09-23T21-23-31-367Z.xml Special Watchlist 1695525812 0.496 1 0 0 1
191406 15035 15035 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/366/artifact/log/WDIO.xunit-2023-09-23T21-23-31-375Z.xml Special RecentChanges 1695525812 2.625 1 0 0 0
191407 15035 15035 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/366/artifact/log/WDIO.xunit-2023-09-23T21-23-33-772Z.xml BlankPage 1695525814 0.905 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 1560.92ms