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

Parser TS bindings #7881

Merged
merged 48 commits into from
Oct 11, 2023

remove old Ast, simplify codegen build sequence

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

Parser TS bindings #7881

remove old Ast, simplify codegen build sequence
c6a4f53
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests (macos) succeeded Oct 11, 2023 in 0s

Standard Library Tests (macos) ✅

Tests passed successfully

Report Passed Failed Skipped Time
/Users/runner/work/enso/enso/target/test-results/AWS_Tests/JUnit.xml 19✅ 10s
/Users/runner/work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 776s
/Users/runner/work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 691ms
/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 2549✅ 150⚪ 168s
/Users/runner/work/enso/enso/target/test-results/Tests/JUnit.xml 2286✅ 28⚪ 118s
/Users/runner/work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 7s

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

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

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

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

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

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

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 90ms
GeoJSON to Table 3✅ 601ms

✅ /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✅ 171ms
Image with 1 channel 19✅ 235ms
Image with 2 channels 19✅ 235ms
Image with 3 channels 19✅ 239ms
Image with 4 channels 19✅ 216ms
Image Write 2✅ 31ms
Image.read 9✅ 2s
Matrix with 1 channel 21✅ 285ms
Matrix with 2 channels 21✅ 270ms
Matrix with 3 channels 21✅ 262ms
Matrix with 4 channels 21✅ 261ms
Matrix_Error 1✅ 4ms

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

2699 tests were completed in 168s with 2549 passed, 0 failed and 150 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 88ms
[Codegen] Basic Select 3✅ 67ms
[Codegen] Handling Missing Values 2✅ 134ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 191ms
[Codegen] Sorting 4✅ 47ms
[In-Memory-specific] Table.join 1✅ 918ms
[In-Memory-specific] Table.set 2✅ 114ms
[In-Memory] Interactions Between various operations 11✅ 963ms
[In-Memory] Arithmetic Column Operations 12✅ 183ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 267ms
[In-Memory] Colum Operations - Names 10✅ 102ms
[In-Memory] Column Comparisons 5✅ 1⚪ 429ms
[In-Memory] Column Naming edge cases 7✅ 697ms
[In-Memory] Column operation Integer Overflow handling 6✅ 352ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 81ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 107ms
[In-Memory] Column Operations - Text Trim 3✅ 55ms
[In-Memory] Column.const 3✅ 10ms
[In-Memory] Column.fill_nothing/empty 4✅ 13ms
[In-Memory] Column.map 6✅ 169ms
[In-Memory] Column.rename 1✅ 7ms
[In-Memory] Column.take/drop 8✅ 110ms
[In-Memory] Column.zip 6✅ 40ms
[In-Memory] Date-Time operations 21✅ 1⚪ 1s
[In-Memory] Date-Time support 3✅ 72ms
[In-Memory] Dropping Missing Values 9✅ 670ms
[In-Memory] Expression Arithmetic 3✅ 88ms
[In-Memory] Expression Boolean literals 1✅ 67ms
[In-Memory] Expression Boolean Operators 4✅ 50ms
[In-Memory] Expression Column Arithmetic 2✅ 92ms
[In-Memory] Expression Comparison Operators 6✅ 185ms
[In-Memory] Expression Date and Time literals 5✅ 34ms
[In-Memory] Expression Errors should be handled 4✅ 29ms
[In-Memory] Expression Float literals 1✅ 27ms
[In-Memory] Expression Integer literals 1✅ 17ms
[In-Memory] Expression Nothing literals 3✅ 25ms
[In-Memory] Expression Text literals 1✅ 38ms
[In-Memory] Expression Text literals 2✅ 6ms
[In-Memory] Expression Text Operators 2✅ 42ms
[In-Memory] Expression Warnings should be reported 4✅ 129ms
[In-Memory] Filling Missing Values 6✅ 59ms
[In-Memory] Function invocation 2✅ 24ms
[In-Memory] Handling of Big Integer values 10✅ 160ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 154ms
[In-Memory] Min/Max Operations 2✅ 111ms
[In-Memory] Other Column Operations 1✅ 4ms
[In-Memory] replace: empty table and nothings 2✅ 10ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 27ms
[In-Memory] replace: literal text pattern and replacement 4✅ 76ms
[In-Memory] replace: pattern and replacement columns 4✅ 28ms
[In-Memory] Rounding numeric tests 19✅ 1s
[In-Memory] Rounding-like operations 15✅ 61ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 64ms
[In-Memory] Storage Builders 1✅ 34ms
[In-Memory] Table.add_row_number (common) 7✅ 221ms
[In-Memory] Table.add_row_number (in-memory specific) 6✅ 61ms
[In-Memory] Table.aggregate 3✅ 318ms
[In-Memory] Table.aggregate 3✅ 31ms
[In-Memory] Table.aggregate Concatenate 6✅ 124ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 129ms
[In-Memory] Table.aggregate First and Last 1✅ 5ms
[In-Memory] Table.aggregate Mode 1✅ 5ms
[In-Memory] Table.aggregate Shortest 1✅ 21ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 589ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 418ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 40ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 23ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 75ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 12ms
[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✅ 138ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 44ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 77ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 115ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 302ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 21ms
[In-Memory] Table.aggregate+Expressions 2✅ 57ms
[In-Memory] Table.at 3✅ 26ms
[In-Memory] Table.column_count 1✅ 1ms
[In-Memory] Table.column_names 2✅ 29ms
[In-Memory] Table.cross_join 8✅ 103ms
[In-Memory] Table.cross_tab 23✅ 430ms
[In-Memory] Table.distinct 6✅ 298ms
[In-Memory] Table.distinct 7✅ 131ms
[In-Memory] Table.fill_nothing/empty 6✅ 44ms
[In-Memory] Table.filter 5✅ 3s
[In-Memory] Table.filter 20✅ 2⚪ 690ms
[In-Memory] Table.filter_by_expression 5✅ 131ms
[In-Memory] Table.get 3✅ 18ms
[In-Memory] Table.join 33✅ 943ms
[In-Memory] Table.join performance 3✅ 1⚪ 1s
[In-Memory] Table.lookup_and_replace 15✅ 364ms
[In-Memory] Table.order_by 23✅ 308ms
[In-Memory] Table.remove_columns 12✅ 482ms
[In-Memory] Table.rename_columns 20✅ 857ms
[In-Memory] Table.reorder_columns 10✅ 453ms
[In-Memory] Table.replace 3✅ 90ms
[In-Memory] Table.rows 6✅ 81ms
[In-Memory] Table.select_columns 15✅ 795ms
[In-Memory] Table.set 7✅ 837ms
[In-Memory] Table.sort_columns 4✅ 179ms
[In-Memory] Table.take/drop 9✅ 675ms
[In-Memory] Table.transpose 8✅ 117ms
[In-Memory] Table.union 24✅ 559ms
[In-Memory] Table.zip 11✅ 209ms
[In-Memory] Table/Column auto value type 13✅ 174ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 147ms
[In-Memory] Table/Column.cast - date/time 3✅ 58ms
[In-Memory] Table/Column.cast - numeric 6✅ 245ms
[In-Memory] Table/Column.cast - to text 9✅ 257ms
[In-Memory] Temp column 2✅ 7ms
[In-Memory] Text Column Operations 5✅ 287ms
[PostgreSQL] .pgpass 3✅ 378ms
[PostgreSQL] Connection setup 3✅ 367ms
[PostgreSQL] Database tests 1⚪ 0ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 572ms
[SQLite File] Aggregation 2✅ 100ms
[SQLite File] Appending a Database table to a Database table 29✅ 3s
[SQLite File] Appending an in-memory table to a Database table 30✅ 3s
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 338ms
[SQLite File] Basic Table Access 4✅ 727ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 231ms
[SQLite File] Colum Operations - Names 8✅ 123ms
[SQLite File] Column Comparisons 4✅ 1⚪ 411ms
[SQLite File] Column Naming edge cases 7✅ 293ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 164ms
[SQLite File] Column Operations - Text Replace 2✅ 32ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 107ms
[SQLite File] Column.const 3✅ 91ms
[SQLite File] Column.fill_nothing/empty 4✅ 142ms
[SQLite File] Column.map 1✅ 26ms
[SQLite File] Column.rename 1✅ 22ms
[SQLite File] Column.take/drop 6✅ 2s
[SQLite File] Column.zip 1✅ 29ms
[SQLite File] Creating an empty table 19✅ 5s
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Deleting rows from a Database table 4✅ 163ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 1s
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 864ms
[SQLite File] Dialect-specific codegen 1✅ 52ms
[SQLite File] Dropping Missing Values 8✅ 792ms
[SQLite File] Error Handling 2✅ 120ms
[SQLite File] Expression Arithmetic 3✅ 231ms
[SQLite File] Expression Boolean literals 1✅ 48ms
[SQLite File] Expression Boolean Operators 4✅ 129ms
[SQLite File] Expression Column Arithmetic 2✅ 213ms
[SQLite File] Expression Comparison Operators 6✅ 321ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Errors should be handled 4✅ 21ms
[SQLite File] Expression Float literals 1✅ 19ms
[SQLite File] Expression Integer literals 1✅ 21ms
[SQLite File] Expression Nothing literals 3✅ 105ms
[SQLite File] Expression Text literals 1✅ 38ms
[SQLite File] Expression Text literals 2✅ 27ms
[SQLite File] Expression Text Operators 2✅ 88ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 137ms
[SQLite File] Filling Missing Values 3✅ 1⚪ 169ms
[SQLite File] Function invocation 2✅ 54ms
[SQLite File] Masking Tables 1✅ 68ms
[SQLite File] math functions 6✅ 3s
[SQLite File] Metadata 2✅ 80ms
[SQLite File] Min/Max Operations 2✅ 119ms
[SQLite File] Missing Values 2✅ 84ms
[SQLite File] Other Column Operations 1✅ 42ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 1s
[SQLite File] partial Date-Time support 2✅ 65ms
[SQLite File] Persisting a Database Table (query) 8✅ 887ms
[SQLite File] replace: empty table and nothings 2✅ 58ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 26ms
[SQLite File] replace: literal text pattern and replacement 4✅ 89ms
[SQLite File] replace: pattern and replacement columns 4✅ 12ms
[SQLite File] Rounding numeric tests 19✅ 17s
[SQLite File] Rounding-like operations 15✅ 775ms
[SQLite File] Schemas and Databases 3✅ 14ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 200ms
[SQLite File] Sorting 5✅ 148ms
[SQLite File] Support for Long Column/Table names 6✅ 2s
[SQLite File] Table.add_row_number (common) 7✅ 224ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 61ms
[SQLite File] Table.aggregate 1✅ 30ms
[SQLite File] Table.aggregate Concatenate 6✅ 211ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 195ms
[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⚪ 213ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 173ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 81ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 70ms
[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⚪ 106ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 675ms
[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✅ 188ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 170ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 121ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 177ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 30ms
[SQLite File] Table.aggregate+Expressions 2✅ 74ms
[SQLite File] Table.at 3✅ 28ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 141ms
[SQLite File] Table.cross_join 8✅ 554ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 180ms
[SQLite File] Table.distinct 7✅ 312ms
[SQLite File] Table.fill_nothing/empty 6✅ 317ms
[SQLite File] Table.filter 1✅ 1ms
[SQLite File] Table.filter 19✅ 1⚪ 1s
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 237ms
[SQLite File] Table.get 3✅ 19ms
[SQLite File] Table.join 26✅ 3⚪ 2s
[SQLite File] Table.lookup_and_replace 1⚪ 0ms
[SQLite File] Table.order_by 19✅ 2⚪ 352ms
[SQLite File] Table.query 8✅ 377ms
[SQLite File] Table.remove_columns 11✅ 904ms
[SQLite File] Table.rename_columns 20✅ 1s
[SQLite File] Table.reorder_columns 9✅ 806ms
[SQLite File] Table.replace 0ms
[SQLite File] Table.rows 6✅ 98ms
[SQLite File] Table.select_columns 14✅ 1s
[SQLite File] Table.set 7✅ 175ms
[SQLite File] Table.sort_columns 4✅ 227ms
[SQLite File] Table.take/drop 7✅ 4s
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 18✅ 1⚪ 1s
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column auto value type 1✅ 21ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 203ms
[SQLite File] Table/Column.cast - numeric 3✅ 88ms
[SQLite File] Table/Column.cast - to text 1✅ 44ms
[SQLite File] Tables and Table Types 4✅ 191ms
[SQLite File] Temp column 2✅ 36ms
[SQLite File] Text Column Operations 5✅ 383ms
[SQLite File] Transaction Support 4✅ 119ms
[SQLite File] Uploading an in-memory Table 11✅ 2s
[SQLite In-Memory] Interactions Between various operations 8✅ 464ms
[SQLite In-Memory] Aggregation 2✅ 44ms
[SQLite In-Memory] Appending a Database table to a Database table 29✅ 2s
[SQLite In-Memory] Appending an in-memory table to a Database table 30✅ 2s
[SQLite In-Memory] Arithmetic Column Operations 10✅ 2⚪ 243ms
[SQLite In-Memory] Basic Table Access 4✅ 238ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 165ms
[SQLite In-Memory] Colum Operations - Names 8✅ 72ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 306ms
[SQLite In-Memory] Column Naming edge cases 7✅ 184ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 88ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 18ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 53ms
[SQLite In-Memory] Column.const 3✅ 51ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 70ms
[SQLite In-Memory] Column.map 1✅ 13ms
[SQLite In-Memory] Column.rename 1✅ 15ms
[SQLite In-Memory] Column.take/drop 6✅ 2s
[SQLite In-Memory] Column.zip 1✅ 13ms
[SQLite In-Memory] Creating an empty table 17✅ 796ms
[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✅ 139ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 830ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 741ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 7ms
[SQLite In-Memory] Dropping Missing Values 8✅ 583ms
[SQLite In-Memory] Error Handling 2✅ 46ms
[SQLite In-Memory] Expression Arithmetic 3✅ 202ms
[SQLite In-Memory] Expression Boolean literals 1✅ 43ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 107ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 178ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 274ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 19ms
[SQLite In-Memory] Expression Float literals 1✅ 18ms
[SQLite In-Memory] Expression Integer literals 1✅ 19ms
[SQLite In-Memory] Expression Nothing literals 3✅ 105ms
[SQLite In-Memory] Expression Text literals 1✅ 32ms
[SQLite In-Memory] Expression Text literals 2✅ 31ms
[SQLite In-Memory] Expression Text Operators 2✅ 74ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 111ms
[SQLite In-Memory] Filling Missing Values 3✅ 1⚪ 108ms
[SQLite In-Memory] Function invocation 2✅ 43ms
[SQLite In-Memory] Masking Tables 1✅ 17ms
[SQLite In-Memory] math functions 6✅ 1s
[SQLite In-Memory] Metadata 2✅ 9ms
[SQLite In-Memory] Min/Max Operations 2✅ 80ms
[SQLite In-Memory] Missing Values 2✅ 27ms
[SQLite In-Memory] Other Column Operations 1✅ 21ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 603ms
[SQLite In-Memory] partial Date-Time support 2✅ 29ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 693ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 35ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 20ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 45ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 8ms
[SQLite In-Memory] Rounding numeric tests 19✅ 13s
[SQLite In-Memory] Rounding-like operations 15✅ 501ms
[SQLite In-Memory] Schemas and Databases 3✅ 1ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 98ms
[SQLite In-Memory] Sorting 5✅ 60ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 822ms
[SQLite In-Memory] Table.add_row_number (common) 7✅ 170ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 34ms
[SQLite In-Memory] Table.aggregate 1✅ 23ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 129ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 136ms
[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⚪ 163ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 131ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 64ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 52ms
[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⚪ 79ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 488ms
[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✅ 121ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 120ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 71ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 99ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 22ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 61ms
[SQLite In-Memory] Table.at 3✅ 17ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 67ms
[SQLite In-Memory] Table.cross_join 8✅ 441ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 23ms
[SQLite In-Memory] Table.distinct 7✅ 224ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 169ms
[SQLite In-Memory] Table.filter 1✅ 0ms
[SQLite In-Memory] Table.filter 19✅ 1⚪ 909ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 126ms
[SQLite In-Memory] Table.get 3✅ 10ms
[SQLite In-Memory] Table.join 26✅ 3⚪ 1s
[SQLite In-Memory] Table.lookup_and_replace 1⚪ 0ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 233ms
[SQLite In-Memory] Table.query 8✅ 113ms
[SQLite In-Memory] Table.remove_columns 11✅ 525ms
[SQLite In-Memory] Table.rename_columns 20✅ 762ms
[SQLite In-Memory] Table.reorder_columns 9✅ 433ms
[SQLite In-Memory] Table.replace 0ms
[SQLite In-Memory] Table.rows 6✅ 38ms
[SQLite In-Memory] Table.select_columns 14✅ 729ms
[SQLite In-Memory] Table.set 7✅ 110ms
[SQLite In-Memory] Table.sort_columns 4✅ 118ms
[SQLite In-Memory] Table.take/drop 7✅ 3s
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 18✅ 1⚪ 1s
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column auto value type 1✅ 12ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 154ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 62ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 31ms
[SQLite In-Memory] Tables and Table Types 4✅ 66ms
[SQLite In-Memory] Temp column 2✅ 26ms
[SQLite In-Memory] Text Column Operations 5✅ 251ms
[SQLite In-Memory] Transaction Support 4✅ 63ms
[SQLite In-Memory] Uploading an in-memory Table 9✅ 754ms
[SQLite] Type Mapping 8✅ 198ms
Aggregate Columns 23✅ 114ms
Boolean Column.format, with format Column 3✅ 58ms
Boolean Column.format, with format string 3✅ 92ms
ceil 3✅ 28ms
Column.parse 13✅ 146ms
Columns 16✅ 807ms
Construction 9✅ 8s
Counting Values 1✅ 4ms
DataFormatter builders 3✅ 35ms
DataFormatter.format 10✅ 79ms
DataFormatter.parse 12✅ 324ms
Date Column.format, with format Column 6✅ 107ms
Date Column.format, with format string 4✅ 231ms
Date_Time Column.format, with format Column 6✅ 145ms
Date_Time Column.format, with format string 5✅ 210ms
Date_Time truncate 1✅ 25ms
Delimited File Parsing 27✅ 3⚪ 2s
Delimited File Writing 33✅ 2s
Dropping Missing Values 1✅ 585ms
Edge cases 1✅ 14ms
Errors 2✅ 20ms
Excel Range 9✅ 161ms
File.read (Delimited) 3✅ 50ms
File.read (Delimited) should work with Date_Time 3✅ 11ms
File.read (Delimited) should work with Dates 3✅ 14ms
File.read (Delimited) should work with Time_Of_Days 3✅ 11ms
fill 6✅ 342ms
Float 3✅ 24ms
Float, with format Column 3✅ 23ms
floor 3✅ 29ms
Info 1✅ 43ms
Integer 3✅ 65ms
Integer 1✅ 14ms
Integer, with format Column 3✅ 52ms
Integration 1✅ 76ms
JSON conversion 2✅ 126ms
Mapping Operations 7✅ 585ms
Masking Tables 3✅ 969ms
Numeric, empty/Nothing 4✅ 97ms
Problems 3✅ 24ms
Read XLSX / XLS Files 12✅ 2s
Reading single cells correctly 7✅ 475ms
round/truncate/ceil/floor 3✅ 107ms
Rounding 8✅ 121ms
Should be able to serialise a table with Dates to Text 2✅ 81ms
Should be able to serialise a table with DateTimes to Text 2✅ 17ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 9ms
Slicing Tables 4✅ 345ms
Sorting Columns 4✅ 111ms
Sorting Tables 2✅ 256ms
SQLite_Format should allow connecting to SQLite files 5✅ 62ms
Table.from Text 1✅ 10ms
Table.parse 22✅ 830ms
Table.parse_to_columns 14✅ 258ms
Table.split 5✅ 187ms
Table.split/tokenize column count 4✅ 79ms
Table.split/tokenize column order 1✅ 8ms
Table.split/tokenize errors 4✅ 11ms
Table.split/tokenize name conflicts 2✅ 48ms
Table.tokenize 12✅ 181ms
Text.parse_to_table 2✅ 62ms
Text.parse_to_table errors 3✅ 8ms
Text.parse_to_table parsing 3✅ 35ms
Text.parse_to_table with case-insensitivity 1✅ 14ms
Text.parse_to_table with groups 2✅ 29ms
Time_Of_Day Column.format, with format Column 6✅ 108ms
Time_Of_Day Column.format, with format string 5✅ 141ms
truncate 3✅ 31ms
Unique_Name_Strategy Helper 12✅ 283ms
Unique_Name_Strategy.combine_with_prefix 6✅ 23ms
Use First Row As Names 5✅ 489ms
Value_Type 2✅ 45ms
Various File Format support on Table 8✅ 2s
Vector conversion 1✅ 14ms
Write xls Files 38✅ 1s
Write xlsx Files 38✅ 3s
Writing 4✅ 67ms
XLS reading 7✅ 76ms
XLSX reading 7✅ 413ms

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

2314 tests were completed in 118s with 2286 passed, 0 failed and 28 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 32ms
Any's methods 3✅ 73ms
Array_Proxy 5✅ 70ms
ArrayOverBuffer 1✅ 36ms
ASCII 4✅ 48ms
Asserts 1⚪ 0ms
at/get 7✅ 284ms
Atom with holes 7✅ 34ms
Auto_Detect 3✅ 35ms
BigInts 13✅ 2s
Booleans 6✅ 34ms
Bound 3✅ 4ms
Bytes 3✅ 10ms
caching 1✅ 69ms
Callables 5✅ 23ms
Check Nothing and NaN 3✅ 1ms
children 2✅ 35ms
codepoints 2✅ 5ms
Compare functionality with Vector 1✅ 39ms
Compile 6✅ 29ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 12ms
Conversion 42✅ 315ms
Correlation Statistics 6✅ 76ms
curry 1✅ 11ms
Data.read / File_Format 2✅ 501ms
Dataflow Errors 11✅ 68ms
Dataflow Warnings 32✅ 1s
Date 40✅ 14s
Date date part tests 8✅ 156ms
Date_Range 11✅ 2s
Date_Time 44✅ 2⚪ 2s
Date_Time date part tests 8✅ 58ms
Date_Time equality 2✅ 9ms
Day_Of_Week conversions 8✅ 32ms
Deep Exports 1✅ 4ms
Default comparator 3✅ 25ms
Deterministic Random Noise Generator 2✅ 1s
display text 1✅ 2ms
Duration 15✅ 184ms
Encoding object 4✅ 112ms
Enso Arrays 5✅ 47ms
Enso maps 46✅ 414ms
Enso Set 5✅ 58ms
Environment 1✅ 25ms
Escape 1✅ 1ms
fetch 10✅ 1s
File Operations 21✅ 360ms
flip 2✅ 2ms
Float.truncate 1✅ 7ms
Floats 5✅ 32ms
folder operations 3✅ 87ms
Formatting date/time values 6✅ 182ms
Fully Qualified Names 1✅ 3ms
Function Ascribed Parameters 12✅ 36ms
get_elements_by_tag_name 3✅ 83ms
Header 1✅ 11ms
Header resolution 7✅ 34ms
Headers 6✅ 213ms
HTTP client 4✅ 6ms
HTTP_Method parse 3✅ 9ms
identity 3✅ 2ms
Inlining Helpers 2✅ 5ms
inner / outer xml 2✅ 104ms
Instrument @Tail_Call fibonacci 5✅ 2s
Instrument fibonacci 2✅ 226ms
Integer.truncate 1✅ 3ms
Integers 24✅ 177ms
Interval 7✅ 63ms
Java case of 3✅ 8ms
Java FFI 6✅ 1⚪ 17ms
Java/Enso Date 2✅ 26ms
JavaDate 40✅ 6s
JavaDate date part tests 8✅ 6ms
JavaLocalTime 27✅ 56ms
JavaScript Objects, Arrays & Functions 8✅ 784ms
JavaScriptArrayWithADate 40✅ 7s
JavaScriptArrayWithADate date part tests 8✅ 96ms
JavascriptDataInArray 42✅ 4⚪ 879ms
JavascriptDataInArray date part tests 8✅ 124ms
JavascriptDate 42✅ 4⚪ 948ms
JavaScriptDate 40✅ 12s
JavascriptDate date part tests 8✅ 21ms
JavaScriptDate date part tests 8✅ 183ms
JavaZonedDateTime 44✅ 2⚪ 853ms
JavaZonedDateTime date part tests 8✅ 10ms
JavaZoneId 7✅ 43ms
JS_Object 3✅ 265ms
JSON 5✅ 96ms
JSON 1✅ 93ms
JSON Deserialization 8✅ 552ms
JSON Serialization 3✅ 96ms
JSON_Format 2✅ 108ms
Lazy 6✅ 43ms
Lazy Generator 1✅ 5ms
Lexicographic Order on Vectors 2✅ 12ms
List 31✅ 907ms
Locale 13✅ 138ms
Looping Imports 1✅ 1ms
Lowercase Methods 5✅ 10ms
Managed_Resource 3✅ 30ms
Match.end 4✅ 30ms
Match.groups 2✅ 14ms
Match.named_groups 3✅ 34ms
Match.span 4✅ 26ms
Match.start 4✅ 27ms
Match.text 6✅ 37ms
Match.utf_16_end 4✅ 24ms
Match.utf_16_span 4✅ 26ms
Match.utf_16_start 4✅ 23ms
Maybe 5✅ 6ms
Meta-Value Inspection 4✅ 8ms
Meta-Value Manipulation 26✅ 225ms
Meta.Type.find 4✅ 15ms
Methods 1✅ 1⚪ 2ms
Natural Order 4✅ 146ms
No Method Errors 1✅ 20ms
Noise 3✅ 392ms
non-linear inserts 11✅ 176ms
Number Conversions 1✅ 40ms
Number Rounding numeric tests 19✅ 282ms
Numbers 14✅ 145ms
Numeric values 1✅ 5ms
Object Comparator 7✅ 42ms
Operator == 16✅ 140ms
Ordering 6✅ 66ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 195ms
Pair - from 2-Item List 13✅ 111ms
Pair - from 2-Item Vector 13✅ 122ms
Pair - from Pair.new 13✅ 98ms
Pair - from Pair.Value 13✅ 23ms
Panics 17✅ 303ms
parse 8✅ 241ms
Parsing date/time values 26✅ 1⚪ 826ms
Parsing formats 4✅ 295ms
Pattern Matches 16✅ 53ms
Pattern.find and .find_all 8✅ 95ms
Pattern.match and .match_all 8✅ 81ms
Pattern.matches 5✅ 38ms
Pattern.replace 10✅ 134ms
Pattern.split 6✅ 38ms
Pattern.tokenize 7✅ 212ms
Period 7✅ 52ms
Plain_Text 3✅ 32ms
Polyglot hash maps 6✅ 111ms
Polyglot JS 19✅ 172ms
Polyglot keys and values 6✅ 7s
Polyglot Operator == 7✅ 27ms
Polyglot Python 15✅ 127ms
Polyglot R 1⚪ 0ms
post 24✅ 1s
Problem_Behavior 2✅ 17ms
Process 5✅ 94ms
PythonDate 40✅ 15s
PythonDate 41✅ 5⚪ 3s
PythonDate date part tests 8✅ 132ms
PythonDate date part tests 8✅ 174ms
PythonLocalTime 27✅ 225ms
Qualified Names 3✅ 5ms
Random 6✅ 2s
Range 35✅ 870ms
Rank Data 7✅ 32ms
Read XML 7✅ 58ms
read_bytes 6✅ 135ms
read_text 6✅ 139ms
Refs 1✅ 2ms
Regex splitting 3✅ 17ms
Regex tokenizing 2✅ 37ms
Regex: find and find_all 20✅ 1⚪ 272ms
Regression 12✅ 121ms
ReportingStreamDecoder 6✅ 811ms
ReportingStreamEncoder 8✅ 159ms
Request 10✅ 85ms
rounding 4✅ 32ms
should correctly evaluate documentation examples 6✅ 55ms
Sorting with multiple comparators 4✅ 2⚪ 74ms
Sorting with the default comparator 7✅ 3⚪ 139ms
Stack traces 1✅ 10ms
State 2✅ 4ms
Statistics 14✅ 389ms
Statistics - empty Vector 3✅ 17ms
Statistics - invalid input 5✅ 180ms
Statistics - invalid input 1✅ 1ms
Statistics - NaN Vector 3✅ 28ms
Statistics - Nothing Vector 3✅ 57ms
System 2✅ 17ms
tag name 1✅ 20ms
Text 84✅ 13s
text contents 1✅ 13ms
Text_Sub_Range_Data 2✅ 35ms
Text_Utils 4✅ 55ms
Text.match 6✅ 34ms
Text.replace 16✅ 250ms
Text.Span 3✅ 29ms
Text.substring 4✅ 16ms
the Self construct 6✅ 16ms
Time_Of_Day 27✅ 282ms
to_display_text 5✅ 41ms
Type Errors 11✅ 192ms
uncurry 1✅ 2ms
Unresolved symbol 1✅ 1ms
URI 4✅ 37ms
Use a slice of an array as vectors 73✅ 237ms
Use Array as vectors 73✅ 963ms
Use Array_Proxy as vectors 73✅ 245ms
Use Java ArrayList as vectors 73✅ 312ms
Use Vector as vectors 73✅ 2s
UTF_16 BigEndian 2✅ 7ms
UTF_16 LittleEndian 2✅ 6ms
UTF_8 7✅ 46ms
Vector builder 2✅ 10ms
Vector Slicing Helpers 1✅ 27ms
Vector/Array equality 9✅ 18ms
Windows 1252 4✅ 24ms
write operations 21✅ 930ms
Zone 9✅ 47ms

✅ /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✅ 154ms
File uploads 2✅ 14ms
Geo_Map 3✅ 1s
Histogram Visualization 6✅ 447ms
Lazy Table Visualization 12✅ 1s
Lazy Text Visualization 3✅ 98ms
Scatter Plot Visualization 14✅ 1s
Serializable Visualization Identifiers 5✅ 214ms
SQL Visualization 1✅ 250ms
Table Visualization 9✅ 732ms
Table.lookup_ignore_case 1✅ 45ms
Table.rows 1✅ 363ms
Type Names of Visualization Defaults 1✅ 251ms
Vector and Arrays 2✅ 1⚪ 112ms
Widgets for Database 1✅ 20ms
Widgets for In-Database Connection with table name sets 1✅ 193ms
Widgets for In-Database Connection with table types 1✅ 26ms
Widgets for In-Database Table with column name sets 2✅ 66ms
Widgets for In-Memory with column name sets 2✅ 88ms
Widgets for the Text type 1✅ 180ms