home / tests

testsuites

5 rows where build_id = 17684

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204571 17684 17684 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T21-23-51-006Z.xml Page 1706329432 27.137 9 0 0 0
204572 17684 17684 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T21-23-51-040Z.xml User 1706329432 5.483 2 0 0 0
204573 17684 17684 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T21-23-51-092Z.xml Special RecentChanges 1706329432 2.937 1 0 0 0
204574 17684 17684 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T21-23-51-114Z.xml Special Watchlist 1706329432 0.51 1 0 0 1
204575 17684 17684 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/491/artifact/log/WDIO.xunit-2024-01-26T21-23-53-557Z.xml BlankPage 1706329434 0.862 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 1620.046ms