home / tests

testsuites

20 rows where build_id = 20486

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
239639 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-49-43-061Z.xml Page 1715122184 0.98 17 0 0 17
239640 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-49-43-068Z.xml Special Watchlist 1715122184 1.634 2 0 0 2
239641 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-49-43-086Z.xml Special RecentChanges 1715122184 1.079 2 0 0 2
239642 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-49-43-097Z.xml User 1715122184 6.275 2 0 0 0
239643 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-49-45-684Z.xml BlankPage 1715122186 0.665 1 0 0 0
239644 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-49-59-993Z.xml Special AbuseFilter 1715122201 2.938 2 0 0 0
239645 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-014Z.xml Filter editing 1715122201 14.105 0 0 0 0
239646 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-014Z.xml The editing interface 1715122201 2.629 2 0 0 0
239647 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-014Z.xml Trying to open a non existing filter 1715122203 0.62 1 0 0 0
239648 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-014Z.xml Creating a new filter 1715122204 3.196 2 0 0 0
239649 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-014Z.xml Editing an existing filter 1715122207 2.038 2 0 0 0
239650 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-014Z.xml Restoring an old version of a filter 1715122209 2.029 2 0 0 0
239651 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-014Z.xml CSRF protection 1715122211 1.272 2 0 0 0
239652 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-014Z.xml Trying to save a filter with bad data 1715122212 2.319 3 0 0 1
239653 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-033Z.xml When importing a filter 1715122201 9.748 4 0 0 0
239654 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-00-033Z.xml Data on the editing interface is correct 1715122209 1.411 4 0 0 0
239655 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-24-866Z.xml Cite backlinks 1715122225 3.915 6 0 0 0
239656 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-36-655Z.xml Echo 1715122237 5.355 4 0 0 1
239657 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-50-43-615Z.xml Notifications 1715122244 1.979 1 0 0 0
239658 20486 20486 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1217/artifact/log/WDIO.xunit-2024-05-07T16-51-03-063Z.xml Content Editable 1715122263 12.131 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 1612.88ms