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

Benchmark shall loop correctly #7781

Merged
merged 1 commit into from
Sep 11, 2023

Benchmark shall loop correctly

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

Benchmark shall loop correctly #7781

Benchmark shall loop correctly
71b1be5
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 (macos) succeeded Sep 11, 2023 in 0s

Standard Library Tests (macos) ✅

Tests passed successfully

Report Passed Failed Skipped Time
/Users/runner/work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 10s
/Users/runner/work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 689ms
/Users/runner/work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 5s
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml 2493✅ 149⚪ 173s
/Users/runner/work/enso/enso/target/test-results/Tests/JUnit.xml 2224✅ 26⚪ 887s
/Users/runner/work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 7s

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

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

Test suite Passed Failed Skipped Time
Examples 33✅ 10s

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 64ms
GeoJSON to Table 3✅ 625ms

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

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

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 244ms
Image with 1 channel 19✅ 238ms
Image with 2 channels 19✅ 253ms
Image with 3 channels 19✅ 230ms
Image with 4 channels 19✅ 227ms
Image Write 2✅ 84ms
Image.read 9✅ 2s
Matrix with 1 channel 21✅ 298ms
Matrix with 2 channels 21✅ 284ms
Matrix with 3 channels 21✅ 278ms
Matrix with 4 channels 21✅ 279ms
Matrix_Error 1✅ 4ms

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

2642 tests were completed in 173s with 2493 passed, 0 failed and 149 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 92ms
[Codegen] Basic Select 3✅ 68ms
[Codegen] Handling Missing Values 2✅ 132ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 194ms
[Codegen] Sorting 4✅ 51ms
[In-Memory-specific] Table.join 1✅ 836ms
[In-Memory-specific] Table.set 2✅ 159ms
[In-Memory] Interactions Between various operations 11✅ 3s
[In-Memory] Arithmetic Column Operations 12✅ 324ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 269ms
[In-Memory] Colum Operations - Names 10✅ 145ms
[In-Memory] Column Comparisons 5✅ 1⚪ 452ms
[In-Memory] Column Naming edge cases 7✅ 654ms
[In-Memory] Column operation Integer Overflow handling 5✅ 363ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 85ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 140ms
[In-Memory] Column Operations - Text Trim 3✅ 76ms
[In-Memory] Column.const 3✅ 16ms
[In-Memory] Column.fill_nothing/empty 4✅ 13ms
[In-Memory] Column.map 6✅ 204ms
[In-Memory] Column.rename 1✅ 5ms
[In-Memory] Column.take/drop 8✅ 125ms
[In-Memory] Column.zip 6✅ 57ms
[In-Memory] Date-Time operations 21✅ 1⚪ 1s
[In-Memory] Date-Time support 3✅ 98ms
[In-Memory] Dropping Missing Values 8✅ 504ms
[In-Memory] Expression Arithmetic 3✅ 110ms
[In-Memory] Expression Boolean literals 1✅ 75ms
[In-Memory] Expression Boolean Operators 4✅ 58ms
[In-Memory] Expression Column Arithmetic 2✅ 98ms
[In-Memory] Expression Comparison Operators 6✅ 189ms
[In-Memory] Expression Date and Time literals 5✅ 43ms
[In-Memory] Expression Decimal literals 1✅ 32ms
[In-Memory] Expression Errors should be handled 4✅ 30ms
[In-Memory] Expression Integer literals 1✅ 31ms
[In-Memory] Expression Nothing literals 3✅ 33ms
[In-Memory] Expression Text literals 1✅ 26ms
[In-Memory] Expression Text literals 2✅ 7ms
[In-Memory] Expression Text Operators 2✅ 40ms
[In-Memory] Expression Warnings should be reported 4✅ 129ms
[In-Memory] Filling Missing Values 6✅ 55ms
[In-Memory] Function invocation 2✅ 26ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 177ms
[In-Memory] Min/Max Operations 2✅ 147ms
[In-Memory] Other Column Operations 1✅ 5ms
[In-Memory] replace: empty table and nothings 2✅ 8ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 40ms
[In-Memory] replace: literal text pattern and replacement 4✅ 82ms
[In-Memory] replace: pattern and replacement columns 4✅ 37ms
[In-Memory] Rounding numeric tests 19✅ 2s
[In-Memory] Rounding-like operations 15✅ 107ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 60ms
[In-Memory] Storage Builders 1✅ 39ms
[In-Memory] Table.add_row_number (common) 7✅ 296ms
[In-Memory] Table.add_row_number (in-memory specific) 6✅ 63ms
[In-Memory] Table.aggregate 3✅ 281ms
[In-Memory] Table.aggregate 3✅ 31ms
[In-Memory] Table.aggregate Concatenate 6✅ 128ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 147ms
[In-Memory] Table.aggregate First and Last 1✅ 5ms
[In-Memory] Table.aggregate Mode 1✅ 5ms
[In-Memory] Table.aggregate Shortest 1✅ 24ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 591ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 444ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 46ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 26ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 84ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 14ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 93ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 149ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 47ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 90ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 144ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 325ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 21ms
[In-Memory] Table.aggregate+Expressions 2✅ 70ms
[In-Memory] Table.at 3✅ 30ms
[In-Memory] Table.column_count 1✅ 1ms
[In-Memory] Table.column_names 2✅ 27ms
[In-Memory] Table.cross_join 8✅ 182ms
[In-Memory] Table.cross_tab 23✅ 413ms
[In-Memory] Table.distinct 6✅ 214ms
[In-Memory] Table.distinct 7✅ 149ms
[In-Memory] Table.fill_nothing/empty 6✅ 45ms
[In-Memory] Table.filter 5✅ 2s
[In-Memory] Table.filter 20✅ 2⚪ 1000ms
[In-Memory] Table.filter_by_expression 5✅ 133ms
[In-Memory] Table.get 3✅ 23ms
[In-Memory] Table.join 33✅ 1s
[In-Memory] Table.join performance 3✅ 1⚪ 2s
[In-Memory] Table.order_by 23✅ 390ms
[In-Memory] Table.remove_columns 12✅ 501ms
[In-Memory] Table.rename_columns 20✅ 911ms
[In-Memory] Table.reorder_columns 10✅ 427ms
[In-Memory] Table.replace 3✅ 90ms
[In-Memory] Table.rows 6✅ 94ms
[In-Memory] Table.select_columns 15✅ 829ms
[In-Memory] Table.set 7✅ 893ms
[In-Memory] Table.sort_columns 4✅ 209ms
[In-Memory] Table.take/drop 9✅ 827ms
[In-Memory] Table.transpose 8✅ 145ms
[In-Memory] Table.union 23✅ 556ms
[In-Memory] Table.zip 11✅ 237ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 154ms
[In-Memory] Table/Column.cast - date/time 3✅ 13ms
[In-Memory] Table/Column.cast - numeric 6✅ 180ms
[In-Memory] Table/Column.cast - to text 7✅ 276ms
[In-Memory] Temp column 2✅ 17ms
[In-Memory] Text Column Operations 5✅ 434ms
[PostgreSQL] .pgpass 3✅ 432ms
[PostgreSQL] Connection setup 3✅ 380ms
[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✅ 99ms
[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⚪ 336ms
[SQLite File] Basic Table Access 4✅ 718ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 250ms
[SQLite File] Colum Operations - Names 8✅ 116ms
[SQLite File] Column Comparisons 4✅ 1⚪ 389ms
[SQLite File] Column Naming edge cases 7✅ 319ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 145ms
[SQLite File] Column Operations - Text Replace 2✅ 35ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 113ms
[SQLite File] Column.const 3✅ 85ms
[SQLite File] Column.fill_nothing/empty 4✅ 119ms
[SQLite File] Column.map 1✅ 19ms
[SQLite File] Column.rename 1✅ 20ms
[SQLite File] Column.take/drop 6✅ 2s
[SQLite File] Column.zip 1✅ 19ms
[SQLite File] Creating an empty table 17✅ 4s
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Deleting rows from a Database table 4✅ 173ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 921ms
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 844ms
[SQLite File] Dialect-specific codegen 1✅ 42ms
[SQLite File] Dropping Missing Values 7✅ 470ms
[SQLite File] Error Handling 2✅ 92ms
[SQLite File] Expression Arithmetic 3✅ 251ms
[SQLite File] Expression Boolean literals 1✅ 53ms
[SQLite File] Expression Boolean Operators 4✅ 125ms
[SQLite File] Expression Column Arithmetic 2✅ 202ms
[SQLite File] Expression Comparison Operators 6✅ 307ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Decimal literals 1✅ 21ms
[SQLite File] Expression Errors should be handled 4✅ 26ms
[SQLite File] Expression Integer literals 1✅ 24ms
[SQLite File] Expression Nothing literals 3✅ 88ms
[SQLite File] Expression Text literals 1✅ 43ms
[SQLite File] Expression Text literals 2✅ 28ms
[SQLite File] Expression Text Operators 2✅ 88ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 138ms
[SQLite File] Filling Missing Values 3✅ 1⚪ 145ms
[SQLite File] Function invocation 2✅ 50ms
[SQLite File] Masking Tables 1✅ 83ms
[SQLite File] math functions 6✅ 3s
[SQLite File] Metadata 2✅ 79ms
[SQLite File] Min/Max Operations 2✅ 118ms
[SQLite File] Missing Values 2✅ 87ms
[SQLite File] Other Column Operations 1✅ 41ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 1s
[SQLite File] partial Date-Time support 2✅ 92ms
[SQLite File] Persisting a Database Table (query) 8✅ 879ms
[SQLite File] replace: empty table and nothings 2✅ 59ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 32ms
[SQLite File] replace: literal text pattern and replacement 4✅ 88ms
[SQLite File] replace: pattern and replacement columns 4✅ 10ms
[SQLite File] Rounding numeric tests 19✅ 18s
[SQLite File] Rounding-like operations 15✅ 668ms
[SQLite File] Schemas and Databases 3✅ 16ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 181ms
[SQLite File] Sorting 5✅ 150ms
[SQLite File] Support for Long Column/Table names 6✅ 2s
[SQLite File] Table.add_row_number (common) 7✅ 244ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 59ms
[SQLite File] Table.aggregate 1✅ 30ms
[SQLite File] Table.aggregate Concatenate 6✅ 205ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 166ms
[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⚪ 201ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 167ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 82ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 69ms
[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⚪ 92ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 823ms
[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✅ 169ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 181ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 112ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 147ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 29ms
[SQLite File] Table.aggregate+Expressions 2✅ 76ms
[SQLite File] Table.at 3✅ 33ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 125ms
[SQLite File] Table.cross_join 8✅ 527ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 192ms
[SQLite File] Table.distinct 7✅ 275ms
[SQLite File] Table.fill_nothing/empty 6✅ 251ms
[SQLite File] Table.filter 1✅ 1ms
[SQLite File] Table.filter 19✅ 1⚪ 1s
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 198ms
[SQLite File] Table.get 3✅ 17ms
[SQLite File] Table.join 26✅ 3⚪ 2s
[SQLite File] Table.order_by 19✅ 2⚪ 311ms
[SQLite File] Table.query 8✅ 371ms
[SQLite File] Table.remove_columns 11✅ 935ms
[SQLite File] Table.rename_columns 20✅ 1s
[SQLite File] Table.reorder_columns 9✅ 797ms
[SQLite File] Table.replace 0ms
[SQLite File] Table.rows 6✅ 82ms
[SQLite File] Table.select_columns 14✅ 2s
[SQLite File] Table.set 7✅ 193ms
[SQLite File] Table.sort_columns 4✅ 215ms
[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.cast - checking invariants 7✅ 218ms
[SQLite File] Table/Column.cast - numeric 3✅ 88ms
[SQLite File] Table/Column.cast - to text 1✅ 45ms
[SQLite File] Tables and Table Types 4✅ 229ms
[SQLite File] Temp column 2✅ 35ms
[SQLite File] Text Column Operations 5✅ 379ms
[SQLite File] Transaction Support 4✅ 121ms
[SQLite File] Uploading an in-memory Table 10✅ 2s
[SQLite In-Memory] Interactions Between various operations 8✅ 2s
[SQLite In-Memory] Aggregation 2✅ 40ms
[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⚪ 244ms
[SQLite In-Memory] Basic Table Access 4✅ 234ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 183ms
[SQLite In-Memory] Colum Operations - Names 8✅ 78ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 316ms
[SQLite In-Memory] Column Naming edge cases 7✅ 239ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 99ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 15ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 50ms
[SQLite In-Memory] Column.const 3✅ 52ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 71ms
[SQLite In-Memory] Column.map 1✅ 12ms
[SQLite In-Memory] Column.rename 1✅ 16ms
[SQLite In-Memory] Column.take/drop 6✅ 1s
[SQLite In-Memory] Column.zip 1✅ 13ms
[SQLite In-Memory] Creating an empty table 15✅ 517ms
[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✅ 129ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 766ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 661ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 7ms
[SQLite In-Memory] Dropping Missing Values 7✅ 389ms
[SQLite In-Memory] Error Handling 2✅ 46ms
[SQLite In-Memory] Expression Arithmetic 3✅ 208ms
[SQLite In-Memory] Expression Boolean literals 1✅ 46ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 111ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 175ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 285ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Decimal literals 1✅ 18ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 19ms
[SQLite In-Memory] Expression Integer literals 1✅ 18ms
[SQLite In-Memory] Expression Nothing literals 3✅ 70ms
[SQLite In-Memory] Expression Text literals 1✅ 33ms
[SQLite In-Memory] Expression Text literals 2✅ 23ms
[SQLite In-Memory] Expression Text Operators 2✅ 78ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 114ms
[SQLite In-Memory] Filling Missing Values 3✅ 1⚪ 104ms
[SQLite In-Memory] Function invocation 2✅ 46ms
[SQLite In-Memory] Masking Tables 1✅ 15ms
[SQLite In-Memory] math functions 6✅ 1s
[SQLite In-Memory] Metadata 2✅ 9ms
[SQLite In-Memory] Min/Max Operations 2✅ 83ms
[SQLite In-Memory] Missing Values 2✅ 28ms
[SQLite In-Memory] Other Column Operations 1✅ 20ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 547ms
[SQLite In-Memory] partial Date-Time support 2✅ 30ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 596ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 33ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 19ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 43ms
[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✅ 526ms
[SQLite In-Memory] Schemas and Databases 3✅ 3ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 99ms
[SQLite In-Memory] Sorting 5✅ 63ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 852ms
[SQLite In-Memory] Table.add_row_number (common) 7✅ 174ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 36ms
[SQLite In-Memory] Table.aggregate 1✅ 21ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 138ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 126ms
[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⚪ 155ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 122ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 58ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 51ms
[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⚪ 71ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 478ms
[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✅ 119ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 132ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 67ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 93ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 21ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 64ms
[SQLite In-Memory] Table.at 3✅ 18ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 74ms
[SQLite In-Memory] Table.cross_join 8✅ 427ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 26ms
[SQLite In-Memory] Table.distinct 7✅ 232ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 164ms
[SQLite In-Memory] Table.filter 1✅ 1ms
[SQLite In-Memory] Table.filter 19✅ 1⚪ 970ms
[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.order_by 19✅ 2⚪ 233ms
[SQLite In-Memory] Table.query 8✅ 108ms
[SQLite In-Memory] Table.remove_columns 11✅ 501ms
[SQLite In-Memory] Table.rename_columns 20✅ 1s
[SQLite In-Memory] Table.reorder_columns 9✅ 444ms
[SQLite In-Memory] Table.replace 0ms
[SQLite In-Memory] Table.rows 6✅ 39ms
[SQLite In-Memory] Table.select_columns 14✅ 721ms
[SQLite In-Memory] Table.set 7✅ 118ms
[SQLite In-Memory] Table.sort_columns 4✅ 129ms
[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.cast - checking invariants 7✅ 262ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 60ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 30ms
[SQLite In-Memory] Tables and Table Types 4✅ 66ms
[SQLite In-Memory] Temp column 2✅ 24ms
[SQLite In-Memory] Text Column Operations 5✅ 281ms
[SQLite In-Memory] Transaction Support 4✅ 60ms
[SQLite In-Memory] Uploading an in-memory Table 8✅ 538ms
[SQLite] Type Mapping 8✅ 223ms
Aggregate Columns 23✅ 117ms
Boolean Column.format, with format Column 3✅ 31ms
Boolean Column.format, with format string 3✅ 103ms
ceil 3✅ 49ms
Column.parse 13✅ 112ms
Columns 15✅ 1⚪ 412ms
Construction 9✅ 8s
Counting Values 1✅ 2ms
DataFormatter builders 4✅ 19ms
DataFormatter.format 10✅ 53ms
DataFormatter.parse 10✅ 267ms
Date Column.format, with format Column 6✅ 90ms
Date Column.format, with format string 4✅ 151ms
Date_Time Column.format, with format Column 6✅ 57ms
Date_Time Column.format, with format string 4✅ 148ms
Date_Time truncate 1✅ 33ms
Delimited File Parsing 27✅ 3⚪ 1s
Delimited File Writing 33✅ 2s
Dropping Missing Values 1✅ 570ms
Edge cases 1✅ 9ms
Errors 2✅ 17ms
Excel Range 9✅ 167ms
File.read (Delimited) 3✅ 62ms
File.read (Delimited) should work with Date_Time 3✅ 17ms
File.read (Delimited) should work with Dates 3✅ 22ms
File.read (Delimited) should work with Time_Of_Days 3✅ 19ms
fill 6✅ 285ms
Float 3✅ 14ms
Float, with format Column 3✅ 11ms
floor 3✅ 42ms
Info 1✅ 34ms
Integer 3✅ 60ms
Integer 1✅ 14ms
Integer, with format Column 3✅ 28ms
Integration 1✅ 86ms
JSON conversion 2✅ 91ms
Mapping Operations 7✅ 657ms
Masking Tables 3✅ 429ms
Numeric, empty/Nothing 4✅ 91ms
Problems 3✅ 25ms
Read XLSX / XLS Files 12✅ 3s
Reading single cells correctly 7✅ 452ms
round/truncate/ceil/floor 3✅ 180ms
Rounding 8✅ 193ms
Should be able to serialise a table with Dates to Text 2✅ 58ms
Should be able to serialise a table with DateTimes to Text 2✅ 5ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 6ms
Slicing Tables 4✅ 471ms
Sorting Columns 4✅ 74ms
Sorting Tables 2✅ 219ms
SQLite_Format should allow connecting to SQLite files 5✅ 69ms
Table.from Text 1✅ 9ms
Table.parse 22✅ 776ms
Table.parse_to_columns 14✅ 269ms
Table.split 5✅ 196ms
Table.split/tokenize column count 4✅ 92ms
Table.split/tokenize column order 1✅ 7ms
Table.split/tokenize errors 4✅ 14ms
Table.split/tokenize name conflicts 2✅ 58ms
Table.tokenize 12✅ 178ms
Text.parse_to_table 2✅ 50ms
Text.parse_to_table errors 3✅ 18ms
Text.parse_to_table parsing 3✅ 33ms
Text.parse_to_table with case-insensitivity 1✅ 11ms
Text.parse_to_table with groups 2✅ 30ms
Time_Of_Day Column.format, with format Column 6✅ 51ms
Time_Of_Day Column.format, with format string 5✅ 120ms
truncate 3✅ 49ms
Unique_Name_Strategy Helper 12✅ 213ms
Unique_Name_Strategy.combine_with_prefix 6✅ 20ms
Use First Row As Names 5✅ 425ms
Value_Type 2✅ 22ms
Various File Format support on Table 8✅ 2s
Vector conversion 1✅ 19ms
Write xls Files 38✅ 985ms
Write xlsx Files 38✅ 3s
Writing 4✅ 74ms
XLS reading 7✅ 38ms
XLSX reading 7✅ 456ms

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

2250 tests were completed in 887s with 2224 passed, 0 failed and 26 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 23ms
Any's methods 3✅ 144ms
Array_Proxy 5✅ 80ms
ArrayOverBuffer 1✅ 49ms
ASCII 4✅ 44ms
Atom with holes 7✅ 37ms
Auto_Detect 3✅ 22ms
BigInts 10✅ 2s
Booleans 6✅ 42ms
Bound 3✅ 5ms
Bytes 3✅ 8ms
caching 1✅ 69ms
Callables 5✅ 36ms
Check Nothing and NaN 3✅ 1ms
codepoints 2✅ 5ms
Compare functionality with Vector 1✅ 24ms
Compile 6✅ 46ms
const 1✅ 1ms
Contexts and Execution Environment 3✅ 11ms
Conversion 27✅ 217ms
Correlation Statistics 6✅ 81ms
curry 1✅ 7ms
Dataflow Errors 11✅ 94ms
Dataflow Warnings 32✅ 1s
Date 45✅ 12s
Date date part tests 8✅ 112ms
Date_Range 11✅ 1s
Date_Time 55✅ 2⚪ 2s
Date_Time date part tests 8✅ 57ms
Date_Time equality 2✅ 10ms
Day_Of_Week conversions 8✅ 40ms
Decimal.truncate 1✅ 7ms
Decimals 5✅ 43ms
Deep Exports 1✅ 2ms
Default comparator 3✅ 18ms
Deterministic Random Noise Generator 2✅ 1s
Duration 15✅ 186ms
Encoding object 4✅ 82ms
Enso Arrays 5✅ 39ms
Enso maps 46✅ 447ms
Enso on Enso 1✅ 775s
Enso Set 5✅ 56ms
Environment 1✅ 30ms
Escape 1✅ 1ms
File Operations 21✅ 411ms
flip 2✅ 2ms
folder operations 3✅ 113ms
Fully Qualified Names 1✅ 2ms
Function Ascribed Parameters 12✅ 36ms
Header 1✅ 15ms
HTTP 23✅ 1s
identity 3✅ 2ms
Inlining Helpers 2✅ 4ms
Integer.truncate 1✅ 2ms
Integers 24✅ 223ms
Interval 7✅ 82ms
Java case of 3✅ 13ms
Java FFI 6✅ 1⚪ 18ms
Java/Enso Date 2✅ 25ms
JavaDate 45✅ 6s
JavaDate date part tests 8✅ 6ms
JavaLocalTime 27✅ 44ms
JavaScript Objects, Arrays & Functions 8✅ 812ms
JavaScriptArrayWithADate 45✅ 6s
JavaScriptArrayWithADate date part tests 8✅ 106ms
JavascriptDataInArray 53✅ 4⚪ 963ms
JavascriptDataInArray date part tests 8✅ 111ms
JavascriptDate 53✅ 4⚪ 1s
JavaScriptDate 45✅ 9s
JavascriptDate date part tests 8✅ 212ms
JavaScriptDate date part tests 8✅ 142ms
JavaZonedDateTime 55✅ 2⚪ 694ms
JavaZonedDateTime date part tests 8✅ 12ms
JavaZoneId 7✅ 40ms
JS_Object 2✅ 247ms
JSON 4✅ 85ms
JSON Deserialization 2✅ 102ms
JSON Serialization 3✅ 178ms
JSON_Format 2✅ 108ms
Lazy 6✅ 45ms
Lazy Generator 1✅ 4ms
Lexicographic Order on Vectors 2✅ 12ms
List 31✅ 931ms
Locale 13✅ 127ms
Looping Imports 1✅ 1ms
Lowercase Methods 5✅ 10ms
Managed_Resource 3✅ 27ms
Match.end 4✅ 26ms
Match.groups 2✅ 16ms
Match.named_groups 3✅ 40ms
Match.span 4✅ 26ms
Match.start 4✅ 25ms
Match.text 6✅ 35ms
Match.utf_16_end 4✅ 23ms
Match.utf_16_span 4✅ 23ms
Match.utf_16_start 4✅ 23ms
Maybe 5✅ 6ms
Meta-Value Inspection 4✅ 23ms
Meta-Value Manipulation 26✅ 164ms
Methods 1✅ 1⚪ 1ms
Natural Order 4✅ 156ms
No Method Errors 1✅ 17ms
Noise 3✅ 360ms
non-linear inserts 11✅ 142ms
Number Rounding numeric tests 19✅ 295ms
Numbers 14✅ 190ms
Numeric values 1✅ 5ms
Object Comparator 7✅ 51ms
Operator == 15✅ 197ms
Ordering 6✅ 50ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 259ms
Pair - from 2-Item List 13✅ 114ms
Pair - from 2-Item Vector 13✅ 123ms
Pair - from Pair.new 13✅ 89ms
Pair - from Pair.Value 13✅ 22ms
Panics 17✅ 264ms
parse 8✅ 89ms
Pattern Matches 16✅ 63ms
Pattern.find and .find_all 8✅ 94ms
Pattern.match and .match_all 8✅ 81ms
Pattern.matches 5✅ 19ms
Pattern.replace 16✅ 249ms
Pattern.split 6✅ 43ms
Pattern.tokenize 7✅ 208ms
Period 7✅ 44ms
Plain_Text 3✅ 36ms
Polyglot hash maps 6✅ 105ms
Polyglot JS 19✅ 179ms
Polyglot keys and values 6✅ 6s
Polyglot Python 15✅ 127ms
Polyglot R 1⚪ 0ms
Problem_Behavior 2✅ 16ms
Process 5✅ 93ms
PythonDate 45✅ 14s
PythonDate 52✅ 5⚪ 4s
PythonDate date part tests 8✅ 157ms
PythonDate date part tests 8✅ 230ms
PythonLocalTime 27✅ 219ms
Qualified Names 3✅ 5ms
Random 6✅ 2s
Range 36✅ 10s
Rank Data 7✅ 29ms
read_bytes 6✅ 57ms
read_text 6✅ 129ms
Refs 1✅ 2ms
Regex splitting 3✅ 17ms
Regex tokenizing 2✅ 29ms
Regex: find and find_all 20✅ 1⚪ 239ms
Regression 12✅ 128ms
ReportingStreamDecoder 6✅ 932ms
ReportingStreamEncoder 8✅ 186ms
Request 10✅ 123ms
rounding 4✅ 41ms
Sorting with multiple comparators 4✅ 2⚪ 74ms
Sorting with the default comparator 7✅ 3⚪ 133ms
Stack traces 1✅ 9ms
State 2✅ 4ms
Statistics 14✅ 380ms
Statistics - empty Vector 3✅ 19ms
Statistics - invalid input 5✅ 148ms
Statistics - invalid input 1✅ 2ms
Statistics - NaN Vector 3✅ 28ms
Statistics - Nothing Vector 3✅ 60ms
System 2✅ 15ms
Text 84✅ 12s
Text_Sub_Range_Data 2✅ 33ms
Text_Utils 4✅ 53ms
Text.match 6✅ 35ms
Text.replace 16✅ 224ms
Text.Span 3✅ 29ms
the Self construct 6✅ 16ms
Time_Of_Day 27✅ 246ms
to_display_text 5✅ 40ms
Type Errors 11✅ 210ms
uncurry 1✅ 2ms
Unresolved symbol 1✅ 30ms
URI 4✅ 34ms
Use a slice of an array as vectors 73✅ 230ms
Use Array as vectors 73✅ 331ms
Use Array_Proxy as vectors 73✅ 221ms
Use Java ArrayList as vectors 73✅ 315ms
Use Vector as vectors 73✅ 1s
UTF_16 BigEndian 2✅ 6ms
UTF_16 LittleEndian 2✅ 7ms
UTF_8 7✅ 51ms
Vector builder 2✅ 11ms
Vector Slicing Helpers 1✅ 27ms
Vector/Array equality 9✅ 19ms
Windows 1252 4✅ 24ms
write operations 21✅ 890ms
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✅ 160ms
File uploads 2✅ 16ms
Geo_Map 3✅ 1s
Histogram Visualization 6✅ 347ms
Lazy Table Visualization 12✅ 944ms
Lazy Text Visualization 3✅ 85ms
Scatter Plot Visualization 14✅ 1s
Serializable Visualization Identifiers 5✅ 254ms
SQL Visualization 1✅ 290ms
Table Visualization 9✅ 814ms
Table.lookup_ignore_case 1✅ 47ms
Table.rows 1✅ 464ms
Type Names of Visualization Defaults 1✅ 346ms
Vector and Arrays 2✅ 1⚪ 141ms
Widgets for Database 1✅ 29ms
Widgets for In-Database Connection with table name sets 1✅ 258ms
Widgets for In-Database Connection with table types 1✅ 37ms
Widgets for In-Database Table with column name sets 2✅ 105ms
Widgets for In-Memory with column name sets 2✅ 139ms
Widgets for the Text type 1✅ 219ms