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

(even more) Dashboard fixes #7877

Merged
merged 20 commits into from
Sep 29, 2023

Trigger CI

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

(even more) Dashboard fixes #7877

Trigger CI
9b9b4cd
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Standard Library Tests (windows) succeeded Sep 29, 2023 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 3✅ 6⚪ 131ms
C:/runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 32✅ 1⚪ 8s
C:/runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 406ms
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 2520✅ 150⚪ 121s
C:/runner/_work/enso/enso/target/test-results/Tests/JUnit.xml 2070✅ 43⚪ 46s
C:/runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 4s

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

9 tests were completed in 131ms with 3 passed, 0 failed and 6 skipped.

Test suite Passed Failed Skipped Time
S3.get_object 1⚪ 0ms
S3.head (bucket) 1⚪ 0ms
S3.head (object) 1⚪ 0ms
S3.list_buckets 1⚪ 0ms
S3.list_objects 1⚪ 0ms
S3.parse_uri 3✅ 131ms
S3.read_bucket 1⚪ 0ms

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

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

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

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 27ms
GeoJSON to Table 3✅ 379ms

✅ 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✅ 112ms
Image with 1 channel 19✅ 112ms
Image with 2 channels 19✅ 139ms
Image with 3 channels 19✅ 123ms
Image with 4 channels 19✅ 112ms
Image Write 2✅ 31ms
Image.read 9✅ 1s
Matrix with 1 channel 21✅ 164ms
Matrix with 2 channels 21✅ 138ms
Matrix with 3 channels 21✅ 155ms
Matrix with 4 channels 21✅ 124ms
Matrix_Error 1✅ 1ms

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

2670 tests were completed in 121s with 2520 passed, 0 failed and 150 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 295ms
[Codegen] Basic Select 3✅ 70ms
[Codegen] Handling Missing Values 2✅ 249ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 350ms
[Codegen] Sorting 4✅ 60ms
[In-Memory-specific] Table.join 1✅ 510ms
[In-Memory-specific] Table.set 2✅ 63ms
[In-Memory] Interactions Between various operations 11✅ 5s
[In-Memory] Arithmetic Column Operations 12✅ 114ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 137ms
[In-Memory] Colum Operations - Names 10✅ 39ms
[In-Memory] Column Comparisons 5✅ 1⚪ 194ms
[In-Memory] Column Naming edge cases 7✅ 214ms
[In-Memory] Column operation Integer Overflow handling 6✅ 576ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 49ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 65ms
[In-Memory] Column Operations - Text Trim 3✅ 26ms
[In-Memory] Column.const 3✅ 6ms
[In-Memory] Column.fill_nothing/empty 4✅ 6ms
[In-Memory] Column.map 6✅ 116ms
[In-Memory] Column.rename 1✅ 4ms
[In-Memory] Column.take/drop 8✅ 83ms
[In-Memory] Column.zip 6✅ 23ms
[In-Memory] Date-Time operations 21✅ 1⚪ 660ms
[In-Memory] Date-Time support 3✅ 43ms
[In-Memory] Dropping Missing Values 8✅ 224ms
[In-Memory] Expression Arithmetic 3✅ 77ms
[In-Memory] Expression Boolean literals 1✅ 69ms
[In-Memory] Expression Boolean Operators 4✅ 25ms
[In-Memory] Expression Column Arithmetic 2✅ 85ms
[In-Memory] Expression Comparison Operators 6✅ 133ms
[In-Memory] Expression Date and Time literals 5✅ 31ms
[In-Memory] Expression Errors should be handled 4✅ 29ms
[In-Memory] Expression Float literals 1✅ 17ms
[In-Memory] Expression Integer literals 1✅ 16ms
[In-Memory] Expression Nothing literals 3✅ 17ms
[In-Memory] Expression Text literals 1✅ 80ms
[In-Memory] Expression Text literals 2✅ 7ms
[In-Memory] Expression Text Operators 2✅ 61ms
[In-Memory] Expression Warnings should be reported 4✅ 151ms
[In-Memory] Filling Missing Values 6✅ 27ms
[In-Memory] Function invocation 2✅ 28ms
[In-Memory] Handling of Big Integer values 10✅ 292ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 601ms
[In-Memory] Min/Max Operations 2✅ 66ms
[In-Memory] Other Column Operations 1✅ 2ms
[In-Memory] replace: empty table and nothings 2✅ 5ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 17ms
[In-Memory] replace: literal text pattern and replacement 4✅ 28ms
[In-Memory] replace: pattern and replacement columns 4✅ 11ms
[In-Memory] Rounding numeric tests 19✅ 633ms
[In-Memory] Rounding-like operations 15✅ 32ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 37ms
[In-Memory] Storage Builders 1✅ 153ms
[In-Memory] Table.add_row_number (common) 7✅ 604ms
[In-Memory] Table.add_row_number (in-memory specific) 6✅ 281ms
[In-Memory] Table.aggregate 3✅ 242ms
[In-Memory] Table.aggregate 3✅ 18ms
[In-Memory] Table.aggregate Concatenate 6✅ 81ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 95ms
[In-Memory] Table.aggregate First and Last 1✅ 2ms
[In-Memory] Table.aggregate Mode 1✅ 1ms
[In-Memory] Table.aggregate Shortest 1✅ 13ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 424ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 276ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 24ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 15ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 42ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 7ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 64ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 76ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 29ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 48ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 72ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 213ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 13ms
[In-Memory] Table.aggregate+Expressions 2✅ 39ms
[In-Memory] Table.at 3✅ 16ms
[In-Memory] Table.column_count 1✅ 0ms
[In-Memory] Table.column_names 2✅ 19ms
[In-Memory] Table.cross_join 8✅ 285ms
[In-Memory] Table.cross_tab 23✅ 782ms
[In-Memory] Table.distinct 6✅ 220ms
[In-Memory] Table.distinct 7✅ 317ms
[In-Memory] Table.fill_nothing/empty 6✅ 17ms
[In-Memory] Table.filter 5✅ 984ms
[In-Memory] Table.filter 20✅ 2⚪ 426ms
[In-Memory] Table.filter_by_expression 5✅ 93ms
[In-Memory] Table.get 3✅ 10ms
[In-Memory] Table.join 33✅ 1s
[In-Memory] Table.join performance 3✅ 1⚪ 2s
[In-Memory] Table.order_by 23✅ 207ms
[In-Memory] Table.remove_columns 12✅ 249ms
[In-Memory] Table.rename_columns 20✅ 310ms
[In-Memory] Table.reorder_columns 10✅ 228ms
[In-Memory] Table.replace 3✅ 56ms
[In-Memory] Table.rows 6✅ 41ms
[In-Memory] Table.select_columns 15✅ 500ms
[In-Memory] Table.set 7✅ 515ms
[In-Memory] Table.sort_columns 4✅ 94ms
[In-Memory] Table.take/drop 9✅ 635ms
[In-Memory] Table.transpose 8✅ 255ms
[In-Memory] Table.union 23✅ 718ms
[In-Memory] Table.zip 11✅ 373ms
[In-Memory] Table/Column auto value type 13✅ 92ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 102ms
[In-Memory] Table/Column.cast - date/time 3✅ 38ms
[In-Memory] Table/Column.cast - numeric 6✅ 152ms
[In-Memory] Table/Column.cast - to text 9✅ 196ms
[In-Memory] Temp column 2✅ 5ms
[In-Memory] Text Column Operations 5✅ 141ms
[PostgreSQL] .pgpass 2✅ 230ms
[PostgreSQL] Connection setup 3✅ 226ms
[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✅ 100ms
[SQLite File] Appending a Database table to a Database table 29✅ 2s
[SQLite File] Appending an in-memory table to a Database table 30✅ 2s
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 234ms
[SQLite File] Basic Table Access 4✅ 621ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 185ms
[SQLite File] Colum Operations - Names 8✅ 44ms
[SQLite File] Column Comparisons 4✅ 1⚪ 317ms
[SQLite File] Column Naming edge cases 7✅ 240ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 123ms
[SQLite File] Column Operations - Text Replace 2✅ 27ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 64ms
[SQLite File] Column.const 3✅ 39ms
[SQLite File] Column.fill_nothing/empty 4✅ 77ms
[SQLite File] Column.map 1✅ 15ms
[SQLite File] Column.rename 1✅ 12ms
[SQLite File] Column.take/drop 6✅ 1s
[SQLite File] Column.zip 1✅ 16ms
[SQLite File] Creating an empty table 17✅ 1s
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Deleting rows from a Database table 4✅ 86ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 534ms
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 510ms
[SQLite File] Dialect-specific codegen 1✅ 47ms
[SQLite File] Dropping Missing Values 7✅ 358ms
[SQLite File] Error Handling 2✅ 70ms
[SQLite File] Expression Arithmetic 3✅ 252ms
[SQLite File] Expression Boolean literals 1✅ 34ms
[SQLite File] Expression Boolean Operators 4✅ 88ms
[SQLite File] Expression Column Arithmetic 2✅ 136ms
[SQLite File] Expression Comparison Operators 6✅ 347ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Errors should be handled 4✅ 33ms
[SQLite File] Expression Float literals 1✅ 12ms
[SQLite File] Expression Integer literals 1✅ 14ms
[SQLite File] Expression Nothing literals 3✅ 80ms
[SQLite File] Expression Text literals 1✅ 22ms
[SQLite File] Expression Text literals 2✅ 18ms
[SQLite File] Expression Text Operators 2✅ 61ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 135ms
[SQLite File] Filling Missing Values 3✅ 1⚪ 96ms
[SQLite File] Function invocation 2✅ 46ms
[SQLite File] Masking Tables 1✅ 66ms
[SQLite File] math functions 6✅ 1s
[SQLite File] Metadata 2✅ 64ms
[SQLite File] Min/Max Operations 2✅ 73ms
[SQLite File] Missing Values 2✅ 75ms
[SQLite File] Other Column Operations 1✅ 21ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 668ms
[SQLite File] partial Date-Time support 2✅ 47ms
[SQLite File] Persisting a Database Table (query) 8✅ 563ms
[SQLite File] replace: empty table and nothings 2✅ 28ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 35ms
[SQLite File] replace: literal text pattern and replacement 4✅ 111ms
[SQLite File] replace: pattern and replacement columns 4✅ 26ms
[SQLite File] Rounding numeric tests 19✅ 11s
[SQLite File] Rounding-like operations 15✅ 472ms
[SQLite File] Schemas and Databases 3✅ 14ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 116ms
[SQLite File] Sorting 5✅ 125ms
[SQLite File] Support for Long Column/Table names 6✅ 2s
[SQLite File] Table.add_row_number (common) 7✅ 162ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 52ms
[SQLite File] Table.aggregate 1✅ 18ms
[SQLite File] Table.aggregate Concatenate 6✅ 105ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 86ms
[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⚪ 112ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 80ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 41ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 32ms
[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⚪ 41ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 668ms
[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✅ 156ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 122ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 95ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 139ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 15ms
[SQLite File] Table.aggregate+Expressions 2✅ 51ms
[SQLite File] Table.at 3✅ 19ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 52ms
[SQLite File] Table.cross_join 8✅ 360ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 375ms
[SQLite File] Table.distinct 7✅ 203ms
[SQLite File] Table.fill_nothing/empty 6✅ 162ms
[SQLite File] Table.filter 1✅ 1ms
[SQLite File] Table.filter 19✅ 1⚪ 963ms
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 148ms
[SQLite File] Table.get 3✅ 9ms
[SQLite File] Table.join 26✅ 3⚪ 1s
[SQLite File] Table.order_by 19✅ 2⚪ 241ms
[SQLite File] Table.query 8✅ 392ms
[SQLite File] Table.remove_columns 11✅ 616ms
[SQLite File] Table.rename_columns 20✅ 966ms
[SQLite File] Table.reorder_columns 9✅ 499ms
[SQLite File] Table.replace 0ms
[SQLite File] Table.rows 6✅ 34ms
[SQLite File] Table.select_columns 14✅ 940ms
[SQLite File] Table.set 7✅ 96ms
[SQLite File] Table.sort_columns 4✅ 139ms
[SQLite File] Table.take/drop 7✅ 3s
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 18✅ 1⚪ 927ms
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column auto value type 1✅ 11ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 110ms
[SQLite File] Table/Column.cast - numeric 3✅ 48ms
[SQLite File] Table/Column.cast - to text 1✅ 21ms
[SQLite File] Tables and Table Types 4✅ 124ms
[SQLite File] Temp column 2✅ 18ms
[SQLite File] Text Column Operations 5✅ 292ms
[SQLite File] Transaction Support 4✅ 74ms
[SQLite File] Uploading an in-memory Table 10✅ 713ms
[SQLite In-Memory] Interactions Between various operations 8✅ 1s
[SQLite In-Memory] Aggregation 2✅ 18ms
[SQLite In-Memory] Appending a Database table to a Database table 29✅ 1s
[SQLite In-Memory] Appending an in-memory table to a Database table 30✅ 1s
[SQLite In-Memory] Arithmetic Column Operations 10✅ 2⚪ 122ms
[SQLite In-Memory] Basic Table Access 4✅ 109ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 89ms
[SQLite In-Memory] Colum Operations - Names 8✅ 34ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 126ms
[SQLite In-Memory] Column Naming edge cases 7✅ 116ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 52ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 12ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 31ms
[SQLite In-Memory] Column.const 3✅ 27ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 38ms
[SQLite In-Memory] Column.map 1✅ 6ms
[SQLite In-Memory] Column.rename 1✅ 9ms
[SQLite In-Memory] Column.take/drop 6✅ 734ms
[SQLite In-Memory] Column.zip 1✅ 8ms
[SQLite In-Memory] Creating an empty table 15✅ 298ms
[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✅ 75ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 469ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 384ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 4ms
[SQLite In-Memory] Dropping Missing Values 7✅ 196ms
[SQLite In-Memory] Error Handling 2✅ 36ms
[SQLite In-Memory] Expression Arithmetic 3✅ 132ms
[SQLite In-Memory] Expression Boolean literals 1✅ 21ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 61ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 69ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 160ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 14ms
[SQLite In-Memory] Expression Float literals 1✅ 10ms
[SQLite In-Memory] Expression Integer literals 1✅ 10ms
[SQLite In-Memory] Expression Nothing literals 3✅ 46ms
[SQLite In-Memory] Expression Text literals 1✅ 15ms
[SQLite In-Memory] Expression Text literals 2✅ 14ms
[SQLite In-Memory] Expression Text Operators 2✅ 43ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 80ms
[SQLite In-Memory] Filling Missing Values 3✅ 1⚪ 65ms
[SQLite In-Memory] Function invocation 2✅ 31ms
[SQLite In-Memory] Masking Tables 1✅ 8ms
[SQLite In-Memory] math functions 6✅ 627ms
[SQLite In-Memory] Metadata 2✅ 6ms
[SQLite In-Memory] Min/Max Operations 2✅ 37ms
[SQLite In-Memory] Missing Values 2✅ 11ms
[SQLite In-Memory] Other Column Operations 1✅ 11ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 316ms
[SQLite In-Memory] partial Date-Time support 2✅ 22ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 391ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 19ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 11ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 21ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 7ms
[SQLite In-Memory] Rounding numeric tests 19✅ 6s
[SQLite In-Memory] Rounding-like operations 15✅ 237ms
[SQLite In-Memory] Schemas and Databases 3✅ 1ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 59ms
[SQLite In-Memory] Sorting 5✅ 27ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 671ms
[SQLite In-Memory] Table.add_row_number (common) 7✅ 85ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 18ms
[SQLite In-Memory] Table.aggregate 1✅ 17ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 71ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 79ms
[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⚪ 81ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 64ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 28ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 25ms
[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⚪ 37ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 349ms
[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✅ 74ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 72ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 41ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 51ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 11ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 37ms
[SQLite In-Memory] Table.at 3✅ 8ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 28ms
[SQLite In-Memory] Table.cross_join 8✅ 219ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 12ms
[SQLite In-Memory] Table.distinct 7✅ 104ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 75ms
[SQLite In-Memory] Table.filter 1✅ 0ms
[SQLite In-Memory] Table.filter 19✅ 1⚪ 560ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 95ms
[SQLite In-Memory] Table.get 3✅ 5ms
[SQLite In-Memory] Table.join 26✅ 3⚪ 647ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 126ms
[SQLite In-Memory] Table.query 8✅ 60ms
[SQLite In-Memory] Table.remove_columns 11✅ 267ms
[SQLite In-Memory] Table.rename_columns 20✅ 400ms
[SQLite In-Memory] Table.reorder_columns 9✅ 245ms
[SQLite In-Memory] Table.replace 0ms
[SQLite In-Memory] Table.rows 6✅ 19ms
[SQLite In-Memory] Table.select_columns 14✅ 429ms
[SQLite In-Memory] Table.set 7✅ 62ms
[SQLite In-Memory] Table.sort_columns 4✅ 54ms
[SQLite In-Memory] Table.take/drop 7✅ 2s
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 18✅ 1⚪ 621ms
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column auto value type 1✅ 9ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 86ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 37ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 19ms
[SQLite In-Memory] Tables and Table Types 4✅ 26ms
[SQLite In-Memory] Temp column 2✅ 15ms
[SQLite In-Memory] Text Column Operations 5✅ 126ms
[SQLite In-Memory] Transaction Support 4✅ 44ms
[SQLite In-Memory] Uploading an in-memory Table 8✅ 351ms
[SQLite] Type Mapping 8✅ 135ms
Aggregate Columns 23✅ 108ms
Boolean Column.format, with format Column 3✅ 42ms
Boolean Column.format, with format string 3✅ 52ms
ceil 3✅ 19ms
Column.parse 13✅ 202ms
Columns 16✅ 1⚪ 230ms
Construction 8✅ 1⚪ 902ms
Counting Values 1✅ 1ms
DataFormatter builders 3✅ 31ms
DataFormatter.format 10✅ 62ms
DataFormatter.parse 10✅ 388ms
Date Column.format, with format Column 6✅ 55ms
Date Column.format, with format string 4✅ 105ms
Date_Time Column.format, with format Column 6✅ 78ms
Date_Time Column.format, with format string 5✅ 118ms
Date_Time truncate 1✅ 22ms
Delimited File Parsing 27✅ 3⚪ 3s
Delimited File Writing 33✅ 3s
Dropping Missing Values 1✅ 328ms
Edge cases 1✅ 7ms
Errors 2✅ 11ms
Excel Range 9✅ 134ms
File.read (Delimited) 3✅ 38ms
File.read (Delimited) should work with Date_Time 3✅ 12ms
File.read (Delimited) should work with Dates 3✅ 17ms
File.read (Delimited) should work with Time_Of_Days 3✅ 10ms
fill 6✅ 358ms
Float 3✅ 20ms
Float, with format Column 3✅ 14ms
floor 3✅ 15ms
Info 1✅ 20ms
Integer 3✅ 41ms
Integer 1✅ 7ms
Integer, with format Column 3✅ 31ms
Integration 1✅ 55ms
JSON conversion 2✅ 73ms
Mapping Operations 7✅ 349ms
Masking Tables 3✅ 337ms
Numeric, empty/Nothing 4✅ 57ms
Problems 3✅ 54ms
Read XLSX / XLS Files 12✅ 3s
Reading single cells correctly 7✅ 286ms
round/truncate/ceil/floor 3✅ 57ms
Rounding 8✅ 79ms
Should be able to serialise a table with Dates to Text 2✅ 46ms
Should be able to serialise a table with DateTimes to Text 2✅ 18ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 13ms
Slicing Tables 4✅ 440ms
Sorting Columns 4✅ 70ms
Sorting Tables 2✅ 169ms
SQLite_Format should allow connecting to SQLite files 5✅ 55ms
Table.from Text 1✅ 298ms
Table.parse 22✅ 849ms
Table.parse_to_columns 14✅ 410ms
Table.split 5✅ 285ms
Table.split/tokenize column count 4✅ 162ms
Table.split/tokenize column order 1✅ 6ms
Table.split/tokenize errors 4✅ 13ms
Table.split/tokenize name conflicts 2✅ 40ms
Table.tokenize 12✅ 266ms
Text.parse_to_table 2✅ 58ms
Text.parse_to_table errors 3✅ 16ms
Text.parse_to_table parsing 3✅ 25ms
Text.parse_to_table with case-insensitivity 1✅ 9ms
Text.parse_to_table with groups 2✅ 165ms
Time_Of_Day Column.format, with format Column 6✅ 78ms
Time_Of_Day Column.format, with format string 5✅ 78ms
truncate 3✅ 18ms
Unique_Name_Strategy Helper 12✅ 231ms
Unique_Name_Strategy.combine_with_prefix 6✅ 19ms
Use First Row As Names 5✅ 388ms
Value_Type 2✅ 20ms
Various File Format support on Table 8✅ 2s
Vector conversion 1✅ 7ms
Write xls Files 38✅ 2s
Write xlsx Files 38✅ 4s
Writing 4✅ 58ms
XLS reading 7✅ 46ms
XLSX reading 7✅ 443ms

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

2113 tests were completed in 46s with 2070 passed, 0 failed and 43 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 11ms
Any's methods 3✅ 54ms
Array_Proxy 5✅ 58ms
ArrayOverBuffer 1⚪ 0ms
ASCII 4✅ 46ms
Atom with holes 7✅ 28ms
Auto_Detect 3✅ 28ms
BigInts 13✅ 417ms
Booleans 6✅ 27ms
Bound 3✅ 2ms
Bytes 3✅ 9ms
caching 1✅ 42ms
Callables 5✅ 14ms
Check Nothing and NaN 3✅ 0ms
codepoints 2✅ 4ms
Compare functionality with Vector 1✅ 14ms
Compile 6✅ 23ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 8ms
Conversion 41✅ 207ms
Correlation Statistics 6✅ 56ms
curry 1✅ 3ms
Dataflow Errors 11✅ 30ms
Dataflow Warnings 32✅ 861ms
Date 40✅ 7s
Date date part tests 8✅ 91ms
Date_Range 11✅ 965ms
Date_Time 44✅ 2⚪ 754ms
Date_Time date part tests 8✅ 25ms
Date_Time equality 2✅ 4ms
Day_Of_Week conversions 8✅ 21ms
Deep Exports 1✅ 1ms
Default comparator 3✅ 9ms
Deterministic Random Noise Generator 2✅ 282ms
Duration 15✅ 124ms
Encoding object 4✅ 78ms
Enso Arrays 5✅ 34ms
Enso maps 46✅ 263ms
Enso Set 5✅ 33ms
Environment 1✅ 18ms
Escape 1✅ 0ms
fetch 10✅ 490ms
File Operations 19✅ 178ms
flip 2✅ 1ms
Float.truncate 1✅ 4ms
Floats 5✅ 22ms
folder operations 3✅ 58ms
Formatting date/time values 6✅ 97ms
Fully Qualified Names 1✅ 0ms
Function Ascribed Parameters 12✅ 27ms
Header 1✅ 6ms
Header resolution 7✅ 19ms
Headers 6✅ 115ms
HTTP client 4✅ 2ms
identity 3✅ 1ms
Inlining Helpers 2✅ 4ms
Integer.truncate 1✅ 3ms
Integers 24✅ 112ms
Interval 7✅ 47ms
Java case of 3✅ 4ms
Java FFI 6✅ 1⚪ 10ms
Java/Enso Date 2✅ 16ms
JavaDate 40✅ 2s
JavaDate date part tests 8✅ 5ms
JavaLocalTime 27✅ 35ms
JavaScript Objects, Arrays & Functions 8✅ 639ms
JavaScriptArrayWithADate 40✅ 2s
JavaScriptArrayWithADate date part tests 8✅ 66ms
JavascriptDataInArray 42✅ 4⚪ 379ms
JavascriptDataInArray date part tests 8✅ 74ms
JavascriptDate 42✅ 4⚪ 362ms
JavaScriptDate 40✅ 3s
JavascriptDate date part tests 8✅ 8ms
JavaScriptDate date part tests 8✅ 106ms
JavaZonedDateTime 44✅ 2⚪ 261ms
JavaZonedDateTime date part tests 8✅ 7ms
JavaZoneId 7✅ 30ms
JS_Object 2✅ 140ms
JSON 4✅ 40ms
JSON Deserialization 2✅ 40ms
JSON Serialization 3✅ 61ms
JSON_Format 2✅ 129ms
Lazy 6✅ 32ms
Lazy Generator 1✅ 3ms
Lexicographic Order on Vectors 2✅ 6ms
List 31✅ 535ms
Locale 13✅ 65ms
Looping Imports 1✅ 0ms
Lowercase Methods 5✅ 4ms
Managed_Resource 3✅ 20ms
Match.end 4✅ 25ms
Match.groups 2✅ 11ms
Match.named_groups 3✅ 32ms
Match.span 4✅ 18ms
Match.start 4✅ 23ms
Match.text 6✅ 31ms
Match.utf_16_end 4✅ 18ms
Match.utf_16_span 4✅ 16ms
Match.utf_16_start 4✅ 23ms
Maybe 5✅ 3ms
Meta-Value Inspection 3✅ 1⚪ 4ms
Meta-Value Manipulation 26✅ 87ms
Methods 1✅ 1⚪ 1ms
Natural Order 4✅ 72ms
No Method Errors 1✅ 9ms
Noise 3✅ 50ms
non-linear inserts 11✅ 85ms
Number Conversions 1✅ 6ms
Number Rounding numeric tests 19✅ 134ms
Numbers 14✅ 81ms
Numeric values 1✅ 6ms
Object Comparator 7✅ 32ms
Operator == 16✅ 64ms
Ordering 6✅ 25ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 113ms
Pair - from 2-Item List 13✅ 65ms
Pair - from 2-Item Vector 13✅ 63ms
Pair - from Pair.new 13✅ 61ms
Pair - from Pair.Value 13✅ 14ms
Panics 17✅ 122ms
parse 8✅ 136ms
Parsing date/time values 26✅ 1⚪ 525ms
Parsing formats 4✅ 196ms
Pattern Matches 16✅ 28ms
Pattern.find and .find_all 8✅ 69ms
Pattern.match and .match_all 8✅ 53ms
Pattern.matches 5✅ 14ms
Pattern.replace 10✅ 95ms
Pattern.split 6✅ 25ms
Pattern.tokenize 7✅ 166ms
Period 7✅ 26ms
Plain_Text 3✅ 22ms
Polyglot hash maps 2✅ 4⚪ 25ms
Polyglot JS 19✅ 101ms
Polyglot keys and values 2✅ 4⚪ 11ms
Polyglot Operator == 7✅ 22ms
Polyglot Python 1⚪ 0ms
Polyglot R 1⚪ 0ms
post 24✅ 891ms
Problem_Behavior 2✅ 14ms
Process 5✅ 7s
Qualified Names 3✅ 3ms
Random 6✅ 589ms
Range 35✅ 523ms
Rank Data 7✅ 22ms
read_bytes 6✅ 49ms
read_text 6✅ 124ms
Refs 1✅ 2ms
Regex splitting 3✅ 10ms
Regex tokenizing 2✅ 18ms
Regex: find and find_all 20✅ 1⚪ 173ms
Regression 12✅ 83ms
ReportingStreamDecoder 6✅ 264ms
ReportingStreamEncoder 8✅ 110ms
Request 10✅ 38ms
rounding 4✅ 18ms
should correctly evaluate documentation examples 6✅ 69ms
Sorting with multiple comparators 4✅ 2⚪ 43ms
Sorting with the default comparator 7✅ 3⚪ 60ms
Stack traces 1✅ 6ms
State 2✅ 4ms
Statistics 14✅ 257ms
Statistics - empty Vector 3✅ 11ms
Statistics - invalid input 5✅ 143ms
Statistics - invalid input 1✅ 1ms
Statistics - NaN Vector 3✅ 20ms
Statistics - Nothing Vector 3✅ 50ms
System 1✅ 1ms
Text 84✅ 6s
Text_Sub_Range_Data 2✅ 20ms
Text_Utils 4✅ 40ms
Text.match 6✅ 24ms
Text.replace 16✅ 174ms
Text.Span 3✅ 20ms
the Self construct 6✅ 11ms
Time_Of_Day 27✅ 178ms
to_display_text 5✅ 23ms
Type Errors 11✅ 107ms
uncurry 1✅ 1ms
Unresolved symbol 1✅ 1ms
URI 4✅ 23ms
Use a slice of an array as vectors 71✅ 2⚪ 150ms
Use Array as vectors 71✅ 2⚪ 593ms
Use Array_Proxy as vectors 71✅ 2⚪ 158ms
Use Java ArrayList as vectors 71✅ 2⚪ 167ms
Use Vector as vectors 71✅ 2⚪ 1s
UTF_16 BigEndian 2✅ 3ms
UTF_16 LittleEndian 2✅ 3ms
UTF_8 7✅ 31ms
Vector builder 2✅ 9ms
Vector Slicing Helpers 1✅ 19ms
Vector/Array equality 9✅ 12ms
Windows 1252 4✅ 16ms
write operations 21✅ 598ms
Zone 9✅ 39ms

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

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

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 96ms
File uploads 2✅ 6ms
Geo_Map 3✅ 756ms
Histogram Visualization 6✅ 184ms
Lazy Table Visualization 12✅ 331ms
Lazy Text Visualization 3✅ 45ms
Scatter Plot Visualization 14✅ 776ms
Serializable Visualization Identifiers 5✅ 134ms
SQL Visualization 1✅ 137ms
Table Visualization 9✅ 402ms
Table.lookup_ignore_case 1✅ 13ms
Table.rows 1✅ 177ms
Type Names of Visualization Defaults 1✅ 167ms
Vector and Arrays 2✅ 1⚪ 34ms
Widgets for Database 1✅ 12ms
Widgets for In-Database Connection with table name sets 1✅ 98ms
Widgets for In-Database Connection with table types 1✅ 14ms
Widgets for In-Database Table with column name sets 2✅ 33ms
Widgets for In-Memory with column name sets 2✅ 38ms
Widgets for the Text type 1✅ 94ms