home / tests

testsuites

5 rows where build_id = 15036

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191408 15036 15036 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T21-25-43-633Z.xml Special RecentChanges 1695439544 4.748 1 0 0 0
191409 15036 15036 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T21-25-43-671Z.xml User 1695439545 7.712 2 0 0 0
191410 15036 15036 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T21-25-43-691Z.xml Special Watchlist 1695439545 0.526 1 0 0 1
191411 15036 15036 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T21-25-43-704Z.xml Page 1695439544 29.988 9 0 0 0
191412 15036 15036 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T21-25-46-623Z.xml BlankPage 1695439549 1.099 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 1619.63ms