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

Bump tough-cookie and lint #7869

Bump tough-cookie and lint

dbd7261
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bump tough-cookie and lint #7869

Bump tough-cookie and lint
dbd7261
Select commit
Loading
Failed to load commit list.
GitHub Actions / Standard Library Tests (linux) failed Oct 11, 2023 in 1s

Standard Library Tests (linux) ❌

Tests failed

Report Passed Failed Skipped Time
/runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml 4✅ 1❌ 5⚪ 14s
/runner/_work/enso/enso/target/test-results/Examples_Tests/JUnit.xml 33✅ 133s
/runner/_work/enso/enso/target/test-results/Geo_Tests/JUnit.xml 5✅ 650ms
/runner/_work/enso/enso/target/test-results/Image_Tests/JUnit.xml 174✅ 3s
/runner/_work/enso/enso/target/test-results/Table_Tests/JUnit.xml 3312✅ 179⚪ 217s
/runner/_work/enso/enso/target/test-results/Tests/JUnit.xml 2313✅ 27⚪ 62s
/runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml 70✅ 1⚪ 8s

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

10 tests were completed in 14s with 4 passed, 1 failed and 5 skipped.

Test suite Passed Failed Skipped Time
S3.get_object 1⚪ 0ms
S3.head (bucket) 1⚪ 0ms
S3.head (object) 1⚪ 0ms
S3.list_buckets 1✅ 1❌ 14s
S3.list_objects 1⚪ 0ms
S3.parse_uri 3✅ 117ms
S3.read_bucket 1⚪ 0ms

❌ S3.list_buckets

❌ should be able to list buckets
	An unexpected dataflow error ((AWS_SDK_Error.Error 'Unable to load region from any of the providers in the chain software.amazon.awssdk.regions.providers.DefaultAwsRegionProviderChain@5b643d6e: [software.amazon.awssdk.regions.providers.SystemSettingsRegionProvider@59d09ff3: region must not be blank or empty., software.amazon.awssdk.regions.providers.AwsProfileRegionProvider@b6b746b: No region provided in profile: default, software.amazon.awssdk.regions.providers.InstanceProfileRegionProvider@618e7761: Unable to contact EC2 metadata service.]')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:37:27-58).
✅ should handle auth issues

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

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

Test suite Passed Failed Skipped Time
Examples 32✅ 15s
Python Examples 1✅ 119s

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

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

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

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

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

Test suite Passed Failed Skipped Time
Image File_Format 2✅ 162ms
Image with 1 channel 19✅ 175ms
Image with 2 channels 19✅ 200ms
Image with 3 channels 19✅ 197ms
Image with 4 channels 19✅ 198ms
Image Write 2✅ 13ms
Image.read 9✅ 590ms
Matrix with 1 channel 21✅ 289ms
Matrix with 2 channels 21✅ 168ms
Matrix with 3 channels 21✅ 332ms
Matrix with 4 channels 21✅ 233ms
Matrix_Error 1✅ 1ms

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

3491 tests were completed in 217s with 3312 passed, 0 failed and 179 skipped.

Test suite Passed Failed Skipped Time
[Codegen] Aggregation 2✅ 76ms
[Codegen] Basic Select 3✅ 100ms
[Codegen] Handling Missing Values 2✅ 118ms
[Codegen] JSON serialization 1⚪ 0ms
[Codegen] Masking Tables and Columns 2✅ 188ms
[Codegen] Sorting 4✅ 43ms
[In-Memory-specific] Table.join 1✅ 589ms
[In-Memory-specific] Table.set 2✅ 72ms
[In-Memory] Interactions Between various operations 11✅ 637ms
[In-Memory] Arithmetic Column Operations 12✅ 129ms
[In-Memory] Boolean Column Operations 5✅ 1⚪ 230ms
[In-Memory] Colum Operations - Names 10✅ 57ms
[In-Memory] Column Comparisons 5✅ 1⚪ 516ms
[In-Memory] Column Naming edge cases 7✅ 466ms
[In-Memory] Column operation Integer Overflow handling 6✅ 262ms
[In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 86ms
[In-Memory] Column Operations - Text Replace 0ms
[In-Memory] Column Operations - Text Replace (in-memory only) 8✅ 123ms
[In-Memory] Column Operations - Text Trim 3✅ 28ms
[In-Memory] Column.const 3✅ 9ms
[In-Memory] Column.fill_nothing/empty 4✅ 38ms
[In-Memory] Column.map 6✅ 176ms
[In-Memory] Column.rename 1✅ 5ms
[In-Memory] Column.take/drop 8✅ 152ms
[In-Memory] Column.zip 6✅ 42ms
[In-Memory] Date-Time operations 21✅ 1⚪ 888ms
[In-Memory] Date-Time support 3✅ 53ms
[In-Memory] Dropping Missing Values 9✅ 806ms
[In-Memory] Expression Arithmetic 3✅ 121ms
[In-Memory] Expression Boolean literals 1✅ 74ms
[In-Memory] Expression Boolean Operators 4✅ 57ms
[In-Memory] Expression Column Arithmetic 2✅ 93ms
[In-Memory] Expression Comparison Operators 6✅ 160ms
[In-Memory] Expression Date and Time literals 5✅ 57ms
[In-Memory] Expression Errors should be handled 4✅ 26ms
[In-Memory] Expression Float literals 1✅ 30ms
[In-Memory] Expression Integer literals 1✅ 20ms
[In-Memory] Expression Nothing literals 3✅ 39ms
[In-Memory] Expression Text literals 1✅ 45ms
[In-Memory] Expression Text literals 2✅ 10ms
[In-Memory] Expression Text Operators 2✅ 30ms
[In-Memory] Expression Warnings should be reported 4✅ 120ms
[In-Memory] Filling Missing Values 6✅ 175ms
[In-Memory] Function invocation 2✅ 28ms
[In-Memory] Handling of Big Integer values 10✅ 153ms
[In-Memory] Loss_Of_Integer_Precision (large integers not being exactly representable in Float) 5✅ 96ms
[In-Memory] Min/Max Operations 2✅ 115ms
[In-Memory] Other Column Operations 1✅ 3ms
[In-Memory] replace: empty table and nothings 2✅ 9ms
[In-Memory] replace: literal regex pattern and replacement 5✅ 56ms
[In-Memory] replace: literal text pattern and replacement 4✅ 57ms
[In-Memory] replace: pattern and replacement columns 4✅ 26ms
[In-Memory] Rounding numeric tests 19✅ 1s
[In-Memory] Rounding-like operations 15✅ 35ms
[In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 98ms
[In-Memory] Storage Builders 1✅ 16ms
[In-Memory] Table.add_row_number (common) 7✅ 185ms
[In-Memory] Table.add_row_number (in-memory specific) 6✅ 34ms
[In-Memory] Table.aggregate 3✅ 191ms
[In-Memory] Table.aggregate 3✅ 37ms
[In-Memory] Table.aggregate Concatenate 6✅ 46ms
[In-Memory] Table.aggregate Count_Distinct 2✅ 41ms
[In-Memory] Table.aggregate First and Last 1✅ 6ms
[In-Memory] Table.aggregate Mode 1✅ 5ms
[In-Memory] Table.aggregate Shortest 1✅ 5ms
[In-Memory] Table.aggregate should be able to group on multiple fields not in left columns 13✅ 249ms
[In-Memory] Table.aggregate should be able to group on single field 13✅ 577ms
[In-Memory] Table.aggregate should correctly handle infinities 4✅ 46ms
[In-Memory] Table.aggregate should correctly handle NaN 5✅ 36ms
[In-Memory] Table.aggregate should correctly select result types 4✅ 22ms
[In-Memory] Table.aggregate should merge warnings when issues computing aggregation 2✅ 12ms
[In-Memory] Table.aggregate should not summarize empty table when grouped 11✅ 220ms
[In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 158ms
[In-Memory] Table.aggregate should raise warnings when there are issues computing aggregation 3✅ 45ms
[In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 82ms
[In-Memory] Table.aggregate should summarize empty table 11✅ 248ms
[In-Memory] Table.aggregate should summarize whole table 13✅ 452ms
[In-Memory] Table.aggregate Standard_Deviation 1✅ 7ms
[In-Memory] Table.aggregate+Expressions 2✅ 80ms
[In-Memory] Table.at 3✅ 14ms
[In-Memory] Table.column_count 1✅ 1ms
[In-Memory] Table.column_names 2✅ 22ms
[In-Memory] Table.cross_join 8✅ 81ms
[In-Memory] Table.cross_tab 23✅ 306ms
[In-Memory] Table.distinct 6✅ 195ms
[In-Memory] Table.distinct 7✅ 99ms
[In-Memory] Table.fill_nothing/empty 6✅ 127ms
[In-Memory] Table.filter 5✅ 2s
[In-Memory] Table.filter 20✅ 2⚪ 662ms
[In-Memory] Table.filter_by_expression 5✅ 203ms
[In-Memory] Table.get 3✅ 8ms
[In-Memory] Table.join 33✅ 783ms
[In-Memory] Table.join performance 3✅ 1⚪ 567ms
[In-Memory] Table.lookup_and_replace 15✅ 270ms
[In-Memory] Table.order_by 23✅ 723ms
[In-Memory] Table.remove_columns 12✅ 236ms
[In-Memory] Table.rename_columns 20✅ 520ms
[In-Memory] Table.reorder_columns 10✅ 241ms
[In-Memory] Table.replace 3✅ 454ms
[In-Memory] Table.rows 6✅ 95ms
[In-Memory] Table.select_columns 15✅ 600ms
[In-Memory] Table.set 7✅ 580ms
[In-Memory] Table.sort_columns 4✅ 110ms
[In-Memory] Table.take/drop 9✅ 890ms
[In-Memory] Table.transpose 8✅ 90ms
[In-Memory] Table.union 24✅ 560ms
[In-Memory] Table.zip 11✅ 172ms
[In-Memory] Table/Column auto value type 13✅ 160ms
[In-Memory] Table/Column.cast - checking invariants 12✅ 224ms
[In-Memory] Table/Column.cast - date/time 3✅ 52ms
[In-Memory] Table/Column.cast - numeric 6✅ 285ms
[In-Memory] Table/Column.cast - to text 9✅ 349ms
[In-Memory] Temp column 2✅ 4ms
[In-Memory] Text Column Operations 5✅ 261ms
[PostgreSQL] Interactions Between various operations 10✅ 636ms
[PostgreSQL] .pgpass 3✅ 283ms
[PostgreSQL] Aggregation 2✅ 153ms
[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⚪ 282ms
[PostgreSQL] Basic Table Access 4✅ 1s
[PostgreSQL] Boolean Column Operations 5✅ 1⚪ 988ms
[PostgreSQL] Colum Operations - Names 8✅ 35ms
[PostgreSQL] Column Comparisons 4✅ 1⚪ 539ms
[PostgreSQL] Column Naming edge cases 7✅ 469ms
[PostgreSQL] Column Operations - Equality & Null Handling 4✅ 3⚪ 311ms
[PostgreSQL] Column Operations - Text Replace 2✅ 25ms
[PostgreSQL] Column Operations - Text Replace (in-memory only) 0ms
[PostgreSQL] Column Operations - Text Trim 3✅ 85ms
[PostgreSQL] Column.const 3✅ 68ms
[PostgreSQL] Column.fill_nothing/empty 4✅ 219ms
[PostgreSQL] Column.map 1✅ 16ms
[PostgreSQL] Column.rename 1✅ 15ms
[PostgreSQL] Column.take/drop 6✅ 2s
[PostgreSQL] Column.zip 1✅ 15ms
[PostgreSQL] Connection setup 3✅ 228ms
[PostgreSQL] Creating an empty table 19✅ 2s
[PostgreSQL] Database Encoding 1✅ 510ms
[PostgreSQL] Date-Time operations 19✅ 1⚪ 2s
[PostgreSQL] Date-Time support 3✅ 207ms
[PostgreSQL] Deleting rows from a Database table 4✅ 148ms
[PostgreSQL] Deleting rows from a Database table (source=Database) 11✅ 771ms
[PostgreSQL] Deleting rows from a Database table (source=in-memory) 11✅ 616ms
[PostgreSQL] Dialect-specific codegen 1✅ 92ms
[PostgreSQL] Dropping Missing Values 9✅ 1s
[PostgreSQL] Edge Cases 2✅ 2s
[PostgreSQL] Expression Arithmetic 3✅ 253ms
[PostgreSQL] Expression Boolean literals 1✅ 62ms
[PostgreSQL] Expression Boolean Operators 4✅ 123ms
[PostgreSQL] Expression Column Arithmetic 2✅ 118ms
[PostgreSQL] Expression Comparison Operators 6✅ 232ms
[PostgreSQL] Expression Date and Time literals 4✅ 88ms
[PostgreSQL] Expression Errors should be handled 4✅ 14ms
[PostgreSQL] Expression Float literals 1✅ 11ms
[PostgreSQL] Expression Integer literals 1✅ 17ms
[PostgreSQL] Expression Nothing literals 3✅ 187ms
[PostgreSQL] Expression Text literals 1✅ 72ms
[PostgreSQL] Expression Text literals 2✅ 47ms
[PostgreSQL] Expression Text Operators 2✅ 68ms
[PostgreSQL] Expression Warnings should be reported 2✅ 2⚪ 137ms
[PostgreSQL] Filling Missing Values 4✅ 164ms
[PostgreSQL] Function invocation 2✅ 40ms
[PostgreSQL] Info 4✅ 112ms
[PostgreSQL] Masking Tables 1✅ 236ms
[PostgreSQL] math functions 6✅ 10s
[PostgreSQL] Min/Max Operations 2✅ 79ms
[PostgreSQL] Missing Values 2✅ 421ms
[PostgreSQL] Other Column Operations 1✅ 20ms
[PostgreSQL] Output Execution Context for Database operations 12✅ 1⚪ 922ms
[PostgreSQL] Persisting a Database Table (query) 8✅ 711ms
[PostgreSQL] replace: empty table and nothings 2✅ 49ms
[PostgreSQL] replace: literal regex pattern and replacement 5✅ 74ms
[PostgreSQL] replace: literal text pattern and replacement 4✅ 102ms
[PostgreSQL] replace: pattern and replacement columns 4✅ 51ms
[PostgreSQL] Rounding numeric tests 19✅ 30s
[PostgreSQL] Rounding-like operations 22✅ 1s
[PostgreSQL] Schemas and Databases 4✅ 83ms
[PostgreSQL] Simple variant of Table/Column.parse in all backends 5✅ 193ms
[PostgreSQL] Sorting 5✅ 216ms
[PostgreSQL] SSL connectivity tests 1⚪ 0ms
[PostgreSQL] Support for Long Column/Table names 14✅ 3s
[PostgreSQL] Table.add_row_number (common) 7✅ 166ms
[PostgreSQL] Table.add_row_number (Database specific) 1✅ 37ms
[PostgreSQL] Table.aggregate 3✅ 127ms
[PostgreSQL] Table.aggregate Concatenate 6✅ 201ms
[PostgreSQL] Table.aggregate Count_Distinct 2✅ 235ms
[PostgreSQL] Table.aggregate First and Last 1✅ 26ms
[PostgreSQL] Table.aggregate Mode 1✅ 18ms
[PostgreSQL] Table.aggregate Shortest 1✅ 38ms
[PostgreSQL] Table.aggregate should be able to group on multiple fields not in left columns 12✅ 1⚪ 264ms
[PostgreSQL] Table.aggregate should be able to group on single field 12✅ 1⚪ 248ms
[PostgreSQL] Table.aggregate should correctly handle infinities 4✅ 229ms
[PostgreSQL] Table.aggregate should correctly handle NaN 5✅ 108ms
[PostgreSQL] Table.aggregate should correctly infer result types 4✅ 207ms
[PostgreSQL] Table.aggregate should correctly select result types 4✅ 141ms
[PostgreSQL] Table.aggregate should merge warnings when issues computing aggregation 1⚪ 0ms
[PostgreSQL] Table.aggregate should not summarize empty table when grouped 10✅ 1⚪ 207ms
[PostgreSQL] Table.aggregate should raise warnings when there are issues 7✅ 563ms
[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✅ 27ms
[PostgreSQL] Table.aggregate should report warnings and errors based on types 4✅ 164ms
[PostgreSQL] Table.aggregate should summarize empty table 10✅ 1⚪ 122ms
[PostgreSQL] Table.aggregate should summarize whole table 12✅ 1⚪ 191ms
[PostgreSQL] Table.aggregate Standard_Deviation 1✅ 24ms
[PostgreSQL] Table.aggregate+Expressions 2✅ 73ms
[PostgreSQL] Table.at 3✅ 27ms
[PostgreSQL] Table.column_count 1✅ 0ms
[PostgreSQL] Table.column_names 2✅ 106ms
[PostgreSQL] Table.cross_join 8✅ 437ms
[PostgreSQL] Table.cross_tab 1⚪ 0ms
[PostgreSQL] Table.default_ordering 4✅ 100ms
[PostgreSQL] Table.distinct 7✅ 195ms
[PostgreSQL] Table.expand_column 1✅ 16ms
[PostgreSQL] Table.fill_nothing/empty 6✅ 405ms
[PostgreSQL] Table.filter 1✅ 0ms
[PostgreSQL] Table.filter 19✅ 1⚪ 1s
[PostgreSQL] Table.filter_by_expression 4✅ 1⚪ 313ms
[PostgreSQL] Table.get 3✅ 14ms
[PostgreSQL] Table.join 26✅ 3⚪ 1s
[PostgreSQL] Table.lookup_and_replace 1⚪ 0ms
[PostgreSQL] Table.order_by 19✅ 2⚪ 463ms
[PostgreSQL] Table.query 8✅ 403ms
[PostgreSQL] Table.remove_columns 12✅ 935ms
[PostgreSQL] Table.rename_columns 20✅ 1s
[PostgreSQL] Table.reorder_columns 10✅ 1s
[PostgreSQL] Table.replace 0ms
[PostgreSQL] Table.rows 6✅ 88ms
[PostgreSQL] Table.select_columns 15✅ 1s
[PostgreSQL] Table.set 7✅ 239ms
[PostgreSQL] Table.sort_columns 4✅ 142ms
[PostgreSQL] Table.take/drop 7✅ 3s
[PostgreSQL] Table.transpose 1⚪ 0ms
[PostgreSQL] Table.union 21✅ 819ms
[PostgreSQL] Table.zip 1⚪ 0ms
[PostgreSQL] Table/Column auto value type 1✅ 14ms
[PostgreSQL] Table/Column.cast - checking invariants 9✅ 285ms
[PostgreSQL] Table/Column.cast - date/time 3✅ 59ms
[PostgreSQL] Table/Column.cast - numeric 4✅ 135ms
[PostgreSQL] Table/Column.cast - to text 6✅ 1⚪ 149ms
[PostgreSQL] Tables and Table Types 4✅ 134ms
[PostgreSQL] Temp column 2✅ 32ms
[PostgreSQL] Text Column Operations 5✅ 314ms
[PostgreSQL] Transaction Support 4✅ 115ms
[PostgreSQL] Type Mapping 8✅ 331ms
[PostgreSQL] Uploading an in-memory Table 11✅ 1s
[PostgreSQL] Warning/Error handling 2✅ 172ms
[Redshift] Database tests 1⚪ 0ms
[SQLite File] Interactions Between various operations 8✅ 279ms
[SQLite File] Aggregation 2✅ 54ms
[SQLite File] Appending a Database table to a Database table 29✅ 3s
[SQLite File] Appending an in-memory table to a Database table 30✅ 1s
[SQLite File] Arithmetic Column Operations 10✅ 2⚪ 151ms
[SQLite File] Basic Table Access 4✅ 373ms
[SQLite File] Boolean Column Operations 4✅ 2⚪ 209ms
[SQLite File] Colum Operations - Names 8✅ 359ms
[SQLite File] Column Comparisons 4✅ 1⚪ 383ms
[SQLite File] Column Naming edge cases 7✅ 178ms
[SQLite File] Column Operations - Equality & Null Handling 4✅ 3⚪ 126ms
[SQLite File] Column Operations - Text Replace 2✅ 24ms
[SQLite File] Column Operations - Text Replace (in-memory only) 0ms
[SQLite File] Column Operations - Text Trim 3✅ 366ms
[SQLite File] Column.const 3✅ 118ms
[SQLite File] Column.fill_nothing/empty 4✅ 77ms
[SQLite File] Column.map 1✅ 9ms
[SQLite File] Column.rename 1✅ 35ms
[SQLite File] Column.take/drop 6✅ 959ms
[SQLite File] Column.zip 1✅ 7ms
[SQLite File] Creating an empty table 19✅ 1s
[SQLite File] Date-Time operations 1⚪ 0ms
[SQLite File] Date-Time support 1⚪ 0ms
[SQLite File] Deleting rows from a Database table 4✅ 228ms
[SQLite File] Deleting rows from a Database table (source=Database) 11✅ 716ms
[SQLite File] Deleting rows from a Database table (source=in-memory) 11✅ 519ms
[SQLite File] Dialect-specific codegen 1✅ 29ms
[SQLite File] Dropping Missing Values 8✅ 509ms
[SQLite File] Error Handling 2✅ 98ms
[SQLite File] Expression Arithmetic 3✅ 212ms
[SQLite File] Expression Boolean literals 1✅ 35ms
[SQLite File] Expression Boolean Operators 4✅ 70ms
[SQLite File] Expression Column Arithmetic 2✅ 119ms
[SQLite File] Expression Comparison Operators 6✅ 171ms
[SQLite File] Expression Date and Time literals 4⚪ 0ms
[SQLite File] Expression Errors should be handled 4✅ 12ms
[SQLite File] Expression Float literals 1✅ 12ms
[SQLite File] Expression Integer literals 1✅ 10ms
[SQLite File] Expression Nothing literals 3✅ 88ms
[SQLite File] Expression Text literals 1✅ 24ms
[SQLite File] Expression Text literals 2✅ 22ms
[SQLite File] Expression Text Operators 2✅ 44ms
[SQLite File] Expression Warnings should be reported 2✅ 2⚪ 134ms
[SQLite File] Filling Missing Values 3✅ 1⚪ 70ms
[SQLite File] Function invocation 2✅ 27ms
[SQLite File] Masking Tables 1✅ 86ms
[SQLite File] math functions 6✅ 2s
[SQLite File] Metadata 2✅ 43ms
[SQLite File] Min/Max Operations 2✅ 57ms
[SQLite File] Missing Values 2✅ 117ms
[SQLite File] Other Column Operations 1✅ 167ms
[SQLite File] Output Execution Context for Database operations 12✅ 1⚪ 2s
[SQLite File] partial Date-Time support 2✅ 86ms
[SQLite File] Persisting a Database Table (query) 8✅ 607ms
[SQLite File] replace: empty table and nothings 2✅ 30ms
[SQLite File] replace: literal regex pattern and replacement 5✅ 16ms
[SQLite File] replace: literal text pattern and replacement 4✅ 97ms
[SQLite File] replace: pattern and replacement columns 4✅ 12ms
[SQLite File] Rounding numeric tests 19✅ 8s
[SQLite File] Rounding-like operations 15✅ 351ms
[SQLite File] Schemas and Databases 3✅ 17ms
[SQLite File] Simple variant of Table/Column.parse in all backends 5✅ 226ms
[SQLite File] Sorting 5✅ 133ms
[SQLite File] Support for Long Column/Table names 6✅ 972ms
[SQLite File] Table.add_row_number (common) 7✅ 134ms
[SQLite File] Table.add_row_number (Database specific) 1✅ 32ms
[SQLite File] Table.aggregate 1✅ 10ms
[SQLite File] Table.aggregate Concatenate 6✅ 83ms
[SQLite File] Table.aggregate Count_Distinct 1✅ 1⚪ 75ms
[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⚪ 91ms
[SQLite File] Table.aggregate should be able to group on single field 7✅ 6⚪ 72ms
[SQLite File] Table.aggregate should correctly handle infinities 2✅ 2⚪ 34ms
[SQLite File] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite File] Table.aggregate should correctly select result types 2✅ 2⚪ 41ms
[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⚪ 31ms
[SQLite File] Table.aggregate should raise warnings when there are issues 7✅ 328ms
[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✅ 117ms
[SQLite File] Table.aggregate should report warnings and errors based on types 4✅ 83ms
[SQLite File] Table.aggregate should summarize empty table 7✅ 4⚪ 43ms
[SQLite File] Table.aggregate should summarize whole table 7✅ 6⚪ 96ms
[SQLite File] Table.aggregate Standard_Deviation 1✅ 13ms
[SQLite File] Table.aggregate+Expressions 2✅ 46ms
[SQLite File] Table.at 3✅ 40ms
[SQLite File] Table.column_count 1✅ 0ms
[SQLite File] Table.column_names 2✅ 78ms
[SQLite File] Table.cross_join 8✅ 280ms
[SQLite File] Table.cross_tab 1⚪ 0ms
[SQLite File] Table.default_ordering 4✅ 134ms
[SQLite File] Table.distinct 7✅ 183ms
[SQLite File] Table.expand_column 1✅ 14ms
[SQLite File] Table.fill_nothing/empty 6✅ 181ms
[SQLite File] Table.filter 1✅ 1ms
[SQLite File] Table.filter 19✅ 1⚪ 745ms
[SQLite File] Table.filter_by_expression 4✅ 1⚪ 144ms
[SQLite File] Table.get 3✅ 20ms
[SQLite File] Table.join 26✅ 3⚪ 849ms
[SQLite File] Table.lookup_and_replace 1⚪ 0ms
[SQLite File] Table.order_by 19✅ 2⚪ 170ms
[SQLite File] Table.query 8✅ 354ms
[SQLite File] Table.remove_columns 11✅ 420ms
[SQLite File] Table.rename_columns 20✅ 769ms
[SQLite File] Table.reorder_columns 9✅ 389ms
[SQLite File] Table.replace 0ms
[SQLite File] Table.rows 6✅ 55ms
[SQLite File] Table.select_columns 14✅ 673ms
[SQLite File] Table.set 7✅ 131ms
[SQLite File] Table.sort_columns 4✅ 122ms
[SQLite File] Table.take/drop 7✅ 2s
[SQLite File] Table.transpose 1⚪ 0ms
[SQLite File] Table.union 18✅ 1⚪ 681ms
[SQLite File] Table.zip 1⚪ 0ms
[SQLite File] Table/Column auto value type 1✅ 12ms
[SQLite File] Table/Column.cast - checking invariants 7✅ 284ms
[SQLite File] Table/Column.cast - numeric 3✅ 95ms
[SQLite File] Table/Column.cast - to text 1✅ 15ms
[SQLite File] Tables and Table Types 4✅ 89ms
[SQLite File] Temp column 2✅ 14ms
[SQLite File] Text Column Operations 5✅ 192ms
[SQLite File] Transaction Support 4✅ 69ms
[SQLite File] Uploading an in-memory Table 11✅ 1s
[SQLite In-Memory] Interactions Between various operations 8✅ 361ms
[SQLite In-Memory] Aggregation 2✅ 52ms
[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✅ 2s
[SQLite In-Memory] Arithmetic Column Operations 10✅ 2⚪ 218ms
[SQLite In-Memory] Basic Table Access 4✅ 238ms
[SQLite In-Memory] Boolean Column Operations 4✅ 2⚪ 119ms
[SQLite In-Memory] Colum Operations - Names 8✅ 40ms
[SQLite In-Memory] Column Comparisons 4✅ 1⚪ 405ms
[SQLite In-Memory] Column Naming edge cases 7✅ 147ms
[SQLite In-Memory] Column Operations - Equality & Null Handling 4✅ 3⚪ 67ms
[SQLite In-Memory] Column Operations - Text Replace 2✅ 11ms
[SQLite In-Memory] Column Operations - Text Replace (in-memory only) 0ms
[SQLite In-Memory] Column Operations - Text Trim 3✅ 34ms
[SQLite In-Memory] Column.const 3✅ 37ms
[SQLite In-Memory] Column.fill_nothing/empty 4✅ 54ms
[SQLite In-Memory] Column.map 1✅ 8ms
[SQLite In-Memory] Column.rename 1✅ 11ms
[SQLite In-Memory] Column.take/drop 6✅ 2s
[SQLite In-Memory] Column.zip 1✅ 10ms
[SQLite In-Memory] Creating an empty table 17✅ 857ms
[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✅ 81ms
[SQLite In-Memory] Deleting rows from a Database table (source=Database) 11✅ 798ms
[SQLite In-Memory] Deleting rows from a Database table (source=in-memory) 11✅ 503ms
[SQLite In-Memory] Dialect-specific codegen 1✅ 4ms
[SQLite In-Memory] Dropping Missing Values 8✅ 371ms
[SQLite In-Memory] Error Handling 2✅ 41ms
[SQLite In-Memory] Expression Arithmetic 3✅ 122ms
[SQLite In-Memory] Expression Boolean literals 1✅ 20ms
[SQLite In-Memory] Expression Boolean Operators 4✅ 103ms
[SQLite In-Memory] Expression Column Arithmetic 2✅ 100ms
[SQLite In-Memory] Expression Comparison Operators 6✅ 178ms
[SQLite In-Memory] Expression Date and Time literals 4⚪ 0ms
[SQLite In-Memory] Expression Errors should be handled 4✅ 28ms
[SQLite In-Memory] Expression Float literals 1✅ 11ms
[SQLite In-Memory] Expression Integer literals 1✅ 10ms
[SQLite In-Memory] Expression Nothing literals 3✅ 40ms
[SQLite In-Memory] Expression Text literals 1✅ 18ms
[SQLite In-Memory] Expression Text literals 2✅ 12ms
[SQLite In-Memory] Expression Text Operators 2✅ 54ms
[SQLite In-Memory] Expression Warnings should be reported 2✅ 2⚪ 119ms
[SQLite In-Memory] Filling Missing Values 3✅ 1⚪ 80ms
[SQLite In-Memory] Function invocation 2✅ 48ms
[SQLite In-Memory] Masking Tables 1✅ 20ms
[SQLite In-Memory] math functions 6✅ 1s
[SQLite In-Memory] Metadata 2✅ 6ms
[SQLite In-Memory] Min/Max Operations 2✅ 59ms
[SQLite In-Memory] Missing Values 2✅ 28ms
[SQLite In-Memory] Other Column Operations 1✅ 15ms
[SQLite In-Memory] Output Execution Context for Database operations 9✅ 1⚪ 508ms
[SQLite In-Memory] partial Date-Time support 2✅ 24ms
[SQLite In-Memory] Persisting a Database Table (query) 8✅ 676ms
[SQLite In-Memory] replace: empty table and nothings 2✅ 28ms
[SQLite In-Memory] replace: literal regex pattern and replacement 5✅ 17ms
[SQLite In-Memory] replace: literal text pattern and replacement 4✅ 34ms
[SQLite In-Memory] replace: pattern and replacement columns 4✅ 7ms
[SQLite In-Memory] Rounding numeric tests 19✅ 9s
[SQLite In-Memory] Rounding-like operations 15✅ 423ms
[SQLite In-Memory] Schemas and Databases 3✅ 2ms
[SQLite In-Memory] Simple variant of Table/Column.parse in all backends 5✅ 70ms
[SQLite In-Memory] Sorting 5✅ 67ms
[SQLite In-Memory] Support for Long Column/Table names 6✅ 881ms
[SQLite In-Memory] Table.add_row_number (common) 7✅ 148ms
[SQLite In-Memory] Table.add_row_number (Database specific) 1✅ 30ms
[SQLite In-Memory] Table.aggregate 1✅ 16ms
[SQLite In-Memory] Table.aggregate Concatenate 6✅ 112ms
[SQLite In-Memory] Table.aggregate Count_Distinct 1✅ 1⚪ 114ms
[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⚪ 103ms
[SQLite In-Memory] Table.aggregate should be able to group on single field 7✅ 6⚪ 84ms
[SQLite In-Memory] Table.aggregate should correctly handle infinities 2✅ 2⚪ 54ms
[SQLite In-Memory] Table.aggregate should correctly handle NaN 1⚪ 0ms
[SQLite In-Memory] Table.aggregate should correctly select result types 2✅ 2⚪ 48ms
[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⚪ 51ms
[SQLite In-Memory] Table.aggregate should raise warnings when there are issues 7✅ 408ms
[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✅ 47ms
[SQLite In-Memory] Table.aggregate should report warnings and errors based on types 4✅ 47ms
[SQLite In-Memory] Table.aggregate should summarize empty table 7✅ 4⚪ 49ms
[SQLite In-Memory] Table.aggregate should summarize whole table 7✅ 6⚪ 62ms
[SQLite In-Memory] Table.aggregate Standard_Deviation 1✅ 22ms
[SQLite In-Memory] Table.aggregate+Expressions 2✅ 50ms
[SQLite In-Memory] Table.at 3✅ 25ms
[SQLite In-Memory] Table.column_count 1✅ 0ms
[SQLite In-Memory] Table.column_names 2✅ 77ms
[SQLite In-Memory] Table.cross_join 8✅ 361ms
[SQLite In-Memory] Table.cross_tab 1⚪ 0ms
[SQLite In-Memory] Table.default_ordering 4✅ 23ms
[SQLite In-Memory] Table.distinct 7✅ 151ms
[SQLite In-Memory] Table.expand_column 1✅ 9ms
[SQLite In-Memory] Table.fill_nothing/empty 6✅ 197ms
[SQLite In-Memory] Table.filter 1✅ 1ms
[SQLite In-Memory] Table.filter 19✅ 1⚪ 597ms
[SQLite In-Memory] Table.filter_by_expression 4✅ 1⚪ 95ms
[SQLite In-Memory] Table.get 3✅ 12ms
[SQLite In-Memory] Table.join 26✅ 3⚪ 982ms
[SQLite In-Memory] Table.lookup_and_replace 1⚪ 0ms
[SQLite In-Memory] Table.order_by 19✅ 2⚪ 243ms
[SQLite In-Memory] Table.query 8✅ 328ms
[SQLite In-Memory] Table.remove_columns 11✅ 376ms
[SQLite In-Memory] Table.rename_columns 20✅ 889ms
[SQLite In-Memory] Table.reorder_columns 9✅ 291ms
[SQLite In-Memory] Table.replace 0ms
[SQLite In-Memory] Table.rows 6✅ 45ms
[SQLite In-Memory] Table.select_columns 14✅ 598ms
[SQLite In-Memory] Table.set 7✅ 177ms
[SQLite In-Memory] Table.sort_columns 4✅ 162ms
[SQLite In-Memory] Table.take/drop 7✅ 2s
[SQLite In-Memory] Table.transpose 1⚪ 0ms
[SQLite In-Memory] Table.union 18✅ 1⚪ 958ms
[SQLite In-Memory] Table.zip 1⚪ 0ms
[SQLite In-Memory] Table/Column auto value type 1✅ 8ms
[SQLite In-Memory] Table/Column.cast - checking invariants 7✅ 104ms
[SQLite In-Memory] Table/Column.cast - numeric 3✅ 47ms
[SQLite In-Memory] Table/Column.cast - to text 1✅ 22ms
[SQLite In-Memory] Tables and Table Types 4✅ 55ms
[SQLite In-Memory] Temp column 2✅ 24ms
[SQLite In-Memory] Text Column Operations 5✅ 233ms
[SQLite In-Memory] Transaction Support 4✅ 63ms
[SQLite In-Memory] Uploading an in-memory Table 9✅ 839ms
[SQLite] Type Mapping 8✅ 867ms
Aggregate Columns 23✅ 58ms
Boolean Column.format, with format Column 3✅ 37ms
Boolean Column.format, with format string 3✅ 57ms
ceil 3✅ 21ms
Column.parse 13✅ 156ms
Columns 16✅ 402ms
Construction 9✅ 5s
Counting Values 1✅ 1ms
DataFormatter builders 3✅ 67ms
DataFormatter.format 10✅ 93ms
DataFormatter.parse 12✅ 234ms
Date Column.format, with format Column 6✅ 67ms
Date Column.format, with format string 4✅ 153ms
Date_Time Column.format, with format Column 6✅ 76ms
Date_Time Column.format, with format string 5✅ 128ms
Date_Time truncate 1✅ 17ms
Delimited File Parsing 27✅ 3⚪ 852ms
Delimited File Writing 33✅ 2s
Dropping Missing Values 1✅ 357ms
Edge cases 1✅ 7ms
Errors 2✅ 8ms
Excel Range 9✅ 131ms
File.read (Delimited) 3✅ 61ms
File.read (Delimited) should work with Date_Time 3✅ 10ms
File.read (Delimited) should work with Dates 3✅ 14ms
File.read (Delimited) should work with Time_Of_Days 3✅ 7ms
fill 6✅ 262ms
Float 3✅ 21ms
Float, with format Column 3✅ 11ms
floor 3✅ 18ms
Info 1✅ 18ms
Integer 3✅ 44ms
Integer 1✅ 6ms
Integer, with format Column 3✅ 39ms
Integration 1✅ 151ms
JSON conversion 2✅ 125ms
Mapping Operations 7✅ 448ms
Masking Tables 3✅ 319ms
Numeric, empty/Nothing 4✅ 42ms
Problems 3✅ 29ms
Read XLSX / XLS Files 12✅ 5s
Reading single cells correctly 7✅ 422ms
round/truncate/ceil/floor 3✅ 65ms
Rounding 8✅ 135ms
Should be able to serialise a table with Dates to Text 2✅ 53ms
Should be able to serialise a table with DateTimes to Text 2✅ 18ms
Should be able to serialise a table with Time_Of_Days to Text 2✅ 7ms
Slicing Tables 4✅ 207ms
Sorting Columns 4✅ 53ms
Sorting Tables 2✅ 156ms
SQLite_Format should allow connecting to SQLite files 5✅ 155ms
Table.from Text 1✅ 24ms
Table.parse 22✅ 777ms
Table.parse_to_columns 14✅ 924ms
Table.split 5✅ 88ms
Table.split/tokenize column count 4✅ 57ms
Table.split/tokenize column order 1✅ 5ms
Table.split/tokenize errors 4✅ 6ms
Table.split/tokenize name conflicts 2✅ 31ms
Table.tokenize 12✅ 100ms
Text.parse_to_table 2✅ 87ms
Text.parse_to_table errors 3✅ 19ms
Text.parse_to_table parsing 3✅ 74ms
Text.parse_to_table with case-insensitivity 1✅ 18ms
Text.parse_to_table with groups 2✅ 15ms
Time_Of_Day Column.format, with format Column 6✅ 60ms
Time_Of_Day Column.format, with format string 5✅ 82ms
truncate 3✅ 42ms
Unique_Name_Strategy Helper 12✅ 149ms
Unique_Name_Strategy.combine_with_prefix 6✅ 13ms
Use First Row As Names 5✅ 377ms
Value_Type 2✅ 32ms
Various File Format support on Table 8✅ 2s
Vector conversion 1✅ 12ms
Write xls Files 38✅ 977ms
Write xlsx Files 38✅ 3s
Writing 4✅ 93ms
XLS reading 7✅ 64ms
XLSX reading 7✅ 609ms

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

2340 tests were completed in 62s with 2313 passed, 0 failed and 27 skipped.

Test suite Passed Failed Skipped Time
Any.map_nothing 2✅ 6ms
Any's methods 3✅ 34ms
Array_Proxy 5✅ 56ms
ArrayOverBuffer 1✅ 25ms
ASCII 4✅ 81ms
Asserts 3✅ 31ms
at/get 7✅ 244ms
Atom with holes 7✅ 29ms
Auto_Detect 3✅ 18ms
BigInts 13✅ 1s
Booleans 6✅ 17ms
Bound 3✅ 2ms
Bytes 3✅ 5ms
caching 1✅ 52ms
Callables 5✅ 13ms
Check Nothing and NaN 3✅ 0ms
children 2✅ 32ms
codepoints 2✅ 6ms
Compare functionality with Vector 1✅ 9ms
Compile 6✅ 52ms
const 1✅ 0ms
Contexts and Execution Environment 3✅ 12ms
Conversion 42✅ 156ms
Correlation Statistics 6✅ 72ms
curry 1✅ 6ms
Data.read / File_Format 2✅ 933ms
Dataflow Errors 11✅ 23ms
Dataflow Warnings 32✅ 851ms
Date 40✅ 8s
Date date part tests 8✅ 124ms
Date_Range 11✅ 2s
Date_Time 44✅ 2⚪ 711ms
Date_Time date part tests 8✅ 36ms
Date_Time equality 2✅ 4ms
Day_Of_Week conversions 8✅ 22ms
Deep Exports 1✅ 1ms
Default comparator 3✅ 12ms
Deterministic Random Noise Generator 2✅ 474ms
display text 1✅ 2ms
Duration 15✅ 114ms
Encoding object 4✅ 139ms
Enso Arrays 5✅ 15ms
Enso maps 46✅ 226ms
Enso Set 5✅ 40ms
Environment 1✅ 12ms
Escape 1✅ 2ms
fetch 10✅ 559ms
File Operations 21✅ 141ms
flip 2✅ 1ms
Float.truncate 1✅ 4ms
Floats 5✅ 38ms
folder operations 3✅ 64ms
Formatting date/time values 6✅ 122ms
Fully Qualified Names 1✅ 1ms
Function Ascribed Parameters 12✅ 46ms
get_elements_by_tag_name 3✅ 70ms
Header 1✅ 16ms
Header resolution 7✅ 23ms
Headers 6✅ 122ms
HTTP client 4✅ 3ms
HTTP_Method parse 3✅ 6ms
identity 3✅ 1ms
Inlining Helpers 2✅ 3ms
inner / outer xml 2✅ 132ms
Instrument @Tail_Call fibonacci 5✅ 393ms
Instrument fibonacci 2✅ 131ms
Integer.truncate 1✅ 1ms
Integers 24✅ 147ms
Interval 7✅ 39ms
Java case of 3✅ 6ms
Java FFI 6✅ 1⚪ 15ms
Java/Enso Date 2✅ 57ms
JavaDate 40✅ 3s
JavaDate date part tests 8✅ 2ms
JavaLocalTime 27✅ 31ms
JavaScript Objects, Arrays & Functions 8✅ 331ms
JavaScriptArrayWithADate 40✅ 3s
JavaScriptArrayWithADate date part tests 8✅ 66ms
JavascriptDataInArray 42✅ 4⚪ 310ms
JavascriptDataInArray date part tests 8✅ 83ms
JavascriptDate 42✅ 4⚪ 133ms
JavaScriptDate 40✅ 3s
JavascriptDate date part tests 8✅ 7ms
JavaScriptDate date part tests 8✅ 75ms
JavaZonedDateTime 44✅ 2⚪ 183ms
JavaZonedDateTime date part tests 8✅ 6ms
JavaZoneId 7✅ 28ms
JS_Object 3✅ 86ms
JSON 5✅ 33ms
JSON 1✅ 58ms
JSON Deserialization 8✅ 444ms
JSON Serialization 3✅ 63ms
JSON_Format 2✅ 55ms
Lazy 6✅ 33ms
Lazy Generator 1✅ 4ms
Lexicographic Order on Vectors 2✅ 8ms
List 31✅ 510ms
Locale 13✅ 53ms
Looping Imports 1✅ 0ms
Lowercase Methods 5✅ 7ms
Managed_Resource 3✅ 23ms
Match.end 4✅ 23ms
Match.groups 2✅ 11ms
Match.named_groups 3✅ 28ms
Match.span 4✅ 23ms
Match.start 4✅ 24ms
Match.text 6✅ 29ms
Match.utf_16_end 4✅ 24ms
Match.utf_16_span 4✅ 20ms
Match.utf_16_start 4✅ 21ms
Maybe 5✅ 4ms
Meta-Value Inspection 4✅ 7ms
Meta-Value Manipulation 26✅ 98ms
Meta.Type.find 4✅ 12ms
Methods 1✅ 1⚪ 1ms
Natural Order 4✅ 172ms
No Method Errors 1✅ 7ms
Noise 3✅ 141ms
non-linear inserts 11✅ 132ms
Number Conversions 1✅ 7ms
Number Rounding numeric tests 19✅ 192ms
Numbers 14✅ 193ms
Numeric values 1✅ 7ms
Object Comparator 7✅ 99ms
Operator == 16✅ 193ms
Ordering 6✅ 36ms
Pair 1✅ 0ms
Pair - from 2-Item JavaScript Array 13✅ 220ms
Pair - from 2-Item List 13✅ 80ms
Pair - from 2-Item Vector 13✅ 89ms
Pair - from Pair.new 13✅ 63ms
Pair - from Pair.Value 13✅ 13ms
Panics 17✅ 118ms
parse 8✅ 293ms
Parsing date/time values 26✅ 1⚪ 1s
Parsing formats 4✅ 206ms
Pattern Matches 16✅ 28ms
Pattern.find and .find_all 8✅ 166ms
Pattern.match and .match_all 8✅ 102ms
Pattern.matches 5✅ 64ms
Pattern.replace 10✅ 188ms
Pattern.split 6✅ 52ms
Pattern.tokenize 7✅ 413ms
Period 7✅ 22ms
Plain_Text 3✅ 15ms
Polyglot Argument 7✅ 12ms
Polyglot Argument with Inheritance 3✅ 6ms
Polyglot Conversion 14✅ 14ms
Polyglot hash maps 6✅ 246ms
Polyglot JS 19✅ 166ms
Polyglot keys and values 6✅ 6s
Polyglot Operator == 7✅ 41ms
Polyglot Python 15✅ 125ms
Polyglot R 1⚪ 0ms
post 24✅ 990ms
Problem_Behavior 2✅ 21ms
Process 5✅ 41ms
PythonDate 40✅ 4s
PythonDate 41✅ 5⚪ 965ms
PythonDate date part tests 8✅ 51ms
PythonDate date part tests 8✅ 65ms
PythonLocalTime 27✅ 131ms
Qualified Names 3✅ 4ms
Random 6✅ 810ms
Range 35✅ 899ms
Rank Data 7✅ 28ms
Read XML 7✅ 48ms
read_bytes 6✅ 21ms
read_text 6✅ 55ms
Refs 1✅ 1ms
Regex splitting 3✅ 18ms
Regex tokenizing 2✅ 41ms
Regex: find and find_all 20✅ 1⚪ 283ms
Regression 12✅ 106ms
ReportingStreamDecoder 6✅ 245ms
ReportingStreamEncoder 8✅ 131ms
Request 10✅ 87ms
rounding 4✅ 22ms
should correctly evaluate documentation examples 6✅ 63ms
Sorting with multiple comparators 4✅ 2⚪ 171ms
Sorting with the default comparator 7✅ 3⚪ 309ms
Stack traces 1✅ 9ms
State 2✅ 4ms
Statistics 14✅ 241ms
Statistics - empty Vector 3✅ 8ms
Statistics - invalid input 5✅ 125ms
Statistics - invalid input 1✅ 2ms
Statistics - NaN Vector 3✅ 21ms
Statistics - Nothing Vector 3✅ 45ms
System 2✅ 13ms
tag name 1✅ 10ms
Text 84✅ 7s
text contents 1✅ 5ms
Text_Sub_Range_Data 2✅ 26ms
Text_Utils 4✅ 99ms
Text.match 6✅ 46ms
Text.replace 16✅ 268ms
Text.Span 3✅ 21ms
Text.substring 4✅ 15ms
the Self construct 6✅ 18ms
Time_Of_Day 27✅ 195ms
to_display_text 5✅ 54ms
Type Errors 11✅ 83ms
uncurry 1✅ 1ms
Unresolved symbol 1✅ 1ms
URI 4✅ 18ms
Use a slice of an array as vectors 73✅ 194ms
Use Array as vectors 73✅ 481ms
Use Array_Proxy as vectors 73✅ 154ms
Use Java ArrayList as vectors 73✅ 157ms
Use Vector as vectors 73✅ 1s
UTF_16 BigEndian 2✅ 28ms
UTF_16 LittleEndian 2✅ 6ms
UTF_8 7✅ 53ms
Vector builder 2✅ 7ms
Vector Slicing Helpers 1✅ 13ms
Vector/Array equality 9✅ 12ms
Windows 1252 4✅ 29ms
write operations 21✅ 485ms
Zone 9✅ 31ms

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

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

Test suite Passed Failed Skipped Time
Dataflow Error Visualization 2✅ 85ms
File uploads 2✅ 28ms
Geo_Map 3✅ 613ms
Histogram Visualization 6✅ 158ms
Lazy Table Visualization 12✅ 417ms
Lazy Text Visualization 3✅ 47ms
Scatter Plot Visualization 14✅ 1s
Serializable Visualization Identifiers 5✅ 76ms
SQL Visualization 1✅ 390ms
Table Visualization 9✅ 2s
Table.lookup_ignore_case 1✅ 11ms
Table.rows 1✅ 171ms
Type Names of Visualization Defaults 1✅ 97ms
Vector and Arrays 2✅ 1⚪ 24ms
Widgets for Database 1✅ 80ms
Widgets for In-Database Connection with table name sets 1✅ 2s
Widgets for In-Database Connection with table types 1✅ 65ms
Widgets for In-Database Table with column name sets 2✅ 219ms
Widgets for In-Memory with column name sets 2✅ 212ms
Widgets for the Text type 1✅ 786ms

Annotations

Check failure on line 0 in /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml

See this annotation in the file changed.

@github-actions github-actions / Standard Library Tests (linux)

S3.list_buckets ► should be able to list buckets

Failed test found in:
  /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml
Error:
  An unexpected dataflow error ((AWS_SDK_Error.Error 'Unable to load region from any of the providers in the chain software.amazon.awssdk.regions.providers.DefaultAwsRegionProviderChain@5b643d6e: [software.amazon.awssdk.regions.providers.SystemSettingsRegionProvider@59d09ff3: region must not be blank or empty., software.amazon.awssdk.regions.providers.AwsProfileRegionProvider@b6b746b: No region provided in profile: default, software.amazon.awssdk.regions.providers.InstanceProfileRegionProvider@618e7761: Unable to contact EC2 metadata service.]')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:37:27-58).
Raw output
An unexpected dataflow error ((AWS_SDK_Error.Error 'Unable to load region from any of the providers in the chain software.amazon.awssdk.regions.providers.DefaultAwsRegionProviderChain@5b643d6e: [software.amazon.awssdk.regions.providers.SystemSettingsRegionProvider@59d09ff3: region must not be blank or empty., software.amazon.awssdk.regions.providers.AwsProfileRegionProvider@b6b746b: No region provided in profile: default, software.amazon.awssdk.regions.providers.InstanceProfileRegionProvider@618e7761: Unable to contact EC2 metadata service.]')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:37:27-58).
        at <enso> Error.throw(Internal)
        at <enso> <anonymous>(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/AWS/2023.2.1-dev/src/Errors.enso:18:13-77)
        at <enso> Panic.catch(Internal)
        at <enso> AWS_SDK_Error.type.handle_java_errors(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/AWS/2023.2.1-dev/src/Errors.enso:17-18)
        at <enso> S3.handle_s3_errors(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/AWS/2023.2.1-dev/src/S3/S3.enso:140:5-60)
        at <enso> S3.list_buckets(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/AWS/2023.2.1-dev/src/S3/S3.enso:31-34)
        at <enso> S3_Spec.spec<arg-0>(/runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:37:27-41)
        at <enso> S3_Spec.spec<arg-1>(/runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:37:27-58)
        at <enso> Test.run_spec<arg-1>(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:200:18-25)
        at <enso> Panic.catch(Internal)
        at <enso> Panic.type.recover(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Base/2023.2.1-dev/src/Panic.enso:185-190)
        at <enso> Test.run_spec(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:199-203)
        at <enso> case_branch<arg-3>(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:77:73-89)
        at <enso> case_branch<arg-1>(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:77:49-90)
        at <enso> Runtime.no_inline(Internal)
        at <enso> Duration.type.time_execution(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Base/2023.2.1-dev/src/Data/Time/Duration.enso:127:18-43)
        at <enso> case_branch(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:77:24-91)
        at <enso> Test.specify(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:76-78)
        at <enso> S3_Spec.spec<arg-1>(/runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:36-39)
        at <enso> case_branch<arg-1>(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:40:29-37)
        at <enso> case_branch<arg-1>(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:39-41)
        at <enso> Panic.catch(Internal)
        at <enso> case_branch(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:38-41)
        at <enso> Test.group<arg-1>(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:31-46)
        at <enso> Test.group(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test.enso:30-46)
        at <enso> S3_Spec.spec(/runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:35-42)
        at <enso> Main.main<arg-1>(/runner/_work/enso/enso/test/AWS_Tests/src/Main.enso:8:5-16)
        at <enso> Test_Suite.type.run<arg-1>(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test_Suite.enso:69:17-21)
        at <enso> Test_Suite.type.run<arg-1>(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test_Suite.enso:68-70)
        at <enso> Test_Reporter.wrap_junit_testsuites(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test_Reporter.enso:18:14-19)
        at <enso> Test_Suite.type.run(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test_Suite.enso:67-70)
        at <enso> Test_Suite.type.run_main(/runner/_work/enso/enso/built-distribution/enso-engine-2023.2.1-dev-linux-amd64/enso-2023.2.1-dev/lib/Standard/Test/2023.2.1-dev/src/Test_Suite.enso:40:13-39)
        at <enso> Main.main(/runner/_work/enso/enso/test/AWS_Tests/src/Main.enso:7-8)