home / tests

testsuites

5 rows where build_id = 17681

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204556 17681 17681 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T21-23-39-319Z.xml Page 1706588620 22.89 9 0 0 0
204557 17681 17681 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T21-23-39-335Z.xml User 1706588620 5.875 2 0 0 0
204558 17681 17681 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T21-23-39-339Z.xml Special Watchlist 1706588620 0.549 1 0 0 1
204559 17681 17681 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T21-23-39-402Z.xml Special RecentChanges 1706588620 3.53 1 0 0 0
204560 17681 17681 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T21-23-41-923Z.xml BlankPage 1706588623 0.914 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 1619.561ms