home / tests

testsuites

5 rows where build_id = 17674

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204521 17674 17674 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T23-57-06-380Z.xml Special RecentChanges 1706597827 3.663 1 0 0 0
204522 17674 17674 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T23-57-06-464Z.xml Page 1706597828 23.999 9 0 0 0
204523 17674 17674 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T23-57-06-532Z.xml Special Watchlist 1706597827 0.511 1 0 0 1
204524 17674 17674 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T23-57-06-545Z.xml User 1706597827 6.127 2 0 0 0
204525 17674 17674 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/494/artifact/log/WDIO.xunit-2024-01-29T23-57-09-152Z.xml BlankPage 1706597830 0.783 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 1898.982ms