home / tests

testsuites

16 rows where build_id = 20483

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239598 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-33-55-042Z.xml Special RecentChanges 1715178836 1.172 2 0 0 2
239599 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-33-55-052Z.xml Special Watchlist 1715178836 1.724 2 0 0 2
239600 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-33-57-932Z.xml BlankPage 1715178838 0.813 1 0 0 0
239601 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-12-562Z.xml Filter editing 1715178853 15.786 0 0 0 0
239602 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-12-562Z.xml The editing interface 1715178853 3.575 2 0 0 0
239603 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-12-562Z.xml Trying to open a non existing filter 1715178857 0.621 1 0 0 0
239604 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-12-562Z.xml Creating a new filter 1715178857 3.449 2 0 0 0
239605 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-12-562Z.xml Editing an existing filter 1715178861 2.056 2 0 0 0
239606 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-12-562Z.xml Restoring an old version of a filter 1715178863 2.188 2 0 0 0
239607 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-12-562Z.xml CSRF protection 1715178865 1.319 2 0 0 0
239608 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-12-562Z.xml Trying to save a filter with bad data 1715178866 2.578 3 0 0 1
239609 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-12-643Z.xml Special AbuseFilter 1715178853 3.392 2 0 0 0
239610 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-38-944Z.xml Cite backlinks 1715178879 4.843 6 0 0 0
239611 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-34-51-765Z.xml Echo 1715178892 6.692 4 0 0 1
239612 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-35-00-091Z.xml Notifications 1715178901 2.487 1 0 0 0
239613 20483 20483 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1220/artifact/log/WDIO.xunit-2024-05-08T08-35-20-294Z.xml Content Editable 1715178921 11.985 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 1610.71ms