home / tests

testsuites

5 rows where build_id = 15037

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191413 15037 15037 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T21-23-31-700Z.xml Page 1695353012 23.492 9 0 0 0
191414 15037 15037 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T21-23-31-721Z.xml User 1695353013 4.982 2 0 0 0
191415 15037 15037 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T21-23-31-786Z.xml Special Watchlist 1695353013 0.468 1 0 0 1
191416 15037 15037 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T21-23-31-873Z.xml Special RecentChanges 1695353012 3.009 1 0 0 0
191417 15037 15037 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T21-23-34-446Z.xml BlankPage 1695353015 0.747 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 1597.744ms