home / tests

testsuites

8 rows where build_id = 9969

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136850 9969 9969 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23779/artifact/log/WDIO.xunit-2021-10-09T10-28-13-316Z.xml Page 1633796894 0.881 17 0 0 17
136851 9969 9969 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23779/artifact/log/WDIO.xunit-2021-10-09T10-28-17-351Z.xml Special RecentChanges 1633796898 0.78 2 0 0 2
136852 9969 9969 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23779/artifact/log/WDIO.xunit-2021-10-09T10-28-20-791Z.xml User 1633796902 7.85 2 0 0 0
136853 9969 9969 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23779/artifact/log/WDIO.xunit-2021-10-09T10-28-31-611Z.xml Special Watchlist 1633796913 3.012 2 0 0 2
136854 9969 9969 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23779/artifact/log/WDIO.xunit-2021-10-09T10-28-37-646Z.xml BlankPage 1633796919 1.436 1 0 0 0
136855 9969 9969 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23779/artifact/log/WDIO.xunit-2021-10-09T10-28-57-122Z.xml Cite backlinks 1633796938 4.684 6 0 0 0
136856 9969 9969 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23779/artifact/log/WDIO.xunit-2021-10-09T10-29-18-954Z.xml Echo 1633796962 11.035 4 0 0 0
136857 9969 9969 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23779/artifact/log/WDIO.xunit-2021-10-09T10-29-34-936Z.xml Notifications 1633796978 3.827 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 1618.851ms