home / tests

testsuites

4 rows where build_id = 15032

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191389 15032 15032 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/369/artifact/log/WDIO.xunit-2023-09-26T21-23-44-723Z.xml Page 1695785026 35.508 9 0 0 0
191390 15032 15032 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/369/artifact/log/WDIO.xunit-2023-09-26T21-23-44-819Z.xml Special Watchlist 1695785026 0.498 1 0 0 1
191391 15032 15032 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/369/artifact/log/WDIO.xunit-2023-09-26T21-23-44-842Z.xml User 1695785026 14.645 2 0 0 0
191392 15032 15032 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/369/artifact/log/WDIO.xunit-2023-09-26T21-23-47-761Z.xml BlankPage 1695785028 5.41 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 1612.664ms