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

Add size-limited strings and varying bit-width integer Value_Types to in-memory backend and check for ArithmeticOverflow in LongStorage #7557

Merged
merged 40 commits into from
Aug 22, 2023

add reference to #7635 in TODO

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

Add size-limited strings and varying bit-width integer Value_Types to in-memory backend and check for ArithmeticOverflow in LongStorage #7557

add reference to #7635 in TODO
c2b9d8c
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests (linux) succeeded Aug 22, 2023 in 0s

Standard Library Tests (linux) ✅

Tests passed successfully

Report Passed Failed Skipped Time
/runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 8s
/runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 835ms
/runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 2s
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml 3084✅ 185⚪ 162s
/runner/_work/enso/enso/target/test-results/Tests/JUnit.xml 2198✅ 26⚪ 58s
/runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 4s

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

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

Test suite Passed Failed Skipped Time
Examples 33✅ 8s

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 44ms
GeoJSON to Table 3✅ 791ms

✅ /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✅ 216ms
Image with 1 channel 19✅ 84ms
Image with 2 channels 19✅ 152ms
Image with 3 channels 19✅ 98ms
Image with 4 channels 19✅ 77ms
Image Write 2✅ 20ms
Image.read 9✅ 1s
Matrix with 1 channel 21✅ 180ms
Matrix with 2 channels 21✅ 140ms
Matrix with 3 channels 21✅ 179ms
Matrix with 4 channels 21✅ 107ms
Matrix_Error 1✅ 2ms

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

3269 tests were completed in 162s with 3084 passed, 0 failed and 185 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 66ms
[Codegen] Basic Select 3✅ 34ms
[Codegen] Handling Missing Values 2✅ 104ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 135ms
[Codegen] Sorting 4✅ 42ms
[In-Memory-specific] Table.join 1✅ 357ms
[In-Memory-specific] Table.set 2✅ 38ms
[In-Memory] Interactions Between various operations 11✅ 1s
[In-Memory] Arithmetic Column Operations 12✅ 81ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 110ms
[In-Memory] Colum Operations - Names 10✅ 122ms
[In-Memory] Column Comparisons 5✅ 1⚪ 142ms
[In-Memory] Column Naming edge cases 7✅ 249ms
[In-Memory] Column operation Integer Overflow handling 5✅ 81ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 58ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 154ms
[In-Memory] Column Operations - Text Trim 3✅ 48ms
[In-Memory] Column.const 3✅ 10ms
[In-Memory] Column.fill_nothing/empty 4✅ 5ms
[In-Memory] Column.map 4✅ 27ms
[In-Memory] Column.rename 1✅ 4ms
[In-Memory] Column.take/drop 6✅ 92ms
[In-Memory] Column.zip 4✅ 10ms
[In-Memory] Date-Time operations 21✅ 1⚪ 1s
[In-Memory] Date-Time support 3✅ 58ms
[In-Memory] Dropping Missing Values 8✅ 243ms
[In-Memory] Expression Arithmetic 3✅ 70ms
[In-Memory] Expression Boolean literals 1✅ 60ms
[In-Memory] Expression Boolean Operators 4✅ 29ms
[In-Memory] Expression Column Arithmetic 2✅ 63ms
[In-Memory] Expression Comparison Operators 6✅ 144ms
[In-Memory] Expression Date and Time literals 5✅ 44ms
[In-Memory] Expression Decimal literals 1✅ 28ms
[In-Memory] Expression Errors should be handled 4✅ 33ms
[In-Memory] Expression Integer literals 1✅ 21ms
[In-Memory] Expression Nothing literals 3✅ 27ms
[In-Memory] Expression Text literals 1✅ 21ms
[In-Memory] Expression Text literals 2✅ 7ms
[In-Memory] Expression Text Operators 2✅ 36ms
[In-Memory] Expression Warnings should be reported 4✅ 117ms
[In-Memory] Filling Missing Values 4✅ 1⚪ 40ms
[In-Memory] Function invocation 2✅ 15ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 78ms
[In-Memory] Min/Max Operations 2✅ 47ms
[In-Memory] Other Column Operations 1✅ 13ms
[In-Memory] replace: empty table and nothings 2✅ 10ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 45ms
[In-Memory] replace: literal text pattern and replacement 4✅ 67ms
[In-Memory] replace: pattern and replacement columns 4✅ 33ms
[In-Memory] Rounding numeric tests 19✅ 991ms
[In-Memory] Rounding-like operations 15✅ 46ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 81ms
[In-Memory] Storage Builders 1✅ 14ms
[In-Memory] Table.add_row_number (common) 6✅ 141ms
[In-Memory] Table.add_row_number (in-memory specific) 6✅ 54ms
[In-Memory] Table.aggregate 3✅ 163ms
[In-Memory] Table.aggregate 3✅ 45ms
[In-Memory] Table.aggregate Concatenate 6✅ 120ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 141ms
[In-Memory] Table.aggregate First and Last 1✅ 4ms
[In-Memory] Table.aggregate Mode 1✅ 4ms
[In-Memory] Table.aggregate Shortest 1✅ 19ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 483ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 407ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 44ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 27ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 68ms
[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✅ 95ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 141ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 51ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 99ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 113ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 274ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 24ms
[In-Memory] Table.aggregate+Expressions 2✅ 64ms
[In-Memory] Table.at 3✅ 19ms
[In-Memory] Table.column_count 1✅ 2ms
[In-Memory] Table.column_names 2✅ 47ms
[In-Memory] Table.cross_join 8✅ 80ms
[In-Memory] Table.cross_tab 23✅ 264ms
[In-Memory] Table.distinct 6✅ 148ms
[In-Memory] Table.distinct 7✅ 112ms
[In-Memory] Table.fill_nothing/empty 6✅ 16ms
[In-Memory] Table.filter 5✅ 913ms
[In-Memory] Table.filter 20✅ 2⚪ 433ms
[In-Memory] Table.filter_by_expression 5✅ 101ms
[In-Memory] Table.get 3✅ 18ms
[In-Memory] Table.join 33✅ 437ms
[In-Memory] Table.join performance 3✅ 1⚪ 340ms
[In-Memory] Table.order_by 23✅ 266ms
[In-Memory] Table.remove_columns 12✅ 273ms
[In-Memory] Table.rename_columns 20✅ 462ms
[In-Memory] Table.reorder_columns 10✅ 212ms
[In-Memory] Table.replace 3✅ 40ms
[In-Memory] Table.rows 6✅ 77ms
[In-Memory] Table.select_columns 15✅ 808ms
[In-Memory] Table.set 7✅ 1s
[In-Memory] Table.sort_columns 4✅ 99ms
[In-Memory] Table.take/drop 6✅ 298ms
[In-Memory] Table.transpose 8✅ 52ms
[In-Memory] Table.union 23✅ 389ms
[In-Memory] Table.zip 11✅ 169ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 166ms
[In-Memory] Table/Column.cast - date/time 3✅ 25ms
[In-Memory] Table/Column.cast - numeric 6✅ 190ms
[In-Memory] Table/Column.cast - to text 7✅ 188ms
[In-Memory] Text Column Operations 5✅ 148ms
[PostgreSQL] Interactions Between various operations 10✅ 663ms
[PostgreSQL] .pgpass 3✅ 249ms
[PostgreSQL] Aggregation 2✅ 63ms
[PostgreSQL] Appending a Database table to a Database table 29✅ 2s
[PostgreSQL] Appending an in-memory table to a Database table 29✅ 2s
[PostgreSQL] Arithmetic Column Operations 10✅ 2⚪ 218ms
[PostgreSQL] Basic Table Access 4✅ 361ms
[PostgreSQL] Boolean Column Operations 5✅ 1⚪ 202ms
[PostgreSQL] Colum Operations - Names 8✅ 36ms
[PostgreSQL] Column Comparisons 4✅ 1⚪ 280ms
[PostgreSQL] Column Naming edge cases 7✅ 226ms
[PostgreSQL] Column Operations - Equality & Null Handling 4✅ 3⚪ 106ms
[PostgreSQL] Column Operations - Text Replace 2✅ 22ms
[PostgreSQL] Column Operations - Text Replace (in-memory only) 0ms
[PostgreSQL] Column Operations - Text Trim 3✅ 70ms
[PostgreSQL] Column.const 3✅ 69ms
[PostgreSQL] Column.fill_nothing/empty 4✅ 86ms
[PostgreSQL] Column.map 1✅ 13ms
[PostgreSQL] Column.rename 1✅ 12ms
[PostgreSQL] Column.take/drop 1⚪ 0ms
[PostgreSQL] Column.zip 1✅ 10ms
[PostgreSQL] Connection setup 3✅ 216ms
[PostgreSQL] Creating an empty table 17✅ 2s
[PostgreSQL] Database Encoding 1✅ 288ms
[PostgreSQL] Date-Time operations 19✅ 1⚪ 2s
[PostgreSQL] Date-Time support 3✅ 121ms
[PostgreSQL] Dialect-specific codegen 1✅ 15ms
[PostgreSQL] Dropping Missing Values 8✅ 483ms
[PostgreSQL] Edge Cases 1✅ 101ms
[PostgreSQL] Expression Arithmetic 3✅ 214ms
[PostgreSQL] Expression Boolean literals 1✅ 30ms
[PostgreSQL] Expression Boolean Operators 4✅ 101ms
[PostgreSQL] Expression Column Arithmetic 2✅ 149ms
[PostgreSQL] Expression Comparison Operators 6✅ 262ms
[PostgreSQL] Expression Date and Time literals 4✅ 91ms
[PostgreSQL] Expression Decimal literals 1✅ 12ms
[PostgreSQL] Expression Errors should be handled 4✅ 13ms
[PostgreSQL] Expression Integer literals 1✅ 11ms
[PostgreSQL] Expression Nothing literals 3✅ 89ms
[PostgreSQL] Expression Text literals 1✅ 34ms
[PostgreSQL] Expression Text literals 2✅ 59ms
[PostgreSQL] Expression Text Operators 2✅ 48ms
[PostgreSQL] Expression Warnings should be reported 2✅ 2⚪ 148ms
[PostgreSQL] Filling Missing Values 4✅ 118ms
[PostgreSQL] Function invocation 2✅ 44ms
[PostgreSQL] Info 4✅ 79ms
[PostgreSQL] Masking Tables 1✅ 48ms
[PostgreSQL] math functions 6✅ 4s
[PostgreSQL] Min/Max Operations 2✅ 43ms
[PostgreSQL] Missing Values 2✅ 44ms
[PostgreSQL] Other Column Operations 1✅ 54ms
[PostgreSQL] Output Execution Context for Database operations 10✅ 1⚪ 751ms
[PostgreSQL] Persisting a Database Table (query) 8✅ 1s
[PostgreSQL] replace: empty table and nothings 2✅ 40ms
[PostgreSQL] replace: literal regex pattern and replacement 5✅ 58ms
[PostgreSQL] replace: literal text pattern and replacement 4✅ 96ms
[PostgreSQL] replace: pattern and replacement columns 4✅ 17ms
[PostgreSQL] Rounding numeric tests 19✅ 21s
[PostgreSQL] Rounding-like operations 22✅ 772ms
[PostgreSQL] Schemas and Databases 4✅ 131ms
[PostgreSQL] Simple variant of Table/Column.parse in all backends 5✅ 78ms
[PostgreSQL] Sorting 5✅ 99ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[PostgreSQL] Support for Long Column/Table names 14✅ 3s
[PostgreSQL] Table.add_row_number (common) 6✅ 306ms
[PostgreSQL] Table.add_row_number (Database specific) 1✅ 69ms
[PostgreSQL] Table.aggregate 3✅ 94ms
[PostgreSQL] Table.aggregate Concatenate 6✅ 98ms
[PostgreSQL] Table.aggregate Count_Distinct 2✅ 151ms
[PostgreSQL] Table.aggregate First and Last 1✅ 19ms
[PostgreSQL] Table.aggregate Mode 1✅ 16ms
[PostgreSQL] Table.aggregate Shortest 1✅ 14ms
[PostgreSQL] Table.aggregate should be able to group on multiple fields not in left columns 12✅ 1⚪ 219ms
[PostgreSQL] Table.aggregate should be able to group on single field 12✅ 1⚪ 114ms
[PostgreSQL] Table.aggregate should correctly handle infinities 4✅ 163ms
[PostgreSQL] Table.aggregate should correctly handle NaN 5✅ 133ms
[PostgreSQL] Table.aggregate should correctly infer result types 4✅ 98ms
[PostgreSQL] Table.aggregate should correctly select result types 4✅ 87ms
[PostgreSQL] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should not summarize empty table when grouped 10✅ 1⚪ 43ms
[PostgreSQL] Table.aggregate should raise warnings when there are issues 7✅ 705ms
[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✅ 209ms
[PostgreSQL] Table.aggregate should summarize empty table 10✅ 1⚪ 66ms
[PostgreSQL] Table.aggregate should summarize whole table 12✅ 1⚪ 202ms
[PostgreSQL] Table.aggregate Standard_Deviation 1✅ 44ms
[PostgreSQL] Table.aggregate+Expressions 2✅ 46ms
[PostgreSQL] Table.at 3✅ 23ms
[PostgreSQL] Table.column_count 1✅ 0ms
[PostgreSQL] Table.column_names 2✅ 65ms
[PostgreSQL] Table.cross_join 8✅ 709ms
[PostgreSQL] Table.cross_tab 1⚪ 0ms
[PostgreSQL] Table.default_ordering 4✅ 84ms
[PostgreSQL] Table.distinct 7✅ 283ms
[PostgreSQL] Table.fill_nothing/empty 6✅ 155ms
[PostgreSQL] Table.filter 1✅ 0ms
[PostgreSQL] Table.filter 19✅ 1⚪ 2s
[PostgreSQL] Table.filter_by_expression 4✅ 1⚪ 187ms
[PostgreSQL] Table.get 3✅ 14ms
[PostgreSQL] Table.join 26✅ 3⚪ 2s
[PostgreSQL] Table.order_by 19✅ 2⚪ 142ms
[PostgreSQL] Table.query 8✅ 186ms
[PostgreSQL] Table.remove_columns 12✅ 421ms
[PostgreSQL] Table.rename_columns 20✅ 642ms
[PostgreSQL] Table.reorder_columns 10✅ 382ms
[PostgreSQL] Table.replace 0ms
[PostgreSQL] Table.rows 6✅ 33ms
[PostgreSQL] Table.select_columns 15✅ 643ms
[PostgreSQL] Table.set 7✅ 194ms
[PostgreSQL] Table.sort_columns 4✅ 113ms
[PostgreSQL] Table.take/drop 1⚪ 0ms
[PostgreSQL] Table.transpose 1⚪ 0ms
[PostgreSQL] Table.union 21✅ 1s
[PostgreSQL] Table.zip 1⚪ 0ms
[PostgreSQL] Table/Column.cast - checking invariants 9✅ 197ms
[PostgreSQL] Table/Column.cast - date/time 3✅ 48ms
[PostgreSQL] Table/Column.cast - numeric 4✅ 145ms
[PostgreSQL] Table/Column.cast - to text 5✅ 1⚪ 155ms
[PostgreSQL] Tables and Table Types 4✅ 182ms
[PostgreSQL] Text Column Operations 5✅ 200ms
[PostgreSQL] Transaction Support 4✅ 246ms
[PostgreSQL] Type Mapping 8✅ 943ms
[PostgreSQL] Uploading an in-memory Table 10✅ 988ms
[PostgreSQL] Warning/Error handling 2✅ 112ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 1s
[SQLite File] Aggregation 2✅ 41ms
[SQLite File] Appending a Database table to a Database table 28✅ 3s
[SQLite File] Appending an in-memory table to a Database table 28✅ 4s
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 180ms
[SQLite File] Basic Table Access 4✅ 364ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 183ms
[SQLite File] Colum Operations - Names 8✅ 39ms
[SQLite File] Column Comparisons 4✅ 1⚪ 325ms
[SQLite File] Column Naming edge cases 7✅ 162ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 96ms
[SQLite File] Column Operations - Text Replace 2✅ 16ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 55ms
[SQLite File] Column.const 3✅ 51ms
[SQLite File] Column.fill_nothing/empty 4✅ 55ms
[SQLite File] Column.map 1✅ 6ms
[SQLite File] Column.rename 1✅ 20ms
[SQLite File] Column.take/drop 1⚪ 0ms
[SQLite File] Column.zip 1✅ 6ms
[SQLite File] Creating an empty table 17✅ 2s
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Dialect-specific codegen 1✅ 14ms
[SQLite File] Dropping Missing Values 7✅ 151ms
[SQLite File] Error Handling 2✅ 34ms
[SQLite File] Expression Arithmetic 3✅ 177ms
[SQLite File] Expression Boolean literals 1✅ 20ms
[SQLite File] Expression Boolean Operators 4✅ 56ms
[SQLite File] Expression Column Arithmetic 2✅ 126ms
[SQLite File] Expression Comparison Operators 6✅ 210ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Decimal literals 1✅ 8ms
[SQLite File] Expression Errors should be handled 4✅ 16ms
[SQLite File] Expression Integer literals 1✅ 11ms
[SQLite File] Expression Nothing literals 3✅ 44ms
[SQLite File] Expression Text literals 1✅ 37ms
[SQLite File] Expression Text literals 2✅ 13ms
[SQLite File] Expression Text Operators 2✅ 71ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 79ms
[SQLite File] Filling Missing Values 3✅ 1⚪ 66ms
[SQLite File] Function invocation 2✅ 30ms
[SQLite File] Masking Tables 1✅ 40ms
[SQLite File] math functions 6✅ 994ms
[SQLite File] Metadata 2✅ 27ms
[SQLite File] Min/Max Operations 2✅ 51ms
[SQLite File] Missing Values 2✅ 91ms
[SQLite File] Other Column Operations 1✅ 34ms
[SQLite File] Output Execution Context for Database operations 10✅ 1⚪ 1s
[SQLite File] partial Date-Time support 2✅ 42ms
[SQLite File] Persisting a Database Table (query) 8✅ 1s
[SQLite File] replace: empty table and nothings 2✅ 23ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 13ms
[SQLite File] replace: literal text pattern and replacement 4✅ 88ms
[SQLite File] replace: pattern and replacement columns 4✅ 17ms
[SQLite File] Rounding numeric tests 19✅ 6s
[SQLite File] Rounding-like operations 15✅ 278ms
[SQLite File] Schemas and Databases 3✅ 5ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 151ms
[SQLite File] Sorting 5✅ 64ms
[SQLite File] Support for Long Column/Table names 6✅ 741ms
[SQLite File] Table.add_row_number (common) 6✅ 93ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 28ms
[SQLite File] Table.aggregate 1✅ 16ms
[SQLite File] Table.aggregate Concatenate 6✅ 71ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 62ms
[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⚪ 93ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 67ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 36ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 36ms
[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⚪ 36ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 471ms
[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✅ 104ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 68ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 61ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 129ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 9ms
[SQLite File] Table.aggregate+Expressions 2✅ 37ms
[SQLite File] Table.at 3✅ 22ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 64ms
[SQLite File] Table.cross_join 8✅ 225ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 106ms
[SQLite File] Table.distinct 7✅ 499ms
[SQLite File] Table.fill_nothing/empty 6✅ 120ms
[SQLite File] Table.filter 1✅ 0ms
[SQLite File] Table.filter 19✅ 1⚪ 763ms
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 80ms
[SQLite File] Table.get 3✅ 7ms
[SQLite File] Table.join 26✅ 3⚪ 710ms
[SQLite File] Table.order_by 19✅ 2⚪ 235ms
[SQLite File] Table.query 8✅ 246ms
[SQLite File] Table.remove_columns 11✅ 890ms
[SQLite File] Table.rename_columns 20✅ 806ms
[SQLite File] Table.reorder_columns 9✅ 351ms
[SQLite File] Table.replace 0ms
[SQLite File] Table.rows 6✅ 51ms
[SQLite File] Table.select_columns 14✅ 973ms
[SQLite File] Table.set 7✅ 86ms
[SQLite File] Table.sort_columns 4✅ 125ms
[SQLite File] Table.take/drop 1⚪ 0ms
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 18✅ 1⚪ 1s
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 123ms
[SQLite File] Table/Column.cast - numeric 3✅ 38ms
[SQLite File] Table/Column.cast - to text 1✅ 17ms
[SQLite File] Tables and Table Types 4✅ 60ms
[SQLite File] Text Column Operations 5✅ 229ms
[SQLite File] Transaction Support 4✅ 296ms
[SQLite File] Uploading an in-memory Table 10✅ 2s
[SQLite In-Memory] Interactions Between various operations 8✅ 2s
[SQLite In-Memory] Aggregation 2✅ 48ms
[SQLite In-Memory] Appending a Database table to a Database table 28✅ 2s
[SQLite In-Memory] Appending an in-memory table to a Database table 28✅ 1s
[SQLite In-Memory] Arithmetic Column Operations 10✅ 2⚪ 147ms
[SQLite In-Memory] Basic Table Access 4✅ 216ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 267ms
[SQLite In-Memory] Colum Operations - Names 8✅ 43ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 398ms
[SQLite In-Memory] Column Naming edge cases 7✅ 130ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 189ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 15ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 56ms
[SQLite In-Memory] Column.const 3✅ 38ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 103ms
[SQLite In-Memory] Column.map 1✅ 13ms
[SQLite In-Memory] Column.rename 1✅ 9ms
[SQLite In-Memory] Column.take/drop 1⚪ 0ms
[SQLite In-Memory] Column.zip 1✅ 12ms
[SQLite In-Memory] Creating an empty table 15✅ 490ms
[SQLite In-Memory] Date-Time operations 1⚪ 0ms
[SQLite In-Memory] Date-Time support 1⚪ 0ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 4ms
[SQLite In-Memory] Dropping Missing Values 7✅ 301ms
[SQLite In-Memory] Error Handling 2✅ 41ms
[SQLite In-Memory] Expression Arithmetic 3✅ 192ms
[SQLite In-Memory] Expression Boolean literals 1✅ 44ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 96ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 296ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 261ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Decimal literals 1✅ 26ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 18ms
[SQLite In-Memory] Expression Integer literals 1✅ 16ms
[SQLite In-Memory] Expression Nothing literals 3✅ 55ms
[SQLite In-Memory] Expression Text literals 1✅ 44ms
[SQLite In-Memory] Expression Text literals 2✅ 21ms
[SQLite In-Memory] Expression Text Operators 2✅ 69ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 101ms
[SQLite In-Memory] Filling Missing Values 3✅ 1⚪ 104ms
[SQLite In-Memory] Function invocation 2✅ 39ms
[SQLite In-Memory] Masking Tables 1✅ 17ms
[SQLite In-Memory] math functions 6✅ 1s
[SQLite In-Memory] Metadata 2✅ 5ms
[SQLite In-Memory] Min/Max Operations 2✅ 164ms
[SQLite In-Memory] Missing Values 2✅ 31ms
[SQLite In-Memory] Other Column Operations 1✅ 13ms
[SQLite In-Memory] Output Execution Context for Database operations 7✅ 1⚪ 186ms
[SQLite In-Memory] partial Date-Time support 2✅ 27ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 809ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 37ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 23ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 58ms
[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✅ 535ms
[SQLite In-Memory] Schemas and Databases 3✅ 2ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 70ms
[SQLite In-Memory] Sorting 5✅ 63ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 797ms
[SQLite In-Memory] Table.add_row_number (common) 6✅ 141ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 36ms
[SQLite In-Memory] Table.aggregate 1✅ 20ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 91ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 107ms
[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⚪ 87ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 87ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 52ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 48ms
[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⚪ 57ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 441ms
[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✅ 115ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 172ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 44ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 61ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 19ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 58ms
[SQLite In-Memory] Table.at 3✅ 17ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 126ms
[SQLite In-Memory] Table.cross_join 8✅ 311ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 28ms
[SQLite In-Memory] Table.distinct 7✅ 191ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 239ms
[SQLite In-Memory] Table.filter 1✅ 1ms
[SQLite In-Memory] Table.filter 19✅ 1⚪ 817ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 148ms
[SQLite In-Memory] Table.get 3✅ 10ms
[SQLite In-Memory] Table.join 26✅ 3⚪ 981ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 242ms
[SQLite In-Memory] Table.query 8✅ 196ms
[SQLite In-Memory] Table.remove_columns 11✅ 415ms
[SQLite In-Memory] Table.rename_columns 20✅ 672ms
[SQLite In-Memory] Table.reorder_columns 9✅ 465ms
[SQLite In-Memory] Table.replace 0ms
[SQLite In-Memory] Table.rows 6✅ 64ms
[SQLite In-Memory] Table.select_columns 14✅ 672ms
[SQLite In-Memory] Table.set 7✅ 167ms
[SQLite In-Memory] Table.sort_columns 4✅ 139ms
[SQLite In-Memory] Table.take/drop 1⚪ 0ms
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 18✅ 1⚪ 721ms
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 116ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 43ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 20ms
[SQLite In-Memory] Tables and Table Types 4✅ 56ms
[SQLite In-Memory] Text Column Operations 5✅ 285ms
[SQLite In-Memory] Transaction Support 4✅ 65ms
[SQLite In-Memory] Uploading an in-memory Table 8✅ 634ms
[SQLite] Type Mapping 8✅ 114ms
Aggregate Columns 23✅ 44ms
Boolean Column.format, with format Column 3✅ 28ms
Boolean Column.format, with format string 3✅ 64ms
ceil 3✅ 13ms
Column.parse 13✅ 72ms
Columns 13✅ 1⚪ 85ms
Construction 9✅ 4s
Counting Values 1✅ 2ms
DataFormatter builders 4✅ 20ms
DataFormatter.format 9✅ 1⚪ 41ms
DataFormatter.parse 10✅ 193ms
Date Column.format, with format Column 6✅ 34ms
Date Column.format, with format string 4✅ 69ms
Date_Time Column.format, with format Column 6✅ 26ms
Date_Time Column.format, with format string 4✅ 66ms
Date_Time truncate 1✅ 15ms
Delimited File Parsing 27✅ 3⚪ 579ms
Delimited File Writing 33✅ 784ms
Dropping Missing Values 1✅ 288ms
Edge cases 1✅ 3ms
Errors 2✅ 3ms
Excel Range 9✅ 57ms
File.read (Delimited) 3✅ 34ms
File.read (Delimited) should work with Date_Time 3✅ 13ms
File.read (Delimited) should work with Dates 3✅ 7ms
File.read (Delimited) should work with Time_Of_Days 3✅ 8ms
fill 6✅ 94ms
Float 3✅ 7ms
Float, with format Column 3✅ 4ms
floor 3✅ 13ms
Info 1✅ 9ms
Integer 3✅ 23ms
Integer 1✅ 4ms
Integer, with format Column 3✅ 9ms
Integration 1✅ 44ms
JSON conversion 2✅ 74ms
Mapping Operations 7✅ 632ms
Masking Tables 3✅ 217ms
Numeric, empty/Nothing 4✅ 31ms
Problems 3✅ 14ms
Read XLSX / XLS Files 12✅ 1s
Reading single cells correctly 7✅ 244ms
round/truncate/ceil/floor 3✅ 51ms
Rounding 8✅ 65ms
Should be able to serialise a table with Dates to Text 2✅ 30ms
Should be able to serialise a table with DateTimes to Text 2✅ 4ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 3ms
Slicing Tables 4✅ 94ms
Sorting Columns 4✅ 83ms
Sorting Tables 2✅ 93ms
SQLite_Format should allow connecting to SQLite files 5✅ 40ms
Table.from Text 1✅ 8ms
Table.parse 22✅ 531ms
Table.parse_to_columns 14✅ 165ms
Table.split 5✅ 81ms
Table.split/tokenize column count 4✅ 43ms
Table.split/tokenize column order 1✅ 2ms
Table.split/tokenize errors 4✅ 4ms
Table.split/tokenize name conflicts 2✅ 19ms
Table.tokenize 12✅ 83ms
Text.parse_to_table 2✅ 38ms
Text.parse_to_table errors 3✅ 12ms
Text.parse_to_table parsing 3✅ 24ms
Text.parse_to_table with case-insensitivity 1✅ 8ms
Text.parse_to_table with groups 2✅ 20ms
Time_Of_Day Column.format, with format Column 6✅ 24ms
Time_Of_Day Column.format, with format string 5✅ 78ms
truncate 3✅ 10ms
Unique_Name_Strategy Helper 12✅ 186ms
Unique_Name_Strategy.combine_with_prefix 6✅ 108ms
Use First Row As Names 5✅ 227ms
Value_Type 2✅ 165ms
Various File Format support on Table 8✅ 1s
Vector conversion 1✅ 5ms
Write xls Files 36✅ 681ms
Write xlsx Files 36✅ 2s
Writing 4✅ 41ms
XLS reading 7✅ 35ms
XLSX reading 7✅ 229ms

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

2224 tests were completed in 58s with 2198 passed, 0 failed and 26 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 25ms
Any's methods 3✅ 133ms
Array_Proxy 5✅ 58ms
ArrayOverBuffer 1✅ 41ms
ASCII 4✅ 45ms
Atom with holes 7✅ 28ms
Auto_Detect 3✅ 49ms
BigInts 10✅ 532ms
Booleans 6✅ 21ms
Bound 3✅ 2ms
Bytes 3✅ 18ms
caching 1✅ 38ms
Callables 5✅ 32ms
Check Nothing and NaN 3✅ 1ms
codepoints 2✅ 5ms
Compare functionality with Vector 1✅ 24ms
Compile 6✅ 21ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 6ms
Conversion 21✅ 90ms
Correlation Statistics 6✅ 57ms
curry 1✅ 5ms
Dataflow Errors 11✅ 51ms
Dataflow Warnings 32✅ 875ms
Date 45✅ 6s
Date date part tests 8✅ 82ms
Date_Range 11✅ 2s
Date_Time 55✅ 2⚪ 880ms
Date_Time date part tests 8✅ 26ms
Date_Time equality 2✅ 6ms
Day_Of_Week conversions 8✅ 51ms
Decimal.truncate 1✅ 5ms
Decimals 5✅ 30ms
Deep Exports 1✅ 1ms
Default comparator 3✅ 7ms
Deterministic Random Noise Generator 2✅ 355ms
Duration 15✅ 233ms
Encoding object 4✅ 64ms
Enso Arrays 5✅ 45ms
Enso maps 46✅ 252ms
Enso Set 5✅ 45ms
Environment 1✅ 24ms
Escape 1✅ 1ms
File Operations 20✅ 220ms
flip 2✅ 1ms
folder operations 3✅ 120ms
Fully Qualified Names 1✅ 1ms
Function Ascribed Parameters 12✅ 21ms
Header 1✅ 17ms
HTTP 23✅ 986ms
identity 3✅ 1ms
Inlining Helpers 2✅ 2ms
Integer.truncate 1✅ 5ms
Integers 23✅ 131ms
Interval 7✅ 32ms
Java case of 3✅ 9ms
Java FFI 6✅ 1⚪ 26ms
Java/Enso Date 2✅ 18ms
JavaDate 45✅ 5s
JavaDate date part tests 8✅ 9ms
JavaLocalTime 27✅ 31ms
JavaScript Objects, Arrays & Functions 8✅ 533ms
JavaScriptArrayWithADate 45✅ 3s
JavaScriptArrayWithADate date part tests 8✅ 94ms
JavascriptDataInArray 53✅ 4⚪ 381ms
JavascriptDataInArray date part tests 8✅ 103ms
JavascriptDate 53✅ 4⚪ 488ms
JavaScriptDate 45✅ 4s
JavascriptDate date part tests 8✅ 145ms
JavaScriptDate date part tests 8✅ 110ms
JavaZonedDateTime 55✅ 2⚪ 343ms
JavaZonedDateTime date part tests 8✅ 4ms
JavaZoneId 7✅ 36ms
JS_Object 2✅ 181ms
JSON 4✅ 51ms
JSON Deserialization 2✅ 161ms
JSON Serialization 3✅ 187ms
JSON_Format 2✅ 101ms
Lazy 6✅ 24ms
Lazy Generator 1✅ 4ms
Lexicographic Order on Vectors 2✅ 4ms
List 31✅ 588ms
Locale 13✅ 71ms
Looping Imports 1✅ 0ms
Lowercase Methods 5✅ 6ms
Managed_Resource 3✅ 26ms
Match.end 4✅ 20ms
Match.groups 2✅ 7ms
Match.named_groups 3✅ 18ms
Match.span 4✅ 21ms
Match.start 4✅ 12ms
Match.text 6✅ 29ms
Match.utf_16_end 4✅ 19ms
Match.utf_16_span 4✅ 18ms
Match.utf_16_start 4✅ 23ms
Maybe 5✅ 4ms
Meta-Value Inspection 4✅ 9ms
Meta-Value Manipulation 26✅ 118ms
Methods 1✅ 1⚪ 1ms
Natural Order 4✅ 97ms
No Method Errors 1✅ 28ms
Noise 3✅ 76ms
non-linear inserts 11✅ 226ms
Number Rounding numeric tests 19✅ 162ms
Numbers 14✅ 109ms
Numeric values 1✅ 5ms
Object Comparator 7✅ 28ms
Operator == 15✅ 106ms
Ordering 6✅ 24ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 148ms
Pair - from 2-Item List 13✅ 89ms
Pair - from 2-Item Vector 13✅ 84ms
Pair - from Pair.new 13✅ 58ms
Pair - from Pair.Value 13✅ 15ms
Panics 17✅ 194ms
parse 8✅ 78ms
Pattern Matches 16✅ 50ms
Pattern.find and .find_all 8✅ 93ms
Pattern.match and .match_all 8✅ 58ms
Pattern.matches 5✅ 22ms
Pattern.replace 16✅ 201ms
Pattern.split 6✅ 60ms
Pattern.tokenize 7✅ 151ms
Period 7✅ 34ms
Plain_Text 3✅ 42ms
Polyglot hash maps 6✅ 182ms
Polyglot JS 19✅ 150ms
Polyglot keys and values 6✅ 2s
Polyglot Python 15✅ 159ms
Polyglot R 1⚪ 0ms
Problem_Behavior 2✅ 14ms
Process 5✅ 42ms
PythonDate 45✅ 6s
PythonDate 52✅ 5⚪ 2s
PythonDate date part tests 8✅ 210ms
PythonDate date part tests 8✅ 513ms
PythonLocalTime 27✅ 133ms
Qualified Names 3✅ 4ms
Random 6✅ 717ms
Range 36✅ 4s
Rank Data 7✅ 38ms
read_bytes 6✅ 19ms
read_text 6✅ 79ms
Refs 1✅ 1ms
Regex splitting 3✅ 16ms
Regex tokenizing 2✅ 31ms
Regex: find and find_all 20✅ 1⚪ 255ms
Regression 12✅ 91ms
ReportingStreamDecoder 6✅ 310ms
ReportingStreamEncoder 8✅ 163ms
Request 10✅ 43ms
rounding 4✅ 29ms
Sorting with multiple comparators 4✅ 2⚪ 29ms
Sorting with the default comparator 7✅ 3⚪ 63ms
Stack traces 1✅ 8ms
State 2✅ 3ms
Statistics 14✅ 406ms
Statistics - empty Vector 3✅ 16ms
Statistics - invalid input 5✅ 83ms
Statistics - invalid input 1✅ 1ms
Statistics - NaN Vector 3✅ 21ms
Statistics - Nothing Vector 3✅ 39ms
System 2✅ 6ms
Text 84✅ 5s
Text_Sub_Range_Data 2✅ 25ms
Text_Utils 4✅ 51ms
Text.match 6✅ 44ms
Text.replace 16✅ 228ms
Text.Span 3✅ 17ms
the Self construct 6✅ 9ms
Time_Of_Day 27✅ 252ms
to_display_text 5✅ 28ms
uncurry 1✅ 1ms
Unresolved symbol 1✅ 2ms
URI 4✅ 22ms
Use a slice of an array as vectors 72✅ 274ms
Use Array as vectors 72✅ 370ms
Use Array_Proxy as vectors 72✅ 338ms
Use Java ArrayList as vectors 72✅ 395ms
Use Vector as vectors 72✅ 1s
UTF_16 BigEndian 2✅ 6ms
UTF_16 LittleEndian 2✅ 7ms
UTF_8 7✅ 47ms
Vector builder 2✅ 7ms
Vector Slicing Helpers 1✅ 19ms
Vector/Array equality 9✅ 12ms
Windows 1252 4✅ 24ms
write operations 20✅ 638ms
Zone 9✅ 30ms

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

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

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 238ms
File uploads 2✅ 7ms
Geo_Map 3✅ 696ms
Histogram Visualization 6✅ 190ms
Lazy Table Visualization 12✅ 397ms
Lazy Text Visualization 3✅ 30ms
Scatter Plot Visualization 14✅ 788ms
Serializable Visualization Identifiers 5✅ 77ms
SQL Visualization 1✅ 118ms
Table Visualization 9✅ 445ms
Table.lookup_ignore_case 1✅ 29ms
Table.rows 1✅ 260ms
Type Names of Visualization Defaults 1✅ 192ms
Vector and Arrays 2✅ 1⚪ 34ms
Widgets for Database 1✅ 13ms
Widgets for In-Database Connection with table name sets 1✅ 149ms
Widgets for In-Database Connection with table types 1✅ 18ms
Widgets for In-Database Table with column name sets 2✅ 28ms
Widgets for In-Memory with column name sets 2✅ 61ms
Widgets for the Text type 1✅ 92ms