home / tests

testsuites

3 rows where build_id = 19046

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
220957 19046 19046 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/509/artifact/log/WDIO.xunit-2024-02-13T21-23-39-382Z.xml User 1707884620 5.496 2 0 0 0
220958 19046 19046 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/509/artifact/log/WDIO.xunit-2024-02-13T21-23-39-409Z.xml Page 1707884620 22.376 9 0 0 0
220959 19046 19046 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/509/artifact/log/WDIO.xunit-2024-02-13T21-23-41-844Z.xml BlankPage 1707884622 0.822 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 1618.316ms