home / tests

testsuites

5 rows where build_id = 16354

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197923 16354 16354 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T21-24-18-748Z.xml Special RecentChanges 1705119860 5.514 1 0 0 0
197924 16354 16354 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T21-24-18-858Z.xml Page 1705119860 26.618 9 0 0 0
197925 16354 16354 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T21-24-18-859Z.xml Special Watchlist 1705119860 0.437 1 0 0 1
197926 16354 16354 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T21-24-18-969Z.xml User 1705119860 7.913 2 0 0 0
197927 16354 16354 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T21-24-22-078Z.xml BlankPage 1705119863 1.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 1625.014ms