Fix validation regexes #13845
GitHub Actions / Standard Library Tests (macos)
succeeded
Aug 17, 2023 in 0s
Standard Library Tests (macos) ✅
✅ /Users/runner/work/enso/enso/target/test-results/Examples_Tests/JUnit.xml
33 tests were completed in 11s with 33 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Examples | 33✅ | 11s |
✅ /Users/runner/work/enso/enso/target/test-results/Geo_Tests/JUnit.xml
5 tests were completed in 832ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Geo Points | 2✅ | 68ms | ||
GeoJSON to Table | 3✅ | 764ms |
✅ /Users/runner/work/enso/enso/target/test-results/Image_Tests/JUnit.xml
174 tests were completed in 5s with 174 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Image File_Format | 2✅ | 240ms | ||
Image with 1 channel | 19✅ | 284ms | ||
Image with 2 channels | 19✅ | 255ms | ||
Image with 3 channels | 19✅ | 238ms | ||
Image with 4 channels | 19✅ | 218ms | ||
Image Write | 2✅ | 90ms | ||
Image.read | 9✅ | 2s | ||
Matrix with 1 channel | 21✅ | 308ms | ||
Matrix with 2 channels | 21✅ | 293ms | ||
Matrix with 3 channels | 21✅ | 282ms | ||
Matrix with 4 channels | 21✅ | 264ms | ||
Matrix_Error | 1✅ | 4ms |
✅ /Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
2518 tests were completed in 147s with 2356 passed, 0 failed and 162 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
[Codegen] Aggregation | 2✅ | 125ms | ||
[Codegen] Basic Select | 3✅ | 65ms | ||
[Codegen] Handling Missing Values | 2✅ | 161ms | ||
[Codegen] JSON serialization | 1⚪ | 0ms | ||
[Codegen] Masking Tables and Columns | 2✅ | 188ms | ||
[Codegen] Sorting | 4✅ | 55ms | ||
[In-Memory-specific] Table.join | 1✅ | 814ms | ||
[In-Memory-specific] Table.set | 2✅ | 88ms | ||
[In-Memory] Interactions Between various operations | 8✅ | 2s | ||
[In-Memory] Arithmetic Column Operations | 12✅ | 209ms | ||
[In-Memory] Boolean Column Operations | 4✅ | 2⚪ | 243ms | |
[In-Memory] Colum Operations - Names | 10✅ | 85ms | ||
[In-Memory] Column Comparisons | 5✅ | 1⚪ | 494ms | |
[In-Memory] Column Naming edge cases | 7✅ | 725ms | ||
[In-Memory] Column Operations - Equality & Null Handling | 4✅ | 3⚪ | 106ms | |
[In-Memory] Column Operations - Text Replace | 0ms | |||
[In-Memory] Column Operations - Text Replace (in-memory only) | 7✅ | 1⚪ | 84ms | |
[In-Memory] Column Operations - Text Trim | 3✅ | 46ms | ||
[In-Memory] Column.const | 3✅ | 12ms | ||
[In-Memory] Column.fill_nothing/empty | 4✅ | 13ms | ||
[In-Memory] Column.map | 4✅ | 55ms | ||
[In-Memory] Column.rename | 1✅ | 5ms | ||
[In-Memory] Column.take/drop | 6✅ | 122ms | ||
[In-Memory] Column.zip | 4✅ | 14ms | ||
[In-Memory] Date-Time operations | 21✅ | 1⚪ | 1s | |
[In-Memory] Date-Time support | 3✅ | 117ms | ||
[In-Memory] Dropping Missing Values | 8✅ | 421ms | ||
[In-Memory] Expression Arithmetic | 3✅ | 116ms | ||
[In-Memory] Expression Boolean literals | 1✅ | 72ms | ||
[In-Memory] Expression Boolean Operators | 4✅ | 48ms | ||
[In-Memory] Expression Column Arithmetic | 2✅ | 130ms | ||
[In-Memory] Expression Comparison Operators | 6✅ | 192ms | ||
[In-Memory] Expression Date and Time literals | 5✅ | 47ms | ||
[In-Memory] Expression Decimal literals | 1✅ | 32ms | ||
[In-Memory] Expression Errors should be handled | 4✅ | 29ms | ||
[In-Memory] Expression Integer literals | 1✅ | 29ms | ||
[In-Memory] Expression Nothing literals | 3✅ | 33ms | ||
[In-Memory] Expression Text literals | 1✅ | 26ms | ||
[In-Memory] Expression Text literals | 2✅ | 8ms | ||
[In-Memory] Expression Text Operators | 2✅ | 42ms | ||
[In-Memory] Expression Warnings should be reported | 4✅ | 139ms | ||
[In-Memory] Filling Missing Values | 3✅ | 2⚪ | 31ms | |
[In-Memory] Function invocation | 2✅ | 25ms | ||
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) | 5✅ | 161ms | ||
[In-Memory] Min/Max Operations | 2✅ | 115ms | ||
[In-Memory] Other Column Operations | 1✅ | 4ms | ||
[In-Memory] replace: empty table and nothings | 2✅ | 8ms | ||
[In-Memory] replace: literal regex pattern and replacement | 5✅ | 23ms | ||
[In-Memory] replace: literal text pattern and replacement | 4✅ | 57ms | ||
[In-Memory] replace: pattern and replacement columns | 4✅ | 22ms | ||
[In-Memory] Rounding numeric tests | 19✅ | 2s | ||
[In-Memory] Rounding-like operations | 15✅ | 60ms | ||
[In-Memory] Simple variant of Table/Column.parse in all backends | 5✅ | 51ms | ||
[In-Memory] Storage Builders | 1✅ | 58ms | ||
[In-Memory] Table.add_row_number (common) | 6✅ | 197ms | ||
[In-Memory] Table.add_row_number (in-memory specific) | 6✅ | 58ms | ||
[In-Memory] Table.aggregate | 3✅ | 266ms | ||
[In-Memory] Table.aggregate | 3✅ | 36ms | ||
[In-Memory] Table.aggregate Concatenate | 6✅ | 123ms | ||
[In-Memory] Table.aggregate Count_Distinct | 2✅ | 188ms | ||
[In-Memory] Table.aggregate First and Last | 1✅ | 5ms | ||
[In-Memory] Table.aggregate Mode | 1✅ | 4ms | ||
[In-Memory] Table.aggregate Shortest | 1✅ | 23ms | ||
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns | 13✅ | 536ms | ||
[In-Memory] Table.aggregate should be able to group on single field | 13✅ | 411ms | ||
[In-Memory] Table.aggregate should correctly handle infinities | 4✅ | 46ms | ||
[In-Memory] Table.aggregate should correctly handle NaN | 5✅ | 28ms | ||
[In-Memory] Table.aggregate should correctly select result types | 4✅ | 85ms | ||
[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✅ | 98ms | ||
[In-Memory] Table.aggregate should raise warnings when there are issues | 7✅ | 149ms | ||
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation | 3✅ | 47ms | ||
[In-Memory] Table.aggregate should report warnings and errors based on types | 4✅ | 106ms | ||
[In-Memory] Table.aggregate should summarize empty table | 11✅ | 107ms | ||
[In-Memory] Table.aggregate should summarize whole table | 13✅ | 300ms | ||
[In-Memory] Table.aggregate Standard_Deviation | 1✅ | 22ms | ||
[In-Memory] Table.aggregate+Expressions | 2✅ | 71ms | ||
[In-Memory] Table.at | 3✅ | 29ms | ||
[In-Memory] Table.column_count | 1✅ | 0ms | ||
[In-Memory] Table.column_names | 2✅ | 36ms | ||
[In-Memory] Table.cross_join | 8✅ | 106ms | ||
[In-Memory] Table.cross_tab | 23✅ | 516ms | ||
[In-Memory] Table.distinct | 6✅ | 374ms | ||
[In-Memory] Table.distinct | 7✅ | 144ms | ||
[In-Memory] Table.fill_nothing/empty | 6✅ | 41ms | ||
[In-Memory] Table.filter | 5✅ | 2s | ||
[In-Memory] Table.filter | 20✅ | 2⚪ | 740ms | |
[In-Memory] Table.filter_by_expression | 5✅ | 132ms | ||
[In-Memory] Table.get | 3✅ | 44ms | ||
[In-Memory] Table.join | 33✅ | 917ms | ||
[In-Memory] Table.join performance | 3✅ | 1⚪ | 2s | |
[In-Memory] Table.order_by | 23✅ | 393ms | ||
[In-Memory] Table.remove_columns | 12✅ | 446ms | ||
[In-Memory] Table.rename_columns | 20✅ | 805ms | ||
[In-Memory] Table.reorder_columns | 10✅ | 394ms | ||
[In-Memory] Table.replace | 3✅ | 94ms | ||
[In-Memory] Table.rows | 6✅ | 111ms | ||
[In-Memory] Table.select_columns | 15✅ | 815ms | ||
[In-Memory] Table.set | 7✅ | 1s | ||
[In-Memory] Table.sort_columns | 4✅ | 172ms | ||
[In-Memory] Table.take/drop | 6✅ | 512ms | ||
[In-Memory] Table.transpose | 8✅ | 116ms | ||
[In-Memory] Table.union | 20✅ | 1⚪ | 501ms | |
[In-Memory] Table.zip | 11✅ | 211ms | ||
[In-Memory] Table/Column.cast - checking invariants | 10✅ | 124ms | ||
[In-Memory] Table/Column.cast - date/time | 3✅ | 56ms | ||
[In-Memory] Table/Column.cast - numeric | 4✅ | 1⚪ | 125ms | |
[In-Memory] Table/Column.cast - to text | 3✅ | 111ms | ||
[In-Memory] Text Column Operations | 5✅ | 319ms | ||
[PostgreSQL] .pgpass | 3✅ | 376ms | ||
[PostgreSQL] Connection setup | 3✅ | 357ms | ||
[PostgreSQL] Database tests | 1⚪ | 0ms | ||
[PostgreSQL] SSL connectivity tests | 1⚪ | 0ms | ||
[Redshift] Database tests | 1⚪ | 0ms | ||
[SQLite File] Interactions Between various operations | 8✅ | 2s | ||
[SQLite File] Aggregation | 2✅ | 107ms | ||
[SQLite File] Appending a Database table to a Database table | 28✅ | 2s | ||
[SQLite File] Appending an in-memory table to a Database table | 28✅ | 2s | ||
[SQLite File] Arithmetic Column Operations | 10✅ | 2⚪ | 289ms | |
[SQLite File] Basic Table Access | 4✅ | 682ms | ||
[SQLite File] Boolean Column Operations | 4✅ | 2⚪ | 283ms | |
[SQLite File] Colum Operations - Names | 8✅ | 112ms | ||
[SQLite File] Column Comparisons | 4✅ | 1⚪ | 411ms | |
[SQLite File] Column Naming edge cases | 7✅ | 333ms | ||
[SQLite File] Column Operations - Equality & Null Handling | 4✅ | 3⚪ | 147ms | |
[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✅ | 91ms | ||
[SQLite File] Column.const | 3✅ | 73ms | ||
[SQLite File] Column.fill_nothing/empty | 4✅ | 139ms | ||
[SQLite File] Column.map | 1✅ | 17ms | ||
[SQLite File] Column.rename | 1✅ | 20ms | ||
[SQLite File] Column.take/drop | 1⚪ | 0ms | ||
[SQLite File] Column.zip | 1✅ | 20ms | ||
[SQLite File] Creating an empty table | 17✅ | 4s | ||
[SQLite File] Date-Time operations | 1⚪ | 0ms | ||
[SQLite File] Date-Time support | 1⚪ | 0ms | ||
[SQLite File] Dialect-specific codegen | 1✅ | 37ms | ||
[SQLite File] Dropping Missing Values | 7✅ | 470ms | ||
[SQLite File] Error Handling | 2✅ | 77ms | ||
[SQLite File] Expression Arithmetic | 3✅ | 220ms | ||
[SQLite File] Expression Boolean literals | 1✅ | 48ms | ||
[SQLite File] Expression Boolean Operators | 4✅ | 121ms | ||
[SQLite File] Expression Column Arithmetic | 2✅ | 221ms | ||
[SQLite File] Expression Comparison Operators | 6✅ | 302ms | ||
[SQLite File] Expression Date and Time literals | 4⚪ | 0ms | ||
[SQLite File] Expression Decimal literals | 1✅ | 23ms | ||
[SQLite File] Expression Errors should be handled | 4✅ | 19ms | ||
[SQLite File] Expression Integer literals | 1✅ | 23ms | ||
[SQLite File] Expression Nothing literals | 3✅ | 84ms | ||
[SQLite File] Expression Text literals | 1✅ | 35ms | ||
[SQLite File] Expression Text literals | 2✅ | 27ms | ||
[SQLite File] Expression Text Operators | 2✅ | 81ms | ||
[SQLite File] Expression Warnings should be reported | 2✅ | 2⚪ | 170ms | |
[SQLite File] Filling Missing Values | 3✅ | 1⚪ | 148ms | |
[SQLite File] Function invocation | 2✅ | 48ms | ||
[SQLite File] Masking Tables | 1✅ | 82ms | ||
[SQLite File] math functions | 6✅ | 3s | ||
[SQLite File] Metadata | 2✅ | 75ms | ||
[SQLite File] Min/Max Operations | 2✅ | 94ms | ||
[SQLite File] Missing Values | 2✅ | 83ms | ||
[SQLite File] Other Column Operations | 1✅ | 38ms | ||
[SQLite File] Output Execution Context for Database operations | 10✅ | 1⚪ | 928ms | |
[SQLite File] partial Date-Time support | 2✅ | 85ms | ||
[SQLite File] Persisting a Database Table (query) | 8✅ | 872ms | ||
[SQLite File] replace: empty table and nothings | 2✅ | 48ms | ||
[SQLite File] replace: literal regex pattern and replacement | 5✅ | 25ms | ||
[SQLite File] replace: literal text pattern and replacement | 4✅ | 76ms | ||
[SQLite File] replace: pattern and replacement columns | 4✅ | 9ms | ||
[SQLite File] Rounding numeric tests | 19✅ | 17s | ||
[SQLite File] Rounding-like operations | 15✅ | 619ms | ||
[SQLite File] Schemas and Databases | 3✅ | 11ms | ||
[SQLite File] Simple variant of Table/Column.parse in all backends | 5✅ | 164ms | ||
[SQLite File] Sorting | 5✅ | 149ms | ||
[SQLite File] Support for Long Column/Table names | 6✅ | 2s | ||
[SQLite File] Table.add_row_number (common) | 6✅ | 197ms | ||
[SQLite File] Table.add_row_number (Database specific) | 1✅ | 53ms | ||
[SQLite File] Table.aggregate | 1✅ | 29ms | ||
[SQLite File] Table.aggregate Concatenate | 6✅ | 221ms | ||
[SQLite File] Table.aggregate Count_Distinct | 1✅ | 1⚪ | 150ms | |
[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⚪ | 191ms | |
[SQLite File] Table.aggregate should be able to group on single field | 7✅ | 6⚪ | 153ms | |
[SQLite File] Table.aggregate should correctly handle infinities | 2✅ | 2⚪ | 74ms | |
[SQLite File] Table.aggregate should correctly handle NaN | 1⚪ | 0ms | ||
[SQLite File] Table.aggregate should correctly select result types | 2✅ | 2⚪ | 58ms | |
[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⚪ | 81ms | |
[SQLite File] Table.aggregate should raise warnings when there are issues | 7✅ | 697ms | ||
[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✅ | 166ms | ||
[SQLite File] Table.aggregate should report warnings and errors based on types | 4✅ | 194ms | ||
[SQLite File] Table.aggregate should summarize empty table | 7✅ | 4⚪ | 106ms | |
[SQLite File] Table.aggregate should summarize whole table | 7✅ | 6⚪ | 139ms | |
[SQLite File] Table.aggregate Standard_Deviation | 1✅ | 26ms | ||
[SQLite File] Table.aggregate+Expressions | 2✅ | 75ms | ||
[SQLite File] Table.at | 3✅ | 29ms | ||
[SQLite File] Table.column_count | 1✅ | 0ms | ||
[SQLite File] Table.column_names | 2✅ | 124ms | ||
[SQLite File] Table.cross_join | 8✅ | 564ms | ||
[SQLite File] Table.cross_tab | 1⚪ | 0ms | ||
[SQLite File] Table.default_ordering | 4✅ | 179ms | ||
[SQLite File] Table.distinct | 7✅ | 230ms | ||
[SQLite File] Table.fill_nothing/empty | 6✅ | 315ms | ||
[SQLite File] Table.filter | 1✅ | 1ms | ||
[SQLite File] Table.filter | 19✅ | 1⚪ | 1s | |
[SQLite File] Table.filter_by_expression | 4✅ | 1⚪ | 148ms | |
[SQLite File] Table.get | 3✅ | 16ms | ||
[SQLite File] Table.join | 26✅ | 3⚪ | 2s | |
[SQLite File] Table.order_by | 19✅ | 2⚪ | 289ms | |
[SQLite File] Table.query | 8✅ | 351ms | ||
[SQLite File] Table.remove_columns | 11✅ | 887ms | ||
[SQLite File] Table.rename_columns | 20✅ | 1s | ||
[SQLite File] Table.reorder_columns | 9✅ | 732ms | ||
[SQLite File] Table.replace | 0ms | |||
[SQLite File] Table.rows | 6✅ | 80ms | ||
[SQLite File] Table.select_columns | 14✅ | 1s | ||
[SQLite File] Table.set | 7✅ | 176ms | ||
[SQLite File] Table.sort_columns | 4✅ | 213ms | ||
[SQLite File] Table.take/drop | 1⚪ | 0ms | ||
[SQLite File] Table.transpose | 1⚪ | 0ms | ||
[SQLite File] Table.union | 18✅ | 1⚪ | 1s | |
[SQLite File] Table.zip | 1⚪ | 0ms | ||
[SQLite File] Table/Column.cast - checking invariants | 7✅ | 179ms | ||
[SQLite File] Table/Column.cast - numeric | 3✅ | 1⚪ | 80ms | |
[SQLite File] Table/Column.cast - to text | 1✅ | 41ms | ||
[SQLite File] Tables and Table Types | 4✅ | 155ms | ||
[SQLite File] Text Column Operations | 5✅ | 361ms | ||
[SQLite File] Transaction Support | 4✅ | 118ms | ||
[SQLite File] Uploading an in-memory Table | 10✅ | 2s | ||
[SQLite In-Memory] Interactions Between various operations | 8✅ | 2s | ||
[SQLite In-Memory] Aggregation | 2✅ | 36ms | ||
[SQLite In-Memory] Appending a Database table to a Database table | 28✅ | 2s | ||
[SQLite In-Memory] Appending an in-memory table to a Database table | 28✅ | 2s | ||
[SQLite In-Memory] Arithmetic Column Operations | 10✅ | 2⚪ | 253ms | |
[SQLite In-Memory] Basic Table Access | 4✅ | 217ms | ||
[SQLite In-Memory] Boolean Column Operations | 4✅ | 2⚪ | 168ms | |
[SQLite In-Memory] Colum Operations - Names | 8✅ | 66ms | ||
[SQLite In-Memory] Column Comparisons | 4✅ | 1⚪ | 312ms | |
[SQLite In-Memory] Column Naming edge cases | 7✅ | 197ms | ||
[SQLite In-Memory] Column Operations - Equality & Null Handling | 4✅ | 3⚪ | 94ms | |
[SQLite In-Memory] Column Operations - Text Replace | 2✅ | 17ms | ||
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) | 0ms | |||
[SQLite In-Memory] Column Operations - Text Trim | 3✅ | 52ms | ||
[SQLite In-Memory] Column.const | 3✅ | 43ms | ||
[SQLite In-Memory] Column.fill_nothing/empty | 4✅ | 76ms | ||
[SQLite In-Memory] Column.map | 1✅ | 11ms | ||
[SQLite In-Memory] Column.rename | 1✅ | 13ms | ||
[SQLite In-Memory] Column.take/drop | 1⚪ | 0ms | ||
[SQLite In-Memory] Column.zip | 1✅ | 12ms | ||
[SQLite In-Memory] Creating an empty table | 15✅ | 598ms | ||
[SQLite In-Memory] Date-Time operations | 1⚪ | 0ms | ||
[SQLite In-Memory] Date-Time support | 1⚪ | 0ms | ||
[SQLite In-Memory] Dialect-specific codegen | 1✅ | 5ms | ||
[SQLite In-Memory] Dropping Missing Values | 7✅ | 343ms | ||
[SQLite In-Memory] Error Handling | 2✅ | 45ms | ||
[SQLite In-Memory] Expression Arithmetic | 3✅ | 201ms | ||
[SQLite In-Memory] Expression Boolean literals | 1✅ | 43ms | ||
[SQLite In-Memory] Expression Boolean Operators | 4✅ | 111ms | ||
[SQLite In-Memory] Expression Column Arithmetic | 2✅ | 173ms | ||
[SQLite In-Memory] Expression Comparison Operators | 6✅ | 280ms | ||
[SQLite In-Memory] Expression Date and Time literals | 4⚪ | 0ms | ||
[SQLite In-Memory] Expression Decimal literals | 1✅ | 17ms | ||
[SQLite In-Memory] Expression Errors should be handled | 4✅ | 20ms | ||
[SQLite In-Memory] Expression Integer literals | 1✅ | 17ms | ||
[SQLite In-Memory] Expression Nothing literals | 3✅ | 64ms | ||
[SQLite In-Memory] Expression Text literals | 1✅ | 31ms | ||
[SQLite In-Memory] Expression Text literals | 2✅ | 21ms | ||
[SQLite In-Memory] Expression Text Operators | 2✅ | 81ms | ||
[SQLite In-Memory] Expression Warnings should be reported | 2✅ | 2⚪ | 113ms | |
[SQLite In-Memory] Filling Missing Values | 3✅ | 1⚪ | 98ms | |
[SQLite In-Memory] Function invocation | 2✅ | 44ms | ||
[SQLite In-Memory] Masking Tables | 1✅ | 15ms | ||
[SQLite In-Memory] math functions | 6✅ | 1s | ||
[SQLite In-Memory] Metadata | 2✅ | 9ms | ||
[SQLite In-Memory] Min/Max Operations | 2✅ | 84ms | ||
[SQLite In-Memory] Missing Values | 2✅ | 28ms | ||
[SQLite In-Memory] Other Column Operations | 1✅ | 20ms | ||
[SQLite In-Memory] Output Execution Context for Database operations | 7✅ | 1⚪ | 335ms | |
[SQLite In-Memory] partial Date-Time support | 2✅ | 26ms | ||
[SQLite In-Memory] Persisting a Database Table (query) | 8✅ | 744ms | ||
[SQLite In-Memory] replace: empty table and nothings | 2✅ | 37ms | ||
[SQLite In-Memory] replace: literal regex pattern and replacement | 5✅ | 19ms | ||
[SQLite In-Memory] replace: literal text pattern and replacement | 4✅ | 41ms | ||
[SQLite In-Memory] replace: pattern and replacement columns | 4✅ | 9ms | ||
[SQLite In-Memory] Rounding numeric tests | 19✅ | 12s | ||
[SQLite In-Memory] Rounding-like operations | 15✅ | 535ms | ||
[SQLite In-Memory] Schemas and Databases | 3✅ | 1ms | ||
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends | 5✅ | 92ms | ||
[SQLite In-Memory] Sorting | 5✅ | 55ms | ||
[SQLite In-Memory] Support for Long Column/Table names | 6✅ | 824ms | ||
[SQLite In-Memory] Table.add_row_number (common) | 6✅ | 136ms | ||
[SQLite In-Memory] Table.add_row_number (Database specific) | 1✅ | 34ms | ||
[SQLite In-Memory] Table.aggregate | 1✅ | 21ms | ||
[SQLite In-Memory] Table.aggregate Concatenate | 6✅ | 115ms | ||
[SQLite In-Memory] Table.aggregate Count_Distinct | 1✅ | 1⚪ | 112ms | |
[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⚪ | 151ms | |
[SQLite In-Memory] Table.aggregate should be able to group on single field | 7✅ | 6⚪ | 124ms | |
[SQLite In-Memory] Table.aggregate should correctly handle infinities | 2✅ | 2⚪ | 56ms | |
[SQLite In-Memory] Table.aggregate should correctly handle NaN | 1⚪ | 0ms | ||
[SQLite In-Memory] Table.aggregate should correctly select result types | 2✅ | 2⚪ | 50ms | |
[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⚪ | 70ms | |
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues | 7✅ | 421ms | ||
[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✅ | 103ms | ||
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types | 4✅ | 105ms | ||
[SQLite In-Memory] Table.aggregate should summarize empty table | 7✅ | 4⚪ | 64ms | |
[SQLite In-Memory] Table.aggregate should summarize whole table | 7✅ | 6⚪ | 89ms | |
[SQLite In-Memory] Table.aggregate Standard_Deviation | 1✅ | 20ms | ||
[SQLite In-Memory] Table.aggregate+Expressions | 2✅ | 58ms | ||
[SQLite In-Memory] Table.at | 3✅ | 17ms | ||
[SQLite In-Memory] Table.column_count | 1✅ | 0ms | ||
[SQLite In-Memory] Table.column_names | 2✅ | 66ms | ||
[SQLite In-Memory] Table.cross_join | 8✅ | 404ms | ||
[SQLite In-Memory] Table.cross_tab | 1⚪ | 0ms | ||
[SQLite In-Memory] Table.default_ordering | 4✅ | 23ms | ||
[SQLite In-Memory] Table.distinct | 7✅ | 191ms | ||
[SQLite In-Memory] Table.fill_nothing/empty | 6✅ | 158ms | ||
[SQLite In-Memory] Table.filter | 1✅ | 0ms | ||
[SQLite In-Memory] Table.filter | 19✅ | 1⚪ | 851ms | |
[SQLite In-Memory] Table.filter_by_expression | 4✅ | 1⚪ | 125ms | |
[SQLite In-Memory] Table.get | 3✅ | 10ms | ||
[SQLite In-Memory] Table.join | 26✅ | 3⚪ | 1s | |
[SQLite In-Memory] Table.order_by | 19✅ | 2⚪ | 229ms | |
[SQLite In-Memory] Table.query | 8✅ | 96ms | ||
[SQLite In-Memory] Table.remove_columns | 11✅ | 440ms | ||
[SQLite In-Memory] Table.rename_columns | 20✅ | 722ms | ||
[SQLite In-Memory] Table.reorder_columns | 9✅ | 374ms | ||
[SQLite In-Memory] Table.replace | 0ms | |||
[SQLite In-Memory] Table.rows | 6✅ | 40ms | ||
[SQLite In-Memory] Table.select_columns | 14✅ | 638ms | ||
[SQLite In-Memory] Table.set | 7✅ | 118ms | ||
[SQLite In-Memory] Table.sort_columns | 4✅ | 111ms | ||
[SQLite In-Memory] Table.take/drop | 1⚪ | 0ms | ||
[SQLite In-Memory] Table.transpose | 1⚪ | 0ms | ||
[SQLite In-Memory] Table.union | 18✅ | 1⚪ | 1s | |
[SQLite In-Memory] Table.zip | 1⚪ | 0ms | ||
[SQLite In-Memory] Table/Column.cast - checking invariants | 7✅ | 135ms | ||
[SQLite In-Memory] Table/Column.cast - numeric | 3✅ | 1⚪ | 55ms | |
[SQLite In-Memory] Table/Column.cast - to text | 1✅ | 26ms | ||
[SQLite In-Memory] Tables and Table Types | 4✅ | 61ms | ||
[SQLite In-Memory] Text Column Operations | 5✅ | 275ms | ||
[SQLite In-Memory] Transaction Support | 4✅ | 65ms | ||
[SQLite In-Memory] Uploading an in-memory Table | 8✅ | 781ms | ||
[SQLite] Type Mapping | 8✅ | 199ms | ||
Aggregate Columns | 23✅ | 159ms | ||
Boolean Column.format, with format Column | 3✅ | 25ms | ||
Boolean Column.format, with format string | 3✅ | 92ms | ||
ceil | 3✅ | 25ms | ||
Column.parse | 13✅ | 101ms | ||
Columns | 13✅ | 1⚪ | 116ms | |
Construction | 9✅ | 7s | ||
Counting Values | 1✅ | 2ms | ||
DataFormatter builders | 4✅ | 41ms | ||
DataFormatter.format | 9✅ | 1⚪ | 59ms | |
DataFormatter.parse | 10✅ | 338ms | ||
Date Column.format, with format Column | 6✅ | 61ms | ||
Date Column.format, with format string | 4✅ | 98ms | ||
Date_Time Column.format, with format Column | 6✅ | 38ms | ||
Date_Time Column.format, with format string | 4✅ | 94ms | ||
Date_Time truncate | 1✅ | 19ms | ||
Delimited File Parsing | 27✅ | 3⚪ | 1s | |
Delimited File Writing | 33✅ | 2s | ||
Dropping Missing Values | 1✅ | 602ms | ||
Edge cases | 1✅ | 7ms | ||
Errors | 2✅ | 8ms | ||
Excel Range | 9✅ | 248ms | ||
File.read (Delimited) | 3✅ | 53ms | ||
File.read (Delimited) should work with Date_Time | 3✅ | 15ms | ||
File.read (Delimited) should work with Dates | 3✅ | 14ms | ||
File.read (Delimited) should work with Time_Of_Days | 3✅ | 13ms | ||
fill | 6✅ | 275ms | ||
Float | 3✅ | 14ms | ||
Float, with format Column | 3✅ | 10ms | ||
floor | 3✅ | 22ms | ||
Info | 1✅ | 33ms | ||
Integer | 3✅ | 55ms | ||
Integer | 1✅ | 11ms | ||
Integer, with format Column | 3✅ | 21ms | ||
Integration | 1✅ | 78ms | ||
JSON conversion | 2✅ | 116ms | ||
Mapping Operations | 7✅ | 653ms | ||
Masking Tables | 3✅ | 417ms | ||
Numeric, empty/Nothing | 4✅ | 73ms | ||
Problems | 3✅ | 27ms | ||
Read XLSX / XLS Files | 12✅ | 3s | ||
Reading single cells correctly | 7✅ | 402ms | ||
round/truncate/ceil/floor | 3✅ | 92ms | ||
Rounding | 8✅ | 113ms | ||
Should be able to serialise a table with Dates to Text | 2✅ | 60ms | ||
Should be able to serialise a table with DateTimes to Text | 2✅ | 5ms | ||
Should be able to serialise a table with Time_Of_Days to Text | 2✅ | 7ms | ||
Slicing Tables | 4✅ | 300ms | ||
Sorting Columns | 4✅ | 92ms | ||
Sorting Tables | 2✅ | 215ms | ||
SQLite_Format should allow connecting to SQLite files | 5✅ | 61ms | ||
Table.from Text | 1✅ | 9ms | ||
Table.parse | 22✅ | 832ms | ||
Table.parse_to_columns | 14✅ | 291ms | ||
Table.split | 5✅ | 263ms | ||
Table.split/tokenize column count | 4✅ | 105ms | ||
Table.split/tokenize column order | 1✅ | 7ms | ||
Table.split/tokenize errors | 4✅ | 18ms | ||
Table.split/tokenize name conflicts | 2✅ | 66ms | ||
Table.tokenize | 12✅ | 263ms | ||
Text.parse_to_table | 2✅ | 54ms | ||
Text.parse_to_table errors | 3✅ | 8ms | ||
Text.parse_to_table parsing | 3✅ | 33ms | ||
Text.parse_to_table with case-insensitivity | 1✅ | 10ms | ||
Text.parse_to_table with groups | 2✅ | 30ms | ||
Time_Of_Day Column.format, with format Column | 6✅ | 33ms | ||
Time_Of_Day Column.format, with format string | 5✅ | 103ms | ||
truncate | 3✅ | 28ms | ||
Unique_Name_Strategy Helper | 12✅ | 203ms | ||
Unique_Name_Strategy.combine_with_prefix | 6✅ | 18ms | ||
Use First Row As Names | 5✅ | 455ms | ||
Value_Type | 2✅ | 34ms | ||
Various File Format support on Table | 8✅ | 2s | ||
Vector conversion | 1✅ | 13ms | ||
Write xls Files | 36✅ | 802ms | ||
Write xlsx Files | 36✅ | 3s | ||
Writing | 4✅ | 78ms | ||
XLS reading | 7✅ | 38ms | ||
XLSX reading | 7✅ | 656ms |
✅ /Users/runner/work/enso/enso/target/test-results/Tests/JUnit.xml
2221 tests were completed in 98s with 2195 passed, 0 failed and 26 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Any.map_nothing | 2✅ | 21ms | ||
Any's methods | 3✅ | 125ms | ||
Array_Proxy | 5✅ | 90ms | ||
ArrayOverBuffer | 1✅ | 42ms | ||
ASCII | 4✅ | 45ms | ||
Atom with holes | 7✅ | 48ms | ||
Auto_Detect | 3✅ | 21ms | ||
BigInts | 10✅ | 2s | ||
Booleans | 6✅ | 33ms | ||
Bound | 3✅ | 5ms | ||
Bytes | 3✅ | 59ms | ||
caching | 1✅ | 72ms | ||
Callables | 5✅ | 31ms | ||
Check Nothing and NaN | 3✅ | 1ms | ||
codepoints | 2✅ | 5ms | ||
Compare functionality with Vector | 1✅ | 32ms | ||
Compile | 6✅ | 59ms | ||
const | 1✅ | 1ms | ||
Contexts and Execution Environment | 3✅ | 13ms | ||
Conversion | 21✅ | 150ms | ||
Correlation Statistics | 6✅ | 71ms | ||
curry | 1✅ | 9ms | ||
Dataflow Errors | 11✅ | 59ms | ||
Dataflow Warnings | 32✅ | 1s | ||
Date | 45✅ | 11s | ||
Date date part tests | 8✅ | 114ms | ||
Date_Range | 11✅ | 1s | ||
Date_Time | 55✅ | 2⚪ | 2s | |
Date_Time date part tests | 8✅ | 47ms | ||
Date_Time equality | 2✅ | 9ms | ||
Day_Of_Week conversions | 8✅ | 41ms | ||
Decimal.truncate | 1✅ | 9ms | ||
Decimals | 5✅ | 38ms | ||
Deep Exports | 1✅ | 1ms | ||
Default comparator | 3✅ | 20ms | ||
Deterministic Random Noise Generator | 2✅ | 1s | ||
Duration | 15✅ | 181ms | ||
Encoding object | 4✅ | 84ms | ||
Enso Arrays | 5✅ | 48ms | ||
Enso maps | 46✅ | 487ms | ||
Enso Set | 5✅ | 50ms | ||
Environment | 1✅ | 24ms | ||
Escape | 1✅ | 1ms | ||
File Operations | 20✅ | 367ms | ||
flip | 2✅ | 2ms | ||
folder operations | 3✅ | 105ms | ||
Fully Qualified Names | 1✅ | 1ms | ||
Function Ascribed Parameters | 12✅ | 39ms | ||
Header | 1✅ | 12ms | ||
HTTP | 23✅ | 1s | ||
identity | 3✅ | 3ms | ||
Inlining Helpers | 2✅ | 4ms | ||
Integer.truncate | 1✅ | 3ms | ||
Integers | 23✅ | 195ms | ||
Interval | 7✅ | 77ms | ||
Java FFI | 6✅ | 1⚪ | 19ms | |
Java/Enso Date | 2✅ | 18ms | ||
JavaDate | 45✅ | 5s | ||
JavaDate date part tests | 8✅ | 5ms | ||
JavaLocalTime | 27✅ | 30ms | ||
JavaScript Objects, Arrays & Functions | 8✅ | 735ms | ||
JavaScriptArrayWithADate | 45✅ | 5s | ||
JavaScriptArrayWithADate date part tests | 8✅ | 90ms | ||
JavascriptDataInArray | 53✅ | 4⚪ | 782ms | |
JavascriptDataInArray date part tests | 8✅ | 92ms | ||
JavascriptDate | 53✅ | 4⚪ | 1s | |
JavaScriptDate | 45✅ | 9s | ||
JavascriptDate date part tests | 8✅ | 196ms | ||
JavaScriptDate date part tests | 8✅ | 121ms | ||
JavaZonedDateTime | 55✅ | 2⚪ | 608ms | |
JavaZonedDateTime date part tests | 8✅ | 9ms | ||
JavaZoneId | 7✅ | 35ms | ||
JS_Object | 2✅ | 233ms | ||
JSON | 4✅ | 133ms | ||
JSON Deserialization | 2✅ | 189ms | ||
JSON Serialization | 3✅ | 143ms | ||
JSON_Format | 2✅ | 96ms | ||
Lazy | 6✅ | 47ms | ||
Lazy Generator | 1✅ | 4ms | ||
Lexicographic Order on Vectors | 2✅ | 13ms | ||
List | 31✅ | 1s | ||
Locale | 13✅ | 146ms | ||
Looping Imports | 1✅ | 1ms | ||
Lowercase Methods | 5✅ | 9ms | ||
Managed_Resource | 3✅ | 28ms | ||
Match.end | 4✅ | 27ms | ||
Match.groups | 2✅ | 14ms | ||
Match.named_groups | 3✅ | 38ms | ||
Match.span | 4✅ | 25ms | ||
Match.start | 4✅ | 27ms | ||
Match.text | 6✅ | 36ms | ||
Match.utf_16_end | 4✅ | 23ms | ||
Match.utf_16_span | 4✅ | 24ms | ||
Match.utf_16_start | 4✅ | 22ms | ||
Maybe | 5✅ | 6ms | ||
Meta-Value Inspection | 4✅ | 7ms | ||
Meta-Value Manipulation | 26✅ | 176ms | ||
Methods | 1✅ | 1⚪ | 1ms | |
Natural Order | 4✅ | 168ms | ||
No Method Errors | 1✅ | 17ms | ||
Noise | 3✅ | 795ms | ||
non-linear inserts | 11✅ | 163ms | ||
Number Rounding numeric tests | 19✅ | 364ms | ||
Numbers | 14✅ | 187ms | ||
Numeric values | 1✅ | 4ms | ||
Object Comparator | 7✅ | 55ms | ||
Operator == | 15✅ | 106ms | ||
Ordering | 6✅ | 54ms | ||
Pair | 1✅ | 0ms | ||
Pair - from 2-Item JavaScript Array | 13✅ | 178ms | ||
Pair - from 2-Item List | 13✅ | 108ms | ||
Pair - from 2-Item Vector | 13✅ | 118ms | ||
Pair - from Pair.new | 13✅ | 80ms | ||
Pair - from Pair.Value | 13✅ | 20ms | ||
Panics | 17✅ | 245ms | ||
parse | 8✅ | 85ms | ||
Pattern Matches | 16✅ | 58ms | ||
Pattern.find and .find_all | 8✅ | 106ms | ||
Pattern.match and .match_all | 8✅ | 85ms | ||
Pattern.matches | 5✅ | 17ms | ||
Pattern.replace | 16✅ | 236ms | ||
Pattern.split | 6✅ | 34ms | ||
Pattern.tokenize | 7✅ | 217ms | ||
Period | 7✅ | 36ms | ||
Plain_Text | 3✅ | 26ms | ||
Polyglot hash maps | 6✅ | 107ms | ||
Polyglot JS | 19✅ | 148ms | ||
Polyglot keys and values | 6✅ | 5s | ||
Polyglot Python | 15✅ | 161ms | ||
Polyglot R | 1⚪ | 0ms | ||
Problem_Behavior | 2✅ | 14ms | ||
Process | 5✅ | 87ms | ||
PythonDate | 45✅ | 10s | ||
PythonDate | 52✅ | 5⚪ | 2s | |
PythonDate date part tests | 8✅ | 129ms | ||
PythonDate date part tests | 8✅ | 329ms | ||
PythonLocalTime | 27✅ | 171ms | ||
Qualified Names | 3✅ | 5ms | ||
Random | 6✅ | 2s | ||
Range | 36✅ | 6s | ||
Rank Data | 7✅ | 26ms | ||
read_bytes | 6✅ | 44ms | ||
read_text | 6✅ | 137ms | ||
Refs | 1✅ | 2ms | ||
Regex splitting | 3✅ | 16ms | ||
Regex tokenizing | 2✅ | 31ms | ||
Regex: find and find_all | 20✅ | 1⚪ | 204ms | |
Regression | 12✅ | 115ms | ||
ReportingStreamDecoder | 6✅ | 903ms | ||
ReportingStreamEncoder | 8✅ | 168ms | ||
Request | 10✅ | 53ms | ||
rounding | 4✅ | 36ms | ||
Sorting with multiple comparators | 4✅ | 2⚪ | 88ms | |
Sorting with the default comparator | 7✅ | 3⚪ | 133ms | |
Stack traces | 1✅ | 9ms | ||
State | 2✅ | 4ms | ||
Statistics | 14✅ | 340ms | ||
Statistics - empty Vector | 3✅ | 14ms | ||
Statistics - invalid input | 5✅ | 128ms | ||
Statistics - invalid input | 1✅ | 1ms | ||
Statistics - NaN Vector | 3✅ | 23ms | ||
Statistics - Nothing Vector | 3✅ | 52ms | ||
System | 2✅ | 17ms | ||
Text | 84✅ | 12s | ||
Text_Sub_Range_Data | 2✅ | 56ms | ||
Text_Utils | 4✅ | 53ms | ||
Text.match | 6✅ | 30ms | ||
Text.replace | 16✅ | 212ms | ||
Text.Span | 3✅ | 28ms | ||
the Self construct | 6✅ | 16ms | ||
Time_Of_Day | 27✅ | 224ms | ||
to_display_text | 5✅ | 40ms | ||
uncurry | 1✅ | 3ms | ||
Unresolved symbol | 1✅ | 1ms | ||
URI | 4✅ | 25ms | ||
Use a slice of an array as vectors | 72✅ | 208ms | ||
Use Array as vectors | 72✅ | 279ms | ||
Use Array_Proxy as vectors | 72✅ | 204ms | ||
Use Java ArrayList as vectors | 72✅ | 253ms | ||
Use Vector as vectors | 72✅ | 1s | ||
UTF_16 BigEndian | 2✅ | 6ms | ||
UTF_16 LittleEndian | 2✅ | 7ms | ||
UTF_8 | 7✅ | 47ms | ||
Vector builder | 2✅ | 9ms | ||
Vector Slicing Helpers | 1✅ | 23ms | ||
Vector/Array equality | 9✅ | 16ms | ||
Windows 1252 | 4✅ | 25ms | ||
write operations | 20✅ | 880ms | ||
Zone | 9✅ | 40ms |
✅ /Users/runner/work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml
71 tests were completed in 6s with 70 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Dataflow Error Visualization | 2✅ | 149ms | ||
File uploads | 2✅ | 13ms | ||
Geo_Map | 3✅ | 1s | ||
Histogram Visualization | 6✅ | 288ms | ||
Lazy Table Visualization | 12✅ | 836ms | ||
Lazy Text Visualization | 3✅ | 74ms | ||
Scatter Plot Visualization | 14✅ | 1s | ||
Serializable Visualization Identifiers | 5✅ | 203ms | ||
SQL Visualization | 1✅ | 267ms | ||
Table Visualization | 9✅ | 682ms | ||
Table.lookup_ignore_case | 1✅ | 35ms | ||
Table.rows | 1✅ | 378ms | ||
Type Names of Visualization Defaults | 1✅ | 264ms | ||
Vector and Arrays | 2✅ | 1⚪ | 121ms | |
Widgets for Database | 1✅ | 23ms | ||
Widgets for In-Database Connection with table name sets | 1✅ | 272ms | ||
Widgets for In-Database Connection with table types | 1✅ | 33ms | ||
Widgets for In-Database Table with column name sets | 2✅ | 95ms | ||
Widgets for In-Memory with column name sets | 2✅ | 110ms | ||
Widgets for the Text type | 1✅ | 203ms |
Loading