home / tests

testsuites

5 rows where build_id = 17682

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204561 17682 17682 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T21-23-41-136Z.xml Page 1706502222 24.615 9 0 0 0
204562 17682 17682 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T21-23-41-232Z.xml Special RecentChanges 1706502222 3.102 1 0 0 0
204563 17682 17682 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T21-23-41-262Z.xml User 1706502222 5.743 2 0 0 0
204564 17682 17682 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T21-23-41-282Z.xml Special Watchlist 1706502222 0.406 1 0 0 1
204565 17682 17682 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/493/artifact/log/WDIO.xunit-2024-01-28T21-23-43-906Z.xml BlankPage 1706502225 1.025 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 1599.609ms