home / tests

testsuites

5 rows where build_id = 16347

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197888 16347 16347 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T23-57-17-918Z.xml Special Watchlist 1705129039 0.587 1 0 0 1
197889 16347 16347 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T23-57-17-924Z.xml Special RecentChanges 1705129039 5.182 1 0 0 0
197890 16347 16347 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T23-57-17-953Z.xml User 1705129039 15.29 2 0 0 0
197891 16347 16347 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T23-57-17-960Z.xml Page 1705129039 32.151 9 0 0 0
197892 16347 16347 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/477/artifact/log/WDIO.xunit-2024-01-12T23-57-21-301Z.xml BlankPage 1705129043 5.263 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 1656.356ms