home / tests

testsuites

5 rows where build_id = 17676

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
204531 17676 17676 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T23-56-41-247Z.xml Special Watchlist 1706425002 0.549 1 0 0 1
204532 17676 17676 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T23-56-41-256Z.xml Page 1706425002 23.341 9 0 0 0
204533 17676 17676 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T23-56-41-315Z.xml User 1706425002 5.497 2 0 0 0
204534 17676 17676 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T23-56-41-337Z.xml Special RecentChanges 1706425002 3.341 1 0 0 0
204535 17676 17676 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T23-56-43-845Z.xml BlankPage 1706425004 0.819 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 1836.393ms