home / tests

testsuites

5 rows where build_id = 13675

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181305 13675 13675 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-51-52-659Z.xml Page 1638571914 0.67 17 0 0 17
181306 13675 13675 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-51-56-266Z.xml Special RecentChanges 1638571917 0.558 2 0 0 2
181307 13675 13675 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-51-59-068Z.xml User 1638571921 5.976 2 0 0 0
181308 13675 13675 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-52-07-876Z.xml Special Watchlist 1638571929 2.152 2 0 0 2
181309 13675 13675 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/102/artifact/log/WDIO.xunit-2021-12-03T15-52-12-018Z.xml BlankPage 1638571933 0.548 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 1610.297ms