[ 
https://issues.apache.org/jira/browse/CASSANDRA-19475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17828014#comment-17828014
 ] 

Stefan Miklosovic commented on CASSANDRA-19475:
-----------------------------------------------

[CASSANDRA-19475-trunk|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19475-trunk]
{noformat}
java17_pre-commit_tests                         
  ✓ j17_build                                        4m 38s
  ✓ j17_cqlsh_dtests_py311                           7m 12s
  ✓ j17_cqlsh_dtests_py311_vnode                      7m 8s
  ✓ j17_cqlsh_dtests_py38                            7m 12s
  ✓ j17_cqlsh_dtests_py38_vnode                      7m 10s
  ✓ j17_cqlshlib_cython_tests                        7m 16s
  ✓ j17_cqlshlib_tests                               6m 47s
  ✓ j17_dtests                                       36m 9s
  ✓ j17_dtests_latest_repeat                         0m 49s
  ✓ j17_dtests_vnode                                34m 28s
  ✓ j17_jvm_dtests_latest_vnode                     22m 51s
  ✓ j17_jvm_dtests_latest_vnode_repeat               0m 37s
  ✓ j17_unit_tests                                  14m 47s
  ✓ j17_unit_tests_repeat                            7m 16s
  ✓ j17_utests_latest                                15m 5s
  ✓ j17_utests_latest_repeat                         4m 33s
  ✓ j17_utests_oa                                   15m 38s
  ✓ j17_utests_oa_repeat                             4m 49s
  ✕ j17_dtests_latest                               35m 13s
      bootstrap_test.TestBootstrap test_bootstrap_with_reset_bootstrap_state
      offline_tools_test.TestOfflineTools test_sstablelevelreset
      offline_tools_test.TestOfflineTools test_sstableofflinerelevel
      configuration_test.TestConfiguration test_change_durable_writes
  ✕ j17_jvm_dtests                                   26m 9s
      org.apache.cassandra.fuzz.ring.ConsistentBootstrapTest 
coordinatorIsBehindTest
java17_separate_tests                            
  ✓ j17_build                                        3m 50s
  ✓ j17_dtests_vnode                                33m 36s
java11_pre-commit_tests                         
java11_separate_tests                            
{noformat}

[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/4036/workflows/d1d2958b-ac08-4cb4-862f-3e1bba46daab]
[java17_separate_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/4036/workflows/7e891c0e-bc9a-4e17-9499-5c91ea08642f]
[java11_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/4036/workflows/9f7aacfd-bf42-4399-81a1-eac5b7913bcf]
[java11_separate_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/4036/workflows/512cb92e-9b20-41b2-af1a-d6a398469724]


> system_views.settings incorrectly handle array types
> ----------------------------------------------------
>
>                 Key: CASSANDRA-19475
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19475
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Feature/Virtual Tables
>            Reporter: Stefan Miklosovic
>            Assignee: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 4.1.x, 5.0-rc, 5.x
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 4.1+ gives
> {noformat}
> cqlsh> select value from system_views.settings where name = 
> 'data_file_directories'; 
>  value
> ------------------------------
>  [Ljava.lang.String;@21b4c4bb
>  {noformat}
>  
> should be 
>  
> {noformat}
> cqlsh> select value from system_views.settings where name = 
> 'data_file_directories'; 
>  value
> ----------------------------------------------------------------------------
>  [/home/fermat/dev/cassandra/cassandra-instaclustr/cassandra-4.1/data/data]
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to