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 downloader script should take the latest score, not the smallest #8707

Merged
merged 1 commit into from
Jan 8, 2024

bench_download.py script takes the last score data, not the smallest one

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

Benchmark downloader script should take the latest score, not the smallest #8707

bench_download.py script takes the last score data, not the smallest one
ae4389d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests (macos) succeeded Jan 8, 2024 in 0s

Standard Library Tests (macos) ✅

Tests passed successfully

Report Passed Failed Skipped Time
/Users/runner/work/enso/enso/target/test-results/AWS_Tests/JUnit.xml 19✅ 11s
/Users/runner/work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 32✅ 1⚪ 17s
/Users/runner/work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 712ms
/Users/runner/work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 7s
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml 2774✅ 152⚪ 157s
/Users/runner/work/enso/enso/target/test-results/Tests/JUnit.xml 2507✅ 47⚪ 108s
/Users/runner/work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 5s

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

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

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

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

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

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

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 41ms
GeoJSON to Table 3✅ 671ms

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

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

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 147ms
Image with 1 channel 19✅ 587ms
Image with 2 channels 19✅ 379ms
Image with 3 channels 19✅ 181ms
Image with 4 channels 19✅ 160ms
Image Write 2✅ 42ms
Image.read 9✅ 871ms
Matrix with 1 channel 21✅ 289ms
Matrix with 2 channels 21✅ 950ms
Matrix with 3 channels 21✅ 1s
Matrix with 4 channels 21✅ 2s
Matrix_Error 1✅ 3ms

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

2926 tests were completed in 157s with 2774 passed, 0 failed and 152 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 147ms
[Codegen] Basic Select 3✅ 108ms
[Codegen] Handling Missing Values 2✅ 179ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 228ms
[Codegen] Sorting 4✅ 185ms
[In-Memory-specific] Table.join 1✅ 943ms
[In-Memory-specific] Table.set 2✅ 88ms
[In-Memory] Interactions Between various operations 11✅ 781ms
[In-Memory] Arithmetic Column Operations 12✅ 130ms
[In-Memory] Boolean Column Operations 8✅ 195ms
[In-Memory] Colum Operations - Names 10✅ 49ms
[In-Memory] Column Comparisons 5✅ 1⚪ 299ms
[In-Memory] Column Naming edge cases 7✅ 293ms
[In-Memory] Column operation Integer Overflow handling 6✅ 266ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 56ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 69ms
[In-Memory] Column Operations - Text Trim 3✅ 31ms
[In-Memory] Column.const 3✅ 6ms
[In-Memory] Column.fill_nothing/empty 4✅ 8ms
[In-Memory] Column.map 6✅ 124ms
[In-Memory] Column.rename 1✅ 3ms
[In-Memory] Column.take/drop 8✅ 91ms
[In-Memory] Column.zip 6✅ 30ms
[In-Memory] Date truncation 1✅ 4ms
[In-Memory] Date-Time operations 21✅ 1⚪ 684ms
[In-Memory] Date-Time support 3✅ 50ms
[In-Memory] Dropping Missing Values 9✅ 415ms
[In-Memory] Expression Arithmetic 3✅ 69ms
[In-Memory] Expression Boolean literals 1✅ 51ms
[In-Memory] Expression Boolean Operators 4✅ 31ms
[In-Memory] Expression Column Arithmetic 2✅ 83ms
[In-Memory] Expression Comparison Operators 6✅ 116ms
[In-Memory] Expression Date and Time literals 5✅ 30ms
[In-Memory] Expression Errors should be handled 4✅ 22ms
[In-Memory] Expression Float literals 1✅ 20ms
[In-Memory] Expression Integer literals 1✅ 10ms
[In-Memory] Expression Nothing literals 3✅ 20ms
[In-Memory] Expression Text literals 1✅ 21ms
[In-Memory] Expression Text literals 2✅ 6ms
[In-Memory] Expression Text Operators 2✅ 25ms
[In-Memory] Expression Warnings should be reported 4✅ 98ms
[In-Memory] Filling Missing Values 8✅ 67ms
[In-Memory] Function invocation 2✅ 16ms
[In-Memory] Handling of Big Integer values 10✅ 141ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 89ms
[In-Memory] Min/Max Operations 2✅ 76ms
[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✅ 26ms
[In-Memory] replace: literal text pattern and replacement 4✅ 42ms
[In-Memory] replace: pattern and replacement columns 4✅ 19ms
[In-Memory] Rounding numeric tests 19✅ 876ms
[In-Memory] Rounding-like operations 15✅ 42ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 88ms
[In-Memory] Storage Builders 2✅ 98ms
[In-Memory] Table.add_row_number (common) 7✅ 126ms
[In-Memory] Table.add_row_number (in-memory specific) 7✅ 52ms
[In-Memory] Table.aggregate 3✅ 387ms
[In-Memory] Table.aggregate 3✅ 32ms
[In-Memory] Table.aggregate Concatenate 6✅ 194ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 197ms
[In-Memory] Table.aggregate First and Last 1✅ 5ms
[In-Memory] Table.aggregate Mode 1✅ 5ms
[In-Memory] Table.aggregate Shortest 1✅ 33ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 895ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 325ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 43ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 22ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 76ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 21ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 72ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 169ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 77ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 84ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 81ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 218ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 16ms
[In-Memory] Table.aggregate+Expressions 2✅ 70ms
[In-Memory] Table.at 3✅ 40ms
[In-Memory] Table.column_count 1✅ 0ms
[In-Memory] Table.column_names 2✅ 20ms
[In-Memory] Table.cross_join 9✅ 109ms
[In-Memory] Table.cross_tab 23✅ 425ms
[In-Memory] Table.distinct 6✅ 267ms
[In-Memory] Table.distinct 7✅ 114ms
[In-Memory] Table.fill_nothing/empty 6✅ 35ms
[In-Memory] Table.filter 4✅ 1s
[In-Memory] Table.filter 23✅ 2⚪ 599ms
[In-Memory] Table.filter_by_expression 5✅ 133ms
[In-Memory] Table.get 3✅ 15ms
[In-Memory] Table.join 38✅ 763ms
[In-Memory] Table.make_constant_column 4✅ 10ms
[In-Memory] Table.merge 20✅ 614ms
[In-Memory] Table.order_by 23✅ 195ms
[In-Memory] Table.read 5✅ 35ms
[In-Memory] Table.remove_columns 12✅ 399ms
[In-Memory] Table.rename_columns 20✅ 424ms
[In-Memory] Table.reorder_columns 10✅ 280ms
[In-Memory] Table.rows 6✅ 107ms
[In-Memory] Table.select_columns 15✅ 536ms
[In-Memory] Table.set 8✅ 1s
[In-Memory] Table.set with Column_Operation 9✅ 537ms
[In-Memory] Table.sort_columns 4✅ 122ms
[In-Memory] Table.take/drop 11✅ 560ms
[In-Memory] Table.text_replace 4✅ 74ms
[In-Memory] Table.transpose 8✅ 117ms
[In-Memory] Table.union 25✅ 603ms
[In-Memory] Table.zip 12✅ 321ms
[In-Memory] Table/Column auto value type 13✅ 156ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 122ms
[In-Memory] Table/Column.cast - date/time 3✅ 56ms
[In-Memory] Table/Column.cast - numeric 6✅ 175ms
[In-Memory] Table/Column.cast - to text 9✅ 209ms
[In-Memory] Temp column 2✅ 4ms
[In-Memory] Text Column Operations 7✅ 202ms
[In-Memory] Unique derived column names 8✅ 47ms
[PostgreSQL] .pgpass 3✅ 296ms
[PostgreSQL] Connection setup 3✅ 252ms
[PostgreSQL] Database tests 1⚪ 0ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 572ms
[SQLite File] Aggregation 2✅ 127ms
[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⚪ 223ms
[SQLite File] Basic Table Access 4✅ 1s
[SQLite File] Boolean Column Operations 7✅ 1⚪ 292ms
[SQLite File] Colum Operations - Names 8✅ 66ms
[SQLite File] Column Comparisons 4✅ 1⚪ 306ms
[SQLite File] Column Naming edge cases 7✅ 238ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 96ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 64ms
[SQLite File] Column.const 1✅ 21ms
[SQLite File] Column.const 3✅ 52ms
[SQLite File] Column.fill_nothing/empty 4✅ 78ms
[SQLite File] Column.map 1✅ 15ms
[SQLite File] Column.rename 1✅ 14ms
[SQLite File] Column.take/drop 6✅ 1s
[SQLite File] Column.zip 1✅ 16ms
[SQLite File] Connection.query 10✅ 777ms
[SQLite File] Creating an empty table 19✅ 2s
[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✅ 116ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 676ms
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 563ms
[SQLite File] Dialect-specific codegen 1✅ 25ms
[SQLite File] Dropping Missing Values 8✅ 707ms
[SQLite File] Error Handling 2✅ 93ms
[SQLite File] Expression Arithmetic 3✅ 196ms
[SQLite File] Expression Boolean literals 1✅ 67ms
[SQLite File] Expression Boolean Operators 4✅ 94ms
[SQLite File] Expression Column Arithmetic 2✅ 182ms
[SQLite File] Expression Comparison Operators 6✅ 294ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Errors should be handled 4✅ 26ms
[SQLite File] Expression Float literals 1✅ 19ms
[SQLite File] Expression Integer literals 1✅ 19ms
[SQLite File] Expression Nothing literals 3✅ 164ms
[SQLite File] Expression Text literals 1✅ 35ms
[SQLite File] Expression Text literals 2✅ 23ms
[SQLite File] Expression Text Operators 2✅ 66ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 126ms
[SQLite File] Filling Missing Values 5✅ 1⚪ 170ms
[SQLite File] Function invocation 2✅ 37ms
[SQLite File] Masking Tables 1✅ 63ms
[SQLite File] math functions 6✅ 2s
[SQLite File] Metadata 2✅ 48ms
[SQLite File] Min/Max Operations 2✅ 91ms
[SQLite File] Missing Values 2✅ 126ms
[SQLite File] Other Column Operations 1✅ 27ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 1s
[SQLite File] partial Date-Time support 2✅ 47ms
[SQLite File] Persisting a Database Table (query) 8✅ 630ms
[SQLite File] replace: DB specific edge-cases 2✅ 22ms
[SQLite File] replace: empty table and nothings 2✅ 46ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 20ms
[SQLite File] replace: literal text pattern and replacement 4✅ 63ms
[SQLite File] replace: pattern and replacement columns 4✅ 8ms
[SQLite File] Rounding numeric tests 19✅ 12s
[SQLite File] Rounding-like operations 15✅ 474ms
[SQLite File] Schemas and Databases 3✅ 7ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 133ms
[SQLite File] Sorting 5✅ 148ms
[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✅ 43ms
[SQLite File] Table.aggregate 1✅ 22ms
[SQLite File] Table.aggregate Concatenate 6✅ 133ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 124ms
[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⚪ 150ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 122ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 62ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 52ms
[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⚪ 74ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 464ms
[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✅ 119ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 114ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 97ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 250ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 21ms
[SQLite File] Table.aggregate+Expressions 2✅ 56ms
[SQLite File] Table.at 3✅ 30ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 122ms
[SQLite File] Table.cross_join 9✅ 535ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 229ms
[SQLite File] Table.distinct 7✅ 193ms
[SQLite File] Table.expand_column 1✅ 14ms
[SQLite File] Table.expand_to_rows 1✅ 14ms
[SQLite File] Table.fill_nothing/empty 6✅ 161ms
[SQLite File] Table.filter 1✅ 1ms
[SQLite File] Table.filter 22✅ 1⚪ 1s
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 236ms
[SQLite File] Table.get 3✅ 15ms
[SQLite File] Table.join 31✅ 3⚪ 1s
[SQLite File] Table.make_constant_column 3✅ 1⚪ 79ms
[SQLite File] Table.merge 19✅ 2s
[SQLite File] Table.order_by 19✅ 2⚪ 278ms
[SQLite File] Table.read 6✅ 252ms
[SQLite File] Table.remove_columns 11✅ 583ms
[SQLite File] Table.rename_columns 20✅ 879ms
[SQLite File] Table.reorder_columns 9✅ 457ms
[SQLite File] Table.rows 6✅ 70ms
[SQLite File] Table.select_columns 14✅ 849ms
[SQLite File] Table.set 8✅ 231ms
[SQLite File] Table.set with Column_Operation 8✅ 1⚪ 640ms
[SQLite File] Table.sort_columns 4✅ 144ms
[SQLite File] Table.take/drop 7✅ 3s
[SQLite File] Table.text_replace 4✅ 97ms
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 19✅ 1⚪ 1s
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column auto value type 1✅ 14ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 149ms
[SQLite File] Table/Column.cast - numeric 3✅ 59ms
[SQLite File] Table/Column.cast - to text 1✅ 33ms
[SQLite File] Tables and Table Types 4✅ 131ms
[SQLite File] Temp column 2✅ 27ms
[SQLite File] Text Column Operations 7✅ 319ms
[SQLite File] Transaction Support 4✅ 176ms
[SQLite File] Unique derived column names 8✅ 182ms
[SQLite File] Uploading an in-memory Table 11✅ 896ms
[SQLite In-Memory] Interactions Between various operations 8✅ 434ms
[SQLite In-Memory] Aggregation 2✅ 57ms
[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✅ 1s
[SQLite In-Memory] Arithmetic Column Operations 10✅ 2⚪ 192ms
[SQLite In-Memory] Basic Table Access 4✅ 151ms
[SQLite In-Memory] Boolean Column Operations 7✅ 1⚪ 235ms
[SQLite In-Memory] Colum Operations - Names 8✅ 48ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 235ms
[SQLite In-Memory] Column Naming edge cases 7✅ 126ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 90ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 45ms
[SQLite In-Memory] Column.const 1✅ 11ms
[SQLite In-Memory] Column.const 3✅ 40ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 59ms
[SQLite In-Memory] Column.map 1✅ 10ms
[SQLite In-Memory] Column.rename 1✅ 11ms
[SQLite In-Memory] Column.take/drop 6✅ 938ms
[SQLite In-Memory] Column.zip 1✅ 9ms
[SQLite In-Memory] Connection.query 10✅ 254ms
[SQLite In-Memory] Creating an empty table 17✅ 1000ms
[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✅ 104ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 610ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 505ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 5ms
[SQLite In-Memory] Dropping Missing Values 8✅ 484ms
[SQLite In-Memory] Error Handling 2✅ 35ms
[SQLite In-Memory] Expression Arithmetic 3✅ 176ms
[SQLite In-Memory] Expression Boolean literals 1✅ 35ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 95ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 132ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 209ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 16ms
[SQLite In-Memory] Expression Float literals 1✅ 14ms
[SQLite In-Memory] Expression Integer literals 1✅ 15ms
[SQLite In-Memory] Expression Nothing literals 3✅ 101ms
[SQLite In-Memory] Expression Text literals 1✅ 27ms
[SQLite In-Memory] Expression Text literals 2✅ 34ms
[SQLite In-Memory] Expression Text Operators 2✅ 61ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 86ms
[SQLite In-Memory] Filling Missing Values 5✅ 1⚪ 190ms
[SQLite In-Memory] Function invocation 2✅ 43ms
[SQLite In-Memory] Masking Tables 1✅ 16ms
[SQLite In-Memory] math functions 6✅ 983ms
[SQLite In-Memory] Metadata 2✅ 9ms
[SQLite In-Memory] Min/Max Operations 2✅ 54ms
[SQLite In-Memory] Missing Values 2✅ 45ms
[SQLite In-Memory] Other Column Operations 1✅ 18ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 424ms
[SQLite In-Memory] partial Date-Time support 2✅ 21ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 578ms
[SQLite In-Memory] replace: DB specific edge-cases 2✅ 12ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 28ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 17ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 36ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 6ms
[SQLite In-Memory] Rounding numeric tests 19✅ 9s
[SQLite In-Memory] Rounding-like operations 15✅ 385ms
[SQLite In-Memory] Schemas and Databases 3✅ 1ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 76ms
[SQLite In-Memory] Sorting 5✅ 72ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 1s
[SQLite In-Memory] Table.add_row_number (common) 7✅ 142ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 30ms
[SQLite In-Memory] Table.aggregate 1✅ 17ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 104ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 99ms
[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⚪ 139ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 107ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 48ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 43ms
[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⚪ 64ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 360ms
[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✅ 94ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 93ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 57ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 84ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 18ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 45ms
[SQLite In-Memory] Table.at 3✅ 16ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 49ms
[SQLite In-Memory] Table.cross_join 9✅ 410ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 35ms
[SQLite In-Memory] Table.distinct 7✅ 186ms
[SQLite In-Memory] Table.expand_column 1✅ 10ms
[SQLite In-Memory] Table.expand_to_rows 1✅ 10ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 136ms
[SQLite In-Memory] Table.filter 1✅ 1ms
[SQLite In-Memory] Table.filter 22✅ 1⚪ 932ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 99ms
[SQLite In-Memory] Table.get 3✅ 10ms
[SQLite In-Memory] Table.join 31✅ 3⚪ 1s
[SQLite In-Memory] Table.make_constant_column 3✅ 1⚪ 55ms
[SQLite In-Memory] Table.merge 19✅ 1s
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 306ms
[SQLite In-Memory] Table.read 6✅ 182ms
[SQLite In-Memory] Table.remove_columns 11✅ 335ms
[SQLite In-Memory] Table.rename_columns 20✅ 557ms
[SQLite In-Memory] Table.reorder_columns 9✅ 387ms
[SQLite In-Memory] Table.rows 6✅ 37ms
[SQLite In-Memory] Table.select_columns 14✅ 485ms
[SQLite In-Memory] Table.set 8✅ 116ms
[SQLite In-Memory] Table.set with Column_Operation 8✅ 1⚪ 533ms
[SQLite In-Memory] Table.sort_columns 4✅ 87ms
[SQLite In-Memory] Table.take/drop 7✅ 2s
[SQLite In-Memory] Table.text_replace 4✅ 59ms
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 19✅ 1⚪ 822ms
[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✅ 117ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 45ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 24ms
[SQLite In-Memory] Tables and Table Types 4✅ 48ms
[SQLite In-Memory] Temp column 2✅ 37ms
[SQLite In-Memory] Text Column Operations 7✅ 225ms
[SQLite In-Memory] Transaction Support 4✅ 75ms
[SQLite In-Memory] Unique derived column names 8✅ 227ms
[SQLite In-Memory] Uploading an in-memory Table 9✅ 590ms
[SQLite] Type Mapping 8✅ 181ms
Aggregate Columns 23✅ 101ms
Boolean Column.format, with format Column 3✅ 51ms
Boolean Column.format, with format string 3✅ 69ms
ceil 3✅ 48ms
Column.parse 13✅ 144ms
Columns 16✅ 689ms
Construction 9✅ 13s
Counting Values 1✅ 3ms
DataFormatter builders 3✅ 46ms
DataFormatter.format 10✅ 87ms
DataFormatter.parse 13✅ 669ms
Date Column.format, with format Column 6✅ 77ms
Date Column.format, with format string 4✅ 162ms
Date_Time Column.format, with format Column 6✅ 105ms
Date_Time Column.format, with format string 5✅ 201ms
Date_Time truncate 1✅ 27ms
Delimited File Parsing 28✅ 3⚪ 2s
Delimited File Writing 33✅ 4s
Dropping Missing Values 1✅ 489ms
Edge cases 1✅ 12ms
Errors 2✅ 18ms
Excel Range 9✅ 155ms
fetching files using HTTP 5✅ 877ms
File.read (Delimited) 3✅ 39ms
File.read (Delimited) should work with Date_Time 3✅ 10ms
File.read (Delimited) should work with Dates 3✅ 16ms
File.read (Delimited) should work with Time_Of_Days 3✅ 13ms
fill 6✅ 273ms
Float 3✅ 29ms
Float, with format Column 3✅ 36ms
floor 3✅ 40ms
Info 1✅ 46ms
Integer 3✅ 59ms
Integer 1✅ 23ms
Integer, with format Column 3✅ 39ms
Integration 1✅ 78ms
JSON conversion 2✅ 82ms
Mapping Operations 7✅ 506ms
Masking Tables 3✅ 612ms
Numeric, empty/Nothing 4✅ 76ms
Problems 4✅ 2⚪ 66ms
Read XLSX / XLS Files 12✅ 2s
Reading single cells correctly 7✅ 1s
round/truncate/ceil/floor 3✅ 162ms
Rounding 8✅ 93ms
Should be able to serialise a table with Dates to Text 2✅ 55ms
Should be able to serialise a table with DateTimes to Text 2✅ 16ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 9ms
Slicing Tables 4✅ 271ms
SortedListIndex (used for SortJoin) 6✅ 15ms
Sorting Columns 4✅ 77ms
Sorting Tables 2✅ 188ms
SQLite_Format should allow connecting to SQLite files 5✅ 50ms
Table.from Text 1✅ 11ms
Table.parse 22✅ 917ms
Table.parse_to_columns 14✅ 234ms
Table.split 8✅ 285ms
Table.split/tokenize column count 4✅ 81ms
Table.split/tokenize column order 1✅ 6ms
Table.split/tokenize errors 4✅ 11ms
Table.split/tokenize name conflicts 2✅ 47ms
Table.tokenize 12✅ 172ms
Text.parse_to_table 2✅ 59ms
Text.parse_to_table errors 3✅ 9ms
Text.parse_to_table parsing 3✅ 58ms
Text.parse_to_table with case-insensitivity 1✅ 22ms
Text.parse_to_table with groups 2✅ 61ms
Time_Of_Day Column.format, with format Column 6✅ 80ms
Time_Of_Day Column.format, with format string 5✅ 110ms
truncate 3✅ 41ms
Unique_Name_Strategy Helper 12✅ 220ms
Unique_Name_Strategy.combine_with_prefix 6✅ 15ms
Use First Row As Names 5✅ 422ms
Value_Type 2✅ 21ms
Various File Format support on Table 6✅ 680ms
Vector conversion 1✅ 16ms
Write xls Files 43✅ 2s
Write xlsx Files 43✅ 7s
Writing 4✅ 67ms
Writing to csv files 3✅ 197ms
Writing to json files 3✅ 2s
XLS reading 7✅ 59ms
XLSX reading 7✅ 215ms

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

2554 tests were completed in 108s with 2507 passed, 0 failed and 47 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 23ms
Any's methods 3✅ 61ms
Array_Proxy 5✅ 68ms
ArrayOverBuffer 1✅ 39ms
ASCII 4✅ 56ms
Asserts 1⚪ 0ms
at/get 7✅ 1s
Atom with holes 7✅ 35ms
Auto_Detect 3✅ 30ms
BigInts 13✅ 2s
Booleans 6✅ 35ms
Bound 3✅ 8ms
Bytes 3✅ 15ms
caching 1✅ 73ms
Callables 5✅ 25ms
Check Nothing and NaN 3✅ 1ms
children 2✅ 28ms
codepoints 2✅ 4ms
Compare functionality with Vector 1✅ 21ms
Compile 6✅ 46ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 12ms
Conversion 42✅ 449ms
Correlation Statistics 6✅ 57ms
curry 1✅ 15ms
Data.read / File_Format 2✅ 623ms
Dataflow Errors 11✅ 87ms
Dataflow Warnings 32✅ 1s
Date 41✅ 10s
Date date part tests 8✅ 103ms
Date_Range 11✅ 1s
Date_Time 45✅ 2⚪ 1s
Date_Time date part tests 8✅ 49ms
Date_Time equality 2✅ 5ms
Day_Of_Week conversions 8✅ 22ms
Deep Exports 1✅ 2ms
Default comparator 3✅ 21ms
display text 1✅ 3ms
Duration 15✅ 169ms
Encoding object 4✅ 205ms
Enso Arrays 5✅ 89ms
Enso Cloud Basic Utils 3✅ 18ms
Enso maps 50✅ 678ms
Enso Set 5✅ 87ms
Enso_User - local mock integration tests 4✅ 164ms
Enso_User - offline logic tests 1✅ 48ms
Environment 1✅ 20ms
Escape 1✅ 1ms
fetch 11✅ 2s
File Operations 21✅ 572ms
flip 2✅ 3ms
Float.truncate 1✅ 10ms
Floats 5✅ 56ms
folder operations 3✅ 153ms
Format Detection in HTTP Fetch 3✅ 170ms
Formatting date/time values 6✅ 159ms
Fully Qualified Names 1✅ 3ms
Function Ascribed Parameters 12✅ 27ms
get_elements_by_tag_name 3✅ 54ms
Header 1✅ 19ms
Header resolution 7✅ 39ms
Headers 8✅ 298ms
Http Auth 2✅ 189ms
HTTP client 4✅ 7ms
Http Error handling 2✅ 1⚪ 49ms
HTTP_Method parse 3✅ 13ms
HTTP_Status_Code 1✅ 8ms
identity 3✅ 2ms
Inlining Helpers 2✅ 10ms
inner / outer xml 2✅ 201ms
Instrument @Tail_Call fibonacci 6✅ 683ms
Instrument fibonacci 3✅ 400ms
Integer.truncate 1✅ 2ms
Integers 24✅ 263ms
Interval 7✅ 72ms
Java case of 3✅ 7ms
Java FFI 6✅ 1⚪ 24ms
Java/Enso Date 2✅ 24ms
JavaDate 41✅ 8s
JavaDate date part tests 8✅ 4ms
JavaLocalTime 28✅ 46ms
JavaScript Objects, Arrays & Functions 8✅ 651ms
JavaScriptArrayWithADate 41✅ 5s
JavaScriptArrayWithADate date part tests 8✅ 98ms
JavascriptDataInArray 43✅ 4⚪ 747ms
JavascriptDataInArray date part tests 8✅ 100ms
JavascriptDate 43✅ 4⚪ 2s
JavaScriptDate 41✅ 6s
JavascriptDate date part tests 8✅ 39ms
JavaScriptDate date part tests 8✅ 135ms
JavaZonedDateTime 45✅ 2⚪ 488ms
JavaZonedDateTime date part tests 8✅ 9ms
JavaZoneId 7✅ 27ms
JS_Object 5✅ 231ms
JSON 5✅ 88ms
JSON 1✅ 45ms
JSON Deserialization 9✅ 645ms
JSON Serialization 3✅ 97ms
JSON_Format 2✅ 277ms
Lazy 6✅ 54ms
Lazy Generator 1✅ 7ms
Lexicographic Order on Vectors 2✅ 15ms
List 31✅ 1s
Locale 13✅ 109ms
Looping Imports 1✅ 2ms
Lowercase Methods 5✅ 11ms
Managed_Resource 3✅ 29ms
Match.end 4✅ 22ms
Match.groups 2✅ 12ms
Match.named_groups 3✅ 44ms
Match.span 4✅ 19ms
Match.start 4✅ 19ms
Match.text 6✅ 38ms
Match.to_display_text 1✅ 9ms
Match.utf_16_span 4✅ 18ms
Match.utf_16_start 8✅ 44ms
Maybe 5✅ 7ms
Meta-Value Inspection 4✅ 11ms
Meta-Value Manipulation 26✅ 193ms
Meta.Type.find 4✅ 21ms
Methods 1✅ 1⚪ 1ms
Missing_Required_Argument 3✅ 49ms
Natural Order 4✅ 161ms
No Method Errors 1✅ 15ms
non-linear inserts 11✅ 225ms
Number Conversions 1✅ 7ms
Number Rounding numeric tests 19✅ 315ms
Numbers 14✅ 168ms
Numeric values 1✅ 3ms
Object Comparator 7✅ 37ms
Operator == 16✅ 198ms
Ordering 6✅ 68ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 351ms
Pair - from 2-Item List 13✅ 140ms
Pair - from 2-Item Vector 13✅ 360ms
Pair - from Pair.new 13✅ 106ms
Pair - from Pair.Value 13✅ 25ms
Panics 17✅ 276ms
parse 8✅ 262ms
Parsing date/time values 26✅ 1⚪ 394ms
Parsing formats 4✅ 233ms
Pattern Matches 17✅ 196ms
Pattern.find and .find_all 8✅ 102ms
Pattern.match and .match_all 8✅ 87ms
Pattern.matches 5✅ 24ms
Pattern.replace 16✅ 227ms
Pattern.split 6✅ 35ms
Pattern.tokenize 7✅ 202ms
Period 7✅ 28ms
Plain_Text 3✅ 78ms
Polyglot Argument 7✅ 43ms
Polyglot Argument with Inheritance 3✅ 14ms
Polyglot Conversion 14✅ 32ms
Polyglot hash maps 6✅ 176ms
Polyglot JS 19✅ 177ms
Polyglot keys and values 6✅ 5s
Polyglot Operator == 7✅ 28ms
Polyglot Python 18✅ 145ms
Polyglot R 1⚪ 0ms
post 25✅ 2s
Problem_Behavior 2✅ 33ms
Process 5✅ 151ms
PythonDate 41✅ 10s
PythonDate 42✅ 5⚪ 3s
PythonDate date part tests 8✅ 98ms
PythonDate date part tests 8✅ 121ms
PythonLocalTime 28✅ 161ms
Qualified Names 3✅ 4ms
Random 15✅ 3s
Range 35✅ 929ms
Rank Data 7✅ 18ms
Read XML 7✅ 287ms
read_bytes 6✅ 48ms
read_text 6✅ 140ms
Refs 2✅ 3ms
Regex splitting 3✅ 13ms
Regex tokenizing 2✅ 27ms
Regex: find and find_all 20✅ 1⚪ 223ms
Regression 12✅ 82ms
ReportingStreamDecoder 6✅ 764ms
ReportingStreamEncoder 8✅ 207ms
Request 10✅ 93ms
rounding 4✅ 36ms
Sorting with multiple comparators 4✅ 2⚪ 101ms
Sorting with the default comparator 7✅ 3⚪ 251ms
Stack traces 1✅ 13ms
State 2✅ 6ms
Statistics 14✅ 335ms
Statistics - empty Vector 3✅ 11ms
Statistics - invalid input 5✅ 33ms
Statistics - invalid input 1✅ 1ms
Statistics - NaN Vector 3✅ 45ms
Statistics - Nothing Vector 3✅ 37ms
System 2✅ 21ms
tag name 1✅ 28ms
Temporary_File facility 6✅ 3s
Text 84✅ 12s
text contents 1✅ 8ms
Text_Sub_Range_Data 2✅ 46ms
Text_Utils 4✅ 47ms
Text.match 6✅ 27ms
Text.replace 16✅ 290ms
Text.Span 3✅ 25ms
Text.substring 4✅ 14ms
the Self construct 6✅ 20ms
Time_Of_Day 28✅ 333ms
to_display_text 5✅ 52ms
Type Errors 11✅ 161ms
uncurry 1✅ 5ms
Unresolved symbol 1✅ 3ms
URI 21✅ 3⚪ 291ms
Use a slice of an array as vectors 95✅ 3⚪ 256ms
Use Array as vectors 95✅ 3⚪ 649ms
Use Array_Proxy as vectors 95✅ 3⚪ 252ms
Use Java ArrayList as vectors 95✅ 3⚪ 292ms
Use Vector as vectors 95✅ 3⚪ 2s
UTF_16 BigEndian 2✅ 9ms
UTF_16 LittleEndian 2✅ 11ms
UTF_8 7✅ 45ms
Vector builder 5✅ 17ms
Vector Slicing Helpers 1✅ 21ms
Vector/Array equality 9✅ 16ms
Windows 1252 4✅ 24ms
Wrapped errors 5✅ 30ms
write operations 22✅ 958ms
Zone 9✅ 30ms

✅ /Users/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✅ 135ms
File uploads 2✅ 7ms
Geo_Map 3✅ 736ms
Histogram Visualization 6✅ 186ms
Lazy Table Visualization 12✅ 629ms
Lazy Text Visualization 3✅ 57ms
Scatter Plot Visualization 14✅ 770ms
Serializable Visualization Identifiers 5✅ 153ms
SQL Visualization 1✅ 217ms
Table Visualization 9✅ 554ms
Table.lookup_ignore_case 1✅ 26ms
Table.rows 1✅ 302ms
Type Names of Visualization Defaults 1✅ 191ms
Vector and Arrays 2✅ 1⚪ 96ms
Widgets for Database 1✅ 15ms
Widgets for In-Database Connection with table name sets 1✅ 156ms
Widgets for In-Database Connection with table types 1✅ 23ms
Widgets for In-Database Table with column name sets 2✅ 62ms
Widgets for In-Memory with column name sets 2✅ 79ms
Widgets for the Text type 1✅ 163ms