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 (macos) succeeded Aug 22, 2023 in 1s

Standard Library Tests (macos) ✅

Tests passed successfully

Report Passed Failed Skipped Time
/Users/runner/work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 9s
/Users/runner/work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 741ms
/Users/runner/work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 4s
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml 2378✅ 155⚪ 132s
/Users/runner/work/enso/enso/target/test-results/Tests/JUnit.xml 2198✅ 26⚪ 100s
/Users/runner/work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 7s

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

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

Test suite Passed Failed Skipped Time
Examples 33✅ 9s

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 87ms
GeoJSON to Table 3✅ 654ms

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

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

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 261ms
Image with 1 channel 19✅ 223ms
Image with 2 channels 19✅ 317ms
Image with 3 channels 19✅ 241ms
Image with 4 channels 19✅ 210ms
Image Write 2✅ 88ms
Image.read 9✅ 2s
Matrix with 1 channel 21✅ 273ms
Matrix with 2 channels 21✅ 255ms
Matrix with 3 channels 21✅ 251ms
Matrix with 4 channels 21✅ 242ms
Matrix_Error 1✅ 3ms

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

2533 tests were completed in 132s with 2378 passed, 0 failed and 155 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 110ms
[Codegen] Basic Select 3✅ 82ms
[Codegen] Handling Missing Values 2✅ 163ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 227ms
[Codegen] Sorting 4✅ 59ms
[In-Memory-specific] Table.join 1✅ 1s
[In-Memory-specific] Table.set 2✅ 98ms
[In-Memory] Interactions Between various operations 11✅ 2s
[In-Memory] Arithmetic Column Operations 12✅ 160ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 226ms
[In-Memory] Colum Operations - Names 10✅ 95ms
[In-Memory] Column Comparisons 5✅ 1⚪ 369ms
[In-Memory] Column Naming edge cases 7✅ 755ms
[In-Memory] Column operation Integer Overflow handling 5✅ 174ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 71ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 97ms
[In-Memory] Column Operations - Text Trim 3✅ 43ms
[In-Memory] Column.const 3✅ 10ms
[In-Memory] Column.fill_nothing/empty 4✅ 11ms
[In-Memory] Column.map 4✅ 53ms
[In-Memory] Column.rename 1✅ 4ms
[In-Memory] Column.take/drop 6✅ 116ms
[In-Memory] Column.zip 4✅ 13ms
[In-Memory] Date-Time operations 21✅ 1⚪ 958ms
[In-Memory] Date-Time support 3✅ 62ms
[In-Memory] Dropping Missing Values 8✅ 388ms
[In-Memory] Expression Arithmetic 3✅ 82ms
[In-Memory] Expression Boolean literals 1✅ 65ms
[In-Memory] Expression Boolean Operators 4✅ 45ms
[In-Memory] Expression Column Arithmetic 2✅ 88ms
[In-Memory] Expression Comparison Operators 6✅ 162ms
[In-Memory] Expression Date and Time literals 5✅ 42ms
[In-Memory] Expression Decimal literals 1✅ 30ms
[In-Memory] Expression Errors should be handled 4✅ 28ms
[In-Memory] Expression Integer literals 1✅ 25ms
[In-Memory] Expression Nothing literals 3✅ 27ms
[In-Memory] Expression Text literals 1✅ 23ms
[In-Memory] Expression Text literals 2✅ 7ms
[In-Memory] Expression Text Operators 2✅ 37ms
[In-Memory] Expression Warnings should be reported 4✅ 124ms
[In-Memory] Filling Missing Values 4✅ 1⚪ 38ms
[In-Memory] Function invocation 2✅ 20ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 234ms
[In-Memory] Min/Max Operations 2✅ 95ms
[In-Memory] Other Column Operations 1✅ 5ms
[In-Memory] replace: empty table and nothings 2✅ 9ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 25ms
[In-Memory] replace: literal text pattern and replacement 4✅ 61ms
[In-Memory] replace: pattern and replacement columns 4✅ 44ms
[In-Memory] Rounding numeric tests 19✅ 2s
[In-Memory] Rounding-like operations 15✅ 52ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 53ms
[In-Memory] Storage Builders 1✅ 29ms
[In-Memory] Table.add_row_number (common) 6✅ 194ms
[In-Memory] Table.add_row_number (in-memory specific) 6✅ 55ms
[In-Memory] Table.aggregate 3✅ 263ms
[In-Memory] Table.aggregate 3✅ 27ms
[In-Memory] Table.aggregate Concatenate 6✅ 123ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 131ms
[In-Memory] Table.aggregate First and Last 1✅ 4ms
[In-Memory] Table.aggregate Mode 1✅ 3ms
[In-Memory] Table.aggregate Shortest 1✅ 22ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 521ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 404ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 39ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 22ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 76ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 10ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 84ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 126ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 42ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 78ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 107ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 334ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 19ms
[In-Memory] Table.aggregate+Expressions 2✅ 56ms
[In-Memory] Table.at 3✅ 31ms
[In-Memory] Table.column_count 1✅ 1ms
[In-Memory] Table.column_names 2✅ 32ms
[In-Memory] Table.cross_join 8✅ 107ms
[In-Memory] Table.cross_tab 23✅ 346ms
[In-Memory] Table.distinct 6✅ 203ms
[In-Memory] Table.distinct 7✅ 209ms
[In-Memory] Table.fill_nothing/empty 6✅ 38ms
[In-Memory] Table.filter 5✅ 2s
[In-Memory] Table.filter 20✅ 2⚪ 631ms
[In-Memory] Table.filter_by_expression 5✅ 157ms
[In-Memory] Table.get 3✅ 24ms
[In-Memory] Table.join 33✅ 834ms
[In-Memory] Table.join performance 3✅ 1⚪ 1s
[In-Memory] Table.order_by 23✅ 358ms
[In-Memory] Table.remove_columns 12✅ 532ms
[In-Memory] Table.rename_columns 20✅ 837ms
[In-Memory] Table.reorder_columns 10✅ 458ms
[In-Memory] Table.replace 3✅ 81ms
[In-Memory] Table.rows 6✅ 103ms
[In-Memory] Table.select_columns 15✅ 910ms
[In-Memory] Table.set 7✅ 857ms
[In-Memory] Table.sort_columns 4✅ 192ms
[In-Memory] Table.take/drop 6✅ 424ms
[In-Memory] Table.transpose 8✅ 116ms
[In-Memory] Table.union 23✅ 447ms
[In-Memory] Table.zip 11✅ 197ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 127ms
[In-Memory] Table/Column.cast - date/time 3✅ 12ms
[In-Memory] Table/Column.cast - numeric 6✅ 167ms
[In-Memory] Table/Column.cast - to text 7✅ 223ms
[In-Memory] Text Column Operations 5✅ 298ms
[PostgreSQL] .pgpass 3✅ 387ms
[PostgreSQL] Connection setup 3✅ 325ms
[PostgreSQL] Database tests 1⚪ 0ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 2s
[SQLite File] Aggregation 2✅ 124ms
[SQLite File] Appending a Database table to a Database table 28✅ 2s
[SQLite File] Appending an in-memory table to a Database table 28✅ 2s
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 284ms
[SQLite File] Basic Table Access 4✅ 794ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 204ms
[SQLite File] Colum Operations - Names 8✅ 104ms
[SQLite File] Column Comparisons 4✅ 1⚪ 351ms
[SQLite File] Column Naming edge cases 7✅ 268ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 121ms
[SQLite File] Column Operations - Text Replace 2✅ 30ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 92ms
[SQLite File] Column.const 3✅ 71ms
[SQLite File] Column.fill_nothing/empty 4✅ 94ms
[SQLite File] Column.map 1✅ 17ms
[SQLite File] Column.rename 1✅ 20ms
[SQLite File] Column.take/drop 1⚪ 0ms
[SQLite File] Column.zip 1✅ 18ms
[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✅ 31ms
[SQLite File] Dropping Missing Values 7✅ 408ms
[SQLite File] Error Handling 2✅ 76ms
[SQLite File] Expression Arithmetic 3✅ 213ms
[SQLite File] Expression Boolean literals 1✅ 46ms
[SQLite File] Expression Boolean Operators 4✅ 108ms
[SQLite File] Expression Column Arithmetic 2✅ 271ms
[SQLite File] Expression Comparison Operators 6✅ 281ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Decimal literals 1✅ 19ms
[SQLite File] Expression Errors should be handled 4✅ 22ms
[SQLite File] Expression Integer literals 1✅ 19ms
[SQLite File] Expression Nothing literals 3✅ 81ms
[SQLite File] Expression Text literals 1✅ 33ms
[SQLite File] Expression Text literals 2✅ 26ms
[SQLite File] Expression Text Operators 2✅ 78ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 120ms
[SQLite File] Filling Missing Values 3✅ 1⚪ 129ms
[SQLite File] Function invocation 2✅ 44ms
[SQLite File] Masking Tables 1✅ 96ms
[SQLite File] math functions 6✅ 3s
[SQLite File] Metadata 2✅ 69ms
[SQLite File] Min/Max Operations 2✅ 92ms
[SQLite File] Missing Values 2✅ 102ms
[SQLite File] Other Column Operations 1✅ 35ms
[SQLite File] Output Execution Context for Database operations 10✅ 1⚪ 822ms
[SQLite File] partial Date-Time support 2✅ 68ms
[SQLite File] Persisting a Database Table (query) 8✅ 721ms
[SQLite File] replace: empty table and nothings 2✅ 51ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 23ms
[SQLite File] replace: literal text pattern and replacement 4✅ 73ms
[SQLite File] replace: pattern and replacement columns 4✅ 11ms
[SQLite File] Rounding numeric tests 19✅ 15s
[SQLite File] Rounding-like operations 15✅ 560ms
[SQLite File] Schemas and Databases 3✅ 11ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 155ms
[SQLite File] Sorting 5✅ 163ms
[SQLite File] Support for Long Column/Table names 6✅ 2s
[SQLite File] Table.add_row_number (common) 6✅ 190ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 56ms
[SQLite File] Table.aggregate 1✅ 28ms
[SQLite File] Table.aggregate Concatenate 6✅ 159ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 147ms
[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⚪ 182ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 150ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 72ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 61ms
[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⚪ 88ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 638ms
[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✅ 154ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 144ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 102ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 131ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 26ms
[SQLite File] Table.aggregate+Expressions 2✅ 67ms
[SQLite File] Table.at 3✅ 27ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 106ms
[SQLite File] Table.cross_join 8✅ 487ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 234ms
[SQLite File] Table.distinct 7✅ 210ms
[SQLite File] Table.fill_nothing/empty 6✅ 204ms
[SQLite File] Table.filter 1✅ 1ms
[SQLite File] Table.filter 19✅ 1⚪ 1s
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 144ms
[SQLite File] Table.get 3✅ 14ms
[SQLite File] Table.join 26✅ 3⚪ 1s
[SQLite File] Table.order_by 19✅ 2⚪ 267ms
[SQLite File] Table.query 8✅ 437ms
[SQLite File] Table.remove_columns 11✅ 772ms
[SQLite File] Table.rename_columns 20✅ 1s
[SQLite File] Table.reorder_columns 9✅ 735ms
[SQLite File] Table.replace 0ms
[SQLite File] Table.rows 6✅ 72ms
[SQLite File] Table.select_columns 14✅ 1s
[SQLite File] Table.set 7✅ 165ms
[SQLite File] Table.sort_columns 4✅ 179ms
[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✅ 190ms
[SQLite File] Table/Column.cast - numeric 3✅ 78ms
[SQLite File] Table/Column.cast - to text 1✅ 39ms
[SQLite File] Tables and Table Types 4✅ 157ms
[SQLite File] Text Column Operations 5✅ 450ms
[SQLite File] Transaction Support 4✅ 106ms
[SQLite File] Uploading an in-memory Table 10✅ 1s
[SQLite In-Memory] Interactions Between various operations 8✅ 2s
[SQLite In-Memory] Aggregation 2✅ 32ms
[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⚪ 195ms
[SQLite In-Memory] Basic Table Access 4✅ 208ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 146ms
[SQLite In-Memory] Colum Operations - Names 8✅ 63ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 357ms
[SQLite In-Memory] Column Naming edge cases 7✅ 149ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 79ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 14ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 49ms
[SQLite In-Memory] Column.const 3✅ 40ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 59ms
[SQLite In-Memory] Column.map 1✅ 10ms
[SQLite In-Memory] Column.rename 1✅ 12ms
[SQLite In-Memory] Column.take/drop 1⚪ 0ms
[SQLite In-Memory] Column.zip 1✅ 11ms
[SQLite In-Memory] Creating an empty table 15✅ 454ms
[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✅ 321ms
[SQLite In-Memory] Error Handling 2✅ 35ms
[SQLite In-Memory] Expression Arithmetic 3✅ 186ms
[SQLite In-Memory] Expression Boolean literals 1✅ 36ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 97ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 163ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 356ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Decimal literals 1✅ 17ms
[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✅ 60ms
[SQLite In-Memory] Expression Text literals 1✅ 30ms
[SQLite In-Memory] Expression Text literals 2✅ 19ms
[SQLite In-Memory] Expression Text Operators 2✅ 71ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 102ms
[SQLite In-Memory] Filling Missing Values 3✅ 1⚪ 91ms
[SQLite In-Memory] Function invocation 2✅ 43ms
[SQLite In-Memory] Masking Tables 1✅ 13ms
[SQLite In-Memory] math functions 6✅ 1s
[SQLite In-Memory] Metadata 2✅ 8ms
[SQLite In-Memory] Min/Max Operations 2✅ 70ms
[SQLite In-Memory] Missing Values 2✅ 21ms
[SQLite In-Memory] Other Column Operations 1✅ 18ms
[SQLite In-Memory] Output Execution Context for Database operations 7✅ 1⚪ 315ms
[SQLite In-Memory] partial Date-Time support 2✅ 24ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 509ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 29ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 17ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 32ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 7ms
[SQLite In-Memory] Rounding numeric tests 19✅ 10s
[SQLite In-Memory] Rounding-like operations 15✅ 404ms
[SQLite In-Memory] Schemas and Databases 3✅ 1ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 81ms
[SQLite In-Memory] Sorting 5✅ 46ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 766ms
[SQLite In-Memory] Table.add_row_number (common) 6✅ 113ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 30ms
[SQLite In-Memory] Table.aggregate 1✅ 19ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 106ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 101ms
[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⚪ 130ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 103ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 49ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 42ms
[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⚪ 56ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 414ms
[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✅ 100ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 104ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 52ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 73ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 17ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 54ms
[SQLite In-Memory] Table.at 3✅ 14ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 52ms
[SQLite In-Memory] Table.cross_join 8✅ 335ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 29ms
[SQLite In-Memory] Table.distinct 7✅ 151ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 126ms
[SQLite In-Memory] Table.filter 1✅ 0ms
[SQLite In-Memory] Table.filter 19✅ 1⚪ 788ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 111ms
[SQLite In-Memory] Table.get 3✅ 8ms
[SQLite In-Memory] Table.join 26✅ 3⚪ 979ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 204ms
[SQLite In-Memory] Table.query 8✅ 85ms
[SQLite In-Memory] Table.remove_columns 11✅ 436ms
[SQLite In-Memory] Table.rename_columns 20✅ 759ms
[SQLite In-Memory] Table.reorder_columns 9✅ 358ms
[SQLite In-Memory] Table.replace 0ms
[SQLite In-Memory] Table.rows 6✅ 29ms
[SQLite In-Memory] Table.select_columns 14✅ 622ms
[SQLite In-Memory] Table.set 7✅ 96ms
[SQLite In-Memory] Table.sort_columns 4✅ 107ms
[SQLite In-Memory] Table.take/drop 1⚪ 0ms
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 18✅ 1⚪ 801ms
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 117ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 49ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 23ms
[SQLite In-Memory] Tables and Table Types 4✅ 56ms
[SQLite In-Memory] Text Column Operations 5✅ 212ms
[SQLite In-Memory] Transaction Support 4✅ 48ms
[SQLite In-Memory] Uploading an in-memory Table 8✅ 482ms
[SQLite] Type Mapping 8✅ 189ms
Aggregate Columns 23✅ 101ms
Boolean Column.format, with format Column 3✅ 27ms
Boolean Column.format, with format string 3✅ 106ms
ceil 3✅ 32ms
Column.parse 13✅ 123ms
Columns 13✅ 1⚪ 126ms
Construction 9✅ 7s
Counting Values 1✅ 2ms
DataFormatter builders 4✅ 40ms
DataFormatter.format 9✅ 1⚪ 57ms
DataFormatter.parse 10✅ 321ms
Date Column.format, with format Column 6✅ 53ms
Date Column.format, with format string 4✅ 110ms
Date_Time Column.format, with format Column 6✅ 59ms
Date_Time Column.format, with format string 4✅ 107ms
Date_Time truncate 1✅ 21ms
Delimited File Parsing 27✅ 3⚪ 1s
Delimited File Writing 33✅ 2s
Dropping Missing Values 1✅ 577ms
Edge cases 1✅ 8ms
Errors 2✅ 10ms
Excel Range 9✅ 159ms
File.read (Delimited) 3✅ 46ms
File.read (Delimited) should work with Date_Time 3✅ 12ms
File.read (Delimited) should work with Dates 3✅ 21ms
File.read (Delimited) should work with Time_Of_Days 3✅ 10ms
fill 6✅ 281ms
Float 3✅ 16ms
Float, with format Column 3✅ 13ms
floor 3✅ 26ms
Info 1✅ 29ms
Integer 3✅ 64ms
Integer 1✅ 13ms
Integer, with format Column 3✅ 24ms
Integration 1✅ 56ms
JSON conversion 2✅ 88ms
Mapping Operations 7✅ 588ms
Masking Tables 3✅ 483ms
Numeric, empty/Nothing 4✅ 91ms
Problems 3✅ 18ms
Read XLSX / XLS Files 12✅ 2s
Reading single cells correctly 7✅ 327ms
round/truncate/ceil/floor 3✅ 110ms
Rounding 8✅ 119ms
Should be able to serialise a table with Dates to Text 2✅ 41ms
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✅ 4ms
Slicing Tables 4✅ 277ms
Sorting Columns 4✅ 115ms
Sorting Tables 2✅ 219ms
SQLite_Format should allow connecting to SQLite files 5✅ 74ms
Table.from Text 1✅ 8ms
Table.parse 22✅ 793ms
Table.parse_to_columns 14✅ 246ms
Table.split 5✅ 188ms
Table.split/tokenize column count 4✅ 74ms
Table.split/tokenize column order 1✅ 6ms
Table.split/tokenize errors 4✅ 12ms
Table.split/tokenize name conflicts 2✅ 47ms
Table.tokenize 12✅ 177ms
Text.parse_to_table 2✅ 50ms
Text.parse_to_table errors 3✅ 29ms
Text.parse_to_table parsing 3✅ 32ms
Text.parse_to_table with case-insensitivity 1✅ 11ms
Text.parse_to_table with groups 2✅ 27ms
Time_Of_Day Column.format, with format Column 6✅ 38ms
Time_Of_Day Column.format, with format string 5✅ 127ms
truncate 3✅ 30ms
Unique_Name_Strategy Helper 12✅ 200ms
Unique_Name_Strategy.combine_with_prefix 6✅ 19ms
Use First Row As Names 5✅ 390ms
Value_Type 2✅ 23ms
Various File Format support on Table 8✅ 2s
Vector conversion 1✅ 15ms
Write xls Files 36✅ 702ms
Write xlsx Files 36✅ 2s
Writing 4✅ 49ms
XLS reading 7✅ 30ms
XLSX reading 7✅ 346ms

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

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

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 22ms
Any's methods 3✅ 129ms
Array_Proxy 5✅ 65ms
ArrayOverBuffer 1✅ 42ms
ASCII 4✅ 54ms
Atom with holes 7✅ 36ms
Auto_Detect 3✅ 23ms
BigInts 10✅ 2s
Booleans 6✅ 32ms
Bound 3✅ 6ms
Bytes 3✅ 12ms
caching 1✅ 77ms
Callables 5✅ 36ms
Check Nothing and NaN 3✅ 1ms
codepoints 2✅ 5ms
Compare functionality with Vector 1✅ 22ms
Compile 6✅ 28ms
const 1✅ 1ms
Contexts and Execution Environment 3✅ 11ms
Conversion 21✅ 188ms
Correlation Statistics 6✅ 69ms
curry 1✅ 6ms
Dataflow Errors 11✅ 63ms
Dataflow Warnings 32✅ 1s
Date 45✅ 12s
Date date part tests 8✅ 123ms
Date_Range 11✅ 1s
Date_Time 55✅ 2⚪ 2s
Date_Time date part tests 8✅ 52ms
Date_Time equality 2✅ 10ms
Day_Of_Week conversions 8✅ 34ms
Decimal.truncate 1✅ 9ms
Decimals 5✅ 32ms
Deep Exports 1✅ 10ms
Default comparator 3✅ 20ms
Deterministic Random Noise Generator 2✅ 1s
Duration 15✅ 165ms
Encoding object 4✅ 77ms
Enso Arrays 5✅ 35ms
Enso maps 46✅ 465ms
Enso Set 5✅ 53ms
Environment 1✅ 26ms
Escape 1✅ 0ms
File Operations 20✅ 351ms
flip 2✅ 2ms
folder operations 3✅ 104ms
Fully Qualified Names 1✅ 2ms
Function Ascribed Parameters 12✅ 37ms
Header 1✅ 12ms
HTTP 23✅ 1s
identity 3✅ 5ms
Inlining Helpers 2✅ 4ms
Integer.truncate 1✅ 3ms
Integers 23✅ 186ms
Interval 7✅ 79ms
Java case of 3✅ 10ms
Java FFI 6✅ 1⚪ 20ms
Java/Enso Date 2✅ 18ms
JavaDate 45✅ 5s
JavaDate date part tests 8✅ 5ms
JavaLocalTime 27✅ 34ms
JavaScript Objects, Arrays & Functions 8✅ 750ms
JavaScriptArrayWithADate 45✅ 5s
JavaScriptArrayWithADate date part tests 8✅ 87ms
JavascriptDataInArray 53✅ 4⚪ 1s
JavascriptDataInArray date part tests 8✅ 109ms
JavascriptDate 53✅ 4⚪ 1s
JavaScriptDate 45✅ 9s
JavascriptDate date part tests 8✅ 204ms
JavaScriptDate date part tests 8✅ 136ms
JavaZonedDateTime 55✅ 2⚪ 842ms
JavaZonedDateTime date part tests 8✅ 11ms
JavaZoneId 7✅ 46ms
JS_Object 2✅ 283ms
JSON 4✅ 77ms
JSON Deserialization 2✅ 87ms
JSON Serialization 3✅ 147ms
JSON_Format 2✅ 176ms
Lazy 6✅ 47ms
Lazy Generator 1✅ 5ms
Lexicographic Order on Vectors 2✅ 11ms
List 31✅ 1s
Locale 13✅ 177ms
Looping Imports 1✅ 1ms
Lowercase Methods 5✅ 9ms
Managed_Resource 3✅ 29ms
Match.end 4✅ 27ms
Match.groups 2✅ 18ms
Match.named_groups 3✅ 39ms
Match.span 4✅ 26ms
Match.start 4✅ 27ms
Match.text 6✅ 33ms
Match.utf_16_end 4✅ 24ms
Match.utf_16_span 4✅ 24ms
Match.utf_16_start 4✅ 23ms
Maybe 5✅ 6ms
Meta-Value Inspection 4✅ 14ms
Meta-Value Manipulation 26✅ 155ms
Methods 1✅ 1⚪ 1ms
Natural Order 4✅ 130ms
No Method Errors 1✅ 20ms
Noise 3✅ 720ms
non-linear inserts 11✅ 142ms
Number Rounding numeric tests 19✅ 384ms
Numbers 14✅ 144ms
Numeric values 1✅ 21ms
Object Comparator 7✅ 51ms
Operator == 15✅ 113ms
Ordering 6✅ 57ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 187ms
Pair - from 2-Item List 13✅ 114ms
Pair - from 2-Item Vector 13✅ 127ms
Pair - from Pair.new 13✅ 84ms
Pair - from Pair.Value 13✅ 20ms
Panics 17✅ 243ms
parse 8✅ 87ms
Pattern Matches 16✅ 59ms
Pattern.find and .find_all 8✅ 95ms
Pattern.match and .match_all 8✅ 76ms
Pattern.matches 5✅ 18ms
Pattern.replace 16✅ 248ms
Pattern.split 6✅ 38ms
Pattern.tokenize 7✅ 209ms
Period 7✅ 41ms
Plain_Text 3✅ 35ms
Polyglot hash maps 6✅ 120ms
Polyglot JS 19✅ 279ms
Polyglot keys and values 6✅ 5s
Polyglot Python 15✅ 168ms
Polyglot R 1⚪ 0ms
Problem_Behavior 2✅ 18ms
Process 5✅ 95ms
PythonDate 45✅ 11s
PythonDate 52✅ 5⚪ 3s
PythonDate date part tests 8✅ 148ms
PythonDate date part tests 8✅ 279ms
PythonLocalTime 27✅ 180ms
Qualified Names 3✅ 4ms
Random 6✅ 2s
Range 36✅ 6s
Rank Data 7✅ 25ms
read_bytes 6✅ 50ms
read_text 6✅ 142ms
Refs 1✅ 2ms
Regex splitting 3✅ 16ms
Regex tokenizing 2✅ 31ms
Regex: find and find_all 20✅ 1⚪ 232ms
Regression 12✅ 119ms
ReportingStreamDecoder 6✅ 810ms
ReportingStreamEncoder 8✅ 174ms
Request 10✅ 68ms
rounding 4✅ 37ms
Sorting with multiple comparators 4✅ 2⚪ 78ms
Sorting with the default comparator 7✅ 3⚪ 135ms
Stack traces 1✅ 9ms
State 2✅ 4ms
Statistics 14✅ 369ms
Statistics - empty Vector 3✅ 16ms
Statistics - invalid input 5✅ 140ms
Statistics - invalid input 1✅ 1ms
Statistics - NaN Vector 3✅ 24ms
Statistics - Nothing Vector 3✅ 53ms
System 2✅ 14ms
Text 84✅ 11s
Text_Sub_Range_Data 2✅ 35ms
Text_Utils 4✅ 74ms
Text.match 6✅ 31ms
Text.replace 16✅ 228ms
Text.Span 3✅ 28ms
the Self construct 6✅ 16ms
Time_Of_Day 27✅ 229ms
to_display_text 5✅ 49ms
uncurry 1✅ 2ms
Unresolved symbol 1✅ 2ms
URI 4✅ 27ms
Use a slice of an array as vectors 72✅ 208ms
Use Array as vectors 72✅ 324ms
Use Array_Proxy as vectors 72✅ 193ms
Use Java ArrayList as vectors 72✅ 271ms
Use Vector as vectors 72✅ 1s
UTF_16 BigEndian 2✅ 7ms
UTF_16 LittleEndian 2✅ 7ms
UTF_8 7✅ 44ms
Vector builder 2✅ 10ms
Vector Slicing Helpers 1✅ 26ms
Vector/Array equality 9✅ 20ms
Windows 1252 4✅ 24ms
write operations 20✅ 795ms
Zone 9✅ 43ms

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

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

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 162ms
File uploads 2✅ 11ms
Geo_Map 3✅ 1s
Histogram Visualization 6✅ 324ms
Lazy Table Visualization 12✅ 774ms
Lazy Text Visualization 3✅ 65ms
Scatter Plot Visualization 14✅ 1s
Serializable Visualization Identifiers 5✅ 238ms
SQL Visualization 1✅ 274ms
Table Visualization 9✅ 673ms
Table.lookup_ignore_case 1✅ 38ms
Table.rows 1✅ 422ms
Type Names of Visualization Defaults 1✅ 324ms
Vector and Arrays 2✅ 1⚪ 114ms
Widgets for Database 1✅ 22ms
Widgets for In-Database Connection with table name sets 1✅ 228ms
Widgets for In-Database Connection with table types 1✅ 31ms
Widgets for In-Database Table with column name sets 2✅ 89ms
Widgets for In-Memory with column name sets 2✅ 120ms
Widgets for the Text type 1✅ 198ms