home / tests

testsuites

18 rows where build_id = 20507

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239813 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T07-59-46-565Z.xml Special Watchlist 1715003988 3.503 2 0 0 2
239814 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T07-59-46-607Z.xml Special RecentChanges 1715003987 1.908 2 0 0 2
239815 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T07-59-51-110Z.xml BlankPage 1715003993 1.581 1 0 0 0
239816 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-319Z.xml Special AbuseFilter 1715004013 6.788 2 0 0 0
239817 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-365Z.xml Filter editing 1715004013 24.588 0 0 0 0
239818 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-365Z.xml The editing interface 1715004013 7.134 2 0 0 0
239819 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-365Z.xml Trying to open a non existing filter 1715004021 1.056 1 0 0 0
239820 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-365Z.xml Creating a new filter 1715004022 5.495 2 0 0 0
239821 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-365Z.xml Editing an existing filter 1715004027 3.437 2 0 0 0
239822 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-365Z.xml Restoring an old version of a filter 1715004031 2.778 2 0 0 0
239823 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-365Z.xml CSRF protection 1715004033 1.534 2 0 0 0
239824 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-365Z.xml Trying to save a filter with bad data 1715004035 3.153 3 0 0 1
239825 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-396Z.xml When importing a filter 1715004014 20.022 4 0 0 0
239826 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-12-396Z.xml Data on the editing interface is correct 1715004032 1.986 4 0 0 0
239827 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-00-50-328Z.xml Cite backlinks 1715004051 4.856 6 0 0 0
239828 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-01-04-789Z.xml Echo 1715004065 6.279 4 0 0 1
239829 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-01-12-770Z.xml Notifications 1715004073 2.979 1 0 0 0
239830 20507 20507 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1196/artifact/log/WDIO.xunit-2024-05-06T08-01-33-939Z.xml Content Editable 1715004094 14.473 3 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 1618.428ms