home / tests

testsuites

5 rows where build_id = 13678

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181320 13678 13678 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-47-06-725Z.xml Page 1638312427 0.664 17 0 0 17
181321 13678 13678 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-47-09-185Z.xml Special RecentChanges 1638312430 0.561 2 0 0 2
181322 13678 13678 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-47-11-615Z.xml User 1638312432 5.011 2 0 0 0
181323 13678 13678 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-47-18-502Z.xml Special Watchlist 1638312439 2.129 2 0 0 2
181324 13678 13678 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-47-22-564Z.xml BlankPage 1638312443 1.045 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 1607.538ms