home / tests

testsuites

19 rows where build_id = 20477

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239499 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-19-236Z.xml Special Watchlist 1715183120 1.587 2 0 0 2
239500 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-19-238Z.xml User 1715183120 6.416 2 0 0 0
239501 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-19-256Z.xml Page 1715183120 1.031 17 0 0 17
239502 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-21-956Z.xml BlankPage 1715183122 0.809 1 0 0 0
239503 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-085Z.xml Special AbuseFilter 1715183137 3.126 2 0 0 0
239504 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-100Z.xml Filter editing 1715183137 14.826 0 0 0 0
239505 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-100Z.xml The editing interface 1715183137 3.045 2 0 0 0
239506 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-100Z.xml Trying to open a non existing filter 1715183140 0.698 1 0 0 0
239507 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-100Z.xml Creating a new filter 1715183141 3.344 2 0 0 0
239508 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-100Z.xml Editing an existing filter 1715183144 2.214 2 0 0 0
239509 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-100Z.xml Restoring an old version of a filter 1715183146 2.039 2 0 0 0
239510 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-100Z.xml CSRF protection 1715183148 1.013 2 0 0 0
239511 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-100Z.xml Trying to save a filter with bad data 1715183149 2.473 3 0 0 1
239512 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-130Z.xml When importing a filter 1715183137 11.16 4 0 0 0
239513 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-45-36-130Z.xml Data on the editing interface is correct 1715183146 1.82 4 0 0 0
239514 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-46-03-128Z.xml Cite backlinks 1715183164 4.687 6 0 0 0
239515 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-46-16-136Z.xml Echo 1715183177 5.884 4 0 0 1
239516 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-46-23-727Z.xml Notifications 1715183184 2.457 1 0 0 0
239517 20477 20477 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1227/artifact/log/WDIO.xunit-2024-05-08T09-46-44-120Z.xml Content Editable 1715183205 12.152 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 1636.529ms