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

Removing builtin methods from Any #12155

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

New line at the end of file

699c347
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Removing builtin methods from Any #12155

New line at the end of file
699c347
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests Report (GraalVM CE, macos, amd64) succeeded Jan 30, 2025 in 1s

8631 passed, 0 failed and 228 skipped

Tests passed successfully

Report Passed Failed Skipped Time
/Users/runner/work/enso/enso/target/test-results/AWS_Tests/JUnit.xml 108✅ 21⚪ 66s
/Users/runner/work/enso/enso/target/test-results/Base_Internal_Tests/JUnit.xml 35✅ 6s
/Users/runner/work/enso/enso/target/test-results/Base_Tests/JUnit.xml 3051✅ 44⚪ 316s
/Users/runner/work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 1⚪ 20s
/Users/runner/work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 2s
/Users/runner/work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 1⚪ 7s
/Users/runner/work/enso/enso/target/test-results/Microsoft_Tests/JUnit.xml 1⚪ 0ms
/Users/runner/work/enso/enso/target/test-results/Snowflake_Tests/JUnit.xml 1⚪ 0ms
/Users/runner/work/enso/enso/target/test-results/Table_Internal_Tests/JUnit.xml 1✅ 1s
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml 5120✅ 158⚪ 515s
/Users/runner/work/enso/enso/target/test-results/Tableau_Tests/JUnit.xml 13✅ 2s
/Users/runner/work/enso/enso/target/test-results/Test_Tests/JUnit.xml 10✅ 1s
/Users/runner/work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 81✅ 1⚪ 8s

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

129 tests were completed in 66s with 108 passed, 0 failed and 21 skipped.

Test suite Passed Failed Skipped Time
(Enso Cloud -> Enso Cloud) copying/moving 1⚪ 0ms
(Enso Cloud -> Enso Cloud) Data Link copying/moving 1⚪ 0ms
(Enso Cloud -> Local) copying/moving 1⚪ 0ms
(Enso Cloud -> Local) Data Link copying/moving 1⚪ 0ms
(Enso Cloud -> S3) copying/moving 1⚪ 0ms
(Enso Cloud -> S3) Data Link copying/moving 1⚪ 0ms
(Local -> Enso Cloud) copying/moving 1⚪ 0ms
(Local -> Enso Cloud) Data Link copying/moving 1⚪ 0ms
(Local -> Local) copying/moving 5✅ 174ms
(Local -> Local) Data Link copying/moving 3✅ 419ms
(Local -> S3) copying/moving 5✅ 876ms
(Local -> S3) Data Link copying/moving 3✅ 1s
(S3 -> Enso Cloud) copying/moving 1⚪ 0ms
(S3 -> Enso Cloud) Data Link copying/moving 1⚪ 0ms
(S3 -> Local) copying/moving 5✅ 1s
(S3 -> Local) Data Link copying/moving 3✅ 1s
(S3 -> S3) copying/moving 5✅ 1s
(S3 -> S3) Data Link copying/moving 3✅ 2s
(S3_File) Download Mode 3✅ 10s
[Redshift] Database tests 1⚪ 0ms
AWS_Credential 4✅ 4s
DataLinks to S3_File 13✅ 10⚪ 6s
S3 Path handling 7✅ 513ms
S3_File reading 10✅ 2s
S3_File writing 21✅ 9s
S3.get_object 2✅ 9s
S3.head (bucket) 1✅ 2s
S3.head (object) 2✅ 1s
S3.list_buckets 4✅ 6s
S3.list_objects 4✅ 1s
S3.read_bucket 5✅ 6s

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

35 tests were completed in 6s with 35 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
(Decimal_Constructor_Spec) conversions 1✅ 49ms
Host File values behaviour in Enso 2✅ 42ms
I/O Checks 2✅ 2s
Instrument @Tail_Call fibonacci 6✅ 1s
Instrument fibonacci 3✅ 446ms
Object Comparator 9✅ 2s
Test Reporter running on GitHub 3✅ 105ms
Text_Utils 4✅ 687ms
to_display_text 5✅ 118ms

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

3095 tests were completed in 316s with 3051 passed, 0 failed and 44 skipped.

Test suite Passed Failed Skipped Time
(Decimal_Spec) arithmetic 9✅ 409ms
(Decimal_Spec) BigDecimal internal representation methods 1✅ 16ms
(Decimal_Spec) comparison 12✅ 2s
(Decimal_Spec) construction 21✅ 327ms
(Decimal_Spec) conversions 14✅ 259ms
(Decimal_Spec) Decimal.set_scale 2✅ 14ms
(Decimal_Spec) div 1✅ 48ms
(Decimal_Spec) edge cases 2✅ 75ms
(Decimal_Spec) floor, ceil, truncate 4✅ 320ms
(Decimal_Spec) Integer/Float .to_decimal 2✅ 19ms
(Decimal_Spec) min/max 3✅ 208ms
(Decimal_Spec) pow 2✅ 82ms
(Decimal_Spec) remainder 3✅ 95ms
(Decimal_Spec) Rounding 19✅ 641ms
(Decimal_Spec) signs 3✅ 57ms
(Decimal_Spec) text conversion 4✅ 161ms
(Decimal_Spec) Text.to_decimal 3✅ 22ms
(File) Download Mode 3✅ 5s
Any.map_nothing 2✅ 96ms
Any's methods 3✅ 1s
arithmetic 1✅ 132ms
Array_Proxy 5✅ 276ms
ArrayOverBuffer 1✅ 78ms
ASCII 4✅ 201ms
Asserts 5✅ 46ms
at/get 7✅ 306ms
Atom Constructors 4✅ 68ms
Atom with holes 9✅ 160ms
Auto_Detect 3✅ 28ms
Autoscoped Constructors 20✅ 310ms
Base_64 3✅ 115ms
BigInts 26✅ 2s
Booleans 6✅ 125ms
Bound 3✅ 23ms
Builder.new 11✅ 347ms
Bytes 3✅ 19ms
caching 1✅ 89ms
Callables 5✅ 330ms
Chain Multi Value 13✅ 139ms
Check Nothing and NaN 3✅ 5ms
children 2✅ 26ms
codepoints 2✅ 8ms
Compare functionality with Vector 1✅ 43ms
Compile 6✅ 64ms
Complex Multi Value 3✅ 31ms
const 1✅ 5ms
Contexts and Execution Environment 3✅ 27ms
Conversion 33✅ 442ms
Convert Multi Value 5✅ 68ms
Correlation Statistics 6✅ 250ms
curry 1✅ 14ms
Data.read / File_Format 2✅ 153ms
Data.read_many 8✅ 352ms
Dataflow Errors 11✅ 154ms
Dataflow Warnings 34✅ 2s
DataLinks in Enso Cloud 1⚪ 0ms
DataLinks to Enso Cloud 1⚪ 0ms
Date 42✅ 51s
Date date part tests 8✅ 643ms
Date_Range 11✅ 3s
Date_Time 46✅ 2⚪ 3s
Date_Time date part tests 8✅ 300ms
Date_Time equality 2✅ 46ms
Day_Of_Week conversions 9✅ 180ms
Debug 1✅ 3ms
Default comparator 5✅ 49ms
Default Encoding 10✅ 291ms
display text 1✅ 8ms
Duration 15✅ 385ms
Empty errors 4✅ 23ms
Encoding object 4✅ 184ms
Enso Arrays 7✅ 399ms
Enso Cloud Audit Log 5✅ 696ms
Enso Cloud Authentication 5✅ 594ms
Enso Cloud Files 1⚪ 0ms
Enso Cloud Secrets 13✅ 3⚪ 3s
Enso Dictionaries 26✅ 638ms
Enso Hashset 7✅ 203ms
Enso_User 2✅ 1⚪ 126ms
Enso_User - local mock integration tests 2✅ 207ms
Enso_User - offline logic tests 1✅ 29ms
Enso: Common polyglot Dictionary operations 29✅ 14s
Environment 1✅ 75ms
Equals and hash 2✅ 157ms
Escape 1✅ 6ms
fetch 11✅ 680ms
File Format 1✅ 40ms
File Operations 22✅ 1⚪ 688ms
flip 2✅ 11ms
Float.truncate 1✅ 51ms
Floats 6✅ 190ms
folder operations 9✅ 618ms
Format Detection in HTTP Fetch 3✅ 151ms
Formatting date/time values 6✅ 265ms
Fully Qualified Names 1✅ 8ms
Function Ascribed Parameters 12✅ 65ms
Functions 2✅ 53ms
Get by tag name 3✅ 91ms
Header 1✅ 18ms
Header resolution 7✅ 123ms
Headers 8✅ 335ms
Http Auth 2✅ 5s
HTTP client 4✅ 240ms
HTTP DataLink 11✅ 722ms
Http Error handling 5✅ 998ms
HTTP in Data.read 5✅ 215ms
HTTP_Method parse 3✅ 45ms
HTTP_Status_Code 1✅ 32ms
identity 3✅ 21ms
Inlining Helpers 2✅ 15ms
inner / outer xml 2✅ 45ms
Input Stream 5✅ 166ms
Integer.truncate 1✅ 15ms
Integers 26✅ 683ms
Interval 7✅ 177ms
Java case of 3✅ 34ms
Java FFI 6✅ 1⚪ 101ms
Java: Common polyglot Dictionary operations 29✅ 478ms
Java/Enso Date 2✅ 56ms
JavaDate 42✅ 41s
JavaDate date part tests 8✅ 229ms
JavaLocalTime 29✅ 468ms
JavaScript Objects, Arrays & Functions 8✅ 2s
JavaScript: Common polyglot Dictionary operations 29✅ 472ms
JavaScriptArrayWithADate 42✅ 36s
JavaScriptArrayWithADate date part tests 8✅ 402ms
JavascriptDataInArray 44✅ 4⚪ 2s
JavascriptDataInArray date part tests 8✅ 373ms
JavascriptDate 44✅ 4⚪ 2s
JavaScriptDate 42✅ 35s
JavascriptDate date part tests 8✅ 282ms
JavaScriptDate date part tests 8✅ 743ms
JavaZonedDateTime 46✅ 2⚪ 2s
JavaZonedDateTime date part tests 8✅ 320ms
JavaZoneId 7✅ 47ms
JS_Object 5✅ 352ms
JSON 5✅ 187ms
JSON 1✅ 40ms
JSON Deserialization 10✅ 388ms
JSON Serialization 5✅ 234ms
JSON_Format 2✅ 113ms
Lazy 6✅ 145ms
Lazy Generator 1✅ 18ms
Lexicographic Order on Vectors 2✅ 116ms
List 32✅ 1s
Locale 13✅ 354ms
Looping Imports 1✅ 9ms
Lowercase Methods 5✅ 37ms
Managed_Resource 5✅ 3s
Match.end 4✅ 68ms
Match.groups 2✅ 37ms
Match.named_groups 3✅ 129ms
Match.span 4✅ 55ms
Match.start 4✅ 66ms
Match.text 6✅ 120ms
Match.to_display_text 1✅ 17ms
Match.utf_16_end 4✅ 164ms
Match.utf_16_span 4✅ 44ms
Match.utf_16_start 4✅ 77ms
Maybe 5✅ 21ms
Meta-Value Inspection 6✅ 78ms
Meta-Value Manipulation 33✅ 537ms
Meta.Type.find 4✅ 51ms
Methods 1✅ 1⚪ 3ms
Missing_Argument 3✅ 148ms
Multi Value as type refinement 18✅ 5⚪ 339ms
MultiValue Conversions 11✅ 547ms
Natural Order 4✅ 245ms
No Method Errors 1✅ 40ms
No_Such_Method 4✅ 116ms
non-linear inserts 11✅ 353ms
Number Conversions 10✅ 152ms
Numbers 15✅ 636ms
Operator == 17✅ 118ms
Ordering 6✅ 174ms
Pair 1✅ 2ms
Pair - from 2-Item JavaScript Array 14✅ 285ms
Pair - from 2-Item List 14✅ 444ms
Pair - from 2-Item Vector 14✅ 197ms
Pair - from Pair.new 14✅ 169ms
Pair - from Pair.Value 14✅ 89ms
Panics 22✅ 690ms
parse 8✅ 224ms
Parsing date/time values 26✅ 1⚪ 1s
Parsing formats 4✅ 428ms
Path Operations 10✅ 1⚪ 271ms
Pattern Matches 19✅ 184ms
Pattern.find and .find_all 8✅ 298ms
Pattern.match and .match_all 8✅ 74ms
Pattern.matches 5✅ 17ms
Pattern.replace 8✅ 183ms
Pattern.split 6✅ 111ms
Pattern.tokenize 7✅ 388ms
Period 8✅ 177ms
Plain_Text 3✅ 72ms
Polyglot 12✅ 106ms
Polyglot Argument 7✅ 45ms
Polyglot Argument with Inheritance 3✅ 26ms
Polyglot Conversion 14✅ 89ms
Polyglot hash maps 8✅ 353ms
Polyglot JS 21✅ 304ms
Polyglot keys and values 5✅ 116ms
Polyglot Operator == 7✅ 53ms
Polyglot Python 18✅ 168ms
Polyglot R 1⚪ 0ms
post 25✅ 2s
Private constructors 12✅ 73ms
Private methods 5✅ 22ms
Problem_Behavior 2✅ 29ms
Process 5✅ 196ms
Python: Common polyglot Dictionary operations 29✅ 730ms
PythonDate 1⚪ 0ms
PythonDate 43✅ 5⚪ 8s
PythonDate date part tests 8✅ 485ms
PythonLocalTime 29✅ 1s
Qualified Names 3✅ 13ms
Random 14✅ 1s
Range 37✅ 3s
Rank Data 7✅ 57ms
Read XML 7✅ 293ms
read_bytes 5✅ 102ms
read_text 6✅ 247ms
Refs 6✅ 82ms
Regression 12✅ 213ms
ReportingStreamDecoder 6✅ 3s
ReportingStreamEncoder 8✅ 321ms
Request 10✅ 95ms
rounding 4✅ 65ms
Rounding 16✅ 699ms
should correctly evaluate documentation examples 8✅ 75ms
Sorting with multiple comparators 4✅ 2⚪ 120ms
Sorting with the default comparator 7✅ 3⚪ 192ms
Stack size 1⚪ 0ms
Stack traces 6✅ 801ms
State 5✅ 35ms
Statistics 16✅ 676ms
Statistics - empty Vector 3✅ 30ms
Statistics - invalid input 5✅ 79ms
Statistics - invalid input 1✅ 1ms
Statistics - NaN Vector 3✅ 59ms
Statistics - Nothing Vector 3✅ 92ms
System 2✅ 51ms
tag name 1✅ 12ms
take/drop Sample non-determinism 2✅ 24ms
take/drop Sample non-determinism 2✅ 15ms
take/drop Sample non-determinism 2✅ 12ms
take/drop Sample non-determinism 2✅ 14ms
take/drop Sample non-determinism 2✅ 15ms
Temporary_File facility 6✅ 1⚪ 716ms
Text - general 85✅ 20s
text contents 1✅ 7ms
Text_Sub_Range_Data 2✅ 87ms
Text.cleanse 14✅ 130ms
Text.match 6✅ 35ms
Text.Regex splitting 3✅ 86ms
Text.Regex tokenizing 2✅ 73ms
Text.Regex: find and find_all 20✅ 1⚪ 430ms
Text.replace 28✅ 932ms
Text.Span 3✅ 85ms
Text.substring 4✅ 29ms
the Self construct 6✅ 45ms
Time_Of_Day 29✅ 947ms
Type Errors 11✅ 144ms
uncurry 1✅ 8ms
Unix epoch conversion 4✅ 104ms
Unresolved symbol 1✅ 21ms
URI 22✅ 2s
Use a slice of an array as vectors 104✅ 2s
Use Array as vectors 104✅ 2s
Use Array_Proxy as vectors 104✅ 2s
Use Java ArrayList as vectors 104✅ 2s
Use Vector as vectors 104✅ 3s
UTF_16 BigEndian 5✅ 74ms
UTF_16 LittleEndian 5✅ 72ms
UTF_8 11✅ 289ms
Vector Slicing Helpers 1✅ 65ms
Vector.build 13✅ 210ms
Vector/Array equality 9✅ 76ms
Windows 1252 4✅ 69ms
Wrapped dataflow errors 8✅ 89ms
Wrapped errors 8✅ 90ms
write operations 23✅ 2s
Write XML 4✅ 258ms
Zone 9✅ 60ms

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

34 tests were completed in 20s with 33 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
Examples 32✅ 5s
Python Examples 1⚪ 0ms
Standard.Base Signature Checks 1✅ 15s

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

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

Test suite Passed Failed Skipped Time
Geo Points 2✅ 321ms
GeoJSON to Table 3✅ 2s

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

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

Test suite Passed Failed Skipped Time
Data Links to Images 1⚪ 0ms
Image File_Format 2✅ 339ms
Image with 1 channel 19✅ 808ms
Image with 2 channels 19✅ 649ms
Image with 3 channels 19✅ 514ms
Image with 4 channels 19✅ 420ms
Image Write 2✅ 83ms
Image.read 9✅ 707ms
Matrix with 1 channel 21✅ 1s
Matrix with 2 channels 21✅ 677ms
Matrix with 3 channels 21✅ 890ms
Matrix with 4 channels 21✅ 965ms
Matrix_Error 1✅ 47ms

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

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

Test suite Passed Failed Skipped Time
[SQLServer] Database tests 1⚪ 0ms

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

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

Test suite Passed Failed Skipped Time
[Snowflake] Database tests 1⚪ 0ms

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

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

Test suite Passed Failed Skipped Time
Autoconstructor Instrumentation 1✅ 1s

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

5278 tests were completed in 515s with 5120 passed, 0 failed and 158 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 551ms
[Codegen] Basic Select 3✅ 279ms
[Codegen] Handling Missing Values 2✅ 473ms
[Codegen] JSON serialization 1✅ 369ms
[Codegen] Masking Tables and Columns 2✅ 506ms
[Codegen] Sorting 4✅ 321ms
[In-Memory-specific] Table.join 1✅ 194ms
[In-Memory-specific] Table.set 2✅ 193ms
[In-Memory] Interactions Between various operations 12✅ 2s
[In-Memory] (Column_Operations_Spec) Arithmetic Column Operations 13✅ 1⚪ 3s
[In-Memory] (Column_Operations_Spec) Boolean Column Operations 8✅ 1s
[In-Memory] (Column_Operations_Spec) Colum Operations - Names 10✅ 2s
[In-Memory] (Column_Operations_Spec) Column Comparisons 6✅ 1⚪ 13s
[In-Memory] (Column_Operations_Spec) Column Operations - Equality & Null Handling 4✅ 3⚪ 378ms
[In-Memory] (Column_Operations_Spec) Column Operations - Text Replace (in-memory only) 8✅ 756ms
[In-Memory] (Column_Operations_Spec) Column Operations - Text Trim 3✅ 466ms
[In-Memory] (Column_Operations_Spec) Column.const 3✅ 92ms
[In-Memory] (Column_Operations_Spec) Column.fill_nothing/empty 4✅ 123ms
[In-Memory] (Column_Operations_Spec) Column.rename 1✅ 34ms
[In-Memory] (Column_Operations_Spec) Date truncation 1✅ 31ms
[In-Memory] (Column_Operations_Spec) Decimal 5✅ 2s
[In-Memory] (Column_Operations_Spec) Min/Max Operations 3✅ 861ms
[In-Memory] (Column_Operations_Spec) Other Column Operations 1✅ 54ms
[In-Memory] (Column_Operations_Spec) replace: empty table and nothings 2✅ 76ms
[In-Memory] (Column_Operations_Spec) replace: literal regex pattern and replacement 5✅ 375ms
[In-Memory] (Column_Operations_Spec) replace: literal text pattern and replacement 4✅ 173ms
[In-Memory] (Column_Operations_Spec) replace: Named_Pattern and replacement 1✅ 27ms
[In-Memory] (Column_Operations_Spec) replace: pattern and replacement columns 4✅ 218ms
[In-Memory] (Column_Operations_Spec) Rounding numeric tests 17✅ 1s
[In-Memory] (Column_Operations_Spec) Rounding-like operations 27✅ 990ms
[In-Memory] (Column_Operations_Spec) Table.fill_nothing/empty 14✅ 575ms
[In-Memory] (Column_Operations_Spec) Table.make_constant_column 5✅ 392ms
[In-Memory] (Column_Operations_Spec) Table.text_replace 7✅ 484ms
[In-Memory] (Column_Operations_Spec) Text Column Operations 13✅ 2s
[In-Memory] (Conversion_Spec) Simple variant of Table/Column.parse in all backends 5✅ 348ms
[In-Memory] (Conversion_Spec) Table/Column auto value type 14✅ 849ms
[In-Memory] (Conversion_Spec) Table/Column.cast - checking invariants 13✅ 615ms
[In-Memory] (Conversion_Spec) Table/Column.cast - date/time 3✅ 43ms
[In-Memory] (Conversion_Spec) Table/Column.cast - numeric 14✅ 535ms
[In-Memory] (Conversion_Spec) Table/Column.cast - to text 11✅ 282ms
[In-Memory] (Core_Spec) Table.at 3✅ 70ms
[In-Memory] (Core_Spec) Table.column_count 1✅ 4ms
[In-Memory] (Core_Spec) Table.column_names 2✅ 64ms
[In-Memory] (Core_Spec) Table.get 3✅ 60ms
[In-Memory] (Core_Spec) Table.read 5✅ 182ms
[In-Memory] (Core_Spec) Table.rows 5✅ 120ms
[In-Memory] (Core_Spec) Table.set 8✅ 338ms
[In-Memory] (Derived_Columns_Spec) Table.set with Simple_Expression 9✅ 715ms
[In-Memory] (Derived_Columns_Spec) Unique derived column names 8✅ 110ms
[In-Memory] (Expression_Spec) Expression Arithmetic 3✅ 222ms
[In-Memory] (Expression_Spec) Expression Boolean literals 1✅ 58ms
[In-Memory] (Expression_Spec) Expression Boolean Operators 4✅ 158ms
[In-Memory] (Expression_Spec) Expression Column Arithmetic 2✅ 357ms
[In-Memory] (Expression_Spec) Expression Comparison Operators 6✅ 493ms
[In-Memory] (Expression_Spec) Expression Date and Time literals 5✅ 89ms
[In-Memory] (Expression_Spec) Expression Errors should be handled 4✅ 46ms
[In-Memory] (Expression_Spec) Expression Float literals 1✅ 21ms
[In-Memory] (Expression_Spec) Expression Integer literals 1✅ 28ms
[In-Memory] (Expression_Spec) Expression Nothing literals 3✅ 132ms
[In-Memory] (Expression_Spec) Expression Text literals 1✅ 39ms
[In-Memory] (Expression_Spec) Expression Text literals 2✅ 23ms
[In-Memory] (Expression_Spec) Expression Text Operators 2✅ 110ms
[In-Memory] (Expression_Spec) Expression Warnings should be reported 4✅ 298ms
[In-Memory] (Expression_Spec) Function invocation 5✅ 173ms
[In-Memory] (Nothing_Spec) between 55✅ 908ms
[In-Memory] (Nothing_Spec) Comparisons 198✅ 2s
[In-Memory] (Nothing_Spec) distinct 11✅ 189ms
[In-Memory] (Nothing_Spec) is_in 99✅ 699ms
[In-Memory] (Nothing_Spec) is_in: Boolean+Nothing edge cases 192✅ 2s
[In-Memory] (Nothing_Spec) is_nothing 11✅ 65ms
[In-Memory] (Nothing_Spec) not 1✅ 4ms
[In-Memory] (Nothing_Spec) sort 18✅ 130ms
[In-Memory] Boolean Column operations 3✅ 4s
[In-Memory] Column Naming edge cases 7✅ 834ms
[In-Memory] Column operation Integer Overflow handling 6✅ 616ms
[In-Memory] Column.map 6✅ 122ms
[In-Memory] Column.Offset with closest value fill strategy 8✅ 57ms
[In-Memory] Column.Offset with constant fill strategy 1⚪ 0ms
[In-Memory] Column.Offset with default fill strategy 7✅ 73ms
[In-Memory] Column.Offset with wrap around fill strategy 10✅ 102ms
[In-Memory] Column.take/drop 8✅ 728ms
[In-Memory] Column.zip 6✅ 101ms
[In-Memory] Date-Time operations 22✅ 1⚪ 2s
[In-Memory] Date-Time support 3✅ 53ms
[In-Memory] Dropping Missing Values 9✅ 653ms
[In-Memory] Filling Missing Values 9✅ 276ms
[In-Memory] Handling of Big Integer values 10✅ 703ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 283ms
[In-Memory] Storage Builders 2✅ 289ms
[In-Memory] Table Text Cleanse 4✅ 200ms
[In-Memory] Table.add_group_number (common) 13✅ 403ms
[In-Memory] Table.add_row_number (common) 7✅ 346ms
[In-Memory] Table.add_row_number (in-memory specific) 7✅ 230ms
[In-Memory] Table.aggregate 4✅ 181ms
[In-Memory] Table.aggregate 3✅ 211ms
[In-Memory] Table.aggregate Average 1✅ 61ms
[In-Memory] Table.aggregate Concatenate 6✅ 246ms
[In-Memory] Table.aggregate Count_Distinct 4✅ 443ms
[In-Memory] Table.aggregate First and Last 4✅ 167ms
[In-Memory] Table.aggregate Mode 1✅ 20ms
[In-Memory] Table.aggregate Shortest 1✅ 63ms
[In-Memory] Table.aggregate should be able to group on multiple fields 13✅ 1s
[In-Memory] Table.aggregate should be able to group on single field 13✅ 985ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 199ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 90ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 117ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 64ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 340ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 534ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 243ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 330ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 417ms
[In-Memory] Table.aggregate should summarize whole table 16✅ 1s
[In-Memory] Table.aggregate Standard_Deviation 1✅ 69ms
[In-Memory] Table.aggregate Sum 3✅ 349ms
[In-Memory] Table.aggregate+Expressions 2✅ 552ms
[In-Memory] Table.coalesce 8✅ 268ms
[In-Memory] Table.cross_join 9✅ 326ms
[In-Memory] Table.cross_tab 23✅ 1s
[In-Memory] Table.distinct 7✅ 191ms
[In-Memory] Table.distinct 6✅ 226ms
[In-Memory] Table.duplicates 6✅ 132ms
[In-Memory] Table.filter 28✅ 1⚪ 2s
[In-Memory] Table.filter 4✅ 3s
[In-Memory] Table.filter by an expression 5✅ 367ms
[In-Memory] Table.from_union 33✅ 2s
[In-Memory] Table.join 42✅ 2s
[In-Memory] Table.make_table_from_dictionary/vectors 8✅ 154ms
[In-Memory] Table.merge 20✅ 1s
[In-Memory] Table.Offset handles bad inputs gracefully 8✅ 63ms
[In-Memory] Table.Offset with closest value fill strategy 8✅ 204ms
[In-Memory] Table.Offset with default fill strategy 8✅ 97ms
[In-Memory] Table.Offset with default fill strategy (Text Values) 4✅ 38ms
[In-Memory] Table.Offset with wrap around fill strategy 12✅ 111ms
[In-Memory] Table.Offset works with grouping - closest fill strategy 7✅ 122ms
[In-Memory] Table.Offset works with grouping - default fill strategy 7✅ 79ms
[In-Memory] Table.Offset works with grouping - wrap around fill strategy 7✅ 67ms
[In-Memory] Table.Offset works with multiple columns 7✅ 118ms
[In-Memory] Table.Offset works with multiple columns - updating in place 8✅ 255ms
[In-Memory] Table.Offset works with ordering - closest fill strategy 7✅ 104ms
[In-Memory] Table.Offset works with ordering - default fill strategy 7✅ 74ms
[In-Memory] Table.Offset works with ordering - wrap around fill strategy 7✅ 55ms
[In-Memory] Table.remove_columns 13✅ 284ms
[In-Memory] Table.rename_columns 25✅ 731ms
[In-Memory] Table.reorder_columns 11✅ 248ms
[In-Memory] Table.reorder_columns by type 1✅ 27ms
[In-Memory] Table.replace 22✅ 925ms
[In-Memory] Table.select_columns 16✅ 685ms
[In-Memory] Table.select_columns By_Type and Table.remove_columns By_Type 2✅ 160ms
[In-Memory] Table.sort 23✅ 833ms
[In-Memory] Table.sort_columns 4✅ 77ms
[In-Memory] Table.take/drop 11✅ 718ms
[In-Memory] Table.transpose 8✅ 337ms
[In-Memory] Table.union 32✅ 2s
[In-Memory] Table.zip 12✅ 564ms
[In-Memory] Temp column 2✅ 19ms
[In-Memory] Works in Table.set expressions with default 6✅ 122ms
[PostgreSQL] .pgpass 3✅ 551ms
[PostgreSQL] Audit Logs 1⚪ 0ms
[PostgreSQL] Connection setup 3✅ 493ms
[PostgreSQL] Data Link 1⚪ 0ms
[PostgreSQL] Database tests 1⚪ 0ms
[PostgreSQL] Saving to Data Link 1⚪ 0ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 10✅ 2s
[SQLite File] (Column_Operations_Spec) Arithmetic Column Operations 11✅ 2⚪ 1s
[SQLite File] (Column_Operations_Spec) Boolean Column Operations 7✅ 1⚪ 824ms
[SQLite File] (Column_Operations_Spec) Colum Operations - Names 8✅ 295ms
[SQLite File] (Column_Operations_Spec) Column Comparisons 5✅ 1⚪ 10s
[SQLite File] (Column_Operations_Spec) Column Operations - Equality & Null Handling 4✅ 3⚪ 173ms
[SQLite File] (Column_Operations_Spec) Column Operations - Text Trim 3✅ 257ms
[SQLite File] (Column_Operations_Spec) Column.const 3✅ 170ms
[SQLite File] (Column_Operations_Spec) Column.fill_nothing/empty 4✅ 89ms
[SQLite File] (Column_Operations_Spec) Column.let 1✅ 305ms
[SQLite File] (Column_Operations_Spec) Column.rename 1✅ 29ms
[SQLite File] (Column_Operations_Spec) Date truncation 1⚪ 0ms
[SQLite File] (Column_Operations_Spec) Decimal 1⚪ 0ms
[SQLite File] (Column_Operations_Spec) Min/Max Operations 2✅ 1⚪ 421ms
[SQLite File] (Column_Operations_Spec) Other Column Operations 1✅ 45ms
[SQLite File] (Column_Operations_Spec) replace: DB specific edge-cases 2✅ 23ms
[SQLite File] (Column_Operations_Spec) replace: empty table and nothings 2✅ 40ms
[SQLite File] (Column_Operations_Spec) replace: literal regex pattern and replacement 5✅ 73ms
[SQLite File] (Column_Operations_Spec) replace: literal text pattern and replacement 4✅ 343ms
[SQLite File] (Column_Operations_Spec) replace: Named_Pattern and replacement 1✅ 4ms
[SQLite File] (Column_Operations_Spec) replace: pattern and replacement columns 4✅ 62ms
[SQLite File] (Column_Operations_Spec) Rounding numeric tests 17✅ 29s
[SQLite File] (Column_Operations_Spec) Rounding-like operations 16✅ 1s
[SQLite File] (Column_Operations_Spec) Table.fill_nothing/empty 14✅ 810ms
[SQLite File] (Column_Operations_Spec) Table.make_constant_column 4✅ 391ms
[SQLite File] (Column_Operations_Spec) Table.text_replace 7✅ 232ms
[SQLite File] (Column_Operations_Spec) Text Column Operations 13✅ 2s
[SQLite File] (Conversion_Spec) Simple variant of Table/Column.parse in all backends 5✅ 417ms
[SQLite File] (Conversion_Spec) Table.expand_column 1✅ 27ms
[SQLite File] (Conversion_Spec) Table.expand_to_rows 1✅ 38ms
[SQLite File] (Conversion_Spec) Table/Column auto value type 1✅ 31ms
[SQLite File] (Conversion_Spec) Table/Column.cast - checking invariants 8✅ 535ms
[SQLite File] (Conversion_Spec) Table/Column.cast - numeric 3✅ 186ms
[SQLite File] (Conversion_Spec) Table/Column.cast - to text 2✅ 89ms
[SQLite File] (Core_Spec) Table.at 3✅ 108ms
[SQLite File] (Core_Spec) Table.column_count 1✅ 2ms
[SQLite File] (Core_Spec) Table.column_names 2✅ 220ms
[SQLite File] (Core_Spec) Table.get 3✅ 65ms
[SQLite File] (Core_Spec) Table.read 6✅ 783ms
[SQLite File] (Core_Spec) Table.rows 5✅ 213ms
[SQLite File] (Core_Spec) Table.set 8✅ 317ms
[SQLite File] (Derived_Columns_Spec) Table.set with Simple_Expression 8✅ 1⚪ 2s
[SQLite File] (Derived_Columns_Spec) Unique derived column names 8✅ 326ms
[SQLite File] (Expression_Spec) Expression Arithmetic 3✅ 435ms
[SQLite File] (Expression_Spec) Expression Boolean literals 1✅ 177ms
[SQLite File] (Expression_Spec) Expression Boolean Operators 4✅ 360ms
[SQLite File] (Expression_Spec) Expression Column Arithmetic 2✅ 429ms
[SQLite File] (Expression_Spec) Expression Comparison Operators 6✅ 713ms
[SQLite File] (Expression_Spec) Expression Date and Time literals 4⚪ 0ms
[SQLite File] (Expression_Spec) Expression Errors should be handled 4✅ 35ms
[SQLite File] (Expression_Spec) Expression Float literals 1✅ 79ms
[SQLite File] (Expression_Spec) Expression Integer literals 1✅ 119ms
[SQLite File] (Expression_Spec) Expression Nothing literals 1✅ 1⚪ 60ms
[SQLite File] (Expression_Spec) Expression Text literals 1✅ 130ms
[SQLite File] (Expression_Spec) Expression Text literals 2✅ 125ms
[SQLite File] (Expression_Spec) Expression Text Operators 2✅ 229ms
[SQLite File] (Expression_Spec) Expression Warnings should be reported 2✅ 2⚪ 410ms
[SQLite File] (Expression_Spec) Function invocation 5✅ 421ms
[SQLite File] (Nothing_Spec) between 30✅ 1s
[SQLite File] (Nothing_Spec) Comparisons 108✅ 5s
[SQLite File] (Nothing_Spec) distinct 6✅ 172ms
[SQLite File] (Nothing_Spec) is_in 54✅ 2s
[SQLite File] (Nothing_Spec) is_in: Boolean+Nothing edge cases 192✅ 10s
[SQLite File] (Nothing_Spec) is_nothing 6✅ 199ms
[SQLite File] (Nothing_Spec) not 1✅ 11ms
[SQLite File] (Nothing_Spec) sort 12✅ 305ms
[SQLite File] (Upload_Spec) Appending a Database table to a Database table 30✅ 6s
[SQLite File] (Upload_Spec) Appending an in-memory table to a Database table 31✅ 6s
[SQLite File] (Upload_Spec) Creating an empty table 19✅ 5s
[SQLite File] (Upload_Spec) Deleting rows from a Database table 4✅ 369ms
[SQLite File] (Upload_Spec) Deleting rows from a Database table (source=Database) 11✅ 2s
[SQLite File] (Upload_Spec) Deleting rows from a Database table (source=in-memory) 11✅ 2s
[SQLite File] (Upload_Spec) Output Execution Context for Database operations 12✅ 1⚪ 2s
[SQLite File] (Upload_Spec) Persisting a Database Table (query) 9✅ 3s
[SQLite File] (Upload_Spec) Uploading an in-memory Table 12✅ 3s
[SQLite File] Aggregation 2✅ 444ms
[SQLite File] Basic Table Access 6✅ 1s
[SQLite File] Column Naming edge cases 7✅ 702ms
[SQLite File] Column.const 1✅ 43ms
[SQLite File] Column.map 1✅ 3ms
[SQLite File] Column.take/drop 6✅ 5s
[SQLite File] Column.zip 1✅ 4ms
[SQLite File] Connection.query 7✅ 1s
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Dialect-specific codegen 1✅ 327ms
[SQLite File] Dropping Missing Values 8✅ 1s
[SQLite File] Error Handling 2✅ 140ms
[SQLite File] Filling Missing Values 5✅ 2⚪ 456ms
[SQLite File] Internals 1✅ 28ms
[SQLite File] IR Traversal 4✅ 8s
[SQLite File] Masking Tables 1✅ 742ms
[SQLite File] math functions 6✅ 6s
[SQLite File] Metadata 2✅ 465ms
[SQLite File] Missing Values 2✅ 335ms
[SQLite File] partial Date-Time support 2⚪ 0ms
[SQLite File] Schemas and Databases 3✅ 28ms
[SQLite File] Sorting 5✅ 504ms
[SQLite File] Table Text Cleanse 4✅ 92ms
[SQLite File] Table.add_group_number 1✅ 30ms
[SQLite File] Table.add_row_number (common) 7✅ 779ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 163ms
[SQLite File] Table.aggregate 4✅ 324ms
[SQLite File] Table.aggregate Concatenate 6✅ 548ms
[SQLite File] Table.aggregate Count_Distinct 2✅ 2⚪ 642ms
[SQLite File] Table.aggregate First and Last 2✅ 2⚪ 238ms
[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 8✅ 5⚪ 884ms
[SQLite File] Table.aggregate should be able to group on single field 9✅ 4⚪ 1s
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 197ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 186ms
[SQLite File] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[SQLite File] Table.aggregate should not summarize empty table when grouped 8✅ 3⚪ 684ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 1s
[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✅ 322ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 295ms
[SQLite File] Table.aggregate should summarize empty table 8✅ 3⚪ 647ms
[SQLite File] Table.aggregate should summarize whole table 10✅ 6⚪ 2s
[SQLite File] Table.aggregate Standard_Deviation 1✅ 78ms
[SQLite File] Table.aggregate+Expressions 2✅ 132ms
[SQLite File] Table.coalesce 8✅ 401ms
[SQLite File] Table.cross_join 9✅ 2s
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 5✅ 663ms
[SQLite File] Table.distinct 7✅ 584ms
[SQLite File] Table.duplicates 1⚪ 0ms
[SQLite File] Table.filter 1✅ 569ms
[SQLite File] Table.filter 27✅ 5s
[SQLite File] Table.filter by an expression 4✅ 1⚪ 297ms
[SQLite File] Table.from_union 1⚪ 0ms
[SQLite File] Table.join 38✅ 5s
[SQLite File] Table.make_table_from_dictionary/vectors 8✅ 315ms
[SQLite File] Table.merge 19✅ 3s
[SQLite File] Table.offset 1✅ 16ms
[SQLite File] Table.remove_columns 13✅ 201ms
[SQLite File] Table.rename_columns 26✅ 601ms
[SQLite File] Table.reorder_columns 11✅ 218ms
[SQLite File] Table.reorder_columns by type 1✅ 60ms
[SQLite File] Table.replace 21✅ 2s
[SQLite File] Table.select_columns 16✅ 270ms
[SQLite File] Table.select_columns By_Type and Table.remove_columns By_Type 2✅ 78ms
[SQLite File] Table.sort 21✅ 1s
[SQLite File] Table.sort_columns 4✅ 96ms
[SQLite File] Table.take/drop 7✅ 5s
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 25✅ 4⚪ 3s
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Tables and Table Types 4✅ 497ms
[SQLite File] Temp column 2✅ 93ms
[SQLite File] Transaction Support 4✅ 207ms
[SQLite In-Memory] Interactions Between various operations 10✅ 1s
[SQLite In-Memory] (Column_Operations_Spec) Arithmetic Column Operations 11✅ 2⚪ 673ms
[SQLite In-Memory] (Column_Operations_Spec) Boolean Column Operations 7✅ 1⚪ 1s
[SQLite In-Memory] (Column_Operations_Spec) Colum Operations - Names 8✅ 246ms
[SQLite In-Memory] (Column_Operations_Spec) Column Comparisons 5✅ 1⚪ 10s
[SQLite In-Memory] (Column_Operations_Spec) Column Operations - Equality & Null Handling 4✅ 3⚪ 212ms
[SQLite In-Memory] (Column_Operations_Spec) Column Operations - Text Trim 3✅ 155ms
[SQLite In-Memory] (Column_Operations_Spec) Column.const 3✅ 95ms
[SQLite In-Memory] (Column_Operations_Spec) Column.fill_nothing/empty 4✅ 105ms
[SQLite In-Memory] (Column_Operations_Spec) Column.let 1✅ 181ms
[SQLite In-Memory] (Column_Operations_Spec) Column.rename 1✅ 21ms
[SQLite In-Memory] (Column_Operations_Spec) Date truncation 1⚪ 0ms
[SQLite In-Memory] (Column_Operations_Spec) Decimal 1⚪ 0ms
[SQLite In-Memory] (Column_Operations_Spec) Min/Max Operations 2✅ 1⚪ 188ms
[SQLite In-Memory] (Column_Operations_Spec) Other Column Operations 1✅ 61ms
[SQLite In-Memory] (Column_Operations_Spec) replace: DB specific edge-cases 2✅ 15ms
[SQLite In-Memory] (Column_Operations_Spec) replace: empty table and nothings 2✅ 35ms
[SQLite In-Memory] (Column_Operations_Spec) replace: literal regex pattern and replacement 5✅ 34ms
[SQLite In-Memory] (Column_Operations_Spec) replace: literal text pattern and replacement 4✅ 161ms
[SQLite In-Memory] (Column_Operations_Spec) replace: Named_Pattern and replacement 1✅ 4ms
[SQLite In-Memory] (Column_Operations_Spec) replace: pattern and replacement columns 4✅ 44ms
[SQLite In-Memory] (Column_Operations_Spec) Rounding numeric tests 17✅ 25s
[SQLite In-Memory] (Column_Operations_Spec) Rounding-like operations 16✅ 941ms
[SQLite In-Memory] (Column_Operations_Spec) Table.fill_nothing/empty 14✅ 917ms
[SQLite In-Memory] (Column_Operations_Spec) Table.make_constant_column 4✅ 193ms
[SQLite In-Memory] (Column_Operations_Spec) Table.text_replace 7✅ 233ms
[SQLite In-Memory] (Column_Operations_Spec) Text Column Operations 13✅ 836ms
[SQLite In-Memory] (Conversion_Spec) Simple variant of Table/Column.parse in all backends 5✅ 317ms
[SQLite In-Memory] (Conversion_Spec) Table.expand_column 1✅ 22ms
[SQLite In-Memory] (Conversion_Spec) Table.expand_to_rows 1✅ 24ms
[SQLite In-Memory] (Conversion_Spec) Table/Column auto value type 1✅ 22ms
[SQLite In-Memory] (Conversion_Spec) Table/Column.cast - checking invariants 8✅ 421ms
[SQLite In-Memory] (Conversion_Spec) Table/Column.cast - numeric 3✅ 121ms
[SQLite In-Memory] (Conversion_Spec) Table/Column.cast - to text 2✅ 72ms
[SQLite In-Memory] (Core_Spec) Table.at 3✅ 86ms
[SQLite In-Memory] (Core_Spec) Table.column_count 1✅ 2ms
[SQLite In-Memory] (Core_Spec) Table.column_names 2✅ 199ms
[SQLite In-Memory] (Core_Spec) Table.get 3✅ 45ms
[SQLite In-Memory] (Core_Spec) Table.read 6✅ 501ms
[SQLite In-Memory] (Core_Spec) Table.rows 5✅ 153ms
[SQLite In-Memory] (Core_Spec) Table.set 8✅ 258ms
[SQLite In-Memory] (Derived_Columns_Spec) Table.set with Simple_Expression 8✅ 1⚪ 1s
[SQLite In-Memory] (Derived_Columns_Spec) Unique derived column names 8✅ 224ms
[SQLite In-Memory] (Expression_Spec) Expression Arithmetic 3✅ 320ms
[SQLite In-Memory] (Expression_Spec) Expression Boolean literals 1✅ 97ms
[SQLite In-Memory] (Expression_Spec) Expression Boolean Operators 4✅ 279ms
[SQLite In-Memory] (Expression_Spec) Expression Column Arithmetic 2✅ 284ms
[SQLite In-Memory] (Expression_Spec) Expression Comparison Operators 6✅ 524ms
[SQLite In-Memory] (Expression_Spec) Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] (Expression_Spec) Expression Errors should be handled 4✅ 27ms
[SQLite In-Memory] (Expression_Spec) Expression Float literals 1✅ 45ms
[SQLite In-Memory] (Expression_Spec) Expression Integer literals 1✅ 66ms
[SQLite In-Memory] (Expression_Spec) Expression Nothing literals 1✅ 1⚪ 40ms
[SQLite In-Memory] (Expression_Spec) Expression Text literals 1✅ 115ms
[SQLite In-Memory] (Expression_Spec) Expression Text literals 2✅ 46ms
[SQLite In-Memory] (Expression_Spec) Expression Text Operators 2✅ 149ms
[SQLite In-Memory] (Expression_Spec) Expression Warnings should be reported 2✅ 2⚪ 220ms
[SQLite In-Memory] (Expression_Spec) Function invocation 5✅ 251ms
[SQLite In-Memory] (Nothing_Spec) between 30✅ 1s
[SQLite In-Memory] (Nothing_Spec) Comparisons 108✅ 3s
[SQLite In-Memory] (Nothing_Spec) distinct 6✅ 155ms
[SQLite In-Memory] (Nothing_Spec) is_in 54✅ 2s
[SQLite In-Memory] (Nothing_Spec) is_in: Boolean+Nothing edge cases 192✅ 7s
[SQLite In-Memory] (Nothing_Spec) is_nothing 6✅ 158ms
[SQLite In-Memory] (Nothing_Spec) not 1✅ 11ms
[SQLite In-Memory] (Nothing_Spec) sort 12✅ 236ms
[SQLite In-Memory] (Upload_Spec) Appending a Database table to a Database table 30✅ 4s
[SQLite In-Memory] (Upload_Spec) Appending an in-memory table to a Database table 31✅ 3s
[SQLite In-Memory] (Upload_Spec) Creating an empty table 17✅ 1s
[SQLite In-Memory] (Upload_Spec) Deleting rows from a Database table 4✅ 297ms
[SQLite In-Memory] (Upload_Spec) Deleting rows from a Database table (source=Database) 11✅ 2s
[SQLite In-Memory] (Upload_Spec) Deleting rows from a Database table (source=in-memory) 11✅ 2s
[SQLite In-Memory] (Upload_Spec) Output Execution Context for Database operations 9✅ 1⚪ 1s
[SQLite In-Memory] (Upload_Spec) Persisting a Database Table (query) 9✅ 1s
[SQLite In-Memory] (Upload_Spec) Uploading an in-memory Table 10✅ 1s
[SQLite In-Memory] Aggregation 2✅ 177ms
[SQLite In-Memory] Basic Table Access 6✅ 431ms
[SQLite In-Memory] Column Naming edge cases 7✅ 384ms
[SQLite In-Memory] Column.const 1✅ 27ms
[SQLite In-Memory] Column.map 1✅ 2ms
[SQLite In-Memory] Column.take/drop 6✅ 3s
[SQLite In-Memory] Column.zip 1✅ 3ms
[SQLite In-Memory] Connection.query 7✅ 689ms
[SQLite In-Memory] Date-Time operations 1⚪ 0ms
[SQLite In-Memory] Date-Time support 1⚪ 0ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 80ms
[SQLite In-Memory] Dropping Missing Values 8✅ 1s
[SQLite In-Memory] Error Handling 2✅ 94ms
[SQLite In-Memory] Filling Missing Values 5✅ 2⚪ 323ms
[SQLite In-Memory] Internals 1✅ 18ms
[SQLite In-Memory] IR Traversal 4✅ 6s
[SQLite In-Memory] Masking Tables 1✅ 316ms
[SQLite In-Memory] math functions 6✅ 3s
[SQLite In-Memory] Metadata 2✅ 98ms
[SQLite In-Memory] Missing Values 2✅ 126ms
[SQLite In-Memory] partial Date-Time support 2⚪ 0ms
[SQLite In-Memory] Schemas and Databases 3✅ 19ms
[SQLite In-Memory] Sorting 5✅ 229ms
[SQLite In-Memory] Table Text Cleanse 4✅ 44ms
[SQLite In-Memory] Table.add_group_number 1✅ 5ms
[SQLite In-Memory] Table.add_row_number (common) 7✅ 379ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 73ms
[SQLite In-Memory] Table.aggregate 4✅ 326ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 432ms
[SQLite In-Memory] Table.aggregate Count_Distinct 2✅ 2⚪ 482ms
[SQLite In-Memory] Table.aggregate First and Last 2✅ 2⚪ 242ms
[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 8✅ 5⚪ 578ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 9✅ 4⚪ 590ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 156ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 234ms
[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 8✅ 3⚪ 364ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 862ms
[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✅ 340ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 277ms
[SQLite In-Memory] Table.aggregate should summarize empty table 8✅ 3⚪ 390ms
[SQLite In-Memory] Table.aggregate should summarize whole table 10✅ 6⚪ 1s
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 60ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 116ms
[SQLite In-Memory] Table.coalesce 8✅ 359ms
[SQLite In-Memory] Table.cross_join 9✅ 1s
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 5✅ 153ms
[SQLite In-Memory] Table.distinct 7✅ 352ms
[SQLite In-Memory] Table.duplicates 1⚪ 0ms
[SQLite In-Memory] Table.filter 1✅ 282ms
[SQLite In-Memory] Table.filter 27✅ 2s
[SQLite In-Memory] Table.filter by an expression 4✅ 1⚪ 178ms
[SQLite In-Memory] Table.from_union 1⚪ 0ms
[SQLite In-Memory] Table.join 38✅ 4s
[SQLite In-Memory] Table.make_table_from_dictionary/vectors 8✅ 248ms
[SQLite In-Memory] Table.merge 19✅ 3s
[SQLite In-Memory] Table.offset 1✅ 5ms
[SQLite In-Memory] Table.remove_columns 13✅ 160ms
[SQLite In-Memory] Table.rename_columns 26✅ 363ms
[SQLite In-Memory] Table.reorder_columns 11✅ 141ms
[SQLite In-Memory] Table.reorder_columns by type 1✅ 45ms
[SQLite In-Memory] Table.replace 21✅ 2s
[SQLite In-Memory] Table.select_columns 16✅ 230ms
[SQLite In-Memory] Table.select_columns By_Type and Table.remove_columns By_Type 2✅ 76ms
[SQLite In-Memory] Table.sort 21✅ 793ms
[SQLite In-Memory] Table.sort_columns 4✅ 81ms
[SQLite In-Memory] Table.take/drop 7✅ 3s
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 25✅ 4⚪ 2s
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Tables and Table Types 4✅ 197ms
[SQLite In-Memory] Temp column 2✅ 56ms
[SQLite In-Memory] Transaction Support 4✅ 112ms
[SQLite] Type Mapping 8✅ 373ms
Aggregate Columns 23✅ 4s
All types 1✅ 73ms
Boolean 4✅ 366ms
Boolean Column.format, with format Column 3✅ 73ms
Boolean Column.format, with format string 3✅ 92ms
ceil 3✅ 39ms
Column selectors 2✅ 173ms
Column Text Cleanse 15✅ 309ms
Column Text Cleanse 15✅ 206ms
Column Text Cleanse 15✅ 155ms
Column.parse 15✅ 744ms
Columns 20✅ 21s
Counting Values 1✅ 11ms
Data.read_many 19✅ 2s
DataFormatter builders 3✅ 126ms
DataFormatter.format 10✅ 228ms
DataFormatter.parse 13✅ 514ms
Date Column.format, with format Column 6✅ 178ms
Date Column.format, with format string 4✅ 286ms
Date_Time Column.format, with format Column 6✅ 153ms
Date_Time Column.format, with format string 5✅ 296ms
Date_Time truncate 1✅ 13ms
Dates 9✅ 969ms
Delimited File Parsing 34✅ 3⚪ 4s
Delimited File Writing 35✅ 5s
different types 2✅ 21ms
Dropping Missing Values 1✅ 103ms
Edge cases 1✅ 35ms
Errors 2✅ 31ms
Errors 4✅ 110ms
Excel Range 9✅ 837ms
expand_column 21✅ 680ms
expand_to_rows 16✅ 389ms
Fan_Out 2✅ 87ms
fetching files using HTTP 5✅ 821ms
File.read (Delimited) 3✅ 88ms
File.read (Delimited) should work with Date_Time 3✅ 136ms
File.read (Delimited) should work with Dates 3✅ 377ms
File.read (Delimited) should work with Time_Of_Days 3✅ 110ms
fill 8✅ 227ms
Float 3✅ 38ms
Float, with format Column 3✅ 33ms
floor 3✅ 35ms
from_objects with Array 1✅ 25ms
from_objects with JSON (single values) 2✅ 65ms
from_objects with mixed vector of single and JSON objects 5✅ 121ms
from_objects with non-uniform JSON vector 6✅ 143ms
from_objects with single values 5✅ 362ms
from_objects with uniform JSON vector 5✅ 90ms
InferredIntegerBuilder 2✅ 49ms
Info 1✅ 26ms
Integer 3✅ 80ms
Integer 1✅ 20ms
Integer, with format Column 3✅ 62ms
Integration 1✅ 131ms
IO operations on Enso Cloud files 1⚪ 0ms
JSON conversion 2✅ 70ms
Locales 2✅ 94ms
Mapping Operations 7✅ 1s
Masking Tables 3✅ 133ms
NaN handling 7✅ 279ms
nothing handling 7✅ 252ms
Numeric 4✅ 324ms
Numeric format, empty 4✅ 108ms
parsing Table formats in DataLinks 8✅ 2s
Problems 13✅ 2⚪ 881ms
Read XLSX / XLS Files 16✅ 1⚪ 16s
Reading single cells correctly 7✅ 1s
Response caching 36✅ 18s
round/truncate/ceil/floor 3✅ 182ms
Rounding 8✅ 273ms
running count 9✅ 189ms
running kurtosis 1✅ 15ms
running max 3✅ 80ms
running mean 2✅ 67ms
running min 3✅ 65ms
running product 2✅ 39ms
running skew 2✅ 49ms
running standard deviation 2✅ 42ms
running sum 8✅ 189ms
running variance 2✅ 48ms
Should be able to serialise a table with Dates to Text 2✅ 162ms
Should be able to serialise a table with DateTimes to Text 2✅ 47ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 34ms
single-value Column 17✅ 551ms
Slicing Tables 4✅ 306ms
SortedListIndex (used for SortJoin) 6✅ 111ms
Sorting Columns 4✅ 76ms
Sorting Tables 2✅ 184ms
SQL_Statement serialization 2✅ 101ms
SQLite_Format should allow connecting to SQLite files 5✅ 136ms
Table Construction 12✅ 16s
Table Display 1✅ 148ms
Table.from Text 1✅ 27ms
Table.parse 22✅ 1s
Table.parse_to_columns 15✅ 635ms
Table.split 10✅ 174ms
Table.split/tokenize column count 8✅ 435ms
Table.split/tokenize column order 1✅ 17ms
Table.split/tokenize errors 4✅ 21ms
Table.split/tokenize name conflicts 2✅ 127ms
Table.tokenize 14✅ 330ms
Table/Column.should_equal helpers 18✅ 601ms
Text.parse_to_table 2✅ 61ms
Text.parse_to_table errors 3✅ 38ms
Text.parse_to_table parsing 3✅ 137ms
Text.parse_to_table with case-insensitivity 1✅ 21ms
Text.parse_to_table with groups 2✅ 90ms
Time_Of_Day Column.format, with format Column 6✅ 130ms
Time_Of_Day Column.format, with format string 5✅ 177ms
to_xml 28✅ 2⚪ 941ms
truncate 3✅ 56ms
Unique_Name_Strategy Helper 12✅ 543ms
Unique_Name_Strategy.combine_with_prefix 6✅ 83ms
Unsupported statistics 4✅ 47ms
Use First Row As Names 5✅ 289ms
Value_Type 2✅ 116ms
Various File Format support on Table 6✅ 413ms
Vector conversion 1✅ 30ms
Write xls Files 47✅ 3s
Write xlsx Files 47✅ 5s
Writing 4✅ 124ms
Writing to csv files 3✅ 578ms
Writing to json files 3✅ 2s
XLS reading 13✅ 609ms
XLSX reading 13✅ 1s
XML 7✅ 829ms

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

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

Test suite Passed Failed Skipped Time
Read Tables 6✅ 1s
Structure 7✅ 1s

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

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

Test suite Passed Failed Skipped Time
should_contain extension method 1✅ 114ms
should_end_with extension method 1✅ 53ms
should_equal extension method 4✅ 985ms
should_not_contain extension method 1✅ 54ms
should_not_equal extension method 2✅ 151ms
should_start_with extension method 1✅ 95ms

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

82 tests were completed in 8s with 81 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 91ms
File uploads 2✅ 22ms
Geo_Map 3✅ 1s
Histogram Visualization 6✅ 155ms
Lazy Table Visualization 12✅ 664ms
Lazy Text Visualization 3✅ 154ms
Scatter Plot Visualization 14✅ 1s
Serializable Visualization Identifiers 6✅ 257ms
SQL Visualization 1✅ 386ms
Table Visualization 14✅ 2s
Table.lookup_ignore_case 1✅ 368ms
Table.rows 1✅ 181ms
Type Names of Visualization Defaults 1✅ 326ms
Vector and Arrays 2✅ 1⚪ 82ms
Widget_Helpers run 2✅ 26ms
Widgets for Data.read 2✅ 206ms
Widgets for Database 1✅ 36ms
Widgets for In-Database Connection with table name sets 1✅ 227ms
Widgets for In-Database Connection with table types 1✅ 26ms
Widgets for In-Database Table with column name sets 2✅ 81ms
Widgets for In-Memory with column name sets 3✅ 198ms
Widgets for the Text type 1✅ 272ms