home / tests

testsuites

5 rows where build_id = 17686

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204581 17686 17686 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/489/artifact/log/WDIO.xunit-2024-01-24T21-24-07-154Z.xml Special Watchlist 1706156648 0.526 1 0 0 1
204582 17686 17686 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/489/artifact/log/WDIO.xunit-2024-01-24T21-24-07-155Z.xml Page 1706156648 22.543 9 0 0 0
204583 17686 17686 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/489/artifact/log/WDIO.xunit-2024-01-24T21-24-07-158Z.xml Special RecentChanges 1706156648 2.786 1 0 0 0
204584 17686 17686 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/489/artifact/log/WDIO.xunit-2024-01-24T21-24-07-191Z.xml User 1706156648 5.848 2 0 0 0
204585 17686 17686 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/489/artifact/log/WDIO.xunit-2024-01-24T21-24-09-738Z.xml BlankPage 1706156650 0.84 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 1607.067ms