Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor improvements from last couple of Book Clubs #8034

Merged
merged 5 commits into from
Oct 12, 2023

Rename `typ` argument.

aaa23e2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Minor improvements from last couple of Book Clubs #8034

Rename `typ` argument.
aaa23e2
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests (linux) succeeded Oct 12, 2023 in 1s

Standard Library Tests (linux) ✅

Tests passed successfully

Report Passed Failed Skipped Time
/runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml 19✅ 20s
/runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 50s
/runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 1s
/runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 1s
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml 3312✅ 179⚪ 217s
/runner/_work/enso/enso/target/test-results/Tests/JUnit.xml 2317✅ 27⚪ 165s
/runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 16s

✅ /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml

19 tests were completed in 20s with 19 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
S3.get_object 2✅ 6s
S3.head (bucket) 1✅ 2s
S3.head (object) 2✅ 2s
S3.list_buckets 2✅ 4s
S3.list_objects 4✅ 2s
S3.parse_uri 3✅ 512ms
S3.read_bucket 5✅ 3s

✅ /runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml

33 tests were completed in 50s with 33 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Examples 32✅ 7s
Python Examples 1✅ 44s

✅ /runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml

5 tests were completed in 1s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Geo Points 2✅ 70ms
GeoJSON to Table 3✅ 1s

✅ /runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml

174 tests were completed in 1s with 174 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 69ms
Image with 1 channel 19✅ 61ms
Image with 2 channels 19✅ 66ms
Image with 3 channels 19✅ 60ms
Image with 4 channels 19✅ 63ms
Image Write 2✅ 7ms
Image.read 9✅ 378ms
Matrix with 1 channel 21✅ 89ms
Matrix with 2 channels 21✅ 69ms
Matrix with 3 channels 21✅ 101ms
Matrix with 4 channels 21✅ 86ms
Matrix_Error 1✅ 1ms

✅ /runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml

3491 tests were completed in 217s with 3312 passed, 0 failed and 179 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 54ms
[Codegen] Basic Select 3✅ 41ms
[Codegen] Handling Missing Values 2✅ 73ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 100ms
[Codegen] Sorting 4✅ 33ms
[In-Memory-specific] Table.join 1✅ 472ms
[In-Memory-specific] Table.set 2✅ 59ms
[In-Memory] Interactions Between various operations 11✅ 868ms
[In-Memory] Arithmetic Column Operations 12✅ 102ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 187ms
[In-Memory] Colum Operations - Names 10✅ 41ms
[In-Memory] Column Comparisons 5✅ 1⚪ 156ms
[In-Memory] Column Naming edge cases 7✅ 255ms
[In-Memory] Column operation Integer Overflow handling 6✅ 296ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 55ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 72ms
[In-Memory] Column Operations - Text Trim 3✅ 32ms
[In-Memory] Column.const 3✅ 6ms
[In-Memory] Column.fill_nothing/empty 4✅ 7ms
[In-Memory] Column.map 6✅ 284ms
[In-Memory] Column.rename 1✅ 4ms
[In-Memory] Column.take/drop 8✅ 136ms
[In-Memory] Column.zip 6✅ 86ms
[In-Memory] Date-Time operations 21✅ 1⚪ 712ms
[In-Memory] Date-Time support 3✅ 42ms
[In-Memory] Dropping Missing Values 9✅ 652ms
[In-Memory] Expression Arithmetic 3✅ 174ms
[In-Memory] Expression Boolean literals 1✅ 98ms
[In-Memory] Expression Boolean Operators 4✅ 127ms
[In-Memory] Expression Column Arithmetic 2✅ 153ms
[In-Memory] Expression Comparison Operators 6✅ 368ms
[In-Memory] Expression Date and Time literals 5✅ 138ms
[In-Memory] Expression Errors should be handled 4✅ 84ms
[In-Memory] Expression Float literals 1✅ 67ms
[In-Memory] Expression Integer literals 1✅ 27ms
[In-Memory] Expression Nothing literals 3✅ 79ms
[In-Memory] Expression Text literals 1✅ 66ms
[In-Memory] Expression Text literals 2✅ 19ms
[In-Memory] Expression Text Operators 2✅ 63ms
[In-Memory] Expression Warnings should be reported 4✅ 189ms
[In-Memory] Filling Missing Values 6✅ 97ms
[In-Memory] Function invocation 2✅ 53ms
[In-Memory] Handling of Big Integer values 10✅ 188ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 121ms
[In-Memory] Min/Max Operations 2✅ 38ms
[In-Memory] Other Column Operations 1✅ 2ms
[In-Memory] replace: empty table and nothings 2✅ 5ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 18ms
[In-Memory] replace: literal text pattern and replacement 4✅ 30ms
[In-Memory] replace: pattern and replacement columns 4✅ 10ms
[In-Memory] Rounding numeric tests 19✅ 1s
[In-Memory] Rounding-like operations 15✅ 20ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 52ms
[In-Memory] Storage Builders 1✅ 49ms
[In-Memory] Table.add_row_number (common) 7✅ 245ms
[In-Memory] Table.add_row_number (in-memory specific) 6✅ 53ms
[In-Memory] Table.aggregate 3✅ 179ms
[In-Memory] Table.aggregate 3✅ 56ms
[In-Memory] Table.aggregate Concatenate 6✅ 62ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 58ms
[In-Memory] Table.aggregate First and Last 1✅ 7ms
[In-Memory] Table.aggregate Mode 1✅ 6ms
[In-Memory] Table.aggregate Shortest 1✅ 8ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 317ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 605ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 62ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 33ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 27ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 20ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 216ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 201ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 73ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 173ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 215ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 457ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 12ms
[In-Memory] Table.aggregate+Expressions 2✅ 90ms
[In-Memory] Table.at 3✅ 23ms
[In-Memory] Table.column_count 1✅ 0ms
[In-Memory] Table.column_names 2✅ 16ms
[In-Memory] Table.cross_join 8✅ 112ms
[In-Memory] Table.cross_tab 23✅ 627ms
[In-Memory] Table.distinct 6✅ 118ms
[In-Memory] Table.distinct 7✅ 200ms
[In-Memory] Table.fill_nothing/empty 6✅ 18ms
[In-Memory] Table.filter 5✅ 777ms
[In-Memory] Table.filter 20✅ 2⚪ 801ms
[In-Memory] Table.filter_by_expression 5✅ 422ms
[In-Memory] Table.get 3✅ 14ms
[In-Memory] Table.join 33✅ 1s
[In-Memory] Table.join performance 3✅ 1⚪ 793ms
[In-Memory] Table.lookup_and_replace 15✅ 584ms
[In-Memory] Table.order_by 23✅ 464ms
[In-Memory] Table.remove_columns 12✅ 212ms
[In-Memory] Table.rename_columns 20✅ 463ms
[In-Memory] Table.reorder_columns 10✅ 127ms
[In-Memory] Table.replace 3✅ 42ms
[In-Memory] Table.rows 6✅ 57ms
[In-Memory] Table.select_columns 15✅ 418ms
[In-Memory] Table.set 7✅ 496ms
[In-Memory] Table.sort_columns 4✅ 80ms
[In-Memory] Table.take/drop 9✅ 952ms
[In-Memory] Table.transpose 8✅ 209ms
[In-Memory] Table.union 24✅ 819ms
[In-Memory] Table.zip 11✅ 223ms
[In-Memory] Table/Column auto value type 13✅ 144ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 153ms
[In-Memory] Table/Column.cast - date/time 3✅ 45ms
[In-Memory] Table/Column.cast - numeric 6✅ 96ms
[In-Memory] Table/Column.cast - to text 9✅ 141ms
[In-Memory] Temp column 2✅ 7ms
[In-Memory] Text Column Operations 5✅ 77ms
[PostgreSQL] Interactions Between various operations 10✅ 769ms
[PostgreSQL] .pgpass 3✅ 664ms
[PostgreSQL] Aggregation 2✅ 107ms
[PostgreSQL] Appending a Database table to a Database table 30✅ 4s
[PostgreSQL] Appending an in-memory table to a Database table 31✅ 3s
[PostgreSQL] Arithmetic Column Operations 10✅ 2⚪ 241ms
[PostgreSQL] Basic Table Access 4✅ 1s
[PostgreSQL] Boolean Column Operations 5✅ 1⚪ 258ms
[PostgreSQL] Colum Operations - Names 8✅ 37ms
[PostgreSQL] Column Comparisons 4✅ 1⚪ 380ms
[PostgreSQL] Column Naming edge cases 7✅ 508ms
[PostgreSQL] Column Operations - Equality & Null Handling 4✅ 3⚪ 120ms
[PostgreSQL] Column Operations - Text Replace 2✅ 25ms
[PostgreSQL] Column Operations - Text Replace (in-memory only) 0ms
[PostgreSQL] Column Operations - Text Trim 3✅ 95ms
[PostgreSQL] Column.const 3✅ 152ms
[PostgreSQL] Column.fill_nothing/empty 4✅ 91ms
[PostgreSQL] Column.map 1✅ 51ms
[PostgreSQL] Column.rename 1✅ 18ms
[PostgreSQL] Column.take/drop 6✅ 1s
[PostgreSQL] Column.zip 1✅ 12ms
[PostgreSQL] Connection setup 3✅ 274ms
[PostgreSQL] Creating an empty table 19✅ 2s
[PostgreSQL] Database Encoding 1✅ 484ms
[PostgreSQL] Date-Time operations 19✅ 1⚪ 2s
[PostgreSQL] Date-Time support 3✅ 280ms
[PostgreSQL] Deleting rows from a Database table 4✅ 283ms
[PostgreSQL] Deleting rows from a Database table (source=Database) 11✅ 1s
[PostgreSQL] Deleting rows from a Database table (source=in-memory) 11✅ 886ms
[PostgreSQL] Dialect-specific codegen 1✅ 99ms
[PostgreSQL] Dropping Missing Values 9✅ 1s
[PostgreSQL] Edge Cases 2✅ 1s
[PostgreSQL] Expression Arithmetic 3✅ 465ms
[PostgreSQL] Expression Boolean literals 1✅ 26ms
[PostgreSQL] Expression Boolean Operators 4✅ 182ms
[PostgreSQL] Expression Column Arithmetic 2✅ 325ms
[PostgreSQL] Expression Comparison Operators 6✅ 968ms
[PostgreSQL] Expression Date and Time literals 4✅ 203ms
[PostgreSQL] Expression Errors should be handled 4✅ 25ms
[PostgreSQL] Expression Float literals 1✅ 14ms
[PostgreSQL] Expression Integer literals 1✅ 16ms
[PostgreSQL] Expression Nothing literals 3✅ 426ms
[PostgreSQL] Expression Text literals 1✅ 25ms
[PostgreSQL] Expression Text literals 2✅ 91ms
[PostgreSQL] Expression Text Operators 2✅ 142ms
[PostgreSQL] Expression Warnings should be reported 2✅ 2⚪ 510ms
[PostgreSQL] Filling Missing Values 4✅ 125ms
[PostgreSQL] Function invocation 2✅ 58ms
[PostgreSQL] Info 4✅ 153ms
[PostgreSQL] Masking Tables 1✅ 129ms
[PostgreSQL] math functions 6✅ 8s
[PostgreSQL] Min/Max Operations 2✅ 45ms
[PostgreSQL] Missing Values 2✅ 211ms
[PostgreSQL] Other Column Operations 1✅ 29ms
[PostgreSQL] Output Execution Context for Database operations 12✅ 1⚪ 2s
[PostgreSQL] Persisting a Database Table (query) 8✅ 1s
[PostgreSQL] replace: empty table and nothings 2✅ 51ms
[PostgreSQL] replace: literal regex pattern and replacement 5✅ 73ms
[PostgreSQL] replace: literal text pattern and replacement 4✅ 159ms
[PostgreSQL] replace: pattern and replacement columns 4✅ 25ms
[PostgreSQL] Rounding numeric tests 19✅ 24s
[PostgreSQL] Rounding-like operations 22✅ 1s
[PostgreSQL] Schemas and Databases 4✅ 105ms
[PostgreSQL] Simple variant of Table/Column.parse in all backends 5✅ 213ms
[PostgreSQL] Sorting 5✅ 172ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[PostgreSQL] Support for Long Column/Table names 14✅ 3s
[PostgreSQL] Table.add_row_number (common) 7✅ 178ms
[PostgreSQL] Table.add_row_number (Database specific) 1✅ 32ms
[PostgreSQL] Table.aggregate 3✅ 251ms
[PostgreSQL] Table.aggregate Concatenate 6✅ 156ms
[PostgreSQL] Table.aggregate Count_Distinct 2✅ 192ms
[PostgreSQL] Table.aggregate First and Last 1✅ 28ms
[PostgreSQL] Table.aggregate Mode 1✅ 20ms
[PostgreSQL] Table.aggregate Shortest 1✅ 25ms
[PostgreSQL] Table.aggregate should be able to group on multiple fields not in left columns 12✅ 1⚪ 269ms
[PostgreSQL] Table.aggregate should be able to group on single field 12✅ 1⚪ 364ms
[PostgreSQL] Table.aggregate should correctly handle infinities 4✅ 192ms
[PostgreSQL] Table.aggregate should correctly handle NaN 5✅ 153ms
[PostgreSQL] Table.aggregate should correctly infer result types 4✅ 207ms
[PostgreSQL] Table.aggregate should correctly select result types 4✅ 104ms
[PostgreSQL] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should not summarize empty table when grouped 10✅ 1⚪ 102ms
[PostgreSQL] Table.aggregate should raise warnings when there are issues 7✅ 552ms
[PostgreSQL] Table.aggregate should raise warnings when there are issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should report unsupported operations but not block other aggregations in warning mode 1✅ 29ms
[PostgreSQL] Table.aggregate should report warnings and errors based on types 4✅ 136ms
[PostgreSQL] Table.aggregate should summarize empty table 10✅ 1⚪ 131ms
[PostgreSQL] Table.aggregate should summarize whole table 12✅ 1⚪ 304ms
[PostgreSQL] Table.aggregate Standard_Deviation 1✅ 23ms
[PostgreSQL] Table.aggregate+Expressions 2✅ 84ms
[PostgreSQL] Table.at 3✅ 38ms
[PostgreSQL] Table.column_count 1✅ 0ms
[PostgreSQL] Table.column_names 2✅ 164ms
[PostgreSQL] Table.cross_join 8✅ 435ms
[PostgreSQL] Table.cross_tab 1⚪ 0ms
[PostgreSQL] Table.default_ordering 4✅ 156ms
[PostgreSQL] Table.distinct 7✅ 224ms
[PostgreSQL] Table.expand_column 1✅ 21ms
[PostgreSQL] Table.fill_nothing/empty 6✅ 180ms
[PostgreSQL] Table.filter 1✅ 1ms
[PostgreSQL] Table.filter 19✅ 1⚪ 1s
[PostgreSQL] Table.filter_by_expression 4✅ 1⚪ 233ms
[PostgreSQL] Table.get 3✅ 20ms
[PostgreSQL] Table.join 26✅ 3⚪ 1s
[PostgreSQL] Table.lookup_and_replace 1⚪ 0ms
[PostgreSQL] Table.order_by 19✅ 2⚪ 295ms
[PostgreSQL] Table.query 8✅ 279ms
[PostgreSQL] Table.remove_columns 12✅ 993ms
[PostgreSQL] Table.rename_columns 20✅ 2s
[PostgreSQL] Table.reorder_columns 10✅ 613ms
[PostgreSQL] Table.replace 0ms
[PostgreSQL] Table.rows 6✅ 86ms
[PostgreSQL] Table.select_columns 15✅ 2s
[PostgreSQL] Table.set 7✅ 328ms
[PostgreSQL] Table.sort_columns 4✅ 147ms
[PostgreSQL] Table.take/drop 7✅ 3s
[PostgreSQL] Table.transpose 1⚪ 0ms
[PostgreSQL] Table.union 21✅ 1s
[PostgreSQL] Table.zip 1⚪ 0ms
[PostgreSQL] Table/Column auto value type 1✅ 49ms
[PostgreSQL] Table/Column.cast - checking invariants 9✅ 285ms
[PostgreSQL] Table/Column.cast - date/time 3✅ 169ms
[PostgreSQL] Table/Column.cast - numeric 4✅ 140ms
[PostgreSQL] Table/Column.cast - to text 6✅ 1⚪ 233ms
[PostgreSQL] Tables and Table Types 4✅ 190ms
[PostgreSQL] Temp column 2✅ 42ms
[PostgreSQL] Text Column Operations 5✅ 284ms
[PostgreSQL] Transaction Support 4✅ 109ms
[PostgreSQL] Type Mapping 8✅ 328ms
[PostgreSQL] Uploading an in-memory Table 11✅ 1s
[PostgreSQL] Warning/Error handling 2✅ 198ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 295ms
[SQLite File] Aggregation 2✅ 30ms
[SQLite File] Appending a Database table to a Database table 29✅ 4s
[SQLite File] Appending an in-memory table to a Database table 30✅ 1s
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 136ms
[SQLite File] Basic Table Access 4✅ 374ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 88ms
[SQLite File] Colum Operations - Names 8✅ 39ms
[SQLite File] Column Comparisons 4✅ 1⚪ 238ms
[SQLite File] Column Naming edge cases 7✅ 220ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 94ms
[SQLite File] Column Operations - Text Replace 2✅ 19ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 31ms
[SQLite File] Column.const 3✅ 68ms
[SQLite File] Column.fill_nothing/empty 4✅ 72ms
[SQLite File] Column.map 1✅ 13ms
[SQLite File] Column.rename 1✅ 22ms
[SQLite File] Column.take/drop 6✅ 2s
[SQLite File] Column.zip 1✅ 12ms
[SQLite File] Creating an empty table 19✅ 1s
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Deleting rows from a Database table 4✅ 201ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 1s
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 1s
[SQLite File] Dialect-specific codegen 1✅ 28ms
[SQLite File] Dropping Missing Values 8✅ 370ms
[SQLite File] Error Handling 2✅ 59ms
[SQLite File] Expression Arithmetic 3✅ 223ms
[SQLite File] Expression Boolean literals 1✅ 60ms
[SQLite File] Expression Boolean Operators 4✅ 91ms
[SQLite File] Expression Column Arithmetic 2✅ 136ms
[SQLite File] Expression Comparison Operators 6✅ 248ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Errors should be handled 4✅ 54ms
[SQLite File] Expression Float literals 1✅ 26ms
[SQLite File] Expression Integer literals 1✅ 25ms
[SQLite File] Expression Nothing literals 3✅ 96ms
[SQLite File] Expression Text literals 1✅ 39ms
[SQLite File] Expression Text literals 2✅ 23ms
[SQLite File] Expression Text Operators 2✅ 56ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 117ms
[SQLite File] Filling Missing Values 3✅ 1⚪ 86ms
[SQLite File] Function invocation 2✅ 34ms
[SQLite File] Masking Tables 1✅ 55ms
[SQLite File] math functions 6✅ 2s
[SQLite File] Metadata 2✅ 35ms
[SQLite File] Min/Max Operations 2✅ 28ms
[SQLite File] Missing Values 2✅ 46ms
[SQLite File] Other Column Operations 1✅ 14ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 2s
[SQLite File] partial Date-Time support 2✅ 76ms
[SQLite File] Persisting a Database Table (query) 8✅ 591ms
[SQLite File] replace: empty table and nothings 2✅ 17ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 15ms
[SQLite File] replace: literal text pattern and replacement 4✅ 56ms
[SQLite File] replace: pattern and replacement columns 4✅ 7ms
[SQLite File] Rounding numeric tests 19✅ 7s
[SQLite File] Rounding-like operations 15✅ 328ms
[SQLite File] Schemas and Databases 3✅ 8ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 122ms
[SQLite File] Sorting 5✅ 103ms
[SQLite File] Support for Long Column/Table names 6✅ 898ms
[SQLite File] Table.add_row_number (common) 7✅ 161ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 42ms
[SQLite File] Table.aggregate 1✅ 22ms
[SQLite File] Table.aggregate Concatenate 6✅ 127ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 116ms
[SQLite File] Table.aggregate First and Last 1⚪ 0ms
[SQLite File] Table.aggregate Mode 1⚪ 0ms
[SQLite File] Table.aggregate Shortest 1⚪ 0ms
[SQLite File] Table.aggregate should be able to group on multiple fields not in left columns 7✅ 6⚪ 154ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 120ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 58ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 31ms
[SQLite File] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[SQLite File] Table.aggregate should not summarize empty table when grouped 7✅ 4⚪ 78ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 484ms
[SQLite File] Table.aggregate should raise warnings when there are issues computing aggregation 1⚪ 0ms
[SQLite File] Table.aggregate should report unsupported operations but not block other aggregations in warning mode 5✅ 81ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 81ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 96ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 127ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 15ms
[SQLite File] Table.aggregate+Expressions 2✅ 86ms
[SQLite File] Table.at 3✅ 46ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 88ms
[SQLite File] Table.cross_join 8✅ 358ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 122ms
[SQLite File] Table.distinct 7✅ 185ms
[SQLite File] Table.expand_column 1✅ 15ms
[SQLite File] Table.fill_nothing/empty 6✅ 144ms
[SQLite File] Table.filter 1✅ 3ms
[SQLite File] Table.filter 19✅ 1⚪ 632ms
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 135ms
[SQLite File] Table.get 3✅ 23ms
[SQLite File] Table.join 26✅ 3⚪ 1s
[SQLite File] Table.lookup_and_replace 1⚪ 0ms
[SQLite File] Table.order_by 19✅ 2⚪ 178ms
[SQLite File] Table.query 8✅ 259ms
[SQLite File] Table.remove_columns 11✅ 514ms
[SQLite File] Table.rename_columns 20✅ 704ms
[SQLite File] Table.reorder_columns 9✅ 460ms
[SQLite File] Table.replace 0ms
[SQLite File] Table.rows 6✅ 64ms
[SQLite File] Table.select_columns 14✅ 840ms
[SQLite File] Table.set 7✅ 146ms
[SQLite File] Table.sort_columns 4✅ 133ms
[SQLite File] Table.take/drop 7✅ 3s
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 18✅ 1⚪ 706ms
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column auto value type 1✅ 30ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 80ms
[SQLite File] Table/Column.cast - numeric 3✅ 61ms
[SQLite File] Table/Column.cast - to text 1✅ 18ms
[SQLite File] Tables and Table Types 4✅ 91ms
[SQLite File] Temp column 2✅ 18ms
[SQLite File] Text Column Operations 5✅ 121ms
[SQLite File] Transaction Support 4✅ 106ms
[SQLite File] Uploading an in-memory Table 11✅ 805ms
[SQLite In-Memory] Interactions Between various operations 8✅ 584ms
[SQLite In-Memory] Aggregation 2✅ 51ms
[SQLite In-Memory] Appending a Database table to a Database table 29✅ 2s
[SQLite In-Memory] Appending an in-memory table to a Database table 30✅ 2s
[SQLite In-Memory] Arithmetic Column Operations 10✅ 2⚪ 219ms
[SQLite In-Memory] Basic Table Access 4✅ 149ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 199ms
[SQLite In-Memory] Colum Operations - Names 8✅ 63ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 283ms
[SQLite In-Memory] Column Naming edge cases 7✅ 230ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 89ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 16ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 64ms
[SQLite In-Memory] Column.const 3✅ 53ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 66ms
[SQLite In-Memory] Column.map 1✅ 13ms
[SQLite In-Memory] Column.rename 1✅ 13ms
[SQLite In-Memory] Column.take/drop 6✅ 1s
[SQLite In-Memory] Column.zip 1✅ 22ms
[SQLite In-Memory] Creating an empty table 17✅ 1s
[SQLite In-Memory] Date-Time operations 1⚪ 0ms
[SQLite In-Memory] Date-Time support 1⚪ 0ms
[SQLite In-Memory] Deleting rows from a Database table 4✅ 107ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 735ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 597ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 6ms
[SQLite In-Memory] Dropping Missing Values 8✅ 609ms
[SQLite In-Memory] Error Handling 2✅ 83ms
[SQLite In-Memory] Expression Arithmetic 3✅ 186ms
[SQLite In-Memory] Expression Boolean literals 1✅ 41ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 98ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 139ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 253ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 21ms
[SQLite In-Memory] Expression Float literals 1✅ 17ms
[SQLite In-Memory] Expression Integer literals 1✅ 19ms
[SQLite In-Memory] Expression Nothing literals 3✅ 69ms
[SQLite In-Memory] Expression Text literals 1✅ 31ms
[SQLite In-Memory] Expression Text literals 2✅ 20ms
[SQLite In-Memory] Expression Text Operators 2✅ 67ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 98ms
[SQLite In-Memory] Filling Missing Values 3✅ 1⚪ 129ms
[SQLite In-Memory] Function invocation 2✅ 38ms
[SQLite In-Memory] Masking Tables 1✅ 29ms
[SQLite In-Memory] math functions 6✅ 4s
[SQLite In-Memory] Metadata 2✅ 23ms
[SQLite In-Memory] Min/Max Operations 2✅ 83ms
[SQLite In-Memory] Missing Values 2✅ 31ms
[SQLite In-Memory] Other Column Operations 1✅ 20ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 470ms
[SQLite In-Memory] partial Date-Time support 2✅ 29ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 896ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 31ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 22ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 47ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 12ms
[SQLite In-Memory] Rounding numeric tests 19✅ 10s
[SQLite In-Memory] Rounding-like operations 15✅ 398ms
[SQLite In-Memory] Schemas and Databases 3✅ 116ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 107ms
[SQLite In-Memory] Sorting 5✅ 205ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 1s
[SQLite In-Memory] Table.add_row_number (common) 7✅ 269ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 41ms
[SQLite In-Memory] Table.aggregate 1✅ 21ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 129ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 137ms
[SQLite In-Memory] Table.aggregate First and Last 1⚪ 0ms
[SQLite In-Memory] Table.aggregate Mode 1⚪ 0ms
[SQLite In-Memory] Table.aggregate Shortest 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 7✅ 6⚪ 114ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 104ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 59ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 50ms
[SQLite In-Memory] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should not summarize empty table when grouped 7✅ 4⚪ 74ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 608ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should report unsupported operations but not block other aggregations in warning mode 5✅ 145ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 150ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 69ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 94ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 24ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 72ms
[SQLite In-Memory] Table.at 3✅ 264ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 529ms
[SQLite In-Memory] Table.cross_join 8✅ 442ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 27ms
[SQLite In-Memory] Table.distinct 7✅ 398ms
[SQLite In-Memory] Table.expand_column 1✅ 11ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 153ms
[SQLite In-Memory] Table.filter 1✅ 1ms
[SQLite In-Memory] Table.filter 19✅ 1⚪ 1s
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 196ms
[SQLite In-Memory] Table.get 3✅ 125ms
[SQLite In-Memory] Table.join 26✅ 3⚪ 1s
[SQLite In-Memory] Table.lookup_and_replace 1⚪ 0ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 407ms
[SQLite In-Memory] Table.query 8✅ 215ms
[SQLite In-Memory] Table.remove_columns 11✅ 743ms
[SQLite In-Memory] Table.rename_columns 20✅ 1s
[SQLite In-Memory] Table.reorder_columns 9✅ 422ms
[SQLite In-Memory] Table.replace 0ms
[SQLite In-Memory] Table.rows 6✅ 230ms
[SQLite In-Memory] Table.select_columns 14✅ 3s
[SQLite In-Memory] Table.set 7✅ 1s
[SQLite In-Memory] Table.sort_columns 4✅ 94ms
[SQLite In-Memory] Table.take/drop 7✅ 2s
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 18✅ 1⚪ 1s
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column auto value type 1✅ 21ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 167ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 59ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 30ms
[SQLite In-Memory] Tables and Table Types 4✅ 126ms
[SQLite In-Memory] Temp column 2✅ 92ms
[SQLite In-Memory] Text Column Operations 5✅ 253ms
[SQLite In-Memory] Transaction Support 4✅ 65ms
[SQLite In-Memory] Uploading an in-memory Table 9✅ 1s
[SQLite] Type Mapping 8✅ 165ms
Aggregate Columns 23✅ 103ms
Boolean Column.format, with format Column 3✅ 40ms
Boolean Column.format, with format string 3✅ 67ms
ceil 3✅ 14ms
Column.parse 13✅ 111ms
Columns 16✅ 367ms
Construction 9✅ 6s
Counting Values 1✅ 1ms
DataFormatter builders 3✅ 16ms
DataFormatter.format 10✅ 50ms
DataFormatter.parse 12✅ 200ms
Date Column.format, with format Column 6✅ 54ms
Date Column.format, with format string 4✅ 103ms
Date_Time Column.format, with format Column 6✅ 76ms
Date_Time Column.format, with format string 5✅ 108ms
Date_Time truncate 1✅ 11ms
Delimited File Parsing 27✅ 3⚪ 788ms
Delimited File Writing 33✅ 924ms
Dropping Missing Values 1✅ 241ms
Edge cases 1✅ 7ms
Errors 2✅ 10ms
Excel Range 9✅ 67ms
File.read (Delimited) 3✅ 38ms
File.read (Delimited) should work with Date_Time 3✅ 12ms
File.read (Delimited) should work with Dates 3✅ 20ms
File.read (Delimited) should work with Time_Of_Days 3✅ 12ms
fill 6✅ 116ms
Float 3✅ 12ms
Float, with format Column 3✅ 10ms
floor 3✅ 13ms
Info 1✅ 23ms
Integer 3✅ 45ms
Integer 1✅ 6ms
Integer, with format Column 3✅ 20ms
Integration 1✅ 86ms
JSON conversion 2✅ 67ms
Mapping Operations 7✅ 379ms
Masking Tables 3✅ 286ms
Numeric, empty/Nothing 4✅ 67ms
Problems 3✅ 14ms
Read XLSX / XLS Files 12✅ 1s
Reading single cells correctly 7✅ 246ms
round/truncate/ceil/floor 3✅ 51ms
Rounding 8✅ 53ms
Should be able to serialise a table with Dates to Text 2✅ 62ms
Should be able to serialise a table with DateTimes to Text 2✅ 30ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 9ms
Slicing Tables 4✅ 216ms
Sorting Columns 4✅ 85ms
Sorting Tables 2✅ 213ms
SQLite_Format should allow connecting to SQLite files 5✅ 115ms
Table.from Text 1✅ 12ms
Table.parse 22✅ 422ms
Table.parse_to_columns 14✅ 229ms
Table.split 5✅ 153ms
Table.split/tokenize column count 4✅ 73ms
Table.split/tokenize column order 1✅ 7ms
Table.split/tokenize errors 4✅ 7ms
Table.split/tokenize name conflicts 2✅ 46ms
Table.tokenize 12✅ 147ms
Text.parse_to_table 2✅ 37ms
Text.parse_to_table errors 3✅ 39ms
Text.parse_to_table parsing 3✅ 35ms
Text.parse_to_table with case-insensitivity 1✅ 9ms
Text.parse_to_table with groups 2✅ 33ms
Time_Of_Day Column.format, with format Column 6✅ 75ms
Time_Of_Day Column.format, with format string 5✅ 62ms
truncate 3✅ 16ms
Unique_Name_Strategy Helper 12✅ 464ms
Unique_Name_Strategy.combine_with_prefix 6✅ 60ms
Use First Row As Names 5✅ 281ms
Value_Type 2✅ 28ms
Various File Format support on Table 8✅ 639ms
Vector conversion 1✅ 13ms
Write xls Files 38✅ 510ms
Write xlsx Files 38✅ 1s
Writing 4✅ 55ms
XLS reading 7✅ 36ms
XLSX reading 7✅ 154ms

✅ /runner/_work/enso/enso/target/test-results/Tests/JUnit.xml

2344 tests were completed in 165s with 2317 passed, 0 failed and 27 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 43ms
Any's methods 3✅ 258ms
Array_Proxy 5✅ 235ms
ArrayOverBuffer 1✅ 144ms
ASCII 4✅ 142ms
Asserts 3✅ 125ms
at/get 7✅ 882ms
Atom with holes 7✅ 55ms
Auto_Detect 3✅ 104ms
BigInts 13✅ 1s
Booleans 6✅ 95ms
Bound 3✅ 8ms
Bytes 3✅ 46ms
caching 1✅ 249ms
Callables 5✅ 98ms
Check Nothing and NaN 3✅ 0ms
children 2✅ 91ms
codepoints 2✅ 5ms
Compare functionality with Vector 1✅ 83ms
Compile 6✅ 228ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 20ms
Conversion 42✅ 607ms
Correlation Statistics 6✅ 173ms
curry 1✅ 98ms
Data.read / File_Format 2✅ 2s
Dataflow Errors 11✅ 113ms
Dataflow Warnings 32✅ 2s
Date 40✅ 20s
Date date part tests 8✅ 388ms
Date_Range 11✅ 3s
Date_Time 44✅ 2⚪ 3s
Date_Time date part tests 8✅ 149ms
Date_Time equality 2✅ 5ms
Day_Of_Week conversions 8✅ 80ms
Deep Exports 1✅ 22ms
Default comparator 3✅ 27ms
Deterministic Random Noise Generator 2✅ 933ms
display text 1✅ 2ms
Duration 15✅ 504ms
Encoding object 4✅ 188ms
Enso Arrays 5✅ 85ms
Enso maps 50✅ 859ms
Enso Set 5✅ 109ms
Environment 1✅ 106ms
Escape 1✅ 1ms
fetch 10✅ 3s
File Operations 21✅ 900ms
flip 2✅ 2ms
Float.truncate 1✅ 10ms
Floats 5✅ 58ms
folder operations 3✅ 265ms
Formatting date/time values 6✅ 264ms
Fully Qualified Names 1✅ 5ms
Function Ascribed Parameters 12✅ 219ms
get_elements_by_tag_name 3✅ 248ms
Header 1✅ 30ms
Header resolution 7✅ 55ms
Headers 6✅ 528ms
HTTP client 4✅ 26ms
HTTP_Method parse 3✅ 6ms
identity 3✅ 17ms
Inlining Helpers 2✅ 3ms
inner / outer xml 2✅ 358ms
Instrument @Tail_Call fibonacci 5✅ 2s
Instrument fibonacci 2✅ 483ms
Integer.truncate 1✅ 1ms
Integers 24✅ 336ms
Interval 7✅ 109ms
Java case of 3✅ 7ms
Java FFI 6✅ 1⚪ 31ms
Java/Enso Date 2✅ 72ms
JavaDate 40✅ 7s
JavaDate date part tests 8✅ 9ms
JavaLocalTime 27✅ 172ms
JavaScript Objects, Arrays & Functions 8✅ 1s
JavaScriptArrayWithADate 40✅ 7s
JavaScriptArrayWithADate date part tests 8✅ 204ms
JavascriptDataInArray 42✅ 4⚪ 812ms
JavascriptDataInArray date part tests 8✅ 175ms
JavascriptDate 42✅ 4⚪ 667ms
JavaScriptDate 40✅ 7s
JavascriptDate date part tests 8✅ 60ms
JavaScriptDate date part tests 8✅ 478ms
JavaZonedDateTime 44✅ 2⚪ 594ms
JavaZonedDateTime date part tests 8✅ 6ms
JavaZoneId 7✅ 73ms
JS_Object 3✅ 400ms
JSON 5✅ 117ms
JSON 1✅ 141ms
JSON Deserialization 8✅ 2s
JSON Serialization 3✅ 361ms
JSON_Format 2✅ 327ms
Lazy 6✅ 488ms
Lazy Generator 1✅ 3ms
Lexicographic Order on Vectors 2✅ 46ms
List 31✅ 2s
Locale 13✅ 375ms
Looping Imports 1✅ 1ms
Lowercase Methods 5✅ 27ms
Managed_Resource 3✅ 20ms
Match.end 4✅ 40ms
Match.groups 2✅ 10ms
Match.named_groups 3✅ 28ms
Match.span 4✅ 55ms
Match.start 4✅ 53ms
Match.text 6✅ 132ms
Match.utf_16_end 4✅ 64ms
Match.utf_16_span 4✅ 128ms
Match.utf_16_start 4✅ 96ms
Maybe 5✅ 6ms
Meta-Value Inspection 4✅ 16ms
Meta-Value Manipulation 26✅ 300ms
Meta.Type.find 4✅ 29ms
Methods 1✅ 1⚪ 2ms
Natural Order 4✅ 388ms
No Method Errors 1✅ 63ms
Noise 3✅ 203ms
non-linear inserts 11✅ 421ms
Number Conversions 1✅ 9ms
Number Rounding numeric tests 19✅ 482ms
Numbers 14✅ 296ms
Numeric values 1✅ 27ms
Object Comparator 7✅ 101ms
Operator == 16✅ 680ms
Ordering 6✅ 78ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 1s
Pair - from 2-Item List 13✅ 904ms
Pair - from 2-Item Vector 13✅ 481ms
Pair - from Pair.new 13✅ 373ms
Pair - from Pair.Value 13✅ 94ms
Panics 17✅ 763ms
parse 8✅ 2s
Parsing date/time values 26✅ 1⚪ 2s
Parsing formats 4✅ 481ms
Pattern Matches 16✅ 159ms
Pattern.find and .find_all 8✅ 370ms
Pattern.match and .match_all 8✅ 190ms
Pattern.matches 5✅ 76ms
Pattern.replace 10✅ 500ms
Pattern.split 6✅ 149ms
Pattern.tokenize 7✅ 1s
Period 7✅ 67ms
Plain_Text 3✅ 81ms
Polyglot Argument 7✅ 149ms
Polyglot Argument with Inheritance 3✅ 34ms
Polyglot Conversion 14✅ 156ms
Polyglot hash maps 6✅ 768ms
Polyglot JS 19✅ 383ms
Polyglot keys and values 6✅ 13s
Polyglot Operator == 7✅ 282ms
Polyglot Python 15✅ 683ms
Polyglot R 1⚪ 0ms
post 24✅ 4s
Problem_Behavior 2✅ 174ms
Process 5✅ 354ms
PythonDate 40✅ 18s
PythonDate 41✅ 5⚪ 5s
PythonDate date part tests 8✅ 310ms
PythonDate date part tests 8✅ 295ms
PythonLocalTime 27✅ 530ms
Qualified Names 3✅ 8ms
Random 6✅ 2s
Range 35✅ 2s
Rank Data 7✅ 75ms
Read XML 7✅ 177ms
read_bytes 6✅ 132ms
read_text 6✅ 296ms
Refs 1✅ 2ms
Regex splitting 3✅ 16ms
Regex tokenizing 2✅ 37ms
Regex: find and find_all 20✅ 1⚪ 379ms
Regression 12✅ 376ms
ReportingStreamDecoder 6✅ 819ms
ReportingStreamEncoder 8✅ 481ms
Request 10✅ 190ms
rounding 4✅ 77ms
should correctly evaluate documentation examples 6✅ 86ms
Sorting with multiple comparators 4✅ 2⚪ 380ms
Sorting with the default comparator 7✅ 3⚪ 346ms
Stack traces 1✅ 8ms
State 2✅ 5ms
Statistics 14✅ 827ms
Statistics - empty Vector 3✅ 21ms
Statistics - invalid input 5✅ 233ms
Statistics - invalid input 1✅ 3ms
Statistics - NaN Vector 3✅ 67ms
Statistics - Nothing Vector 3✅ 98ms
System 2✅ 36ms
tag name 1✅ 10ms
Text 84✅ 7s
text contents 1✅ 6ms
Text_Sub_Range_Data 2✅ 25ms
Text_Utils 4✅ 139ms
Text.match 6✅ 40ms
Text.replace 16✅ 407ms
Text.Span 3✅ 61ms
Text.substring 4✅ 15ms
the Self construct 6✅ 50ms
Time_Of_Day 27✅ 651ms
to_display_text 5✅ 120ms
Type Errors 11✅ 602ms
uncurry 1✅ 1ms
Unresolved symbol 1✅ 10ms
URI 4✅ 37ms
Use a slice of an array as vectors 73✅ 496ms
Use Array as vectors 73✅ 2s
Use Array_Proxy as vectors 73✅ 945ms
Use Java ArrayList as vectors 73✅ 620ms
Use Vector as vectors 73✅ 4s
UTF_16 BigEndian 2✅ 30ms
UTF_16 LittleEndian 2✅ 6ms
UTF_8 7✅ 182ms
Vector builder 2✅ 17ms
Vector Slicing Helpers 1✅ 127ms
Vector/Array equality 9✅ 12ms
Windows 1252 4✅ 48ms
write operations 21✅ 2s
Zone 9✅ 64ms

✅ /runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml

71 tests were completed in 16s with 70 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 621ms
File uploads 2✅ 64ms
Geo_Map 3✅ 2s
Histogram Visualization 6✅ 877ms
Lazy Table Visualization 12✅ 2s
Lazy Text Visualization 3✅ 263ms
Scatter Plot Visualization 14✅ 3s
Serializable Visualization Identifiers 5✅ 491ms
SQL Visualization 1✅ 634ms
Table Visualization 9✅ 2s
Table.lookup_ignore_case 1✅ 162ms
Table.rows 1✅ 1s
Type Names of Visualization Defaults 1✅ 708ms
Vector and Arrays 2✅ 1⚪ 158ms
Widgets for Database 1✅ 31ms
Widgets for In-Database Connection with table name sets 1✅ 664ms
Widgets for In-Database Connection with table types 1✅ 54ms
Widgets for In-Database Table with column name sets 2✅ 86ms
Widgets for In-Memory with column name sets 2✅ 406ms
Widgets for the Text type 1✅ 371ms