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

Upload files by drag and drop #8214

Merged
merged 27 commits into from
Nov 2, 2023

Fix lints

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

Upload files by drag and drop #8214

Fix lints
e93e847
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests (linux) succeeded Nov 2, 2023 in 1s

Standard Library Tests (linux) ✅

Tests passed successfully

Report Passed Failed Skipped Time
/runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml 19✅ 18s
/runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 97s
/runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 566ms
/runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 2s
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml 3484✅ 178⚪ 211s
/runner/_work/enso/enso/target/test-results/Tests/JUnit.xml 2354✅ 27⚪ 87s
/runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 9s

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

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

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

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

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

Test suite Passed Failed Skipped Time
Examples 32✅ 8s
Python Examples 1✅ 89s

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 29ms
GeoJSON to Table 3✅ 537ms

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

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

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 129ms
Image with 1 channel 19✅ 120ms
Image with 2 channels 19✅ 137ms
Image with 3 channels 19✅ 97ms
Image with 4 channels 19✅ 71ms
Image Write 2✅ 10ms
Image.read 9✅ 512ms
Matrix with 1 channel 21✅ 208ms
Matrix with 2 channels 21✅ 112ms
Matrix with 3 channels 21✅ 134ms
Matrix with 4 channels 21✅ 123ms
Matrix_Error 1✅ 1ms

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

3662 tests were completed in 211s with 3484 passed, 0 failed and 178 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 57ms
[Codegen] Basic Select 3✅ 56ms
[Codegen] Handling Missing Values 2✅ 51ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 141ms
[Codegen] Sorting 4✅ 15ms
[In-Memory-specific] Table.join 1✅ 1s
[In-Memory-specific] Table.set 2✅ 297ms
[In-Memory] Interactions Between various operations 11✅ 638ms
[In-Memory] Arithmetic Column Operations 12✅ 104ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 132ms
[In-Memory] Colum Operations - Names 10✅ 45ms
[In-Memory] Column Comparisons 5✅ 1⚪ 141ms
[In-Memory] Column Naming edge cases 7✅ 234ms
[In-Memory] Column operation Integer Overflow handling 6✅ 269ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 46ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 38ms
[In-Memory] Column Operations - Text Trim 3✅ 22ms
[In-Memory] Column.const 3✅ 5ms
[In-Memory] Column.fill_nothing/empty 4✅ 3ms
[In-Memory] Column.map 6✅ 119ms
[In-Memory] Column.rename 1✅ 5ms
[In-Memory] Column.take/drop 8✅ 50ms
[In-Memory] Column.zip 6✅ 44ms
[In-Memory] Date-Time operations 21✅ 1⚪ 727ms
[In-Memory] Date-Time support 3✅ 42ms
[In-Memory] Dropping Missing Values 9✅ 464ms
[In-Memory] Expression Arithmetic 3✅ 86ms
[In-Memory] Expression Boolean literals 1✅ 43ms
[In-Memory] Expression Boolean Operators 4✅ 43ms
[In-Memory] Expression Column Arithmetic 2✅ 56ms
[In-Memory] Expression Comparison Operators 6✅ 106ms
[In-Memory] Expression Date and Time literals 5✅ 43ms
[In-Memory] Expression Errors should be handled 4✅ 34ms
[In-Memory] Expression Float literals 1✅ 19ms
[In-Memory] Expression Integer literals 1✅ 17ms
[In-Memory] Expression Nothing literals 3✅ 28ms
[In-Memory] Expression Text literals 1✅ 32ms
[In-Memory] Expression Text literals 2✅ 6ms
[In-Memory] Expression Text Operators 2✅ 33ms
[In-Memory] Expression Warnings should be reported 4✅ 128ms
[In-Memory] Filling Missing Values 8✅ 90ms
[In-Memory] Function invocation 2✅ 16ms
[In-Memory] Handling of Big Integer values 10✅ 146ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 115ms
[In-Memory] Min/Max Operations 2✅ 98ms
[In-Memory] Other Column Operations 1✅ 3ms
[In-Memory] replace: empty table and nothings 2✅ 3ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 21ms
[In-Memory] replace: literal text pattern and replacement 4✅ 41ms
[In-Memory] replace: pattern and replacement columns 4✅ 7ms
[In-Memory] Rounding numeric tests 19✅ 698ms
[In-Memory] Rounding-like operations 15✅ 35ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 52ms
[In-Memory] Storage Builders 2✅ 57ms
[In-Memory] Table.add_row_number (common) 7✅ 133ms
[In-Memory] Table.add_row_number (in-memory specific) 7✅ 67ms
[In-Memory] Table.aggregate 3✅ 531ms
[In-Memory] Table.aggregate 3✅ 15ms
[In-Memory] Table.aggregate Concatenate 6✅ 74ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 102ms
[In-Memory] Table.aggregate First and Last 1✅ 2ms
[In-Memory] Table.aggregate Mode 1✅ 2ms
[In-Memory] Table.aggregate Shortest 1✅ 11ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 388ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 210ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 18ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 13ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 37ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 11ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 56ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 104ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 46ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 36ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 81ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 199ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 14ms
[In-Memory] Table.aggregate+Expressions 2✅ 40ms
[In-Memory] Table.at 3✅ 63ms
[In-Memory] Table.column_count 1✅ 0ms
[In-Memory] Table.column_names 2✅ 11ms
[In-Memory] Table.cross_join 9✅ 79ms
[In-Memory] Table.cross_tab 23✅ 357ms
[In-Memory] Table.distinct 6✅ 480ms
[In-Memory] Table.distinct 7✅ 131ms
[In-Memory] Table.fill_nothing/empty 6✅ 21ms
[In-Memory] Table.filter 5✅ 4s
[In-Memory] Table.filter 21✅ 2⚪ 686ms
[In-Memory] Table.filter_by_expression 5✅ 149ms
[In-Memory] Table.get 3✅ 23ms
[In-Memory] Table.join 34✅ 615ms
[In-Memory] Table.join performance 3✅ 1⚪ 774ms
[In-Memory] Table.lookup_and_replace 20✅ 492ms
[In-Memory] Table.order_by 23✅ 236ms
[In-Memory] Table.remove_columns 12✅ 362ms
[In-Memory] Table.rename_columns 20✅ 535ms
[In-Memory] Table.reorder_columns 10✅ 250ms
[In-Memory] Table.replace 4✅ 46ms
[In-Memory] Table.rows 6✅ 51ms
[In-Memory] Table.select_columns 15✅ 530ms
[In-Memory] Table.set 8✅ 2s
[In-Memory] Table.set with Column_Operation 9✅ 578ms
[In-Memory] Table.sort_columns 4✅ 96ms
[In-Memory] Table.take/drop 11✅ 540ms
[In-Memory] Table.transpose 8✅ 106ms
[In-Memory] Table.union 25✅ 307ms
[In-Memory] Table.zip 12✅ 89ms
[In-Memory] Table/Column auto value type 13✅ 169ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 170ms
[In-Memory] Table/Column.cast - date/time 3✅ 38ms
[In-Memory] Table/Column.cast - numeric 6✅ 236ms
[In-Memory] Table/Column.cast - to text 9✅ 118ms
[In-Memory] Temp column 2✅ 4ms
[In-Memory] Text Column Operations 5✅ 164ms
[PostgreSQL] Interactions Between various operations 10✅ 758ms
[PostgreSQL] .pgpass 3✅ 486ms
[PostgreSQL] Aggregation 2✅ 83ms
[PostgreSQL] Appending a Database table to a Database table 30✅ 5s
[PostgreSQL] Appending an in-memory table to a Database table 31✅ 4s
[PostgreSQL] Arithmetic Column Operations 10✅ 2⚪ 251ms
[PostgreSQL] Basic Table Access 4✅ 584ms
[PostgreSQL] Boolean Column Operations 5✅ 1⚪ 203ms
[PostgreSQL] Colum Operations - Names 8✅ 46ms
[PostgreSQL] Column Comparisons 4✅ 1⚪ 306ms
[PostgreSQL] Column Naming edge cases 7✅ 180ms
[PostgreSQL] Column Operations - Equality & Null Handling 4✅ 3⚪ 67ms
[PostgreSQL] Column Operations - Text Replace 2✅ 24ms
[PostgreSQL] Column Operations - Text Replace (in-memory only) 0ms
[PostgreSQL] Column Operations - Text Trim 3✅ 76ms
[PostgreSQL] Column.const 3✅ 61ms
[PostgreSQL] Column.fill_nothing/empty 4✅ 91ms
[PostgreSQL] Column.map 1✅ 11ms
[PostgreSQL] Column.rename 1✅ 16ms
[PostgreSQL] Column.take/drop 6✅ 990ms
[PostgreSQL] Column.zip 1✅ 17ms
[PostgreSQL] Connection setup 3✅ 331ms
[PostgreSQL] Creating an empty table 19✅ 3s
[PostgreSQL] Database Encoding 1✅ 116ms
[PostgreSQL] Date-Time operations 19✅ 1⚪ 2s
[PostgreSQL] Date-Time support 3✅ 76ms
[PostgreSQL] Deleting rows from a Database table 4✅ 255ms
[PostgreSQL] Deleting rows from a Database table (source=Database) 11✅ 1s
[PostgreSQL] Deleting rows from a Database table (source=in-memory) 11✅ 1s
[PostgreSQL] Dialect-specific codegen 1✅ 22ms
[PostgreSQL] Dropping Missing Values 9✅ 2s
[PostgreSQL] Edge Cases 4✅ 553ms
[PostgreSQL] Expression Arithmetic 3✅ 118ms
[PostgreSQL] Expression Boolean literals 1✅ 17ms
[PostgreSQL] Expression Boolean Operators 4✅ 127ms
[PostgreSQL] Expression Column Arithmetic 2✅ 138ms
[PostgreSQL] Expression Comparison Operators 6✅ 308ms
[PostgreSQL] Expression Date and Time literals 4✅ 58ms
[PostgreSQL] Expression Errors should be handled 4✅ 25ms
[PostgreSQL] Expression Float literals 1✅ 23ms
[PostgreSQL] Expression Integer literals 1✅ 7ms
[PostgreSQL] Expression Nothing literals 3✅ 82ms
[PostgreSQL] Expression Text literals 1✅ 17ms
[PostgreSQL] Expression Text literals 2✅ 28ms
[PostgreSQL] Expression Text Operators 2✅ 89ms
[PostgreSQL] Expression Warnings should be reported 2✅ 2⚪ 139ms
[PostgreSQL] Filling Missing Values 6✅ 290ms
[PostgreSQL] Function invocation 2✅ 53ms
[PostgreSQL] Info 4✅ 83ms
[PostgreSQL] Masking Tables 1✅ 38ms
[PostgreSQL] math functions 6✅ 3s
[PostgreSQL] Min/Max Operations 2✅ 71ms
[PostgreSQL] Missing Values 2✅ 88ms
[PostgreSQL] Other Column Operations 1✅ 33ms
[PostgreSQL] Output Execution Context for Database operations 12✅ 1⚪ 1s
[PostgreSQL] Persisting a Database Table (query) 8✅ 1s
[PostgreSQL] replace: empty table and nothings 2✅ 41ms
[PostgreSQL] replace: literal regex pattern and replacement 5✅ 47ms
[PostgreSQL] replace: literal text pattern and replacement 4✅ 60ms
[PostgreSQL] replace: pattern and replacement columns 4✅ 20ms
[PostgreSQL] Rounding numeric tests 19✅ 21s
[PostgreSQL] Rounding-like operations 22✅ 1s
[PostgreSQL] Schemas and Databases 4✅ 109ms
[PostgreSQL] Simple variant of Table/Column.parse in all backends 5✅ 132ms
[PostgreSQL] Sorting 5✅ 148ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[PostgreSQL] Support for Long Column/Table names 14✅ 2s
[PostgreSQL] Table.add_row_number (common) 7✅ 179ms
[PostgreSQL] Table.add_row_number (Database specific) 1✅ 36ms
[PostgreSQL] Table.aggregate 3✅ 101ms
[PostgreSQL] Table.aggregate Concatenate 6✅ 176ms
[PostgreSQL] Table.aggregate Count_Distinct 2✅ 165ms
[PostgreSQL] Table.aggregate First and Last 1✅ 29ms
[PostgreSQL] Table.aggregate Mode 1✅ 25ms
[PostgreSQL] Table.aggregate Shortest 1✅ 30ms
[PostgreSQL] Table.aggregate should be able to group on multiple fields not in left columns 12✅ 1⚪ 263ms
[PostgreSQL] Table.aggregate should be able to group on single field 12✅ 1⚪ 181ms
[PostgreSQL] Table.aggregate should correctly handle infinities 4✅ 204ms
[PostgreSQL] Table.aggregate should correctly handle NaN 5✅ 120ms
[PostgreSQL] Table.aggregate should correctly infer result types 4✅ 79ms
[PostgreSQL] Table.aggregate should correctly select result types 4✅ 92ms
[PostgreSQL] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should not summarize empty table when grouped 10✅ 1⚪ 109ms
[PostgreSQL] Table.aggregate should raise warnings when there are issues 7✅ 1s
[PostgreSQL] Table.aggregate should raise warnings when there are issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should report unsupported operations but not block other aggregations in warning mode 1✅ 32ms
[PostgreSQL] Table.aggregate should report warnings and errors based on types 4✅ 246ms
[PostgreSQL] Table.aggregate should summarize empty table 10✅ 1⚪ 117ms
[PostgreSQL] Table.aggregate should summarize whole table 12✅ 1⚪ 202ms
[PostgreSQL] Table.aggregate Standard_Deviation 1✅ 18ms
[PostgreSQL] Table.aggregate+Expressions 2✅ 86ms
[PostgreSQL] Table.at 3✅ 24ms
[PostgreSQL] Table.column_count 1✅ 0ms
[PostgreSQL] Table.column_names 2✅ 93ms
[PostgreSQL] Table.cross_join 9✅ 483ms
[PostgreSQL] Table.cross_tab 1⚪ 0ms
[PostgreSQL] Table.default_ordering 4✅ 84ms
[PostgreSQL] Table.distinct 7✅ 235ms
[PostgreSQL] Table.expand_column 1✅ 19ms
[PostgreSQL] Table.expand_to_rows 1✅ 17ms
[PostgreSQL] Table.fill_nothing/empty 6✅ 168ms
[PostgreSQL] Table.filter 1✅ 0ms
[PostgreSQL] Table.filter 20✅ 1⚪ 2s
[PostgreSQL] Table.filter_by_expression 4✅ 1⚪ 156ms
[PostgreSQL] Table.get 3✅ 12ms
[PostgreSQL] Table.join 27✅ 3⚪ 2s
[PostgreSQL] Table.lookup_and_replace 20✅ 2s
[PostgreSQL] Table.order_by 19✅ 2⚪ 380ms
[PostgreSQL] Table.query 10✅ 568ms
[PostgreSQL] Table.remove_columns 12✅ 497ms
[PostgreSQL] Table.rename_columns 20✅ 866ms
[PostgreSQL] Table.reorder_columns 10✅ 455ms
[PostgreSQL] Table.replace 4✅ 173ms
[PostgreSQL] Table.rows 6✅ 32ms
[PostgreSQL] Table.select_columns 15✅ 857ms
[PostgreSQL] Table.set 8✅ 172ms
[PostgreSQL] Table.set with Column_Operation 9✅ 1s
[PostgreSQL] Table.sort_columns 4✅ 127ms
[PostgreSQL] Table.take/drop 7✅ 5s
[PostgreSQL] Table.transpose 1⚪ 0ms
[PostgreSQL] Table.union 22✅ 1s
[PostgreSQL] Table.zip 1⚪ 0ms
[PostgreSQL] Table/Column auto value type 1✅ 18ms
[PostgreSQL] Table/Column.cast - checking invariants 9✅ 325ms
[PostgreSQL] Table/Column.cast - date/time 3✅ 58ms
[PostgreSQL] Table/Column.cast - numeric 4✅ 101ms
[PostgreSQL] Table/Column.cast - to text 6✅ 1⚪ 167ms
[PostgreSQL] Tables and Table Types 4✅ 133ms
[PostgreSQL] Temp column 2✅ 40ms
[PostgreSQL] Text Column Operations 5✅ 347ms
[PostgreSQL] Transaction Support 4✅ 206ms
[PostgreSQL] Type Edge Cases 2✅ 489ms
[PostgreSQL] Type Mapping 8✅ 364ms
[PostgreSQL] Uploading an in-memory Table 11✅ 2s
[PostgreSQL] Warning/Error handling 2✅ 72ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 363ms
[SQLite File] Aggregation 2✅ 27ms
[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⚪ 204ms
[SQLite File] Basic Table Access 4✅ 259ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 192ms
[SQLite File] Colum Operations - Names 8✅ 40ms
[SQLite File] Column Comparisons 4✅ 1⚪ 320ms
[SQLite File] Column Naming edge cases 7✅ 237ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 104ms
[SQLite File] Column Operations - Text Replace 2✅ 28ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 55ms
[SQLite File] Column.const 3✅ 59ms
[SQLite File] Column.fill_nothing/empty 4✅ 92ms
[SQLite File] Column.map 1✅ 13ms
[SQLite File] Column.rename 1✅ 11ms
[SQLite File] Column.take/drop 6✅ 1s
[SQLite File] Column.zip 1✅ 14ms
[SQLite File] Creating an empty table 19✅ 2s
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Deleting rows from a Database table 4✅ 123ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 438ms
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 399ms
[SQLite File] Dialect-specific codegen 1✅ 13ms
[SQLite File] Dropping Missing Values 8✅ 311ms
[SQLite File] Error Handling 2✅ 60ms
[SQLite File] Expression Arithmetic 3✅ 233ms
[SQLite File] Expression Boolean literals 1✅ 45ms
[SQLite File] Expression Boolean Operators 4✅ 144ms
[SQLite File] Expression Column Arithmetic 2✅ 248ms
[SQLite File] Expression Comparison Operators 6✅ 324ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Errors should be handled 4✅ 32ms
[SQLite File] Expression Float literals 1✅ 19ms
[SQLite File] Expression Integer literals 1✅ 24ms
[SQLite File] Expression Nothing literals 3✅ 89ms
[SQLite File] Expression Text literals 1✅ 92ms
[SQLite File] Expression Text literals 2✅ 25ms
[SQLite File] Expression Text Operators 2✅ 99ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 129ms
[SQLite File] Filling Missing Values 5✅ 1⚪ 143ms
[SQLite File] Function invocation 2✅ 59ms
[SQLite File] Masking Tables 1✅ 24ms
[SQLite File] math functions 6✅ 1s
[SQLite File] Metadata 2✅ 27ms
[SQLite File] Min/Max Operations 2✅ 64ms
[SQLite File] Missing Values 2✅ 56ms
[SQLite File] Other Column Operations 1✅ 26ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 1s
[SQLite File] partial Date-Time support 2✅ 102ms
[SQLite File] Persisting a Database Table (query) 8✅ 896ms
[SQLite File] replace: empty table and nothings 2✅ 37ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 38ms
[SQLite File] replace: literal text pattern and replacement 4✅ 36ms
[SQLite File] replace: pattern and replacement columns 4✅ 9ms
[SQLite File] Rounding numeric tests 19✅ 12s
[SQLite File] Rounding-like operations 15✅ 355ms
[SQLite File] Schemas and Databases 3✅ 8ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 1s
[SQLite File] Sorting 5✅ 69ms
[SQLite File] Support for Long Column/Table names 6✅ 692ms
[SQLite File] Table.add_row_number (common) 7✅ 156ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 47ms
[SQLite File] Table.aggregate 1✅ 24ms
[SQLite File] Table.aggregate Concatenate 6✅ 125ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 82ms
[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⚪ 143ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 124ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 79ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 53ms
[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⚪ 73ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 605ms
[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✅ 168ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 177ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 101ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 131ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 21ms
[SQLite File] Table.aggregate+Expressions 2✅ 85ms
[SQLite File] Table.at 3✅ 34ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 76ms
[SQLite File] Table.cross_join 9✅ 565ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 74ms
[SQLite File] Table.distinct 7✅ 230ms
[SQLite File] Table.expand_column 1✅ 494ms
[SQLite File] Table.expand_to_rows 1✅ 195ms
[SQLite File] Table.fill_nothing/empty 6✅ 115ms
[SQLite File] Table.filter 1✅ 0ms
[SQLite File] Table.filter 20✅ 1⚪ 1s
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 155ms
[SQLite File] Table.get 3✅ 28ms
[SQLite File] Table.join 27✅ 3⚪ 1s
[SQLite File] Table.lookup_and_replace 19✅ 1s
[SQLite File] Table.order_by 19✅ 2⚪ 222ms
[SQLite File] Table.query 10✅ 346ms
[SQLite File] Table.remove_columns 11✅ 551ms
[SQLite File] Table.rename_columns 20✅ 807ms
[SQLite File] Table.reorder_columns 9✅ 382ms
[SQLite File] Table.replace 4✅ 105ms
[SQLite File] Table.rows 6✅ 74ms
[SQLite File] Table.select_columns 14✅ 908ms
[SQLite File] Table.set 8✅ 211ms
[SQLite File] Table.set with Column_Operation 8✅ 1⚪ 670ms
[SQLite File] Table.sort_columns 4✅ 127ms
[SQLite File] Table.take/drop 7✅ 2s
[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✅ 207ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 128ms
[SQLite File] Table/Column.cast - numeric 3✅ 69ms
[SQLite File] Table/Column.cast - to text 1✅ 34ms
[SQLite File] Tables and Table Types 4✅ 96ms
[SQLite File] Temp column 2✅ 26ms
[SQLite File] Text Column Operations 5✅ 346ms
[SQLite File] Transaction Support 4✅ 109ms
[SQLite File] Uploading an in-memory Table 11✅ 1s
[SQLite In-Memory] Interactions Between various operations 8✅ 260ms
[SQLite In-Memory] Aggregation 2✅ 22ms
[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⚪ 128ms
[SQLite In-Memory] Basic Table Access 4✅ 121ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 104ms
[SQLite In-Memory] Colum Operations - Names 8✅ 59ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 152ms
[SQLite In-Memory] Column Naming edge cases 7✅ 205ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 69ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 16ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 44ms
[SQLite In-Memory] Column.const 3✅ 42ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 43ms
[SQLite In-Memory] Column.map 1✅ 6ms
[SQLite In-Memory] Column.rename 1✅ 12ms
[SQLite In-Memory] Column.take/drop 6✅ 890ms
[SQLite In-Memory] Column.zip 1✅ 6ms
[SQLite In-Memory] Creating an empty table 17✅ 705ms
[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✅ 93ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 662ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 587ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 2ms
[SQLite In-Memory] Dropping Missing Values 8✅ 349ms
[SQLite In-Memory] Error Handling 2✅ 26ms
[SQLite In-Memory] Expression Arithmetic 3✅ 188ms
[SQLite In-Memory] Expression Boolean literals 1✅ 30ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 112ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 144ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 326ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 28ms
[SQLite In-Memory] Expression Float literals 1✅ 9ms
[SQLite In-Memory] Expression Integer literals 1✅ 16ms
[SQLite In-Memory] Expression Nothing literals 3✅ 44ms
[SQLite In-Memory] Expression Text literals 1✅ 22ms
[SQLite In-Memory] Expression Text literals 2✅ 12ms
[SQLite In-Memory] Expression Text Operators 2✅ 85ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 121ms
[SQLite In-Memory] Filling Missing Values 5✅ 1⚪ 160ms
[SQLite In-Memory] Function invocation 2✅ 46ms
[SQLite In-Memory] Masking Tables 1✅ 16ms
[SQLite In-Memory] math functions 6✅ 463ms
[SQLite In-Memory] Metadata 2✅ 5ms
[SQLite In-Memory] Min/Max Operations 2✅ 34ms
[SQLite In-Memory] Missing Values 2✅ 16ms
[SQLite In-Memory] Other Column Operations 1✅ 15ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 332ms
[SQLite In-Memory] partial Date-Time support 2✅ 14ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 436ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 20ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 7ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 17ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 5ms
[SQLite In-Memory] Rounding numeric tests 19✅ 8s
[SQLite In-Memory] Rounding-like operations 15✅ 214ms
[SQLite In-Memory] Schemas and Databases 3✅ 0ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 49ms
[SQLite In-Memory] Sorting 5✅ 37ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 530ms
[SQLite In-Memory] Table.add_row_number (common) 7✅ 107ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 25ms
[SQLite In-Memory] Table.aggregate 1✅ 26ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 173ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 146ms
[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⚪ 130ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 67ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 62ms
[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⚪ 82ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 590ms
[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✅ 100ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 144ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 76ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 97ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 25ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 72ms
[SQLite In-Memory] Table.at 3✅ 14ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 84ms
[SQLite In-Memory] Table.cross_join 9✅ 396ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 13ms
[SQLite In-Memory] Table.distinct 7✅ 129ms
[SQLite In-Memory] Table.expand_column 1✅ 5ms
[SQLite In-Memory] Table.expand_to_rows 1✅ 7ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 93ms
[SQLite In-Memory] Table.filter 1✅ 2ms
[SQLite In-Memory] Table.filter 20✅ 1⚪ 724ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 65ms
[SQLite In-Memory] Table.get 3✅ 9ms
[SQLite In-Memory] Table.join 27✅ 3⚪ 659ms
[SQLite In-Memory] Table.lookup_and_replace 19✅ 950ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 317ms
[SQLite In-Memory] Table.query 10✅ 230ms
[SQLite In-Memory] Table.remove_columns 11✅ 213ms
[SQLite In-Memory] Table.rename_columns 20✅ 690ms
[SQLite In-Memory] Table.reorder_columns 9✅ 208ms
[SQLite In-Memory] Table.replace 4✅ 39ms
[SQLite In-Memory] Table.rows 6✅ 21ms
[SQLite In-Memory] Table.select_columns 14✅ 374ms
[SQLite In-Memory] Table.set 8✅ 119ms
[SQLite In-Memory] Table.set with Column_Operation 8✅ 1⚪ 460ms
[SQLite In-Memory] Table.sort_columns 4✅ 50ms
[SQLite In-Memory] Table.take/drop 7✅ 2s
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 19✅ 1⚪ 1s
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column auto value type 1✅ 5ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 53ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 24ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 25ms
[SQLite In-Memory] Tables and Table Types 4✅ 33ms
[SQLite In-Memory] Temp column 2✅ 15ms
[SQLite In-Memory] Text Column Operations 5✅ 141ms
[SQLite In-Memory] Transaction Support 4✅ 65ms
[SQLite In-Memory] Uploading an in-memory Table 9✅ 702ms
[SQLite] Type Mapping 8✅ 223ms
Aggregate Columns 23✅ 243ms
Boolean Column.format, with format Column 3✅ 50ms
Boolean Column.format, with format string 3✅ 75ms
ceil 3✅ 36ms
Column.parse 13✅ 97ms
Columns 16✅ 2s
Construction 9✅ 10s
Counting Values 1✅ 15ms
DataFormatter builders 3✅ 25ms
DataFormatter.format 10✅ 50ms
DataFormatter.parse 12✅ 284ms
Date Column.format, with format Column 6✅ 111ms
Date Column.format, with format string 4✅ 408ms
Date_Time Column.format, with format Column 6✅ 139ms
Date_Time Column.format, with format string 5✅ 307ms
Date_Time truncate 1✅ 19ms
Delimited File Parsing 27✅ 3⚪ 843ms
Delimited File Writing 33✅ 1s
Dropping Missing Values 1✅ 1s
Edge cases 1✅ 13ms
Errors 2✅ 14ms
Excel Range 9✅ 70ms
File.read (Delimited) 3✅ 49ms
File.read (Delimited) should work with Date_Time 3✅ 15ms
File.read (Delimited) should work with Dates 3✅ 36ms
File.read (Delimited) should work with Time_Of_Days 3✅ 16ms
fill 6✅ 167ms
Float 3✅ 40ms
Float, with format Column 3✅ 43ms
floor 3✅ 30ms
Info 1✅ 18ms
Integer 3✅ 43ms
Integer 1✅ 11ms
Integer, with format Column 3✅ 34ms
Integration 1✅ 65ms
JSON conversion 2✅ 52ms
Mapping Operations 7✅ 925ms
Masking Tables 3✅ 776ms
Numeric, empty/Nothing 4✅ 92ms
Problems 3✅ 18ms
Read XLSX / XLS Files 12✅ 2s
Reading single cells correctly 7✅ 225ms
round/truncate/ceil/floor 3✅ 109ms
Rounding 8✅ 258ms
Should be able to serialise a table with Dates to Text 2✅ 83ms
Should be able to serialise a table with DateTimes to Text 2✅ 19ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 37ms
Slicing Tables 4✅ 434ms
Sorting Columns 4✅ 178ms
Sorting Tables 2✅ 177ms
SQLite_Format should allow connecting to SQLite files 5✅ 55ms
Table.from Text 1✅ 11ms
Table.parse 22✅ 469ms
Table.parse_to_columns 14✅ 293ms
Table.split 5✅ 157ms
Table.split/tokenize column count 4✅ 81ms
Table.split/tokenize column order 1✅ 6ms
Table.split/tokenize errors 4✅ 12ms
Table.split/tokenize name conflicts 2✅ 49ms
Table.tokenize 12✅ 198ms
Text.parse_to_table 2✅ 42ms
Text.parse_to_table errors 3✅ 15ms
Text.parse_to_table parsing 3✅ 33ms
Text.parse_to_table with case-insensitivity 1✅ 7ms
Text.parse_to_table with groups 2✅ 37ms
Time_Of_Day Column.format, with format Column 6✅ 145ms
Time_Of_Day Column.format, with format string 5✅ 155ms
truncate 3✅ 38ms
Unique derived column names 4✅ 44ms
Unique derived column names 4✅ 88ms
Unique derived column names 4✅ 50ms
Unique derived column names 4✅ 179ms
Unique_Name_Strategy Helper 12✅ 307ms
Unique_Name_Strategy.combine_with_prefix 6✅ 43ms
Use First Row As Names 5✅ 310ms
Value_Type 2✅ 34ms
Various File Format support on Table 8✅ 834ms
Vector conversion 1✅ 19ms
Write xls Files 38✅ 587ms
Write xlsx Files 38✅ 2s
Writing 4✅ 57ms
XLS reading 7✅ 56ms
XLSX reading 7✅ 284ms

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

2381 tests were completed in 87s with 2354 passed, 0 failed and 27 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 80ms
Any's methods 3✅ 117ms
Array_Proxy 5✅ 163ms
ArrayOverBuffer 1✅ 68ms
ASCII 4✅ 69ms
Asserts 5✅ 54ms
at/get 7✅ 699ms
Atom with holes 7✅ 54ms
Auto_Detect 3✅ 37ms
BigInts 13✅ 759ms
Booleans 6✅ 41ms
Bound 3✅ 2ms
Bytes 3✅ 9ms
caching 1✅ 137ms
Callables 5✅ 120ms
Check Nothing and NaN 3✅ 0ms
children 2✅ 44ms
codepoints 2✅ 5ms
Compare functionality with Vector 1✅ 64ms
Compile 6✅ 58ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 23ms
Conversion 42✅ 292ms
Correlation Statistics 6✅ 144ms
curry 1✅ 28ms
Data.read / File_Format 2✅ 1s
Dataflow Errors 11✅ 81ms
Dataflow Warnings 32✅ 1s
Date 41✅ 11s
Date date part tests 8✅ 138ms
Date_Range 11✅ 2s
Date_Time 45✅ 2⚪ 1s
Date_Time date part tests 8✅ 47ms
Date_Time equality 2✅ 6ms
Day_Of_Week conversions 8✅ 27ms
Deep Exports 1✅ 2ms
Default comparator 3✅ 11ms
display text 1✅ 2ms
Duration 15✅ 198ms
Encoding object 4✅ 169ms
Enso Arrays 5✅ 65ms
Enso maps 50✅ 423ms
Enso Set 5✅ 101ms
Environment 1✅ 22ms
Escape 1✅ 3ms
fetch 10✅ 831ms
File Operations 21✅ 300ms
flip 2✅ 1ms
Float.truncate 1✅ 5ms
Floats 5✅ 33ms
folder operations 3✅ 84ms
Formatting date/time values 6✅ 188ms
Fully Qualified Names 1✅ 1ms
Function Ascribed Parameters 12✅ 48ms
get_elements_by_tag_name 3✅ 87ms
Header 1✅ 13ms
Header resolution 7✅ 95ms
Headers 6✅ 320ms
HTTP client 4✅ 3ms
HTTP_Method parse 3✅ 5ms
identity 3✅ 11ms
Inlining Helpers 2✅ 6ms
inner / outer xml 2✅ 306ms
Instrument @Tail_Call fibonacci 6✅ 443ms
Instrument fibonacci 2✅ 237ms
Integer.truncate 1✅ 1ms
Integers 24✅ 141ms
Interval 7✅ 60ms
Java case of 3✅ 5ms
Java FFI 6✅ 1⚪ 20ms
Java/Enso Date 2✅ 59ms
JavaDate 41✅ 3s
JavaDate date part tests 8✅ 2ms
JavaLocalTime 28✅ 97ms
JavaScript Objects, Arrays & Functions 8✅ 1s
JavaScriptArrayWithADate 41✅ 3s
JavaScriptArrayWithADate date part tests 8✅ 102ms
JavascriptDataInArray 43✅ 4⚪ 592ms
JavascriptDataInArray date part tests 8✅ 176ms
JavascriptDate 43✅ 4⚪ 543ms
JavaScriptDate 41✅ 4s
JavascriptDate date part tests 8✅ 23ms
JavaScriptDate date part tests 8✅ 223ms
JavaZonedDateTime 45✅ 2⚪ 455ms
JavaZonedDateTime date part tests 8✅ 9ms
JavaZoneId 7✅ 33ms
JS_Object 3✅ 231ms
JSON 5✅ 124ms
JSON 1✅ 70ms
JSON Deserialization 8✅ 881ms
JSON Serialization 3✅ 110ms
JSON_Format 2✅ 90ms
Lazy 6✅ 79ms
Lazy Generator 1✅ 4ms
Lexicographic Order on Vectors 2✅ 9ms
List 31✅ 919ms
Locale 13✅ 78ms
Looping Imports 1✅ 1ms
Lowercase Methods 5✅ 4ms
Managed_Resource 3✅ 27ms
Match.end 4✅ 25ms
Match.groups 2✅ 17ms
Match.named_groups 3✅ 40ms
Match.span 4✅ 22ms
Match.start 4✅ 23ms
Match.text 6✅ 94ms
Match.utf_16_end 4✅ 22ms
Match.utf_16_span 4✅ 22ms
Match.utf_16_start 4✅ 21ms
Maybe 5✅ 6ms
Meta-Value Inspection 4✅ 9ms
Meta-Value Manipulation 26✅ 192ms
Meta.Type.find 4✅ 12ms
Methods 1✅ 1⚪ 1ms
Missing_Required_Argument 3✅ 50ms
Natural Order 4✅ 158ms
No Method Errors 1✅ 34ms
non-linear inserts 11✅ 449ms
Number Conversions 1✅ 8ms
Number Rounding numeric tests 19✅ 193ms
Numbers 14✅ 266ms
Numeric values 1✅ 23ms
Object Comparator 7✅ 139ms
Operator == 16✅ 190ms
Ordering 6✅ 35ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 246ms
Pair - from 2-Item List 13✅ 122ms
Pair - from 2-Item Vector 13✅ 96ms
Pair - from Pair.new 13✅ 73ms
Pair - from Pair.Value 13✅ 16ms
Panics 17✅ 339ms
parse 8✅ 282ms
Parsing date/time values 27✅ 1⚪ 832ms
Parsing formats 4✅ 309ms
Pattern Matches 16✅ 70ms
Pattern.find and .find_all 8✅ 204ms
Pattern.match and .match_all 8✅ 111ms
Pattern.matches 5✅ 21ms
Pattern.replace 10✅ 312ms
Pattern.split 6✅ 53ms
Pattern.tokenize 7✅ 399ms
Period 7✅ 48ms
Plain_Text 3✅ 23ms
Polyglot Argument 7✅ 54ms
Polyglot Argument with Inheritance 3✅ 13ms
Polyglot Conversion 14✅ 42ms
Polyglot hash maps 6✅ 230ms
Polyglot JS 19✅ 199ms
Polyglot keys and values 6✅ 6s
Polyglot Operator == 7✅ 73ms
Polyglot Python 15✅ 266ms
Polyglot R 1⚪ 0ms
post 24✅ 2s
Problem_Behavior 2✅ 20ms
Process 5✅ 76ms
PythonDate 41✅ 9s
PythonDate 42✅ 5⚪ 3s
PythonDate date part tests 8✅ 143ms
PythonDate date part tests 8✅ 210ms
PythonLocalTime 28✅ 269ms
Qualified Names 3✅ 2ms
Random 15✅ 1s
Range 35✅ 775ms
Rank Data 7✅ 64ms
Read XML 7✅ 142ms
read_bytes 6✅ 32ms
read_text 6✅ 133ms
Refs 1✅ 1ms
Regex splitting 3✅ 29ms
Regex tokenizing 2✅ 48ms
Regex: find and find_all 20✅ 1⚪ 391ms
Regression 12✅ 152ms
ReportingStreamDecoder 6✅ 293ms
ReportingStreamEncoder 8✅ 161ms
Request 10✅ 83ms
rounding 4✅ 34ms
should correctly evaluate documentation examples 6✅ 96ms
Sorting with multiple comparators 4✅ 2⚪ 77ms
Sorting with the default comparator 7✅ 3⚪ 140ms
Stack traces 1✅ 10ms
State 2✅ 5ms
Statistics 14✅ 469ms
Statistics - empty Vector 3✅ 20ms
Statistics - invalid input 5✅ 160ms
Statistics - invalid input 1✅ 2ms
Statistics - NaN Vector 3✅ 24ms
Statistics - Nothing Vector 3✅ 50ms
System 2✅ 18ms
tag name 1✅ 33ms
take/drop Sample non-determinism 2✅ 7ms
take/drop Sample non-determinism 2✅ 0ms
take/drop Sample non-determinism 2✅ 0ms
take/drop Sample non-determinism 2✅ 0ms
take/drop Sample non-determinism 2✅ 0ms
Text 84✅ 10s
text contents 1✅ 6ms
Text_Sub_Range_Data 2✅ 29ms
Text_Utils 4✅ 58ms
Text.match 6✅ 43ms
Text.replace 16✅ 363ms
Text.Span 3✅ 36ms
Text.substring 4✅ 34ms
the Self construct 6✅ 26ms
Time_Of_Day 28✅ 311ms
to_display_text 5✅ 36ms
Type Errors 11✅ 255ms
uncurry 1✅ 2ms
Unresolved symbol 1✅ 1ms
URI 4✅ 21ms
Use a slice of an array as vectors 73✅ 245ms
Use Array as vectors 73✅ 856ms
Use Array_Proxy as vectors 73✅ 249ms
Use Java ArrayList as vectors 73✅ 530ms
Use Vector as vectors 73✅ 1s
UTF_16 BigEndian 2✅ 6ms
UTF_16 LittleEndian 2✅ 4ms
UTF_8 7✅ 67ms
Vector builder 5✅ 17ms
Vector Slicing Helpers 1✅ 24ms
Vector/Array equality 9✅ 16ms
Windows 1252 4✅ 31ms
write operations 21✅ 632ms
Zone 9✅ 54ms

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

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

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 408ms
File uploads 2✅ 39ms
Geo_Map 3✅ 2s
Histogram Visualization 6✅ 254ms
Lazy Table Visualization 12✅ 755ms
Lazy Text Visualization 3✅ 120ms
Scatter Plot Visualization 14✅ 2s
Serializable Visualization Identifiers 5✅ 136ms
SQL Visualization 1✅ 473ms
Table Visualization 9✅ 2s
Table.lookup_ignore_case 1✅ 21ms
Table.rows 1✅ 552ms
Type Names of Visualization Defaults 1✅ 165ms
Vector and Arrays 2✅ 1⚪ 59ms
Widgets for Database 1✅ 162ms
Widgets for In-Database Connection with table name sets 1✅ 299ms
Widgets for In-Database Connection with table types 1✅ 73ms
Widgets for In-Database Table with column name sets 2✅ 154ms
Widgets for In-Memory with column name sets 2✅ 251ms
Widgets for the Text type 1✅ 503ms