home / tests

testsuites

5 rows where build_id = 13673

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181295 13673 13673 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-46-49-045Z.xml Page 1638744410 0.607 17 0 0 17
181296 13673 13673 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-46-51-448Z.xml Special RecentChanges 1638744412 0.451 2 0 0 2
181297 13673 13673 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-46-53-569Z.xml User 1638744414 3.998 2 0 0 0
181298 13673 13673 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-46-59-337Z.xml Special Watchlist 1638744420 1.999 2 0 0 2
181299 13673 13673 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/104/artifact/log/WDIO.xunit-2021-12-05T15-47-03-079Z.xml BlankPage 1638744423 0.447 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 1628.424ms