home / tests

testsuites

5 rows where build_id = 19044

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
220947 19044 19044 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T21-23-49-258Z.xml Page 1708057430 24.214 9 0 0 0
220948 19044 19044 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T21-23-49-282Z.xml Special RecentChanges 1708057430 3.229 1 0 0 0
220949 19044 19044 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T21-23-49-390Z.xml Special Watchlist 1708057430 0.463 1 0 0 1
220950 19044 19044 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T21-23-49-421Z.xml User 1708057430 6.206 2 0 0 0
220951 19044 19044 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/511/artifact/log/WDIO.xunit-2024-02-15T21-23-52-469Z.xml BlankPage 1708057434 0.85 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 1614.436ms