home / tests

testsuites

5 rows where build_id = 17685

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204576 17685 17685 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/490/artifact/log/WDIO.xunit-2024-01-25T21-23-38-192Z.xml Page 1706243019 33.488 9 0 0 0
204577 17685 17685 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/490/artifact/log/WDIO.xunit-2024-01-25T21-23-38-203Z.xml Special Watchlist 1706243019 0.425 1 0 0 1
204578 17685 17685 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/490/artifact/log/WDIO.xunit-2024-01-25T21-23-38-246Z.xml Special RecentChanges 1706243019 12.146 1 0 0 0
204579 17685 17685 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/490/artifact/log/WDIO.xunit-2024-01-25T21-23-38-254Z.xml User 1706243019 15.276 2 0 0 0
204580 17685 17685 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/490/artifact/log/WDIO.xunit-2024-01-25T21-23-40-849Z.xml BlankPage 1706243021 9.399 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 1628.598ms