testcases
26 rows where testsuite_id = 237710
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
12710193 | /workspace/src/extensions/cldr 237710 | KonkaniTest | testKonkani | 0.042244 | 0 | 0 |
12710194 | /workspace/src/extensions/cldr 237710 | KonkaniTest | testValidCovers | 0.002425 | 0 | 0 |
12710195 | /workspace/src/extensions/cldr 237710 | NamesTest | testValidCovers | 0.002282 | 0 | 0 |
12710196 | /workspace/src/extensions/cldr 237710 | NamesTest | testCountryNames with data set #0 | 0.002759 | 0 | 0 |
12710197 | /workspace/src/extensions/cldr 237710 | NamesTest | testCountryNames with data set #1 | 0.001921 | 0 | 0 |
12710198 | /workspace/src/extensions/cldr 237710 | NamesTest | testCurrencyNames with data set #0 | 0.002032 | 0 | 0 |
12710199 | /workspace/src/extensions/cldr 237710 | NamesTest | testLanguageNames with data set #0 | 0.002344 | 0 | 0 |
12710200 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testValidCovers | 0.002113 | 0 | 0 |
12710201 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #0 | 0.015719 | 0 | 0 |
12710202 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #1 | 0.002908 | 0 | 0 |
12710203 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #2 | 0.002848 | 0 | 0 |
12710204 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #3 | 0.003122 | 0 | 0 |
12710205 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #4 | 0.002856 | 0 | 0 |
12710206 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #5 | 0.002918 | 0 | 0 |
12710207 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #6 | 0.002772 | 0 | 0 |
12710208 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #7 | 0.002791 | 0 | 0 |
12710209 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #8 | 0.002771 | 0 | 0 |
12710210 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #9 | 0.02834 | 0 | 0 |
12710211 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #10 | 0.003309 | 0 | 0 |
12710212 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #11 | 0.002965 | 0 | 0 |
12710213 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #12 | 0.002815 | 0 | 0 |
12710214 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #13 | 0.002769 | 0 | 0 |
12710215 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #14 | 0.00276 | 0 | 0 |
12710216 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #15 | 0.002902 | 0 | 0 |
12710217 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #16 | 0.002875 | 0 | 0 |
12710218 | /workspace/src/extensions/cldr 237710 | TimeUnitsTest | testTimeUnit with data set #17 | 0.002848 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testcases ( id INTEGER PRIMARY KEY, testsuite_id INTEGER NOT NULL, classname TEXT, name TEXT, time REAL, failure INTEGER NOT NULL, skipped INTEGER NOT NULL, CHECK (failure IN (0, 1)), CHECK (skipped IN (0, 1)), FOREIGN KEY(testsuite_id) REFERENCES testsuites(id) );