home / tests

testsuites

6 rows where build_id = 14942

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
190663 14942 14942 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8911/artifact/log/WDIO.xunit-2023-09-26T15-10-30-275Z.xml CheckUser 1695762631 8.526 0 0 0 0
190664 14942 14942 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8911/artifact/log/WDIO.xunit-2023-09-26T15-10-30-275Z.xml Without CheckUser user group 1695762631 1.977 1 0 0 0
190665 14942 14942 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8911/artifact/log/WDIO.xunit-2023-09-26T15-10-30-275Z.xml With CheckUser user group 1695762633 6.548 0 0 0 0
190666 14942 14942 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8911/artifact/log/WDIO.xunit-2023-09-26T15-10-30-275Z.xml Verify checkuser can make check 1695762637 2.357 6 0 0 0
190667 14942 14942 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8911/artifact/log/WDIO.xunit-2023-09-26T15-10-41-344Z.xml CheckUserLog 1695762642 0.137 1 1 1 0
190668 14942 14942 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8911/artifact/log/WDIO.xunit-2023-09-26T15-10-43-733Z.xml CheckUserLog 1695762644 0.214 1 1 1 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 1605.471ms