Set up server side row model for table visualization #2438
engine-pull-request.yml
on: pull_request
🔍 Files Changed
/
Changed Files
6s
🏷 Append labels to PR
/
AWS-change-labels
4s
🏷 Append labels to PR
/
Base-change-labels
9s
🏷 Append labels to PR
/
Database-change-labels
8s
🏷 Append labels to PR
/
Google_Api-change-labels
9s
🏷 Append labels to PR
/
Image-change-labels
6s
🏷 Append labels to PR
/
Microsoft-change-labels
6s
🏷 Append labels to PR
/
Snowflake-change-labels
8s
🏷 Append labels to PR
/
Table-change-labels
5s
🏷 Append labels to PR
/
Tableau-change-labels
8s
🏷 Append labels to PR
/
Test-change-labels
6s
🏷 Append labels to PR
/
Visualization-change-labels
8s
⚙️ Checks
/
Engine (GraalVM CE) (linux, amd64)
1h 3m
⚙️ Checks
/
Engine (GraalVM CE) (windows, amd64)
44m 33s
⚙️ Checks
/
JVM Tests (GraalVM CE) (linux, amd64)
42m 22s
⚙️ Checks
/
JVM Tests (GraalVM CE) (windows, amd64)
1h 12m
⚙️ Checks
/
Standard Library API check (linux, amd64)
13m 2s
⚙️ Checks
/
Standard Library Tests (GraalVM CE) (linux, amd64)
35m 4s
⚙️ Checks
/
Standard Library Tests (GraalVM CE) (windows, amd64)
34m 59s
⚙️ Checks
/
Verify License Packages (linux, amd64)
2m 20s
⚙️ Checks (Optional)
/
Engine (GraalVM CE) (macos, amd64)
1h 29m
⚙️ Checks (Optional)
/
JVM Tests (GraalVM CE) (macos, amd64)
1h 7m
⚙️ Checks (Optional)
/
Standard Library Tests (GraalVM CE) (macos, amd64)
47m 58s
Engine Required Checks
0s
Annotations
35 errors and 6 warnings
⚙️ Checks (Optional) / Standard Library Tests (GraalVM CE) (macos, amd64)
Failed test were found and 'fail-on-error' option is set to true
|
Table Visualization: should visualize database tables:
Visualization_Tests/src/Table_Spec.enso#L77
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":[["a"],[2],[3]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_using_server_sort_and_filter":false}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":[["a"],[2],[3]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_ssrm":false}' (at Visualization_Tests/src/Table_Spec.enso:77:13-35).
|
Table Visualization: should visualize database columns:
Visualization_Tests/src/Table_Spec.enso#L84
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":[["a","a"]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_using_server_sort_and_filter":false}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":[["a","a"]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_ssrm":false}' (at Visualization_Tests/src/Table_Spec.enso:84:13-35).
|
Table Visualization: should visualize dataframe tables:
Visualization_Tests/src/Table_Spec.enso#L95
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:95:13-35).
|
Table Visualization: should visualize dataframe columns:
Visualization_Tests/src/Table_Spec.enso#L101
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace","percentage_value":[null]},{"name":"Count non trivial whitespace","percentage_value":[null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace","percentage_value":[null]},{"name":"Count non trivial whitespace","percentage_value":[null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:101:13-35).
|
Table Visualization: should indicate number of Nothing/Nulls:
Visualization_Tests/src/Table_Spec.enso#L144
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[1,2,2]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[1,2,2]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:144:13-35).
|
Table Visualization: should indicate number of leading/trailing whitespace:
Visualization_Tests/src/Table_Spec.enso#L151
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[2,0,null]},{"name":"Count non trivial whitespace","percentage_value":[0,0,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[2,0,null]},{"name":"Count non trivial whitespace","percentage_value":[0,0,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:151:13-35).
|
Table Visualization: should indicate number of non trivial whitespace:
Visualization_Tests/src/Table_Spec.enso#L158
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[0,0,null]},{"name":"Count non trivial whitespace","percentage_value":[1,0,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[0,0,null]},{"name":"Count non trivial whitespace","percentage_value":[1,0,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:158:13-35).
|
Table Visualization: should indicate number of leading/trailing whitespace with sample if more than 10000 rows:
Visualization_Tests/src/Table_Spec.enso#L170
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[8267]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[0]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[8267]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[0]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:170:13-35).
|
Table Visualization: should indicate number of non trivial whitespace with sample if more than 10000 rows:
Visualization_Tests/src/Table_Spec.enso#L181
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[3659]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[7285]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[3659]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[7285]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:181:13-35).
|
Failed Standard Library Tests
1 test suite(s) failed: Command failed: Command:
cd "/Users/runner/work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/bin/bash" "/Users/runner/work/enso/enso/built-distribution/enso-engine-2025.1.1-dev-macos-amd64/enso-2025.1.1-dev/bin/enso" "--no-ir-caches" "--run" "/Users/runner/work/enso/enso/test/Visualization_Tests"
with working directory: /Users/runner/work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions
|
⚙️ Checks / Standard Library API check (linux, amd64)
Process completed with exit code 1.
|
Table Visualization: should visualize database tables:
Visualization_Tests/src/Table_Spec.enso#L77
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":[["a"],[2],[3]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_using_server_sort_and_filter":false}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":[["a"],[2],[3]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_ssrm":false}' (at Visualization_Tests/src/Table_Spec.enso:77:13-35).
|
Table Visualization: should visualize database columns:
Visualization_Tests/src/Table_Spec.enso#L84
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":[["a","a"]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_using_server_sort_and_filter":false}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":[["a","a"]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_ssrm":false}' (at Visualization_Tests/src/Table_Spec.enso:84:13-35).
|
Table Visualization: should visualize dataframe tables:
Visualization_Tests/src/Table_Spec.enso#L95
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:95:13-35).
|
Table Visualization: should visualize dataframe columns:
Visualization_Tests/src/Table_Spec.enso#L101
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace","percentage_value":[null]},{"name":"Count non trivial whitespace","percentage_value":[null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace","percentage_value":[null]},{"name":"Count non trivial whitespace","percentage_value":[null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:101:13-35).
|
Table Visualization: should indicate number of Nothing/Nulls:
Visualization_Tests/src/Table_Spec.enso#L144
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[1,2,2]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[1,2,2]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:144:13-35).
|
Table Visualization: should indicate number of leading/trailing whitespace:
Visualization_Tests/src/Table_Spec.enso#L151
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[2,0,null]},{"name":"Count non trivial whitespace","percentage_value":[0,0,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[2,0,null]},{"name":"Count non trivial whitespace","percentage_value":[0,0,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:151:13-35).
|
Table Visualization: should indicate number of non trivial whitespace:
Visualization_Tests/src/Table_Spec.enso#L158
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[0,0,null]},{"name":"Count non trivial whitespace","percentage_value":[1,0,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[0,0,null]},{"name":"Count non trivial whitespace","percentage_value":[1,0,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:158:13-35).
|
Table Visualization: should indicate number of leading/trailing whitespace with sample if more than 10000 rows:
Visualization_Tests/src/Table_Spec.enso#L170
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[8267]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[0]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[8267]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[0]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:170:13-35).
|
Table Visualization: should indicate number of non trivial whitespace with sample if more than 10000 rows:
Visualization_Tests/src/Table_Spec.enso#L181
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[3659]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[7285]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[3659]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[7285]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests/src/Table_Spec.enso:181:13-35).
|
Failed Standard Library Tests
1 test suite(s) failed: Command failed: Command:
cd "/runner/_work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/usr/bin/bash" "/runner/_work/enso/enso/built-distribution/enso-engine-2025.1.1-dev-linux-amd64/enso-2025.1.1-dev/bin/enso" "--no-ir-caches" "--run" "/runner/_work/enso/enso/test/Visualization_Tests"
with working directory: /runner/_work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions
|
⚙️ Checks / Standard Library Tests (GraalVM CE) (linux, amd64)
Failed test were found and 'fail-on-error' option is set to true
|
Table Visualization: should visualize database tables:
Visualization_Tests\src\Table_Spec.enso#L77
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":[["a"],[2],[3]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_using_server_sort_and_filter":false}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":[["a"],[2],[3]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_ssrm":false}' (at Visualization_Tests\src\Table_Spec.enso:77:13-35).
|
Table Visualization: should visualize database columns:
Visualization_Tests\src\Table_Spec.enso#L84
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":[["a","a"]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_using_server_sort_and_filter":false}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":[["a","a"]],"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[],"type":"Table","child_label":"row","is_ssrm":false}' (at Visualization_Tests\src\Table_Spec.enso:84:13-35).
|
Table Visualization: should visualize dataframe tables:
Visualization_Tests\src\Table_Spec.enso#L95
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests\src\Table_Spec.enso:95:13-35).
|
Table Visualization: should visualize dataframe columns:
Visualization_Tests\src\Table_Spec.enso#L101
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace","percentage_value":[null]},{"name":"Count non trivial whitespace","percentage_value":[null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace","percentage_value":[null]},{"name":"Count non trivial whitespace","percentage_value":[null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests\src\Table_Spec.enso:101:13-35).
|
Table Visualization: should indicate number of Nothing/Nulls:
Visualization_Tests\src\Table_Spec.enso#L144
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[1,2,2]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[1,2,2]},{"name":"Count untrimmed whitespace","percentage_value":[null,null,null]},{"name":"Count non trivial whitespace","percentage_value":[null,null,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests\src\Table_Spec.enso:144:13-35).
|
Table Visualization: should indicate number of leading/trailing whitespace:
Visualization_Tests\src\Table_Spec.enso#L151
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[2,0,null]},{"name":"Count non trivial whitespace","percentage_value":[0,0,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[2,0,null]},{"name":"Count non trivial whitespace","percentage_value":[0,0,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests\src\Table_Spec.enso:151:13-35).
|
Table Visualization: should indicate number of non trivial whitespace:
Visualization_Tests\src\Table_Spec.enso#L158
'{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[0,0,null]},{"name":"Count non trivial whitespace","percentage_value":[1,0,null]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A","B","C"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true},{"type":"Value_Type","constructor":"Integer","display_text":"Integer (64 bits)","bits":64}],"data":null,"all_rows_count":3,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0,0,0]},{"name":"Count untrimmed whitespace","percentage_value":[0,0,null]},{"name":"Count non trivial whitespace","percentage_value":[1,0,null]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests\src\Table_Spec.enso:158:13-35).
|
Table Visualization: should indicate number of leading/trailing whitespace with sample if more than 10000 rows:
Visualization_Tests\src\Table_Spec.enso#L170
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[8267]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[0]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[8267]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[0]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests\src\Table_Spec.enso:170:13-35).
|
Table Visualization: should indicate number of non trivial whitespace with sample if more than 10000 rows:
Visualization_Tests\src\Table_Spec.enso#L181
'{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[3659]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[7285]}],"type":"Table","child_label":"row","is_using_server_sort_and_filter":true}' did not equal '{"header":["A"],"value_type":[{"type":"Value_Type","constructor":"Char","display_text":"Char (variable length, max_size=unlimited)","size":null,"variable_length":true}],"data":null,"all_rows_count":11000,"has_index_col":true,"get_child_node_action":"get_row","data_quality_metrics":[{"name":"Count nothings","percentage_value":[0]},{"name":"Count untrimmed whitespace (sampled)","percentage_value":[3659]},{"name":"Count non trivial whitespace (sampled)","percentage_value":[7285]}],"type":"Table","child_label":"row","is_ssrm":true}' (at Visualization_Tests\src\Table_Spec.enso:181:13-35).
|
Failed Standard Library Tests
1 test suite(s) failed: Command failed: Command:
"C:\\Windows\\system32\\cmd.exe" "/C" "C:\\runner\\_work\\enso\\enso\\built-distribution\\enso-engine-2025.1.1-dev-windows-amd64\\enso-2025.1.1-dev\\bin\\enso.bat" "--no-ir-caches" "--run" "C:\\runner\\_work\\enso\\enso\\test\\Visualization_Tests"
with working directory: C:\runner\_work\enso\enso\test
with environment overrides:
JAVA_OPTS=-enableassertions
|
⚙️ Checks / Standard Library Tests (GraalVM CE) (windows, amd64)
Failed test were found and 'fail-on-error' option is set to true
|
Engine Required Checks
Process completed with exit code 1.
|
⚙️ Checks (Optional) / Standard Library Tests (GraalVM CE) (macos, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
⚙️ Checks (Optional) / JVM Tests (GraalVM CE) (macos, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
⚙️ Checks / Standard Library Tests (GraalVM CE) (linux, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
⚙️ Checks / JVM Tests (GraalVM CE) (linux, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
⚙️ Checks / Standard Library Tests (GraalVM CE) (windows, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
⚙️ Checks / JVM Tests (GraalVM CE) (windows, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|