home / tests

testsuites

2 rows where build_id = 12061

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
161371 12061 12061 https://integration.wikimedia.org/ci/job/mediawiki-quibble-composer-mysql-php72-docker/21096/artifact/log/junit-dbless.xml     105.014521 22771 0 0 24
161372 12061 12061 https://integration.wikimedia.org/ci/job/mediawiki-quibble-composer-mysql-php72-docker/21096/artifact/log/junit-unit.xml     4.801689 10232 0 0 2

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 1623.921ms