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

Set of GUI2 widgets fixes #8749

Merged
merged 2 commits into from
Jan 15, 2024

Fix lint

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

Set of GUI2 widgets fixes #8749

Fix lint
2eaaf00
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests (windows) succeeded Jan 12, 2024 in 0s

Standard Library Tests (windows) ✅

Tests passed successfully

Report Passed Failed Skipped Time
C:/runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml 19✅ 17s
C:/runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 32✅ 1⚪ 9s
C:/runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 488ms
C:/runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 3s
C:/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml 2788✅ 152⚪ 170s
C:/runner/_work/enso/enso/target/test-results/Tests/JUnit.xml 2507✅ 48⚪ 102s
C:/runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 5s

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

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

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

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

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

Test suite Passed Failed Skipped Time
Examples 32✅ 9s
Python Examples 1⚪ 0ms

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 30ms
GeoJSON to Table 3✅ 458ms

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

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

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 110ms
Image with 1 channel 19✅ 180ms
Image with 2 channels 19✅ 184ms
Image with 3 channels 19✅ 191ms
Image with 4 channels 19✅ 137ms
Image Write 2✅ 35ms
Image.read 9✅ 1s
Matrix with 1 channel 21✅ 232ms
Matrix with 2 channels 21✅ 196ms
Matrix with 3 channels 21✅ 218ms
Matrix with 4 channels 21✅ 170ms
Matrix_Error 1✅ 2ms

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

2940 tests were completed in 170s with 2788 passed, 0 failed and 152 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 225ms
[Codegen] Basic Select 3✅ 136ms
[Codegen] Handling Missing Values 2✅ 156ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 241ms
[Codegen] Sorting 4✅ 110ms
[In-Memory-specific] Table.join 1✅ 2s
[In-Memory-specific] Table.set 2✅ 136ms
[In-Memory] Interactions Between various operations 11✅ 779ms
[In-Memory] Arithmetic Column Operations 12✅ 208ms
[In-Memory] Boolean Column Operations 8✅ 457ms
[In-Memory] Colum Operations - Names 10✅ 92ms
[In-Memory] Column Comparisons 5✅ 1⚪ 441ms
[In-Memory] Column Naming edge cases 7✅ 1s
[In-Memory] Column operation Integer Overflow handling 6✅ 360ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 144ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 116ms
[In-Memory] Column Operations - Text Trim 3✅ 52ms
[In-Memory] Column.const 3✅ 8ms
[In-Memory] Column.fill_nothing/empty 4✅ 17ms
[In-Memory] Column.map 6✅ 284ms
[In-Memory] Column.rename 1✅ 7ms
[In-Memory] Column.take/drop 8✅ 122ms
[In-Memory] Column.zip 6✅ 33ms
[In-Memory] Date truncation 1✅ 3ms
[In-Memory] Date-Time operations 21✅ 1⚪ 857ms
[In-Memory] Date-Time support 3✅ 51ms
[In-Memory] Dropping Missing Values 9✅ 589ms
[In-Memory] Expression Arithmetic 3✅ 94ms
[In-Memory] Expression Boolean literals 1✅ 76ms
[In-Memory] Expression Boolean Operators 4✅ 45ms
[In-Memory] Expression Column Arithmetic 2✅ 162ms
[In-Memory] Expression Comparison Operators 6✅ 152ms
[In-Memory] Expression Date and Time literals 5✅ 39ms
[In-Memory] Expression Errors should be handled 4✅ 44ms
[In-Memory] Expression Float literals 1✅ 22ms
[In-Memory] Expression Integer literals 1✅ 19ms
[In-Memory] Expression Nothing literals 3✅ 22ms
[In-Memory] Expression Text literals 1✅ 33ms
[In-Memory] Expression Text literals 2✅ 9ms
[In-Memory] Expression Text Operators 2✅ 46ms
[In-Memory] Expression Warnings should be reported 4✅ 248ms
[In-Memory] Filling Missing Values 8✅ 79ms
[In-Memory] Function invocation 2✅ 25ms
[In-Memory] Handling of Big Integer values 10✅ 230ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 152ms
[In-Memory] Min/Max Operations 2✅ 81ms
[In-Memory] Other Column Operations 1✅ 10ms
[In-Memory] replace: empty table and nothings 2✅ 10ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 42ms
[In-Memory] replace: literal text pattern and replacement 4✅ 60ms
[In-Memory] replace: pattern and replacement columns 4✅ 21ms
[In-Memory] Rounding numeric tests 19✅ 2s
[In-Memory] Rounding-like operations 15✅ 84ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 191ms
[In-Memory] Storage Builders 2✅ 165ms
[In-Memory] Table.add_row_number (common) 7✅ 188ms
[In-Memory] Table.add_row_number (in-memory specific) 7✅ 62ms
[In-Memory] Table.aggregate 3✅ 637ms
[In-Memory] Table.aggregate 3✅ 24ms
[In-Memory] Table.aggregate Concatenate 6✅ 27ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 36ms
[In-Memory] Table.aggregate First and Last 1✅ 4ms
[In-Memory] Table.aggregate Mode 1✅ 3ms
[In-Memory] Table.aggregate Shortest 1✅ 5ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 271ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 674ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 54ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 23ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 20ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 17ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 386ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 116ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 101ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 82ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 360ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 701ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 6ms
[In-Memory] Table.aggregate+Expressions 2✅ 54ms
[In-Memory] Table.at 3✅ 125ms
[In-Memory] Table.column_count 1✅ 1ms
[In-Memory] Table.column_names 2✅ 30ms
[In-Memory] Table.cross_join 9✅ 187ms
[In-Memory] Table.cross_tab 23✅ 395ms
[In-Memory] Table.distinct 6✅ 383ms
[In-Memory] Table.distinct 7✅ 108ms
[In-Memory] Table.fill_nothing/empty 11✅ 124ms
[In-Memory] Table.filter 4✅ 2s
[In-Memory] Table.filter 23✅ 2⚪ 878ms
[In-Memory] Table.filter_by_expression 5✅ 638ms
[In-Memory] Table.get 3✅ 51ms
[In-Memory] Table.join 38✅ 898ms
[In-Memory] Table.make_constant_column 4✅ 16ms
[In-Memory] Table.merge 20✅ 582ms
[In-Memory] Table.order_by 23✅ 355ms
[In-Memory] Table.read 5✅ 52ms
[In-Memory] Table.remove_columns 12✅ 781ms
[In-Memory] Table.rename_columns 20✅ 1s
[In-Memory] Table.reorder_columns 10✅ 451ms
[In-Memory] Table.rows 6✅ 163ms
[In-Memory] Table.select_columns 15✅ 1s
[In-Memory] Table.set 8✅ 2s
[In-Memory] Table.set with Column_Operation 9✅ 704ms
[In-Memory] Table.sort_columns 4✅ 326ms
[In-Memory] Table.take/drop 11✅ 671ms
[In-Memory] Table.text_replace 4✅ 104ms
[In-Memory] Table.transpose 8✅ 126ms
[In-Memory] Table.union 25✅ 700ms
[In-Memory] Table.zip 12✅ 252ms
[In-Memory] Table/Column auto value type 13✅ 192ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 174ms
[In-Memory] Table/Column.cast - date/time 3✅ 82ms
[In-Memory] Table/Column.cast - numeric 6✅ 275ms
[In-Memory] Table/Column.cast - to text 9✅ 436ms
[In-Memory] Temp column 2✅ 7ms
[In-Memory] Text Column Operations 7✅ 325ms
[In-Memory] Unique derived column names 8✅ 40ms
[PostgreSQL] .pgpass 2✅ 388ms
[PostgreSQL] Connection setup 3✅ 245ms
[PostgreSQL] Database tests 1⚪ 0ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 454ms
[SQLite File] Aggregation 2✅ 68ms
[SQLite File] Appending a Database table to a Database table 29✅ 3s
[SQLite File] Appending an in-memory table to a Database table 30✅ 2s
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 211ms
[SQLite File] Basic Table Access 4✅ 603ms
[SQLite File] Boolean Column Operations 7✅ 1⚪ 533ms
[SQLite File] Colum Operations - Names 8✅ 73ms
[SQLite File] Column Comparisons 4✅ 1⚪ 513ms
[SQLite File] Column Naming edge cases 7✅ 352ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 90ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 65ms
[SQLite File] Column.const 1✅ 17ms
[SQLite File] Column.const 3✅ 42ms
[SQLite File] Column.fill_nothing/empty 4✅ 64ms
[SQLite File] Column.map 1✅ 14ms
[SQLite File] Column.rename 1✅ 12ms
[SQLite File] Column.take/drop 6✅ 1s
[SQLite File] Column.zip 1✅ 13ms
[SQLite File] Connection.query 10✅ 747ms
[SQLite File] Creating an empty table 19✅ 3s
[SQLite File] Date truncation 1⚪ 0ms
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Deleting rows from a Database table 4✅ 110ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 894ms
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 1s
[SQLite File] Dialect-specific codegen 1✅ 23ms
[SQLite File] Dropping Missing Values 8✅ 666ms
[SQLite File] Error Handling 2✅ 130ms
[SQLite File] Expression Arithmetic 3✅ 216ms
[SQLite File] Expression Boolean literals 1✅ 34ms
[SQLite File] Expression Boolean Operators 4✅ 103ms
[SQLite File] Expression Column Arithmetic 2✅ 214ms
[SQLite File] Expression Comparison Operators 6✅ 284ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Errors should be handled 4✅ 54ms
[SQLite File] Expression Float literals 1✅ 16ms
[SQLite File] Expression Integer literals 1✅ 23ms
[SQLite File] Expression Nothing literals 3✅ 204ms
[SQLite File] Expression Text literals 1✅ 27ms
[SQLite File] Expression Text literals 2✅ 19ms
[SQLite File] Expression Text Operators 2✅ 93ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 237ms
[SQLite File] Filling Missing Values 5✅ 1⚪ 156ms
[SQLite File] Function invocation 2✅ 34ms
[SQLite File] Masking Tables 1✅ 30ms
[SQLite File] math functions 6✅ 2s
[SQLite File] Metadata 2✅ 44ms
[SQLite File] Min/Max Operations 2✅ 65ms
[SQLite File] Missing Values 2✅ 92ms
[SQLite File] Other Column Operations 1✅ 32ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 1s
[SQLite File] partial Date-Time support 2✅ 379ms
[SQLite File] Persisting a Database Table (query) 8✅ 799ms
[SQLite File] replace: DB specific edge-cases 2✅ 15ms
[SQLite File] replace: empty table and nothings 2✅ 31ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 17ms
[SQLite File] replace: literal text pattern and replacement 4✅ 47ms
[SQLite File] replace: pattern and replacement columns 4✅ 8ms
[SQLite File] Rounding numeric tests 19✅ 12s
[SQLite File] Rounding-like operations 15✅ 432ms
[SQLite File] Schemas and Databases 3✅ 9ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 161ms
[SQLite File] Sorting 5✅ 130ms
[SQLite File] Support for Long Column/Table names 6✅ 2s
[SQLite File] Table.add_row_number (common) 7✅ 163ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 72ms
[SQLite File] Table.aggregate 1✅ 22ms
[SQLite File] Table.aggregate Concatenate 6✅ 140ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 127ms
[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⚪ 164ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 311ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 59ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 66ms
[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⚪ 70ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 530ms
[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✅ 121ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 130ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 86ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 115ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 30ms
[SQLite File] Table.aggregate+Expressions 2✅ 58ms
[SQLite File] Table.at 3✅ 117ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 203ms
[SQLite File] Table.cross_join 9✅ 408ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 271ms
[SQLite File] Table.distinct 7✅ 270ms
[SQLite File] Table.expand_column 1✅ 11ms
[SQLite File] Table.expand_to_rows 1✅ 10ms
[SQLite File] Table.fill_nothing/empty 11✅ 361ms
[SQLite File] Table.filter 1✅ 1ms
[SQLite File] Table.filter 22✅ 1⚪ 1s
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 139ms
[SQLite File] Table.get 3✅ 14ms
[SQLite File] Table.join 31✅ 3⚪ 1s
[SQLite File] Table.make_constant_column 3✅ 1⚪ 70ms
[SQLite File] Table.merge 19✅ 2s
[SQLite File] Table.order_by 19✅ 2⚪ 290ms
[SQLite File] Table.read 6✅ 358ms
[SQLite File] Table.remove_columns 11✅ 606ms
[SQLite File] Table.rename_columns 20✅ 1s
[SQLite File] Table.reorder_columns 9✅ 465ms
[SQLite File] Table.rows 6✅ 111ms
[SQLite File] Table.select_columns 14✅ 860ms
[SQLite File] Table.set 8✅ 254ms
[SQLite File] Table.set with Column_Operation 8✅ 1⚪ 656ms
[SQLite File] Table.sort_columns 4✅ 146ms
[SQLite File] Table.take/drop 7✅ 2s
[SQLite File] Table.text_replace 4✅ 88ms
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 19✅ 1⚪ 966ms
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column auto value type 1✅ 13ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 145ms
[SQLite File] Table/Column.cast - numeric 3✅ 60ms
[SQLite File] Table/Column.cast - to text 1✅ 43ms
[SQLite File] Tables and Table Types 4✅ 294ms
[SQLite File] Temp column 2✅ 25ms
[SQLite File] Text Column Operations 7✅ 328ms
[SQLite File] Transaction Support 4✅ 116ms
[SQLite File] Unique derived column names 8✅ 175ms
[SQLite File] Uploading an in-memory Table 11✅ 2s
[SQLite In-Memory] Interactions Between various operations 8✅ 380ms
[SQLite In-Memory] Aggregation 2✅ 53ms
[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⚪ 196ms
[SQLite In-Memory] Basic Table Access 4✅ 192ms
[SQLite In-Memory] Boolean Column Operations 7✅ 1⚪ 260ms
[SQLite In-Memory] Colum Operations - Names 8✅ 55ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 204ms
[SQLite In-Memory] Column Naming edge cases 7✅ 124ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 101ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 38ms
[SQLite In-Memory] Column.const 1✅ 8ms
[SQLite In-Memory] Column.const 3✅ 54ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 62ms
[SQLite In-Memory] Column.map 1✅ 11ms
[SQLite In-Memory] Column.rename 1✅ 12ms
[SQLite In-Memory] Column.take/drop 6✅ 974ms
[SQLite In-Memory] Column.zip 1✅ 9ms
[SQLite In-Memory] Connection.query 10✅ 166ms
[SQLite In-Memory] Creating an empty table 17✅ 703ms
[SQLite In-Memory] Date truncation 1⚪ 0ms
[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✅ 149ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 801ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 1s
[SQLite In-Memory] Dialect-specific codegen 1✅ 161ms
[SQLite In-Memory] Dropping Missing Values 8✅ 486ms
[SQLite In-Memory] Error Handling 2✅ 58ms
[SQLite In-Memory] Expression Arithmetic 3✅ 165ms
[SQLite In-Memory] Expression Boolean literals 1✅ 32ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 83ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 143ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 225ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 38ms
[SQLite In-Memory] Expression Float literals 1✅ 13ms
[SQLite In-Memory] Expression Integer literals 1✅ 12ms
[SQLite In-Memory] Expression Nothing literals 3✅ 51ms
[SQLite In-Memory] Expression Text literals 1✅ 31ms
[SQLite In-Memory] Expression Text literals 2✅ 21ms
[SQLite In-Memory] Expression Text Operators 2✅ 66ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 94ms
[SQLite In-Memory] Filling Missing Values 5✅ 1⚪ 117ms
[SQLite In-Memory] Function invocation 2✅ 72ms
[SQLite In-Memory] Masking Tables 1✅ 12ms
[SQLite In-Memory] math functions 6✅ 1s
[SQLite In-Memory] Metadata 2✅ 16ms
[SQLite In-Memory] Min/Max Operations 2✅ 50ms
[SQLite In-Memory] Missing Values 2✅ 24ms
[SQLite In-Memory] Other Column Operations 1✅ 14ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 546ms
[SQLite In-Memory] partial Date-Time support 2✅ 29ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 695ms
[SQLite In-Memory] replace: DB specific edge-cases 2✅ 11ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 25ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 18ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 30ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 7ms
[SQLite In-Memory] Rounding numeric tests 19✅ 11s
[SQLite In-Memory] Rounding-like operations 15✅ 413ms
[SQLite In-Memory] Schemas and Databases 3✅ 1ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 86ms
[SQLite In-Memory] Sorting 5✅ 52ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 894ms
[SQLite In-Memory] Table.add_row_number (common) 7✅ 120ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 31ms
[SQLite In-Memory] Table.aggregate 1✅ 13ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 89ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 95ms
[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⚪ 132ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 151ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 55ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 46ms
[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⚪ 54ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 479ms
[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✅ 82ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 115ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 52ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 87ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 34ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 60ms
[SQLite In-Memory] Table.at 3✅ 24ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 64ms
[SQLite In-Memory] Table.cross_join 9✅ 354ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 23ms
[SQLite In-Memory] Table.distinct 7✅ 177ms
[SQLite In-Memory] Table.expand_column 1✅ 13ms
[SQLite In-Memory] Table.expand_to_rows 1✅ 12ms
[SQLite In-Memory] Table.fill_nothing/empty 11✅ 213ms
[SQLite In-Memory] Table.filter 1✅ 1ms
[SQLite In-Memory] Table.filter 22✅ 1⚪ 1s
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 109ms
[SQLite In-Memory] Table.get 3✅ 9ms
[SQLite In-Memory] Table.join 31✅ 3⚪ 1s
[SQLite In-Memory] Table.make_constant_column 3✅ 1⚪ 52ms
[SQLite In-Memory] Table.merge 19✅ 1s
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 241ms
[SQLite In-Memory] Table.read 6✅ 322ms
[SQLite In-Memory] Table.remove_columns 11✅ 434ms
[SQLite In-Memory] Table.rename_columns 20✅ 626ms
[SQLite In-Memory] Table.reorder_columns 9✅ 349ms
[SQLite In-Memory] Table.rows 6✅ 37ms
[SQLite In-Memory] Table.select_columns 14✅ 484ms
[SQLite In-Memory] Table.set 8✅ 118ms
[SQLite In-Memory] Table.set with Column_Operation 8✅ 1⚪ 600ms
[SQLite In-Memory] Table.sort_columns 4✅ 109ms
[SQLite In-Memory] Table.take/drop 7✅ 2s
[SQLite In-Memory] Table.text_replace 4✅ 51ms
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 19✅ 1⚪ 777ms
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column auto value type 1✅ 155ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 177ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 59ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 33ms
[SQLite In-Memory] Tables and Table Types 4✅ 62ms
[SQLite In-Memory] Temp column 2✅ 16ms
[SQLite In-Memory] Text Column Operations 7✅ 216ms
[SQLite In-Memory] Transaction Support 4✅ 60ms
[SQLite In-Memory] Unique derived column names 8✅ 350ms
[SQLite In-Memory] Uploading an in-memory Table 9✅ 742ms
[SQLite] Type Mapping 8✅ 278ms
Aggregate Columns 23✅ 121ms
Boolean Column.format, with format Column 3✅ 108ms
Boolean Column.format, with format string 3✅ 125ms
ceil 3✅ 28ms
Column.parse 13✅ 121ms
Columns 16✅ 1s
Construction 9✅ 10s
Counting Values 1✅ 5ms
DataFormatter builders 3✅ 39ms
DataFormatter.format 10✅ 161ms
DataFormatter.parse 13✅ 723ms
Date Column.format, with format Column 6✅ 106ms
Date Column.format, with format string 4✅ 187ms
Date_Time Column.format, with format Column 6✅ 234ms
Date_Time Column.format, with format string 5✅ 195ms
Date_Time truncate 1✅ 20ms
Delimited File Parsing 28✅ 3⚪ 1s
Delimited File Writing 33✅ 2s
Dropping Missing Values 1✅ 1s
Edge cases 1✅ 13ms
Errors 2✅ 109ms
Excel Range 9✅ 119ms
fetching files using HTTP 5✅ 743ms
File.read (Delimited) 3✅ 107ms
File.read (Delimited) should work with Date_Time 3✅ 14ms
File.read (Delimited) should work with Dates 3✅ 40ms
File.read (Delimited) should work with Time_Of_Days 3✅ 14ms
fill 6✅ 595ms
Float 3✅ 68ms
Float, with format Column 3✅ 58ms
floor 3✅ 34ms
Info 1✅ 111ms
Integer 3✅ 106ms
Integer 1✅ 19ms
Integer, with format Column 3✅ 68ms
Integration 1✅ 178ms
JSON conversion 2✅ 81ms
Mapping Operations 7✅ 1s
Masking Tables 3✅ 887ms
Numeric, empty/Nothing 4✅ 124ms
Problems 4✅ 2⚪ 54ms
Read XLSX / XLS Files 12✅ 1s
Reading single cells correctly 7✅ 633ms
round/truncate/ceil/floor 3✅ 133ms
Rounding 8✅ 175ms
Should be able to serialise a table with Dates to Text 2✅ 73ms
Should be able to serialise a table with DateTimes to Text 2✅ 19ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 8ms
Slicing Tables 4✅ 618ms
SortedListIndex (used for SortJoin) 6✅ 53ms
Sorting Columns 4✅ 292ms
Sorting Tables 2✅ 467ms
SQLite_Format should allow connecting to SQLite files 5✅ 118ms
Table.from Text 1✅ 22ms
Table.parse 22✅ 721ms
Table.parse_to_columns 14✅ 263ms
Table.split 8✅ 235ms
Table.split/tokenize column count 4✅ 101ms
Table.split/tokenize column order 1✅ 7ms
Table.split/tokenize errors 4✅ 16ms
Table.split/tokenize name conflicts 2✅ 61ms
Table.tokenize 12✅ 193ms
Text.parse_to_table 2✅ 46ms
Text.parse_to_table errors 3✅ 71ms
Text.parse_to_table parsing 3✅ 34ms
Text.parse_to_table with case-insensitivity 1✅ 13ms
Text.parse_to_table with groups 2✅ 36ms
Time_Of_Day Column.format, with format Column 6✅ 165ms
Time_Of_Day Column.format, with format string 5✅ 198ms
truncate 3✅ 42ms
Unique_Name_Strategy Helper 12✅ 467ms
Unique_Name_Strategy.combine_with_prefix 6✅ 23ms
Use First Row As Names 5✅ 896ms
Value_Type 2✅ 40ms
Various File Format support on Table 6✅ 725ms
Vector conversion 1✅ 24ms
Write xls Files 43✅ 2s
Write xlsx Files 43✅ 5s
Writing 4✅ 153ms
Writing to csv files 3✅ 154ms
Writing to json files 3✅ 976ms
XLS reading 7✅ 41ms
XLSX reading 7✅ 210ms

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

2555 tests were completed in 102s with 2507 passed, 0 failed and 48 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 19ms
Any's methods 3✅ 67ms
Array_Proxy 5✅ 60ms
ArrayOverBuffer 1⚪ 0ms
ASCII 4✅ 82ms
Asserts 5✅ 29ms
at/get 7✅ 357ms
Atom with holes 7✅ 33ms
Auto_Detect 3✅ 13ms
BigInts 13✅ 740ms
Booleans 6✅ 21ms
Bound 3✅ 3ms
Bytes 3✅ 8ms
caching 1✅ 56ms
Callables 5✅ 23ms
Check Nothing and NaN 3✅ 1ms
children 2✅ 16ms
codepoints 2✅ 5ms
Compare functionality with Vector 1✅ 22ms
Compile 6✅ 56ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 12ms
Conversion 42✅ 261ms
Correlation Statistics 6✅ 141ms
curry 1✅ 6ms
Data.read / File_Format 2✅ 1000ms
Dataflow Errors 11✅ 65ms
Dataflow Warnings 32✅ 1s
Date 41✅ 9s
Date date part tests 8✅ 119ms
Date_Range 11✅ 3s
Date_Time 45✅ 2⚪ 3s
Date_Time date part tests 8✅ 162ms
Date_Time equality 2✅ 5ms
Day_Of_Week conversions 8✅ 32ms
Deep Exports 1✅ 1ms
Default comparator 3✅ 15ms
display text 1✅ 2ms
Duration 15✅ 623ms
Encoding object 4✅ 115ms
Enso Arrays 5✅ 52ms
Enso Cloud Basic Utils 3✅ 22ms
Enso maps 50✅ 316ms
Enso Set 5✅ 95ms
Enso_User - local mock integration tests 4✅ 223ms
Enso_User - offline logic tests 1✅ 26ms
Environment 1✅ 20ms
Escape 1✅ 1ms
fetch 11✅ 1s
File Operations 19✅ 259ms
flip 2✅ 1ms
Float.truncate 1✅ 22ms
Floats 5✅ 63ms
folder operations 3✅ 85ms
Format Detection in HTTP Fetch 3✅ 147ms
Formatting date/time values 6✅ 137ms
Fully Qualified Names 1✅ 1ms
Function Ascribed Parameters 12✅ 37ms
get_elements_by_tag_name 3✅ 39ms
Header 1✅ 8ms
Header resolution 7✅ 19ms
Headers 8✅ 268ms
Http Auth 2✅ 176ms
HTTP client 4✅ 3ms
Http Error handling 2✅ 1⚪ 41ms
HTTP_Method parse 3✅ 7ms
HTTP_Status_Code 1✅ 3ms
identity 3✅ 1ms
Inlining Helpers 2✅ 16ms
inner / outer xml 2✅ 56ms
Instrument @Tail_Call fibonacci 6✅ 559ms
Instrument fibonacci 3✅ 235ms
Integer.truncate 1✅ 3ms
Integers 24✅ 237ms
Interval 7✅ 52ms
Java case of 3✅ 5ms
Java FFI 6✅ 1⚪ 18ms
Java/Enso Date 2✅ 22ms
JavaDate 41✅ 7s
JavaDate date part tests 8✅ 8ms
JavaLocalTime 28✅ 95ms
JavaScript Objects, Arrays & Functions 8✅ 473ms
JavaScriptArrayWithADate 41✅ 6s
JavaScriptArrayWithADate date part tests 8✅ 214ms
JavascriptDataInArray 43✅ 4⚪ 649ms
JavascriptDataInArray date part tests 8✅ 88ms
JavascriptDate 43✅ 4⚪ 1s
JavaScriptDate 41✅ 5s
JavascriptDate date part tests 8✅ 51ms
JavaScriptDate date part tests 8✅ 140ms
JavaZonedDateTime 45✅ 2⚪ 459ms
JavaZonedDateTime date part tests 8✅ 7ms
JavaZoneId 7✅ 48ms
JS_Object 5✅ 206ms
JSON 5✅ 89ms
JSON 1✅ 43ms
JSON Deserialization 9✅ 544ms
JSON Serialization 3✅ 68ms
JSON_Format 2✅ 72ms
Lazy 6✅ 62ms
Lazy Generator 1✅ 7ms
Lexicographic Order on Vectors 2✅ 7ms
List 31✅ 756ms
Locale 13✅ 71ms
Looping Imports 1✅ 1ms
Lowercase Methods 5✅ 5ms
Managed_Resource 3✅ 31ms
Match.end 4✅ 22ms
Match.groups 2✅ 13ms
Match.named_groups 3✅ 57ms
Match.span 4✅ 20ms
Match.start 4✅ 30ms
Match.text 6✅ 74ms
Match.to_display_text 1✅ 10ms
Match.utf_16_span 4✅ 28ms
Match.utf_16_start 8✅ 32ms
Maybe 5✅ 8ms
Meta-Value Inspection 3✅ 1⚪ 5ms
Meta-Value Manipulation 26✅ 528ms
Meta.Type.find 4✅ 12ms
Methods 1✅ 1⚪ 1ms
Missing_Required_Argument 3✅ 71ms
Natural Order 4✅ 143ms
No Method Errors 1✅ 13ms
non-linear inserts 11✅ 179ms
Number Conversions 1✅ 17ms
Number Rounding numeric tests 19✅ 262ms
Numbers 14✅ 227ms
Numeric values 1✅ 5ms
Object Comparator 7✅ 37ms
Operator == 16✅ 87ms
Ordering 6✅ 48ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 177ms
Pair - from 2-Item List 13✅ 89ms
Pair - from 2-Item Vector 13✅ 88ms
Pair - from Pair.new 13✅ 62ms
Pair - from Pair.Value 13✅ 13ms
Panics 17✅ 308ms
parse 8✅ 332ms
Parsing date/time values 26✅ 1⚪ 511ms
Parsing formats 4✅ 234ms
Pattern Matches 17✅ 53ms
Pattern.find and .find_all 8✅ 122ms
Pattern.match and .match_all 8✅ 96ms
Pattern.matches 5✅ 41ms
Pattern.replace 16✅ 284ms
Pattern.split 6✅ 60ms
Pattern.tokenize 7✅ 274ms
Period 7✅ 59ms
Plain_Text 3✅ 25ms
Polyglot Argument 7✅ 18ms
Polyglot Argument with Inheritance 3✅ 13ms
Polyglot Conversion 14✅ 23ms
Polyglot hash maps 6✅ 150ms
Polyglot JS 19✅ 204ms
Polyglot keys and values 6✅ 5s
Polyglot Operator == 7✅ 30ms
Polyglot Python 18✅ 109ms
Polyglot R 1⚪ 0ms
post 25✅ 1s
Problem_Behavior 2✅ 21ms
Process 5✅ 8s
PythonDate 41✅ 10s
PythonDate 42✅ 5⚪ 4s
PythonDate date part tests 8✅ 106ms
PythonDate date part tests 8✅ 68ms
PythonLocalTime 28✅ 485ms
Qualified Names 3✅ 2ms
Random 15✅ 1s
Range 35✅ 951ms
Rank Data 7✅ 50ms
Read XML 7✅ 86ms
read_bytes 6✅ 45ms
read_text 6✅ 115ms
Refs 2✅ 5ms
Regex splitting 3✅ 19ms
Regex tokenizing 2✅ 27ms
Regex: find and find_all 20✅ 1⚪ 233ms
Regression 12✅ 148ms
ReportingStreamDecoder 6✅ 418ms
ReportingStreamEncoder 8✅ 149ms
Request 10✅ 58ms
rounding 4✅ 17ms
Sorting with multiple comparators 4✅ 2⚪ 66ms
Sorting with the default comparator 7✅ 3⚪ 139ms
Stack traces 1✅ 12ms
State 2✅ 6ms
Statistics 14✅ 406ms
Statistics - empty Vector 3✅ 15ms
Statistics - invalid input 5✅ 190ms
Statistics - invalid input 1✅ 2ms
Statistics - NaN Vector 3✅ 74ms
Statistics - Nothing Vector 3✅ 54ms
System 1✅ 1ms
tag name 1✅ 14ms
Temporary_File facility 6✅ 932ms
Text 84✅ 7s
text contents 1✅ 5ms
Text_Sub_Range_Data 2✅ 53ms
Text_Utils 4✅ 123ms
Text.match 6✅ 33ms
Text.replace 16✅ 188ms
Text.Span 3✅ 32ms
Text.substring 4✅ 10ms
the Self construct 6✅ 20ms
Time_Of_Day 28✅ 687ms
to_display_text 5✅ 56ms
Type Errors 11✅ 165ms
uncurry 1✅ 3ms
Unresolved symbol 1✅ 1ms
URI 21✅ 3⚪ 820ms
Use a slice of an array as vectors 95✅ 3⚪ 229ms
Use Array as vectors 95✅ 3⚪ 464ms
Use Array_Proxy as vectors 95✅ 3⚪ 190ms
Use Java ArrayList as vectors 95✅ 3⚪ 273ms
Use Vector as vectors 95✅ 3⚪ 2s
UTF_16 BigEndian 2✅ 9ms
UTF_16 LittleEndian 2✅ 11ms
UTF_8 7✅ 80ms
Vector builder 5✅ 19ms
Vector Slicing Helpers 1✅ 18ms
Vector/Array equality 9✅ 16ms
Windows 1252 4✅ 32ms
Wrapped errors 5✅ 22ms
write operations 22✅ 833ms
Zone 9✅ 35ms

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

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

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 223ms
File uploads 2✅ 22ms
Geo_Map 3✅ 872ms
Histogram Visualization 6✅ 249ms
Lazy Table Visualization 12✅ 574ms
Lazy Text Visualization 3✅ 65ms
Scatter Plot Visualization 14✅ 643ms
Serializable Visualization Identifiers 5✅ 156ms
SQL Visualization 1✅ 247ms
Table Visualization 9✅ 624ms
Table.lookup_ignore_case 1✅ 17ms
Table.rows 1✅ 291ms
Type Names of Visualization Defaults 1✅ 247ms
Vector and Arrays 2✅ 1⚪ 54ms
Widgets for Database 1✅ 13ms
Widgets for In-Database Connection with table name sets 1✅ 159ms
Widgets for In-Database Connection with table types 1✅ 23ms
Widgets for In-Database Table with column name sets 2✅ 49ms
Widgets for In-Memory with column name sets 2✅ 102ms
Widgets for the Text type 1✅ 147ms