home / tests

testsuites

8 rows where build_id = 10004

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
137028 10004 10004 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8532/artifact/log/WDIO.xunit-2021-10-09T10-28-35-635Z.xml Page 1633796917 0.817 17 0 0 17
137029 10004 10004 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8532/artifact/log/WDIO.xunit-2021-10-09T10-28-39-468Z.xml Special RecentChanges 1633796921 0.696 2 0 0 2
137030 10004 10004 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8532/artifact/log/WDIO.xunit-2021-10-09T10-28-43-035Z.xml User 1633796924 9.691 2 0 0 0
137031 10004 10004 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8532/artifact/log/WDIO.xunit-2021-10-09T10-28-55-434Z.xml Special Watchlist 1633796936 3.098 2 0 0 2
137032 10004 10004 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8532/artifact/log/WDIO.xunit-2021-10-09T10-29-01-404Z.xml BlankPage 1633796942 1.015 1 0 0 0
137033 10004 10004 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8532/artifact/log/WDIO.xunit-2021-10-09T10-29-20-330Z.xml Cite backlinks 1633796961 4.643 6 0 0 0
137034 10004 10004 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8532/artifact/log/WDIO.xunit-2021-10-09T10-29-40-265Z.xml Echo 1633796983 9.536 4 0 0 0
137035 10004 10004 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8532/artifact/log/WDIO.xunit-2021-10-09T10-29-53-955Z.xml Notifications 1633796996 3.302 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 1584.412ms