home / tests

testsuites

5 rows where build_id = 19049

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
220969 19049 19049 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T21-23-39-367Z.xml Special Watchlist 1707625420 0.49 1 0 0 1
220970 19049 19049 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T21-23-39-369Z.xml Page 1707625420 22.081 9 0 0 0
220971 19049 19049 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T21-23-39-380Z.xml Special RecentChanges 1707625420 3.227 1 0 0 0
220972 19049 19049 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T21-23-39-433Z.xml User 1707625420 5.554 2 0 0 0
220973 19049 19049 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/506/artifact/log/WDIO.xunit-2024-02-10T21-23-41-701Z.xml BlankPage 1707625422 0.742 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 1466.428ms