home / tests

testsuites

4 rows where build_id = 19047

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
220960 19047 19047 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/508/artifact/log/WDIO.xunit-2024-02-12T21-23-37-335Z.xml User 1707798218 5.385 2 0 0 0
220961 19047 19047 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/508/artifact/log/WDIO.xunit-2024-02-12T21-23-37-357Z.xml Page 1707798218 21.996 9 0 0 0
220962 19047 19047 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/508/artifact/log/WDIO.xunit-2024-02-12T21-23-37-378Z.xml Special Watchlist 1707798218 0.518 1 0 0 1
220963 19047 19047 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/508/artifact/log/WDIO.xunit-2024-02-12T21-23-39-779Z.xml BlankPage 1707798220 0.811 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 1644.177ms