home / tests

testsuites

5 rows where build_id = 15034

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191398 15034 15034 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/367/artifact/log/WDIO.xunit-2023-09-24T21-23-32-859Z.xml Special RecentChanges 1695612213 3.032 1 0 0 0
191399 15034 15034 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/367/artifact/log/WDIO.xunit-2023-09-24T21-23-32-867Z.xml Page 1695612214 22.358 9 0 0 0
191400 15034 15034 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/367/artifact/log/WDIO.xunit-2023-09-24T21-23-32-932Z.xml User 1695612214 4.997 2 0 0 0
191401 15034 15034 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/367/artifact/log/WDIO.xunit-2023-09-24T21-23-32-970Z.xml Special Watchlist 1695612214 0.36 1 0 0 1
191402 15034 15034 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/367/artifact/log/WDIO.xunit-2023-09-24T21-23-35-546Z.xml BlankPage 1695612216 0.776 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 1609.529ms