home / tests

testsuites

5 rows where build_id = 17687

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204586 17687 17687 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T21-23-53-708Z.xml Page 1706070234 22.667 9 0 0 0
204587 17687 17687 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T21-23-53-731Z.xml Special RecentChanges 1706070235 3.046 1 0 0 0
204588 17687 17687 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T21-23-53-733Z.xml Special Watchlist 1706070234 0.527 1 0 0 1
204589 17687 17687 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T21-23-53-787Z.xml User 1706070234 5.589 2 0 0 0
204590 17687 17687 https://integration.wikimedia.org/ci/job/quibble-daily-InterwikiSorting-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T21-23-56-189Z.xml BlankPage 1706070237 1.03 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 1622.401ms