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

Implement Table.lookup_and_replace for in-memory #7979

Merged
merged 27 commits into from
Oct 10, 2023

add widget

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

Implement Table.lookup_and_replace for in-memory #7979

add widget
981016b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests (linux) succeeded Oct 10, 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✅ 15s
/runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 125s
/runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 758ms
/runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 2s
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml 3300✅ 179⚪ 234s
/runner/_work/enso/enso/target/test-results/Tests/JUnit.xml 2289✅ 27⚪ 49s
/runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 5s

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

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

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

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

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

Test suite Passed Failed Skipped Time
Examples 32✅ 8s
Python Examples 1✅ 116s

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

5 tests were completed in 758ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Geo Points 2✅ 75ms
GeoJSON to Table 3✅ 683ms

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

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

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 122ms
Image with 1 channel 19✅ 141ms
Image with 2 channels 19✅ 181ms
Image with 3 channels 19✅ 122ms
Image with 4 channels 19✅ 110ms
Image Write 2✅ 17ms
Image.read 9✅ 713ms
Matrix with 1 channel 21✅ 193ms
Matrix with 2 channels 21✅ 116ms
Matrix with 3 channels 21✅ 212ms
Matrix with 4 channels 21✅ 155ms
Matrix_Error 1✅ 2ms

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

3479 tests were completed in 234s with 3300 passed, 0 failed and 179 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 300ms
[Codegen] Basic Select 3✅ 248ms
[Codegen] Handling Missing Values 2✅ 426ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 416ms
[Codegen] Sorting 4✅ 366ms
[In-Memory-specific] Table.join 1✅ 496ms
[In-Memory-specific] Table.set 2✅ 75ms
[In-Memory] Interactions Between various operations 11✅ 1s
[In-Memory] Arithmetic Column Operations 12✅ 198ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 277ms
[In-Memory] Colum Operations - Names 10✅ 82ms
[In-Memory] Column Comparisons 5✅ 1⚪ 265ms
[In-Memory] Column Naming edge cases 7✅ 465ms
[In-Memory] Column operation Integer Overflow handling 6✅ 620ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 85ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 102ms
[In-Memory] Column Operations - Text Trim 3✅ 48ms
[In-Memory] Column.const 3✅ 8ms
[In-Memory] Column.fill_nothing/empty 4✅ 21ms
[In-Memory] Column.map 6✅ 174ms
[In-Memory] Column.rename 1✅ 6ms
[In-Memory] Column.take/drop 8✅ 109ms
[In-Memory] Column.zip 6✅ 67ms
[In-Memory] Date-Time operations 21✅ 1⚪ 1s
[In-Memory] Date-Time support 3✅ 46ms
[In-Memory] Dropping Missing Values 9✅ 366ms
[In-Memory] Expression Arithmetic 3✅ 344ms
[In-Memory] Expression Boolean literals 1✅ 92ms
[In-Memory] Expression Boolean Operators 4✅ 100ms
[In-Memory] Expression Column Arithmetic 2✅ 221ms
[In-Memory] Expression Comparison Operators 6✅ 365ms
[In-Memory] Expression Date and Time literals 5✅ 102ms
[In-Memory] Expression Errors should be handled 4✅ 52ms
[In-Memory] Expression Float literals 1✅ 35ms
[In-Memory] Expression Integer literals 1✅ 28ms
[In-Memory] Expression Nothing literals 3✅ 75ms
[In-Memory] Expression Text literals 1✅ 63ms
[In-Memory] Expression Text literals 2✅ 20ms
[In-Memory] Expression Text Operators 2✅ 74ms
[In-Memory] Expression Warnings should be reported 4✅ 264ms
[In-Memory] Filling Missing Values 6✅ 29ms
[In-Memory] Function invocation 2✅ 41ms
[In-Memory] Handling of Big Integer values 10✅ 501ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 222ms
[In-Memory] Min/Max Operations 2✅ 117ms
[In-Memory] Other Column Operations 1✅ 4ms
[In-Memory] replace: empty table and nothings 2✅ 11ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 28ms
[In-Memory] replace: literal text pattern and replacement 4✅ 43ms
[In-Memory] replace: pattern and replacement columns 4✅ 36ms
[In-Memory] Rounding numeric tests 19✅ 1s
[In-Memory] Rounding-like operations 15✅ 39ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 72ms
[In-Memory] Storage Builders 1✅ 110ms
[In-Memory] Table.add_row_number (common) 7✅ 245ms
[In-Memory] Table.add_row_number (in-memory specific) 6✅ 120ms
[In-Memory] Table.aggregate 3✅ 129ms
[In-Memory] Table.aggregate 3✅ 29ms
[In-Memory] Table.aggregate Concatenate 6✅ 49ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 42ms
[In-Memory] Table.aggregate First and Last 1✅ 4ms
[In-Memory] Table.aggregate Mode 1✅ 3ms
[In-Memory] Table.aggregate Shortest 1✅ 6ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 157ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 355ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 42ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 20ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 21ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 16ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 102ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 101ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 38ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 68ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 115ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 353ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 6ms
[In-Memory] Table.aggregate+Expressions 2✅ 47ms
[In-Memory] Table.at 3✅ 26ms
[In-Memory] Table.column_count 1✅ 0ms
[In-Memory] Table.column_names 2✅ 13ms
[In-Memory] Table.cross_join 8✅ 93ms
[In-Memory] Table.cross_tab 23✅ 322ms
[In-Memory] Table.distinct 6✅ 153ms
[In-Memory] Table.distinct 7✅ 81ms
[In-Memory] Table.fill_nothing/empty 6✅ 36ms
[In-Memory] Table.filter 5✅ 1s
[In-Memory] Table.filter 20✅ 2⚪ 559ms
[In-Memory] Table.filter_by_expression 5✅ 194ms
[In-Memory] Table.get 3✅ 17ms
[In-Memory] Table.join 33✅ 957ms
[In-Memory] Table.join performance 3✅ 1⚪ 2s
[In-Memory] Table.lookup_and_replace 15✅ 251ms
[In-Memory] Table.order_by 23✅ 317ms
[In-Memory] Table.remove_columns 12✅ 320ms
[In-Memory] Table.rename_columns 20✅ 687ms
[In-Memory] Table.reorder_columns 10✅ 343ms
[In-Memory] Table.replace 3✅ 48ms
[In-Memory] Table.rows 6✅ 54ms
[In-Memory] Table.select_columns 15✅ 543ms
[In-Memory] Table.set 7✅ 684ms
[In-Memory] Table.sort_columns 4✅ 143ms
[In-Memory] Table.take/drop 9✅ 591ms
[In-Memory] Table.transpose 8✅ 128ms
[In-Memory] Table.union 24✅ 500ms
[In-Memory] Table.zip 11✅ 166ms
[In-Memory] Table/Column auto value type 13✅ 169ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 123ms
[In-Memory] Table/Column.cast - date/time 3✅ 35ms
[In-Memory] Table/Column.cast - numeric 6✅ 170ms
[In-Memory] Table/Column.cast - to text 9✅ 258ms
[In-Memory] Temp column 2✅ 22ms
[In-Memory] Text Column Operations 5✅ 252ms
[PostgreSQL] Interactions Between various operations 10✅ 347ms
[PostgreSQL] .pgpass 3✅ 181ms
[PostgreSQL] Aggregation 2✅ 74ms
[PostgreSQL] Appending a Database table to a Database table 30✅ 2s
[PostgreSQL] Appending an in-memory table to a Database table 31✅ 2s
[PostgreSQL] Arithmetic Column Operations 10✅ 2⚪ 236ms
[PostgreSQL] Basic Table Access 4✅ 405ms
[PostgreSQL] Boolean Column Operations 5✅ 1⚪ 236ms
[PostgreSQL] Colum Operations - Names 8✅ 45ms
[PostgreSQL] Column Comparisons 4✅ 1⚪ 250ms
[PostgreSQL] Column Naming edge cases 7✅ 269ms
[PostgreSQL] Column Operations - Equality & Null Handling 4✅ 3⚪ 131ms
[PostgreSQL] Column Operations - Text Replace 2✅ 30ms
[PostgreSQL] Column Operations - Text Replace (in-memory only) 0ms
[PostgreSQL] Column Operations - Text Trim 3✅ 117ms
[PostgreSQL] Column.const 3✅ 103ms
[PostgreSQL] Column.fill_nothing/empty 4✅ 52ms
[PostgreSQL] Column.map 1✅ 13ms
[PostgreSQL] Column.rename 1✅ 15ms
[PostgreSQL] Column.take/drop 6✅ 1s
[PostgreSQL] Column.zip 1✅ 32ms
[PostgreSQL] Connection setup 3✅ 151ms
[PostgreSQL] Creating an empty table 17✅ 887ms
[PostgreSQL] Database Encoding 1✅ 245ms
[PostgreSQL] Date-Time operations 19✅ 1⚪ 2s
[PostgreSQL] Date-Time support 3✅ 496ms
[PostgreSQL] Deleting rows from a Database table 4✅ 156ms
[PostgreSQL] Deleting rows from a Database table (source=Database) 11✅ 810ms
[PostgreSQL] Deleting rows from a Database table (source=in-memory) 11✅ 763ms
[PostgreSQL] Dialect-specific codegen 1✅ 42ms
[PostgreSQL] Dropping Missing Values 9✅ 814ms
[PostgreSQL] Edge Cases 2✅ 420ms
[PostgreSQL] Expression Arithmetic 3✅ 185ms
[PostgreSQL] Expression Boolean literals 1✅ 33ms
[PostgreSQL] Expression Boolean Operators 4✅ 77ms
[PostgreSQL] Expression Column Arithmetic 2✅ 133ms
[PostgreSQL] Expression Comparison Operators 6✅ 252ms
[PostgreSQL] Expression Date and Time literals 4✅ 80ms
[PostgreSQL] Expression Errors should be handled 4✅ 9ms
[PostgreSQL] Expression Float literals 1✅ 16ms
[PostgreSQL] Expression Integer literals 1✅ 25ms
[PostgreSQL] Expression Nothing literals 3✅ 71ms
[PostgreSQL] Expression Text literals 1✅ 20ms
[PostgreSQL] Expression Text literals 2✅ 68ms
[PostgreSQL] Expression Text Operators 2✅ 84ms
[PostgreSQL] Expression Warnings should be reported 2✅ 2⚪ 136ms
[PostgreSQL] Filling Missing Values 4✅ 140ms
[PostgreSQL] Function invocation 2✅ 44ms
[PostgreSQL] Info 4✅ 90ms
[PostgreSQL] Masking Tables 1✅ 42ms
[PostgreSQL] math functions 6✅ 4s
[PostgreSQL] Min/Max Operations 2✅ 59ms
[PostgreSQL] Missing Values 2✅ 63ms
[PostgreSQL] Other Column Operations 1✅ 26ms
[PostgreSQL] Output Execution Context for Database operations 12✅ 1⚪ 824ms
[PostgreSQL] Persisting a Database Table (query) 8✅ 764ms
[PostgreSQL] replace: empty table and nothings 2✅ 74ms
[PostgreSQL] replace: literal regex pattern and replacement 5✅ 110ms
[PostgreSQL] replace: literal text pattern and replacement 4✅ 106ms
[PostgreSQL] replace: pattern and replacement columns 4✅ 29ms
[PostgreSQL] Rounding numeric tests 19✅ 26s
[PostgreSQL] Rounding-like operations 22✅ 1s
[PostgreSQL] Schemas and Databases 4✅ 52ms
[PostgreSQL] Simple variant of Table/Column.parse in all backends 5✅ 258ms
[PostgreSQL] Sorting 5✅ 139ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[PostgreSQL] Support for Long Column/Table names 14✅ 2s
[PostgreSQL] Table.add_row_number (common) 7✅ 108ms
[PostgreSQL] Table.add_row_number (Database specific) 1✅ 34ms
[PostgreSQL] Table.aggregate 3✅ 149ms
[PostgreSQL] Table.aggregate Concatenate 6✅ 234ms
[PostgreSQL] Table.aggregate Count_Distinct 2✅ 358ms
[PostgreSQL] Table.aggregate First and Last 1✅ 29ms
[PostgreSQL] Table.aggregate Mode 1✅ 23ms
[PostgreSQL] Table.aggregate Shortest 1✅ 28ms
[PostgreSQL] Table.aggregate should be able to group on multiple fields not in left columns 12✅ 1⚪ 264ms
[PostgreSQL] Table.aggregate should be able to group on single field 12✅ 1⚪ 166ms
[PostgreSQL] Table.aggregate should correctly handle infinities 4✅ 174ms
[PostgreSQL] Table.aggregate should correctly handle NaN 5✅ 70ms
[PostgreSQL] Table.aggregate should correctly infer result types 4✅ 121ms
[PostgreSQL] Table.aggregate should correctly select result types 4✅ 106ms
[PostgreSQL] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should not summarize empty table when grouped 10✅ 1⚪ 140ms
[PostgreSQL] Table.aggregate should raise warnings when there are issues 7✅ 479ms
[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✅ 22ms
[PostgreSQL] Table.aggregate should report warnings and errors based on types 4✅ 113ms
[PostgreSQL] Table.aggregate should summarize empty table 10✅ 1⚪ 113ms
[PostgreSQL] Table.aggregate should summarize whole table 12✅ 1⚪ 164ms
[PostgreSQL] Table.aggregate Standard_Deviation 1✅ 46ms
[PostgreSQL] Table.aggregate+Expressions 2✅ 58ms
[PostgreSQL] Table.at 3✅ 13ms
[PostgreSQL] Table.column_count 1✅ 0ms
[PostgreSQL] Table.column_names 2✅ 57ms
[PostgreSQL] Table.cross_join 8✅ 369ms
[PostgreSQL] Table.cross_tab 1⚪ 0ms
[PostgreSQL] Table.default_ordering 4✅ 57ms
[PostgreSQL] Table.distinct 7✅ 123ms
[PostgreSQL] Table.fill_nothing/empty 6✅ 123ms
[PostgreSQL] Table.filter 1✅ 0ms
[PostgreSQL] Table.filter 19✅ 1⚪ 811ms
[PostgreSQL] Table.filter_by_expression 4✅ 1⚪ 129ms
[PostgreSQL] Table.get 3✅ 10ms
[PostgreSQL] Table.join 26✅ 3⚪ 1s
[PostgreSQL] Table.lookup_and_replace 1⚪ 0ms
[PostgreSQL] Table.order_by 19✅ 2⚪ 208ms
[PostgreSQL] Table.query 8✅ 126ms
[PostgreSQL] Table.remove_columns 12✅ 759ms
[PostgreSQL] Table.rename_columns 20✅ 872ms
[PostgreSQL] Table.reorder_columns 10✅ 567ms
[PostgreSQL] Table.replace 0ms
[PostgreSQL] Table.rows 6✅ 25ms
[PostgreSQL] Table.select_columns 15✅ 1s
[PostgreSQL] Table.set 7✅ 171ms
[PostgreSQL] Table.sort_columns 4✅ 125ms
[PostgreSQL] Table.take/drop 7✅ 2s
[PostgreSQL] Table.transpose 1⚪ 0ms
[PostgreSQL] Table.union 21✅ 719ms
[PostgreSQL] Table.zip 1⚪ 0ms
[PostgreSQL] Table/Column auto value type 1✅ 21ms
[PostgreSQL] Table/Column.cast - checking invariants 9✅ 246ms
[PostgreSQL] Table/Column.cast - date/time 3✅ 72ms
[PostgreSQL] Table/Column.cast - numeric 4✅ 177ms
[PostgreSQL] Table/Column.cast - to text 6✅ 1⚪ 257ms
[PostgreSQL] Tables and Table Types 4✅ 130ms
[PostgreSQL] Temp column 2✅ 23ms
[PostgreSQL] Text Column Operations 5✅ 376ms
[PostgreSQL] Transaction Support 4✅ 78ms
[PostgreSQL] Type Mapping 8✅ 214ms
[PostgreSQL] Uploading an in-memory Table 10✅ 851ms
[PostgreSQL] Warning/Error handling 2✅ 88ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 365ms
[SQLite File] Aggregation 2✅ 76ms
[SQLite File] Appending a Database table to a Database table 29✅ 2s
[SQLite File] Appending an in-memory table to a Database table 30✅ 2s
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 238ms
[SQLite File] Basic Table Access 4✅ 2s
[SQLite File] Boolean Column Operations 4✅ 2⚪ 296ms
[SQLite File] Colum Operations - Names 8✅ 41ms
[SQLite File] Column Comparisons 4✅ 1⚪ 593ms
[SQLite File] Column Naming edge cases 7✅ 640ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 244ms
[SQLite File] Column Operations - Text Replace 2✅ 34ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 123ms
[SQLite File] Column.const 3✅ 80ms
[SQLite File] Column.fill_nothing/empty 4✅ 128ms
[SQLite File] Column.map 1✅ 13ms
[SQLite File] Column.rename 1✅ 13ms
[SQLite File] Column.take/drop 6✅ 990ms
[SQLite File] Column.zip 1✅ 11ms
[SQLite File] Creating an empty table 17✅ 1s
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Deleting rows from a Database table 4✅ 149ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 813ms
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 789ms
[SQLite File] Dialect-specific codegen 1✅ 28ms
[SQLite File] Dropping Missing Values 8✅ 457ms
[SQLite File] Error Handling 2✅ 80ms
[SQLite File] Expression Arithmetic 3✅ 225ms
[SQLite File] Expression Boolean literals 1✅ 30ms
[SQLite File] Expression Boolean Operators 4✅ 101ms
[SQLite File] Expression Column Arithmetic 2✅ 166ms
[SQLite File] Expression Comparison Operators 6✅ 280ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Errors should be handled 4✅ 19ms
[SQLite File] Expression Float literals 1✅ 13ms
[SQLite File] Expression Integer literals 1✅ 15ms
[SQLite File] Expression Nothing literals 3✅ 231ms
[SQLite File] Expression Text literals 1✅ 28ms
[SQLite File] Expression Text literals 2✅ 42ms
[SQLite File] Expression Text Operators 2✅ 69ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 116ms
[SQLite File] Filling Missing Values 3✅ 1⚪ 100ms
[SQLite File] Function invocation 2✅ 51ms
[SQLite File] Masking Tables 1✅ 122ms
[SQLite File] math functions 6✅ 4s
[SQLite File] Metadata 2✅ 48ms
[SQLite File] Min/Max Operations 2✅ 77ms
[SQLite File] Missing Values 2✅ 178ms
[SQLite File] Other Column Operations 1✅ 69ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 800ms
[SQLite File] partial Date-Time support 2✅ 117ms
[SQLite File] Persisting a Database Table (query) 8✅ 575ms
[SQLite File] replace: empty table and nothings 2✅ 40ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 31ms
[SQLite File] replace: literal text pattern and replacement 4✅ 140ms
[SQLite File] replace: pattern and replacement columns 4✅ 13ms
[SQLite File] Rounding numeric tests 19✅ 18s
[SQLite File] Rounding-like operations 15✅ 428ms
[SQLite File] Schemas and Databases 3✅ 126ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 154ms
[SQLite File] Sorting 5✅ 341ms
[SQLite File] Support for Long Column/Table names 6✅ 3s
[SQLite File] Table.add_row_number (common) 7✅ 136ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 50ms
[SQLite File] Table.aggregate 1✅ 20ms
[SQLite File] Table.aggregate Concatenate 6✅ 155ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 156ms
[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⚪ 188ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 106ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 74ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 63ms
[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⚪ 45ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 949ms
[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✅ 222ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 231ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 105ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 129ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 21ms
[SQLite File] Table.aggregate+Expressions 2✅ 101ms
[SQLite File] Table.at 3✅ 52ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 231ms
[SQLite File] Table.cross_join 8✅ 298ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 333ms
[SQLite File] Table.distinct 7✅ 180ms
[SQLite File] Table.fill_nothing/empty 6✅ 325ms
[SQLite File] Table.filter 1✅ 1ms
[SQLite File] Table.filter 19✅ 1⚪ 1s
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 141ms
[SQLite File] Table.get 3✅ 22ms
[SQLite File] Table.join 26✅ 3⚪ 1s
[SQLite File] Table.lookup_and_replace 1⚪ 0ms
[SQLite File] Table.order_by 19✅ 2⚪ 447ms
[SQLite File] Table.query 8✅ 1s
[SQLite File] Table.remove_columns 11✅ 2s
[SQLite File] Table.rename_columns 20✅ 3s
[SQLite File] Table.reorder_columns 9✅ 1s
[SQLite File] Table.replace 0ms
[SQLite File] Table.rows 6✅ 141ms
[SQLite File] Table.select_columns 14✅ 3s
[SQLite File] Table.set 7✅ 318ms
[SQLite File] Table.sort_columns 4✅ 788ms
[SQLite File] Table.take/drop 7✅ 2s
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 18✅ 1⚪ 729ms
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column auto value type 1✅ 19ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 161ms
[SQLite File] Table/Column.cast - numeric 3✅ 116ms
[SQLite File] Table/Column.cast - to text 1✅ 51ms
[SQLite File] Tables and Table Types 4✅ 193ms
[SQLite File] Temp column 2✅ 25ms
[SQLite File] Text Column Operations 5✅ 363ms
[SQLite File] Transaction Support 4✅ 105ms
[SQLite File] Uploading an in-memory Table 10✅ 679ms
[SQLite In-Memory] Interactions Between various operations 8✅ 224ms
[SQLite In-Memory] Aggregation 2✅ 16ms
[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✅ 1s
[SQLite In-Memory] Arithmetic Column Operations 10✅ 2⚪ 136ms
[SQLite In-Memory] Basic Table Access 4✅ 89ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 169ms
[SQLite In-Memory] Colum Operations - Names 8✅ 37ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 195ms
[SQLite In-Memory] Column Naming edge cases 7✅ 201ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 99ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 13ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 45ms
[SQLite In-Memory] Column.const 3✅ 45ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 82ms
[SQLite In-Memory] Column.map 1✅ 18ms
[SQLite In-Memory] Column.rename 1✅ 13ms
[SQLite In-Memory] Column.take/drop 6✅ 667ms
[SQLite In-Memory] Column.zip 1✅ 6ms
[SQLite In-Memory] Creating an empty table 15✅ 403ms
[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✅ 112ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 519ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 433ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 6ms
[SQLite In-Memory] Dropping Missing Values 8✅ 199ms
[SQLite In-Memory] Error Handling 2✅ 47ms
[SQLite In-Memory] Expression Arithmetic 3✅ 74ms
[SQLite In-Memory] Expression Boolean literals 1✅ 15ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 51ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 54ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 120ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 7ms
[SQLite In-Memory] Expression Float literals 1✅ 7ms
[SQLite In-Memory] Expression Integer literals 1✅ 8ms
[SQLite In-Memory] Expression Nothing literals 3✅ 38ms
[SQLite In-Memory] Expression Text literals 1✅ 13ms
[SQLite In-Memory] Expression Text literals 2✅ 11ms
[SQLite In-Memory] Expression Text Operators 2✅ 37ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 83ms
[SQLite In-Memory] Filling Missing Values 3✅ 1⚪ 44ms
[SQLite In-Memory] Function invocation 2✅ 19ms
[SQLite In-Memory] Masking Tables 1✅ 17ms
[SQLite In-Memory] math functions 6✅ 882ms
[SQLite In-Memory] Metadata 2✅ 4ms
[SQLite In-Memory] Min/Max Operations 2✅ 52ms
[SQLite In-Memory] Missing Values 2✅ 22ms
[SQLite In-Memory] Other Column Operations 1✅ 19ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 320ms
[SQLite In-Memory] partial Date-Time support 2✅ 30ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 442ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 26ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 17ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 39ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 6ms
[SQLite In-Memory] Rounding numeric tests 19✅ 7s
[SQLite In-Memory] Rounding-like operations 15✅ 315ms
[SQLite In-Memory] Schemas and Databases 3✅ 1ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 90ms
[SQLite In-Memory] Sorting 5✅ 26ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 469ms
[SQLite In-Memory] Table.add_row_number (common) 7✅ 158ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 25ms
[SQLite In-Memory] Table.aggregate 1✅ 16ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 83ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 53ms
[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⚪ 82ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 55ms
[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⚪ 51ms
[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⚪ 62ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 411ms
[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✅ 65ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 56ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 68ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 84ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 9ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 49ms
[SQLite In-Memory] Table.at 3✅ 16ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 48ms
[SQLite In-Memory] Table.cross_join 8✅ 343ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 12ms
[SQLite In-Memory] Table.distinct 7✅ 188ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 176ms
[SQLite In-Memory] Table.filter 1✅ 0ms
[SQLite In-Memory] Table.filter 19✅ 1⚪ 468ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 85ms
[SQLite In-Memory] Table.get 3✅ 9ms
[SQLite In-Memory] Table.join 26✅ 3⚪ 715ms
[SQLite In-Memory] Table.lookup_and_replace 1⚪ 0ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 104ms
[SQLite In-Memory] Table.query 8✅ 80ms
[SQLite In-Memory] Table.remove_columns 11✅ 340ms
[SQLite In-Memory] Table.rename_columns 20✅ 789ms
[SQLite In-Memory] Table.reorder_columns 9✅ 329ms
[SQLite In-Memory] Table.replace 0ms
[SQLite In-Memory] Table.rows 6✅ 26ms
[SQLite In-Memory] Table.select_columns 14✅ 417ms
[SQLite In-Memory] Table.set 7✅ 118ms
[SQLite In-Memory] Table.sort_columns 4✅ 147ms
[SQLite In-Memory] Table.take/drop 7✅ 2s
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 18✅ 1⚪ 970ms
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column auto value type 1✅ 12ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 137ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 66ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 30ms
[SQLite In-Memory] Tables and Table Types 4✅ 25ms
[SQLite In-Memory] Temp column 2✅ 14ms
[SQLite In-Memory] Text Column Operations 5✅ 190ms
[SQLite In-Memory] Transaction Support 4✅ 68ms
[SQLite In-Memory] Uploading an in-memory Table 8✅ 394ms
[SQLite] Type Mapping 8✅ 181ms
Aggregate Columns 23✅ 175ms
Boolean Column.format, with format Column 3✅ 46ms
Boolean Column.format, with format string 3✅ 101ms
ceil 3✅ 29ms
Column.parse 13✅ 547ms
Columns 16✅ 374ms
Construction 9✅ 8s
Counting Values 1✅ 2ms
DataFormatter builders 3✅ 109ms
DataFormatter.format 10✅ 166ms
DataFormatter.parse 12✅ 625ms
Date Column.format, with format Column 6✅ 84ms
Date Column.format, with format string 4✅ 141ms
Date_Time Column.format, with format Column 6✅ 93ms
Date_Time Column.format, with format string 5✅ 143ms
Date_Time truncate 1✅ 24ms
Delimited File Parsing 27✅ 3⚪ 3s
Delimited File Writing 33✅ 3s
Dropping Missing Values 1✅ 487ms
Edge cases 1✅ 9ms
Errors 2✅ 15ms
Excel Range 9✅ 444ms
File.read (Delimited) 3✅ 145ms
File.read (Delimited) should work with Date_Time 3✅ 27ms
File.read (Delimited) should work with Dates 3✅ 20ms
File.read (Delimited) should work with Time_Of_Days 3✅ 52ms
fill 6✅ 180ms
Float 3✅ 18ms
Float, with format Column 3✅ 15ms
floor 3✅ 23ms
Info 1✅ 60ms
Integer 3✅ 30ms
Integer 1✅ 6ms
Integer, with format Column 3✅ 29ms
Integration 1✅ 256ms
JSON conversion 2✅ 189ms
Mapping Operations 7✅ 867ms
Masking Tables 3✅ 404ms
Numeric, empty/Nothing 4✅ 84ms
Problems 3✅ 91ms
Read XLSX / XLS Files 12✅ 6s
Reading single cells correctly 7✅ 462ms
round/truncate/ceil/floor 3✅ 61ms
Rounding 8✅ 77ms
Should be able to serialise a table with Dates to Text 2✅ 107ms
Should be able to serialise a table with DateTimes to Text 2✅ 55ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 15ms
Slicing Tables 4✅ 242ms
Sorting Columns 4✅ 56ms
Sorting Tables 2✅ 412ms
SQLite_Format should allow connecting to SQLite files 5✅ 48ms
Table.from Text 1✅ 51ms
Table.parse 22✅ 2s
Table.parse_to_columns 14✅ 465ms
Table.split 5✅ 265ms
Table.split/tokenize column count 4✅ 161ms
Table.split/tokenize column order 1✅ 6ms
Table.split/tokenize errors 4✅ 13ms
Table.split/tokenize name conflicts 2✅ 83ms
Table.tokenize 12✅ 388ms
Text.parse_to_table 2✅ 178ms
Text.parse_to_table errors 3✅ 167ms
Text.parse_to_table parsing 3✅ 114ms
Text.parse_to_table with case-insensitivity 1✅ 31ms
Text.parse_to_table with groups 2✅ 95ms
Time_Of_Day Column.format, with format Column 6✅ 76ms
Time_Of_Day Column.format, with format string 5✅ 98ms
truncate 3✅ 22ms
Unique_Name_Strategy Helper 12✅ 62ms
Unique_Name_Strategy.combine_with_prefix 6✅ 6ms
Use First Row As Names 5✅ 308ms
Value_Type 2✅ 15ms
Various File Format support on Table 8✅ 3s
Vector conversion 1✅ 36ms
Write xls Files 38✅ 5s
Write xlsx Files 38✅ 8s
Writing 4✅ 350ms
XLS reading 7✅ 63ms
XLSX reading 7✅ 611ms

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

2316 tests were completed in 49s with 2289 passed, 0 failed and 27 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 8ms
Any's methods 3✅ 49ms
Array_Proxy 5✅ 58ms
ArrayOverBuffer 1✅ 19ms
ASCII 4✅ 22ms
Asserts 3✅ 16ms
at/get 7✅ 286ms
Atom with holes 7✅ 28ms
Auto_Detect 3✅ 33ms
BigInts 13✅ 532ms
Booleans 6✅ 22ms
Bound 3✅ 3ms
Bytes 3✅ 5ms
caching 1✅ 46ms
Callables 5✅ 15ms
Check Nothing and NaN 3✅ 1ms
children 2✅ 17ms
codepoints 2✅ 5ms
Compare functionality with Vector 1✅ 25ms
Compile 6✅ 19ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 4ms
Conversion 42✅ 136ms
Correlation Statistics 6✅ 99ms
curry 1✅ 6ms
Data.read / File_Format 2✅ 944ms
Dataflow Errors 11✅ 48ms
Dataflow Warnings 32✅ 845ms
Date 40✅ 8s
Date date part tests 8✅ 74ms
Date_Range 11✅ 966ms
Date_Time 44✅ 2⚪ 1s
Date_Time date part tests 8✅ 52ms
Date_Time equality 2✅ 2ms
Day_Of_Week conversions 8✅ 22ms
Deep Exports 1✅ 2ms
Default comparator 3✅ 19ms
Deterministic Random Noise Generator 2✅ 403ms
display text 1✅ 2ms
Duration 15✅ 132ms
Encoding object 4✅ 48ms
Enso Arrays 5✅ 29ms
Enso maps 46✅ 318ms
Enso Set 5✅ 31ms
Environment 1✅ 24ms
Escape 1✅ 0ms
fetch 10✅ 571ms
File Operations 21✅ 251ms
flip 2✅ 2ms
Float.truncate 1✅ 5ms
Floats 5✅ 40ms
folder operations 3✅ 52ms
Formatting date/time values 6✅ 71ms
Fully Qualified Names 1✅ 2ms
Function Ascribed Parameters 12✅ 33ms
get_elements_by_tag_name 3✅ 33ms
Header 1✅ 8ms
Header resolution 7✅ 34ms
Headers 6✅ 134ms
HTTP client 4✅ 2ms
HTTP_Method parse 3✅ 3ms
identity 3✅ 2ms
Inlining Helpers 2✅ 2ms
inner / outer xml 2✅ 88ms
Instrument @Tail_Call fibonacci 5✅ 364ms
Instrument fibonacci 2✅ 140ms
Integer.truncate 1✅ 1ms
Integers 24✅ 96ms
Interval 7✅ 34ms
Java case of 3✅ 4ms
Java FFI 6✅ 1⚪ 13ms
Java/Enso Date 2✅ 20ms
JavaDate 40✅ 1s
JavaDate date part tests 8✅ 2ms
JavaLocalTime 27✅ 30ms
JavaScript Objects, Arrays & Functions 8✅ 434ms
JavaScriptArrayWithADate 40✅ 2s
JavaScriptArrayWithADate date part tests 8✅ 70ms
JavascriptDataInArray 42✅ 4⚪ 156ms
JavascriptDataInArray date part tests 8✅ 37ms
JavascriptDate 42✅ 4⚪ 390ms
JavaScriptDate 40✅ 2s
JavascriptDate date part tests 8✅ 17ms
JavaScriptDate date part tests 8✅ 119ms
JavaZonedDateTime 44✅ 2⚪ 198ms
JavaZonedDateTime date part tests 8✅ 3ms
JavaZoneId 7✅ 48ms
JS_Object 3✅ 93ms
JSON 5✅ 66ms
JSON 1✅ 66ms
JSON Deserialization 8✅ 421ms
JSON Serialization 3✅ 38ms
JSON_Format 2✅ 88ms
Lazy 6✅ 30ms
Lazy Generator 1✅ 3ms
Lexicographic Order on Vectors 2✅ 8ms
List 31✅ 493ms
Locale 13✅ 58ms
Looping Imports 1✅ 1ms
Lowercase Methods 5✅ 9ms
Managed_Resource 3✅ 13ms
Match.end 4✅ 22ms
Match.groups 2✅ 13ms
Match.named_groups 3✅ 29ms
Match.span 4✅ 17ms
Match.start 4✅ 23ms
Match.text 6✅ 31ms
Match.utf_16_end 4✅ 21ms
Match.utf_16_span 4✅ 16ms
Match.utf_16_start 4✅ 19ms
Maybe 5✅ 3ms
Meta-Value Inspection 4✅ 7ms
Meta-Value Manipulation 26✅ 100ms
Meta.Type.find 4✅ 12ms
Methods 1✅ 1⚪ 1ms
Natural Order 4✅ 68ms
No Method Errors 1✅ 25ms
Noise 3✅ 51ms
non-linear inserts 11✅ 213ms
Number Conversions 1✅ 8ms
Number Rounding numeric tests 19✅ 98ms
Numbers 14✅ 106ms
Numeric values 1✅ 7ms
Object Comparator 7✅ 30ms
Operator == 16✅ 229ms
Ordering 6✅ 33ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 142ms
Pair - from 2-Item List 13✅ 73ms
Pair - from 2-Item Vector 13✅ 103ms
Pair - from Pair.new 13✅ 60ms
Pair - from Pair.Value 13✅ 8ms
Panics 17✅ 166ms
parse 8✅ 138ms
Parsing date/time values 26✅ 1⚪ 526ms
Parsing formats 4✅ 116ms
Pattern Matches 16✅ 41ms
Pattern.find and .find_all 8✅ 96ms
Pattern.match and .match_all 8✅ 59ms
Pattern.matches 5✅ 13ms
Pattern.replace 10✅ 116ms
Pattern.split 6✅ 37ms
Pattern.tokenize 7✅ 217ms
Period 7✅ 30ms
Plain_Text 3✅ 20ms
Polyglot hash maps 6✅ 102ms
Polyglot JS 19✅ 138ms
Polyglot keys and values 6✅ 3s
Polyglot Operator == 7✅ 32ms
Polyglot Python 15✅ 111ms
Polyglot R 1⚪ 0ms
post 24✅ 784ms
Problem_Behavior 2✅ 8ms
Process 5✅ 38ms
PythonDate 40✅ 5s
PythonDate 41✅ 5⚪ 1s
PythonDate date part tests 8✅ 63ms
PythonDate date part tests 8✅ 51ms
PythonLocalTime 27✅ 134ms
Qualified Names 3✅ 3ms
Random 6✅ 462ms
Range 35✅ 412ms
Rank Data 7✅ 37ms
Read XML 7✅ 82ms
read_bytes 6✅ 30ms
read_text 6✅ 100ms
Refs 1✅ 1ms
Regex splitting 3✅ 19ms
Regex tokenizing 2✅ 18ms
Regex: find and find_all 20✅ 1⚪ 192ms
Regression 12✅ 132ms
ReportingStreamDecoder 6✅ 295ms
ReportingStreamEncoder 8✅ 133ms
Request 10✅ 37ms
rounding 4✅ 21ms
should correctly evaluate documentation examples 6✅ 36ms
Sorting with multiple comparators 4✅ 2⚪ 107ms
Sorting with the default comparator 7✅ 3⚪ 111ms
Stack traces 1✅ 7ms
State 2✅ 1ms
Statistics 14✅ 353ms
Statistics - empty Vector 3✅ 21ms
Statistics - invalid input 5✅ 128ms
Statistics - invalid input 1✅ 2ms
Statistics - NaN Vector 3✅ 22ms
Statistics - Nothing Vector 3✅ 34ms
System 2✅ 6ms
tag name 1✅ 6ms
Text 84✅ 4s
text contents 1✅ 4ms
Text_Sub_Range_Data 2✅ 22ms
Text_Utils 4✅ 42ms
Text.match 6✅ 35ms
Text.replace 16✅ 228ms
Text.Span 3✅ 11ms
Text.substring 4✅ 9ms
the Self construct 6✅ 6ms
Time_Of_Day 27✅ 209ms
to_display_text 5✅ 30ms
Type Errors 11✅ 146ms
uncurry 1✅ 2ms
Unresolved symbol 1✅ 1ms
URI 4✅ 41ms
Use a slice of an array as vectors 73✅ 180ms
Use Array as vectors 73✅ 588ms
Use Array_Proxy as vectors 73✅ 148ms
Use Java ArrayList as vectors 73✅ 275ms
Use Vector as vectors 73✅ 1s
UTF_16 BigEndian 2✅ 5ms
UTF_16 LittleEndian 2✅ 6ms
UTF_8 7✅ 25ms
Vector builder 2✅ 6ms
Vector Slicing Helpers 1✅ 22ms
Vector/Array equality 9✅ 10ms
Windows 1252 4✅ 20ms
write operations 21✅ 684ms
Zone 9✅ 71ms

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

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

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 138ms
File uploads 2✅ 73ms
Geo_Map 3✅ 927ms
Histogram Visualization 6✅ 211ms
Lazy Table Visualization 12✅ 477ms
Lazy Text Visualization 3✅ 91ms
Scatter Plot Visualization 14✅ 1s
Serializable Visualization Identifiers 5✅ 125ms
SQL Visualization 1✅ 337ms
Table Visualization 9✅ 660ms
Table.lookup_ignore_case 1✅ 28ms
Table.rows 1✅ 252ms
Type Names of Visualization Defaults 1✅ 216ms
Vector and Arrays 2✅ 1⚪ 46ms
Widgets for Database 1✅ 58ms
Widgets for In-Database Connection with table name sets 1✅ 273ms
Widgets for In-Database Connection with table types 1✅ 22ms
Widgets for In-Database Table with column name sets 2✅ 42ms
Widgets for In-Memory with column name sets 2✅ 126ms
Widgets for the Text type 1✅ 179ms