home / tests

testsuites

5 rows where build_id = 16355

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197928 16355 16355 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T21-23-45-275Z.xml Page 1705033426 23.934 9 0 0 0
197929 16355 16355 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T21-23-45-303Z.xml Special RecentChanges 1705033426 3.278 1 0 0 0
197930 16355 16355 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T21-23-45-373Z.xml Special Watchlist 1705033426 0.509 1 0 0 1
197931 16355 16355 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T21-23-45-408Z.xml User 1705033426 5.731 2 0 0 0
197932 16355 16355 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/476/artifact/log/WDIO.xunit-2024-01-11T21-23-47-957Z.xml BlankPage 1705033428 0.886 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 1625.099ms