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

Merge URI_With_Query into URI, extend API of URI #8591

Merged
merged 28 commits into from
Dec 21, 2023

better split of test groups

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

Merge URI_With_Query into URI, extend API of URI #8591

better split of test groups
b276703
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests (linux) succeeded Dec 21, 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✅ 14s
/runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 63s
/runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 255ms
/runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 1s
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml 3594✅ 185⚪ 166s
/runner/_work/enso/enso/target/test-results/Tests/JUnit.xml 2502✅ 46⚪ 49s
/runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 3s

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

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

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

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

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

Test suite Passed Failed Skipped Time
Examples 32✅ 12s
Python Examples 1✅ 50s

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 13ms
GeoJSON to Table 3✅ 242ms

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

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

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 54ms
Image with 1 channel 19✅ 81ms
Image with 2 channels 19✅ 83ms
Image with 3 channels 19✅ 86ms
Image with 4 channels 19✅ 88ms
Image Write 2✅ 11ms
Image.read 9✅ 329ms
Matrix with 1 channel 21✅ 164ms
Matrix with 2 channels 21✅ 126ms
Matrix with 3 channels 21✅ 106ms
Matrix with 4 channels 21✅ 88ms
Matrix_Error 1✅ 1ms

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

3779 tests were completed in 166s with 3594 passed, 0 failed and 185 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 105ms
[Codegen] Basic Select 3✅ 96ms
[Codegen] Handling Missing Values 2✅ 112ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 115ms
[Codegen] Sorting 4✅ 43ms
[In-Memory-specific] Table.join 1✅ 368ms
[In-Memory-specific] Table.set 2✅ 41ms
[In-Memory] Interactions Between various operations 11✅ 514ms
[In-Memory] Arithmetic Column Operations 12✅ 141ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 91ms
[In-Memory] Colum Operations - Names 10✅ 41ms
[In-Memory] Column Comparisons 5✅ 1⚪ 365ms
[In-Memory] Column Naming edge cases 7✅ 183ms
[In-Memory] Column operation Integer Overflow handling 6✅ 175ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 102ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 82ms
[In-Memory] Column Operations - Text Trim 3✅ 40ms
[In-Memory] Column.const 3✅ 3ms
[In-Memory] Column.fill_nothing/empty 4✅ 14ms
[In-Memory] Column.map 6✅ 132ms
[In-Memory] Column.rename 1✅ 2ms
[In-Memory] Column.take/drop 8✅ 82ms
[In-Memory] Column.zip 6✅ 28ms
[In-Memory] Date truncation 1✅ 3ms
[In-Memory] Date-Time operations 21✅ 1⚪ 597ms
[In-Memory] Date-Time support 3✅ 29ms
[In-Memory] Dropping Missing Values 9✅ 334ms
[In-Memory] Expression Arithmetic 3✅ 82ms
[In-Memory] Expression Boolean literals 1✅ 77ms
[In-Memory] Expression Boolean Operators 4✅ 73ms
[In-Memory] Expression Column Arithmetic 2✅ 113ms
[In-Memory] Expression Comparison Operators 6✅ 130ms
[In-Memory] Expression Date and Time literals 5✅ 33ms
[In-Memory] Expression Errors should be handled 4✅ 44ms
[In-Memory] Expression Float literals 1✅ 16ms
[In-Memory] Expression Integer literals 1✅ 8ms
[In-Memory] Expression Nothing literals 3✅ 15ms
[In-Memory] Expression Text literals 1✅ 28ms
[In-Memory] Expression Text literals 2✅ 6ms
[In-Memory] Expression Text Operators 2✅ 30ms
[In-Memory] Expression Warnings should be reported 4✅ 133ms
[In-Memory] Filling Missing Values 8✅ 81ms
[In-Memory] Function invocation 2✅ 23ms
[In-Memory] Handling of Big Integer values 10✅ 89ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 87ms
[In-Memory] Min/Max Operations 2✅ 101ms
[In-Memory] Other Column Operations 1✅ 3ms
[In-Memory] replace: empty table and nothings 2✅ 5ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 31ms
[In-Memory] replace: literal text pattern and replacement 4✅ 65ms
[In-Memory] replace: pattern and replacement columns 4✅ 17ms
[In-Memory] Rounding numeric tests 19✅ 455ms
[In-Memory] Rounding-like operations 15✅ 70ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 218ms
[In-Memory] Storage Builders 2✅ 101ms
[In-Memory] Table.add_row_number (common) 7✅ 106ms
[In-Memory] Table.add_row_number (in-memory specific) 7✅ 59ms
[In-Memory] Table.aggregate 3✅ 216ms
[In-Memory] Table.aggregate 3✅ 13ms
[In-Memory] Table.aggregate Concatenate 6✅ 15ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 15ms
[In-Memory] Table.aggregate First and Last 1✅ 2ms
[In-Memory] Table.aggregate Mode 1✅ 1ms
[In-Memory] Table.aggregate Shortest 1✅ 2ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 139ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 469ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 24ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 10ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 12ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 23ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 104ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 98ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 106ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 48ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 172ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 297ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 2ms
[In-Memory] Table.aggregate+Expressions 2✅ 53ms
[In-Memory] Table.at 3✅ 57ms
[In-Memory] Table.column_count 1✅ 0ms
[In-Memory] Table.column_names 2✅ 28ms
[In-Memory] Table.cross_join 9✅ 166ms
[In-Memory] Table.cross_tab 23✅ 424ms
[In-Memory] Table.distinct 6✅ 149ms
[In-Memory] Table.distinct 7✅ 52ms
[In-Memory] Table.fill_nothing/empty 6✅ 55ms
[In-Memory] Table.filter 4✅ 860ms
[In-Memory] Table.filter 23✅ 2⚪ 553ms
[In-Memory] Table.filter_by_expression 5✅ 317ms
[In-Memory] Table.get 3✅ 16ms
[In-Memory] Table.join 38✅ 980ms
[In-Memory] Table.make_constant_column 4✅ 6ms
[In-Memory] Table.merge 20✅ 488ms
[In-Memory] Table.order_by 23✅ 239ms
[In-Memory] Table.read 5✅ 36ms
[In-Memory] Table.remove_columns 12✅ 340ms
[In-Memory] Table.rename_columns 20✅ 365ms
[In-Memory] Table.reorder_columns 10✅ 142ms
[In-Memory] Table.rows 6✅ 59ms
[In-Memory] Table.select_columns 15✅ 607ms
[In-Memory] Table.set 8✅ 1s
[In-Memory] Table.set with Column_Operation 9✅ 432ms
[In-Memory] Table.sort_columns 4✅ 160ms
[In-Memory] Table.take/drop 11✅ 587ms
[In-Memory] Table.text_replace 4✅ 115ms
[In-Memory] Table.transpose 8✅ 120ms
[In-Memory] Table.union 25✅ 849ms
[In-Memory] Table.zip 12✅ 134ms
[In-Memory] Table/Column auto value type 13✅ 150ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 162ms
[In-Memory] Table/Column.cast - date/time 3✅ 152ms
[In-Memory] Table/Column.cast - numeric 6✅ 176ms
[In-Memory] Table/Column.cast - to text 9✅ 223ms
[In-Memory] Temp column 2✅ 3ms
[In-Memory] Text Column Operations 7✅ 257ms
[In-Memory] Unique derived column names 8✅ 46ms
[PostgreSQL] Interactions Between various operations 10✅ 561ms
[PostgreSQL] .pgpass 3✅ 256ms
[PostgreSQL] Aggregation 2✅ 85ms
[PostgreSQL] Appending a Database table to a Database table 30✅ 2s
[PostgreSQL] Appending an in-memory table to a Database table 31✅ 2s
[PostgreSQL] Arithmetic Column Operations 10✅ 2⚪ 329ms
[PostgreSQL] Basic Table Access 4✅ 760ms
[PostgreSQL] Boolean Column Operations 5✅ 1⚪ 285ms
[PostgreSQL] Colum Operations - Names 8✅ 16ms
[PostgreSQL] Column Comparisons 4✅ 1⚪ 355ms
[PostgreSQL] Column Naming edge cases 7✅ 213ms
[PostgreSQL] Column Operations - Equality & Null Handling 4✅ 3⚪ 92ms
[PostgreSQL] Column Operations - Text Replace (in-memory only) 0ms
[PostgreSQL] Column Operations - Text Trim 3✅ 39ms
[PostgreSQL] Column.const 3✅ 44ms
[PostgreSQL] Column.fill_nothing/empty 4✅ 61ms
[PostgreSQL] Column.map 1✅ 15ms
[PostgreSQL] Column.rename 1✅ 8ms
[PostgreSQL] Column.take/drop 6✅ 729ms
[PostgreSQL] Column.zip 1✅ 11ms
[PostgreSQL] Connection setup 3✅ 121ms
[PostgreSQL] Connection.query 10✅ 586ms
[PostgreSQL] Creating an empty table 19✅ 1s
[PostgreSQL] Database Encoding 1✅ 116ms
[PostgreSQL] Date truncation 1✅ 25ms
[PostgreSQL] Date-Time operations 19✅ 1⚪ 1s
[PostgreSQL] Date-Time support 3✅ 54ms
[PostgreSQL] Deleting rows from a Database table 4✅ 99ms
[PostgreSQL] Deleting rows from a Database table (source=Database) 11✅ 518ms
[PostgreSQL] Deleting rows from a Database table (source=in-memory) 11✅ 561ms
[PostgreSQL] Dialect-specific codegen 1✅ 83ms
[PostgreSQL] Dropping Missing Values 9✅ 1s
[PostgreSQL] Edge Cases 4✅ 1s
[PostgreSQL] Expression Arithmetic 3✅ 113ms
[PostgreSQL] Expression Boolean literals 1✅ 22ms
[PostgreSQL] Expression Boolean Operators 4✅ 72ms
[PostgreSQL] Expression Column Arithmetic 2✅ 93ms
[PostgreSQL] Expression Comparison Operators 6✅ 234ms
[PostgreSQL] Expression Date and Time literals 4✅ 144ms
[PostgreSQL] Expression Errors should be handled 4✅ 17ms
[PostgreSQL] Expression Float literals 1✅ 7ms
[PostgreSQL] Expression Integer literals 1✅ 8ms
[PostgreSQL] Expression Nothing literals 3✅ 75ms
[PostgreSQL] Expression Text literals 1✅ 20ms
[PostgreSQL] Expression Text literals 2✅ 19ms
[PostgreSQL] Expression Text Operators 2✅ 48ms
[PostgreSQL] Expression Warnings should be reported 2✅ 2⚪ 189ms
[PostgreSQL] Filling Missing Values 6✅ 199ms
[PostgreSQL] Function invocation 2✅ 42ms
[PostgreSQL] Info 4✅ 134ms
[PostgreSQL] Masking Tables 1✅ 440ms
[PostgreSQL] math functions 6✅ 3s
[PostgreSQL] Min/Max Operations 2✅ 59ms
[PostgreSQL] Missing Values 2✅ 147ms
[PostgreSQL] Other Column Operations 1✅ 22ms
[PostgreSQL] Output Execution Context for Database operations 12✅ 1⚪ 868ms
[PostgreSQL] Persisting a Database Table (query) 8✅ 628ms
[PostgreSQL] replace: DB specific edge-cases 2✅ 18ms
[PostgreSQL] replace: empty table and nothings 2✅ 45ms
[PostgreSQL] replace: literal regex pattern and replacement 5✅ 47ms
[PostgreSQL] replace: literal text pattern and replacement 4✅ 99ms
[PostgreSQL] replace: pattern and replacement columns 4✅ 28ms
[PostgreSQL] Rounding numeric tests 19✅ 18s
[PostgreSQL] Rounding-like operations 22✅ 787ms
[PostgreSQL] Schemas and Databases 4✅ 156ms
[PostgreSQL] Simple variant of Table/Column.parse in all backends 5✅ 104ms
[PostgreSQL] Sorting 5✅ 297ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[PostgreSQL] Support for Long Column/Table names 14✅ 2s
[PostgreSQL] Table.add_row_number (common) 7✅ 146ms
[PostgreSQL] Table.add_row_number (Database specific) 1✅ 35ms
[PostgreSQL] Table.aggregate 4✅ 168ms
[PostgreSQL] Table.aggregate Concatenate 6✅ 151ms
[PostgreSQL] Table.aggregate Count_Distinct 2✅ 116ms
[PostgreSQL] Table.aggregate First and Last 1✅ 14ms
[PostgreSQL] Table.aggregate Mode 1✅ 11ms
[PostgreSQL] Table.aggregate Shortest 1✅ 89ms
[PostgreSQL] Table.aggregate should be able to group on multiple fields not in left columns 12✅ 1⚪ 208ms
[PostgreSQL] Table.aggregate should be able to group on single field 12✅ 1⚪ 280ms
[PostgreSQL] Table.aggregate should correctly handle infinities 4✅ 178ms
[PostgreSQL] Table.aggregate should correctly handle NaN 5✅ 86ms
[PostgreSQL] Table.aggregate should correctly infer result types 4✅ 56ms
[PostgreSQL] Table.aggregate should correctly select result types 4✅ 97ms
[PostgreSQL] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should not summarize empty table when grouped 10✅ 1⚪ 72ms
[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✅ 28ms
[PostgreSQL] Table.aggregate should report warnings and errors based on types 4✅ 91ms
[PostgreSQL] Table.aggregate should summarize empty table 10✅ 1⚪ 77ms
[PostgreSQL] Table.aggregate should summarize whole table 12✅ 1⚪ 133ms
[PostgreSQL] Table.aggregate Standard_Deviation 1✅ 25ms
[PostgreSQL] Table.aggregate+Expressions 2✅ 36ms
[PostgreSQL] Table.at 3✅ 10ms
[PostgreSQL] Table.column_count 1✅ 0ms
[PostgreSQL] Table.column_names 2✅ 72ms
[PostgreSQL] Table.cross_join 9✅ 461ms
[PostgreSQL] Table.cross_tab 1⚪ 0ms
[PostgreSQL] Table.default_ordering 4✅ 160ms
[PostgreSQL] Table.distinct 7✅ 131ms
[PostgreSQL] Table.expand_column 1✅ 12ms
[PostgreSQL] Table.expand_to_rows 1✅ 12ms
[PostgreSQL] Table.fill_nothing/empty 6✅ 166ms
[PostgreSQL] Table.filter 1✅ 1ms
[PostgreSQL] Table.filter 22✅ 1⚪ 1s
[PostgreSQL] Table.filter_by_expression 4✅ 1⚪ 135ms
[PostgreSQL] Table.get 3✅ 8ms
[PostgreSQL] Table.join 30✅ 4⚪ 1s
[PostgreSQL] Table.make_constant_column 3✅ 1⚪ 70ms
[PostgreSQL] Table.merge 20✅ 1s
[PostgreSQL] Table.order_by 19✅ 2⚪ 284ms
[PostgreSQL] Table.read 6✅ 225ms
[PostgreSQL] Table.remove_columns 12✅ 407ms
[PostgreSQL] Table.rename_columns 20✅ 1s
[PostgreSQL] Table.reorder_columns 10✅ 404ms
[PostgreSQL] Table.rows 6✅ 23ms
[PostgreSQL] Table.select_columns 15✅ 765ms
[PostgreSQL] Table.set 8✅ 168ms
[PostgreSQL] Table.set with Column_Operation 9✅ 856ms
[PostgreSQL] Table.sort_columns 4✅ 148ms
[PostgreSQL] Table.take/drop 7✅ 2s
[PostgreSQL] Table.text_replace 4✅ 163ms
[PostgreSQL] Table.transpose 1⚪ 0ms
[PostgreSQL] Table.union 22✅ 1s
[PostgreSQL] Table.zip 1⚪ 0ms
[PostgreSQL] Table/Column auto value type 1✅ 12ms
[PostgreSQL] Table/Column.cast - checking invariants 9✅ 177ms
[PostgreSQL] Table/Column.cast - date/time 3✅ 42ms
[PostgreSQL] Table/Column.cast - numeric 4✅ 108ms
[PostgreSQL] Table/Column.cast - to text 6✅ 1⚪ 155ms
[PostgreSQL] Tables and Table Types 4✅ 118ms
[PostgreSQL] Temp column 2✅ 26ms
[PostgreSQL] Text Column Operations 7✅ 248ms
[PostgreSQL] Transaction Support 4✅ 165ms
[PostgreSQL] Type Edge Cases 2✅ 189ms
[PostgreSQL] Type Mapping 8✅ 266ms
[PostgreSQL] Unique derived column names 8✅ 114ms
[PostgreSQL] Uploading an in-memory Table 11✅ 648ms
[PostgreSQL] Warning/Error handling 2✅ 70ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 343ms
[SQLite File] Aggregation 2✅ 122ms
[SQLite File] Appending a Database table to a Database table 29✅ 1s
[SQLite File] Appending an in-memory table to a Database table 30✅ 1s
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 123ms
[SQLite File] Basic Table Access 4✅ 303ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 369ms
[SQLite File] Colum Operations - Names 8✅ 65ms
[SQLite File] Column Comparisons 4✅ 1⚪ 930ms
[SQLite File] Column Naming edge cases 7✅ 418ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 62ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 62ms
[SQLite File] Column.const 1✅ 22ms
[SQLite File] Column.const 3✅ 48ms
[SQLite File] Column.fill_nothing/empty 4✅ 82ms
[SQLite File] Column.map 1✅ 7ms
[SQLite File] Column.rename 1✅ 15ms
[SQLite File] Column.take/drop 6✅ 665ms
[SQLite File] Column.zip 1✅ 7ms
[SQLite File] Connection.query 10✅ 387ms
[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✅ 83ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 481ms
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 424ms
[SQLite File] Dialect-specific codegen 1✅ 17ms
[SQLite File] Dropping Missing Values 8✅ 336ms
[SQLite File] Error Handling 2✅ 103ms
[SQLite File] Expression Arithmetic 3✅ 111ms
[SQLite File] Expression Boolean literals 1✅ 54ms
[SQLite File] Expression Boolean Operators 4✅ 68ms
[SQLite File] Expression Column Arithmetic 2✅ 91ms
[SQLite File] Expression Comparison Operators 6✅ 234ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Errors should be handled 4✅ 9ms
[SQLite File] Expression Float literals 1✅ 18ms
[SQLite File] Expression Integer literals 1✅ 24ms
[SQLite File] Expression Nothing literals 3✅ 84ms
[SQLite File] Expression Text literals 1✅ 30ms
[SQLite File] Expression Text literals 2✅ 14ms
[SQLite File] Expression Text Operators 2✅ 61ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 89ms
[SQLite File] Filling Missing Values 5✅ 1⚪ 97ms
[SQLite File] Function invocation 2✅ 18ms
[SQLite File] Masking Tables 1✅ 30ms
[SQLite File] math functions 6✅ 2s
[SQLite File] Metadata 2✅ 23ms
[SQLite File] Min/Max Operations 2✅ 41ms
[SQLite File] Missing Values 2✅ 74ms
[SQLite File] Other Column Operations 1✅ 40ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 853ms
[SQLite File] partial Date-Time support 2✅ 344ms
[SQLite File] Persisting a Database Table (query) 8✅ 670ms
[SQLite File] replace: DB specific edge-cases 2✅ 23ms
[SQLite File] replace: empty table and nothings 2✅ 20ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 39ms
[SQLite File] replace: literal text pattern and replacement 4✅ 43ms
[SQLite File] replace: pattern and replacement columns 4✅ 6ms
[SQLite File] Rounding numeric tests 19✅ 7s
[SQLite File] Rounding-like operations 15✅ 222ms
[SQLite File] Schemas and Databases 3✅ 6ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 113ms
[SQLite File] Sorting 5✅ 82ms
[SQLite File] Support for Long Column/Table names 6✅ 1s
[SQLite File] Table.add_row_number (common) 7✅ 116ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 65ms
[SQLite File] Table.aggregate 1✅ 21ms
[SQLite File] Table.aggregate Concatenate 6✅ 69ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 78ms
[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⚪ 183ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 66ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 52ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 47ms
[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⚪ 33ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 344ms
[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✅ 104ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 79ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 44ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 71ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 12ms
[SQLite File] Table.aggregate+Expressions 2✅ 57ms
[SQLite File] Table.at 3✅ 41ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 86ms
[SQLite File] Table.cross_join 9✅ 240ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 103ms
[SQLite File] Table.distinct 7✅ 172ms
[SQLite File] Table.expand_column 1✅ 18ms
[SQLite File] Table.expand_to_rows 1✅ 11ms
[SQLite File] Table.fill_nothing/empty 6✅ 280ms
[SQLite File] Table.filter 1✅ 0ms
[SQLite File] Table.filter 22✅ 1⚪ 790ms
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 90ms
[SQLite File] Table.get 3✅ 17ms
[SQLite File] Table.join 31✅ 3⚪ 1s
[SQLite File] Table.make_constant_column 3✅ 1⚪ 54ms
[SQLite File] Table.merge 19✅ 1s
[SQLite File] Table.order_by 19✅ 2⚪ 271ms
[SQLite File] Table.read 6✅ 209ms
[SQLite File] Table.remove_columns 11✅ 431ms
[SQLite File] Table.rename_columns 20✅ 909ms
[SQLite File] Table.reorder_columns 9✅ 376ms
[SQLite File] Table.rows 6✅ 81ms
[SQLite File] Table.select_columns 14✅ 758ms
[SQLite File] Table.set 8✅ 244ms
[SQLite File] Table.set with Column_Operation 8✅ 1⚪ 377ms
[SQLite File] Table.sort_columns 4✅ 105ms
[SQLite File] Table.take/drop 7✅ 2s
[SQLite File] Table.text_replace 4✅ 103ms
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 19✅ 1⚪ 595ms
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column auto value type 1✅ 17ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 106ms
[SQLite File] Table/Column.cast - numeric 3✅ 58ms
[SQLite File] Table/Column.cast - to text 1✅ 34ms
[SQLite File] Tables and Table Types 4✅ 120ms
[SQLite File] Temp column 2✅ 20ms
[SQLite File] Text Column Operations 7✅ 168ms
[SQLite File] Transaction Support 4✅ 143ms
[SQLite File] Unique derived column names 8✅ 85ms
[SQLite File] Uploading an in-memory Table 11✅ 1s
[SQLite In-Memory] Interactions Between various operations 8✅ 254ms
[SQLite In-Memory] Aggregation 2✅ 20ms
[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✅ 788ms
[SQLite In-Memory] Arithmetic Column Operations 10✅ 2⚪ 124ms
[SQLite In-Memory] Basic Table Access 4✅ 121ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 85ms
[SQLite In-Memory] Colum Operations - Names 8✅ 22ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 103ms
[SQLite In-Memory] Column Naming edge cases 7✅ 143ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 37ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 22ms
[SQLite In-Memory] Column.const 1✅ 5ms
[SQLite In-Memory] Column.const 3✅ 23ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 28ms
[SQLite In-Memory] Column.map 1✅ 10ms
[SQLite In-Memory] Column.rename 1✅ 5ms
[SQLite In-Memory] Column.take/drop 6✅ 650ms
[SQLite In-Memory] Column.zip 1✅ 7ms
[SQLite In-Memory] Connection.query 10✅ 155ms
[SQLite In-Memory] Creating an empty table 17✅ 437ms
[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✅ 60ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 584ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 338ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 2ms
[SQLite In-Memory] Dropping Missing Values 8✅ 293ms
[SQLite In-Memory] Error Handling 2✅ 23ms
[SQLite In-Memory] Expression Arithmetic 3✅ 84ms
[SQLite In-Memory] Expression Boolean literals 1✅ 18ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 101ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 82ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 140ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 11ms
[SQLite In-Memory] Expression Float literals 1✅ 6ms
[SQLite In-Memory] Expression Integer literals 1✅ 7ms
[SQLite In-Memory] Expression Nothing literals 3✅ 33ms
[SQLite In-Memory] Expression Text literals 1✅ 11ms
[SQLite In-Memory] Expression Text literals 2✅ 9ms
[SQLite In-Memory] Expression Text Operators 2✅ 54ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 90ms
[SQLite In-Memory] Filling Missing Values 5✅ 1⚪ 83ms
[SQLite In-Memory] Function invocation 2✅ 25ms
[SQLite In-Memory] Masking Tables 1✅ 13ms
[SQLite In-Memory] math functions 6✅ 631ms
[SQLite In-Memory] Metadata 2✅ 4ms
[SQLite In-Memory] Min/Max Operations 2✅ 25ms
[SQLite In-Memory] Missing Values 2✅ 22ms
[SQLite In-Memory] Other Column Operations 1✅ 9ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 242ms
[SQLite In-Memory] partial Date-Time support 2✅ 21ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 470ms
[SQLite In-Memory] replace: DB specific edge-cases 2✅ 6ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 14ms
[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✅ 3ms
[SQLite In-Memory] Rounding numeric tests 19✅ 7s
[SQLite In-Memory] Rounding-like operations 15✅ 183ms
[SQLite In-Memory] Schemas and Databases 3✅ 0ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 54ms
[SQLite In-Memory] Sorting 5✅ 49ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 629ms
[SQLite In-Memory] Table.add_row_number (common) 7✅ 86ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 15ms
[SQLite In-Memory] Table.aggregate 1✅ 10ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 89ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 75ms
[SQLite In-Memory] Table.aggregate First and Last 1⚪ 0ms
[SQLite In-Memory] Table.aggregate Mode 1⚪ 0ms
[SQLite In-Memory] Table.aggregate Shortest 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 7✅ 6⚪ 132ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 69ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 31ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 25ms
[SQLite In-Memory] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should not summarize empty table when grouped 7✅ 4⚪ 45ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 254ms
[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✅ 69ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 67ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 102ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 45ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 11ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 33ms
[SQLite In-Memory] Table.at 3✅ 5ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 20ms
[SQLite In-Memory] Table.cross_join 9✅ 195ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 11ms
[SQLite In-Memory] Table.distinct 7✅ 109ms
[SQLite In-Memory] Table.expand_column 1✅ 5ms
[SQLite In-Memory] Table.expand_to_rows 1✅ 5ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 69ms
[SQLite In-Memory] Table.filter 1✅ 0ms
[SQLite In-Memory] Table.filter 22✅ 1⚪ 634ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 124ms
[SQLite In-Memory] Table.get 3✅ 3ms
[SQLite In-Memory] Table.join 31✅ 3⚪ 1s
[SQLite In-Memory] Table.make_constant_column 3✅ 1⚪ 32ms
[SQLite In-Memory] Table.merge 19✅ 763ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 141ms
[SQLite In-Memory] Table.read 6✅ 263ms
[SQLite In-Memory] Table.remove_columns 11✅ 294ms
[SQLite In-Memory] Table.rename_columns 20✅ 662ms
[SQLite In-Memory] Table.reorder_columns 9✅ 327ms
[SQLite In-Memory] Table.rows 6✅ 16ms
[SQLite In-Memory] Table.select_columns 14✅ 378ms
[SQLite In-Memory] Table.set 8✅ 64ms
[SQLite In-Memory] Table.set with Column_Operation 8✅ 1⚪ 275ms
[SQLite In-Memory] Table.sort_columns 4✅ 98ms
[SQLite In-Memory] Table.take/drop 7✅ 1s
[SQLite In-Memory] Table.text_replace 4✅ 29ms
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 19✅ 1⚪ 508ms
[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✅ 94ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 148ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 11ms
[SQLite In-Memory] Tables and Table Types 4✅ 27ms
[SQLite In-Memory] Temp column 2✅ 13ms
[SQLite In-Memory] Text Column Operations 7✅ 159ms
[SQLite In-Memory] Transaction Support 4✅ 31ms
[SQLite In-Memory] Unique derived column names 8✅ 75ms
[SQLite In-Memory] Uploading an in-memory Table 9✅ 409ms
[SQLite] Type Mapping 8✅ 150ms
Aggregate Columns 23✅ 93ms
Boolean Column.format, with format Column 3✅ 32ms
Boolean Column.format, with format string 3✅ 52ms
ceil 3✅ 9ms
Column.parse 13✅ 62ms
Columns 16✅ 436ms
Construction 9✅ 3s
Counting Values 1✅ 2ms
DataFormatter builders 3✅ 42ms
DataFormatter.format 10✅ 64ms
DataFormatter.parse 13✅ 582ms
Date Column.format, with format Column 6✅ 73ms
Date Column.format, with format string 4✅ 102ms
Date_Time Column.format, with format Column 6✅ 53ms
Date_Time Column.format, with format string 5✅ 86ms
Date_Time truncate 1✅ 12ms
Delimited File Parsing 27✅ 3⚪ 872ms
Delimited File Writing 33✅ 1s
Dropping Missing Values 1✅ 363ms
Edge cases 1✅ 10ms
Errors 2✅ 19ms
Excel Range 9✅ 98ms
fetching files using HTTP 4✅ 321ms
File.read (Delimited) 3✅ 49ms
File.read (Delimited) should work with Date_Time 3✅ 9ms
File.read (Delimited) should work with Dates 3✅ 25ms
File.read (Delimited) should work with Time_Of_Days 3✅ 9ms
fill 6✅ 151ms
Float 3✅ 14ms
Float, with format Column 3✅ 13ms
floor 3✅ 9ms
Info 1✅ 34ms
Integer 3✅ 35ms
Integer 1✅ 7ms
Integer, with format Column 3✅ 24ms
Integration 1✅ 69ms
JSON conversion 2✅ 77ms
Mapping Operations 7✅ 440ms
Masking Tables 3✅ 304ms
Numeric, empty/Nothing 4✅ 54ms
Problems 4✅ 2⚪ 48ms
Read XLSX / XLS Files 12✅ 2s
Reading single cells correctly 7✅ 583ms
round/truncate/ceil/floor 3✅ 112ms
Rounding 8✅ 46ms
Should be able to serialise a table with Dates to Text 2✅ 68ms
Should be able to serialise a table with DateTimes to Text 2✅ 12ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 8ms
Slicing Tables 4✅ 244ms
SortedListIndex (used for SortJoin) 6✅ 5ms
Sorting Columns 4✅ 71ms
Sorting Tables 2✅ 177ms
SQLite_Format should allow connecting to SQLite files 5✅ 66ms
Table.from Text 1✅ 14ms
Table.parse 22✅ 474ms
Table.parse_to_columns 14✅ 237ms
Table.split 5✅ 134ms
Table.split/tokenize column count 4✅ 78ms
Table.split/tokenize column order 1✅ 5ms
Table.split/tokenize errors 4✅ 11ms
Table.split/tokenize name conflicts 2✅ 64ms
Table.tokenize 12✅ 147ms
Text.parse_to_table 2✅ 24ms
Text.parse_to_table errors 3✅ 39ms
Text.parse_to_table parsing 3✅ 30ms
Text.parse_to_table with case-insensitivity 1✅ 9ms
Text.parse_to_table with groups 2✅ 25ms
Time_Of_Day Column.format, with format Column 6✅ 70ms
Time_Of_Day Column.format, with format string 5✅ 54ms
truncate 3✅ 11ms
Unique_Name_Strategy Helper 12✅ 190ms
Unique_Name_Strategy.combine_with_prefix 6✅ 7ms
Use First Row As Names 5✅ 243ms
Value_Type 2✅ 44ms
Various File Format support on Table 6✅ 814ms
Vector conversion 1✅ 18ms
Write xls Files 43✅ 1s
Write xlsx Files 43✅ 3s
Writing 4✅ 59ms
Writing to csv files 3✅ 130ms
Writing to json files 3✅ 885ms
XLS reading 7✅ 25ms
XLSX reading 7✅ 122ms

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

2548 tests were completed in 49s with 2502 passed, 0 failed and 46 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 8ms
Any's methods 3✅ 62ms
Array_Proxy 5✅ 40ms
ArrayOverBuffer 1✅ 19ms
ASCII 4✅ 32ms
Asserts 5✅ 12ms
at/get 7✅ 145ms
Atom with holes 7✅ 18ms
Auto_Detect 3✅ 8ms
BigInts 13✅ 449ms
Booleans 6✅ 12ms
Bound 3✅ 2ms
Bytes 3✅ 3ms
caching 1✅ 29ms
Callables 5✅ 17ms
Check Nothing and NaN 3✅ 0ms
children 2✅ 15ms
codepoints 2✅ 10ms
Compare functionality with Vector 1✅ 23ms
Compile 6✅ 29ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 5ms
Conversion 42✅ 122ms
Correlation Statistics 6✅ 86ms
curry 1✅ 5ms
Data.read / File_Format 2✅ 938ms
Dataflow Errors 11✅ 44ms
Dataflow Warnings 32✅ 808ms
Date 41✅ 5s
Date date part tests 8✅ 51ms
Date_Range 11✅ 1s
Date_Time 45✅ 2⚪ 1s
Date_Time date part tests 8✅ 27ms
Date_Time equality 2✅ 7ms
Day_Of_Week conversions 8✅ 14ms
Deep Exports 1✅ 1ms
Default comparator 3✅ 6ms
display text 1✅ 2ms
Duration 15✅ 131ms
Encoding object 4✅ 61ms
Enso Arrays 5✅ 23ms
Enso Cloud Basic Utils 3✅ 9ms
Enso maps 50✅ 183ms
Enso Set 5✅ 120ms
Enso_User - local mock integration tests 4✅ 90ms
Enso_User - offline logic tests 1✅ 20ms
Environment 1✅ 21ms
Escape 1✅ 0ms
fetch 11✅ 555ms
File Operations 21✅ 151ms
flip 2✅ 1ms
Float.truncate 1✅ 4ms
Floats 5✅ 35ms
folder operations 3✅ 47ms
Formatting date/time values 6✅ 115ms
Fully Qualified Names 1✅ 1ms
Function Ascribed Parameters 12✅ 16ms
get_elements_by_tag_name 3✅ 71ms
Header 1✅ 3ms
Header resolution 7✅ 20ms
Headers 8✅ 96ms
Http Auth 2✅ 83ms
HTTP client 4✅ 1ms
Http Error handling 2✅ 1⚪ 24ms
HTTP_Method parse 3✅ 3ms
HTTP_Status_Code 1✅ 3ms
identity 3✅ 0ms
Inlining Helpers 2✅ 12ms
inner / outer xml 2✅ 117ms
Instrument @Tail_Call fibonacci 6✅ 405ms
Instrument fibonacci 3✅ 212ms
Integer.truncate 1✅ 1ms
Integers 24✅ 98ms
Interval 7✅ 28ms
Java case of 3✅ 3ms
Java FFI 6✅ 1⚪ 6ms
Java/Enso Date 2✅ 12ms
JavaDate 41✅ 3s
JavaDate date part tests 8✅ 2ms
JavaLocalTime 28✅ 36ms
JavaScript Objects, Arrays & Functions 8✅ 318ms
JavaScriptArrayWithADate 41✅ 4s
JavaScriptArrayWithADate date part tests 8✅ 80ms
JavascriptDataInArray 43✅ 4⚪ 344ms
JavascriptDataInArray date part tests 8✅ 76ms
JavascriptDate 43✅ 4⚪ 259ms
JavaScriptDate 41✅ 3s
JavascriptDate date part tests 8✅ 9ms
JavaScriptDate date part tests 8✅ 81ms
JavaZonedDateTime 45✅ 2⚪ 364ms
JavaZonedDateTime date part tests 8✅ 4ms
JavaZoneId 7✅ 20ms
JS_Object 3✅ 66ms
JSON 5✅ 24ms
JSON 1✅ 35ms
JSON Deserialization 9✅ 271ms
JSON Serialization 3✅ 29ms
JSON_Format 2✅ 50ms
Lazy 6✅ 24ms
Lazy Generator 1✅ 2ms
Lexicographic Order on Vectors 2✅ 8ms
List 31✅ 405ms
Locale 13✅ 45ms
Looping Imports 1✅ 0ms
Lowercase Methods 5✅ 3ms
Managed_Resource 3✅ 16ms
Match.end 4✅ 18ms
Match.groups 2✅ 6ms
Match.named_groups 3✅ 25ms
Match.span 4✅ 12ms
Match.start 4✅ 12ms
Match.text 6✅ 32ms
Match.to_display_text 1✅ 4ms
Match.utf_16_span 4✅ 10ms
Match.utf_16_start 8✅ 23ms
Maybe 5✅ 2ms
Meta-Value Inspection 4✅ 5ms
Meta-Value Manipulation 26✅ 190ms
Meta.Type.find 4✅ 7ms
Methods 1✅ 1⚪ 0ms
Missing_Required_Argument 3✅ 26ms
Natural Order 4✅ 120ms
No Method Errors 1✅ 6ms
non-linear inserts 11✅ 164ms
Number Conversions 1✅ 12ms
Number Rounding numeric tests 19✅ 119ms
Numbers 14✅ 97ms
Numeric values 1✅ 6ms
Object Comparator 7✅ 27ms
Operator == 16✅ 48ms
Ordering 6✅ 15ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 100ms
Pair - from 2-Item List 13✅ 60ms
Pair - from 2-Item Vector 13✅ 78ms
Pair - from Pair.new 13✅ 31ms
Pair - from Pair.Value 13✅ 6ms
Panics 17✅ 150ms
parse 8✅ 292ms
Parsing date/time values 26✅ 1⚪ 449ms
Parsing formats 4✅ 148ms
Pattern Matches 17✅ 22ms
Pattern.find and .find_all 8✅ 68ms
Pattern.match and .match_all 8✅ 69ms
Pattern.matches 5✅ 22ms
Pattern.replace 16✅ 122ms
Pattern.split 6✅ 30ms
Pattern.tokenize 7✅ 141ms
Period 7✅ 32ms
Plain_Text 3✅ 18ms
Polyglot Argument 7✅ 16ms
Polyglot Argument with Inheritance 3✅ 6ms
Polyglot Conversion 14✅ 10ms
Polyglot hash maps 6✅ 216ms
Polyglot JS 19✅ 94ms
Polyglot keys and values 6✅ 2s
Polyglot Operator == 7✅ 35ms
Polyglot Python 18✅ 85ms
Polyglot R 1⚪ 0ms
post 25✅ 765ms
Problem_Behavior 2✅ 24ms
Process 5✅ 36ms
PythonDate 41✅ 5s
PythonDate 42✅ 5⚪ 736ms
PythonDate date part tests 8✅ 45ms
PythonDate date part tests 8✅ 31ms
PythonLocalTime 28✅ 164ms
Qualified Names 3✅ 1ms
Random 15✅ 853ms
Range 35✅ 521ms
Rank Data 7✅ 42ms
Read XML 7✅ 43ms
read_bytes 6✅ 24ms
read_text 6✅ 55ms
Refs 2✅ 2ms
Regex splitting 3✅ 13ms
Regex tokenizing 2✅ 25ms
Regex: find and find_all 20✅ 1⚪ 227ms
Regression 12✅ 82ms
ReportingStreamDecoder 6✅ 152ms
ReportingStreamEncoder 8✅ 59ms
Request 10✅ 24ms
rounding 4✅ 17ms
Sorting with multiple comparators 4✅ 2⚪ 37ms
Sorting with the default comparator 7✅ 3⚪ 83ms
Stack traces 1✅ 5ms
State 2✅ 3ms
Statistics 14✅ 406ms
Statistics - empty Vector 3✅ 13ms
Statistics - invalid input 5✅ 104ms
Statistics - invalid input 1✅ 5ms
Statistics - NaN Vector 3✅ 32ms
Statistics - Nothing Vector 3✅ 35ms
System 2✅ 5ms
tag name 1✅ 6ms
Temporary_File facility 6✅ 2s
Text 84✅ 4s
text contents 1✅ 5ms
Text_Sub_Range_Data 2✅ 13ms
Text_Utils 4✅ 38ms
Text.match 6✅ 27ms
Text.replace 16✅ 183ms
Text.Span 3✅ 15ms
Text.substring 4✅ 14ms
the Self construct 6✅ 7ms
Time_Of_Day 28✅ 198ms
to_display_text 5✅ 26ms
Type Errors 11✅ 82ms
uncurry 1✅ 2ms
Unresolved symbol 1✅ 0ms
URI 21✅ 3⚪ 271ms
Use a slice of an array as vectors 94✅ 3⚪ 142ms
Use Array as vectors 94✅ 3⚪ 305ms
Use Array_Proxy as vectors 94✅ 3⚪ 123ms
Use Java ArrayList as vectors 94✅ 3⚪ 170ms
Use Vector as vectors 94✅ 3⚪ 2s
UTF_16 BigEndian 2✅ 4ms
UTF_16 LittleEndian 2✅ 4ms
UTF_8 7✅ 27ms
Vector builder 5✅ 18ms
Vector Slicing Helpers 1✅ 13ms
Vector/Array equality 9✅ 17ms
Windows 1252 4✅ 19ms
Wrapped errors 5✅ 9ms
write operations 22✅ 327ms
Zone 9✅ 20ms

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

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

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 114ms
File uploads 2✅ 20ms
Geo_Map 3✅ 329ms
Histogram Visualization 6✅ 89ms
Lazy Table Visualization 12✅ 299ms
Lazy Text Visualization 3✅ 27ms
Scatter Plot Visualization 14✅ 453ms
Serializable Visualization Identifiers 5✅ 77ms
SQL Visualization 1✅ 327ms
Table Visualization 9✅ 616ms
Table.lookup_ignore_case 1✅ 11ms
Table.rows 1✅ 198ms
Type Names of Visualization Defaults 1✅ 96ms
Vector and Arrays 2✅ 1⚪ 44ms
Widgets for Database 1✅ 7ms
Widgets for In-Database Connection with table name sets 1✅ 102ms
Widgets for In-Database Connection with table types 1✅ 28ms
Widgets for In-Database Table with column name sets 2✅ 25ms
Widgets for In-Memory with column name sets 2✅ 119ms
Widgets for the Text type 1✅ 74ms