home / tests

testsuites

5 rows where build_id = 17683

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204566 17683 17683 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T21-23-39-534Z.xml Page 1706415820 27.176 9 0 0 0
204567 17683 17683 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T21-23-39-553Z.xml User 1706415820 5.75 2 0 0 0
204568 17683 17683 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T21-23-39-556Z.xml Special Watchlist 1706415820 0.425 1 0 0 1
204569 17683 17683 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T21-23-39-606Z.xml Special RecentChanges 1706415820 2.866 1 0 0 0
204570 17683 17683 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/492/artifact/log/WDIO.xunit-2024-01-27T21-23-41-946Z.xml BlankPage 1706415823 0.767 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 1603.682ms