home / tests

testsuites

5 rows where build_id = 19050

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
220974 19050 19050 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/505/artifact/log/WDIO.xunit-2024-02-09T21-23-48-199Z.xml Page 1707539029 22.084 9 0 0 0
220975 19050 19050 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/505/artifact/log/WDIO.xunit-2024-02-09T21-23-48-212Z.xml Special RecentChanges 1707539029 2.528 1 0 0 0
220976 19050 19050 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/505/artifact/log/WDIO.xunit-2024-02-09T21-23-48-224Z.xml User 1707539029 4.831 2 0 0 0
220977 19050 19050 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/505/artifact/log/WDIO.xunit-2024-02-09T21-23-48-325Z.xml Special Watchlist 1707539029 0.423 1 0 0 1
220978 19050 19050 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/505/artifact/log/WDIO.xunit-2024-02-09T21-23-50-512Z.xml BlankPage 1707539031 0.748 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 1461.11ms