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

Stefan Miklosovic edited comment on CASSANDRA-19201 at 2/16/24 6:56 PM:
------------------------------------------------------------------------

[CASSANDRA-19201|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19201]
{noformat}
java17_pre-commit_tests                         
  ✓ j17_build                                        4m 51s
  ✓ j17_cqlsh_dtests_py311                            7m 6s
  ✓ j17_cqlsh_dtests_py311_vnode                     7m 17s
  ✓ j17_cqlsh_dtests_py38                            6m 33s
  ✓ j17_cqlsh_dtests_py38_vnode                       7m 1s
  ✓ j17_cqlshlib_cython_tests                        7m 28s
  ✓ j17_cqlshlib_tests                               6m 33s
  ✓ j17_dtests                                      34m 42s
  ✓ j17_dtests_vnode                                36m 16s
  ✕ j17_jvm_dtests                                  24m 24s
      
org.apache.cassandra.distributed.test.NativeTransportEncryptionOptionsTest 
testOptionalMtlsModeDoNotAllowNonSSLConnections TIMEOUTED
      
org.apache.cassandra.fuzz.harry.integration.model.ConcurrentQuiescentCheckerIntegrationTest
 testConcurrentReadWriteWorkload
  ✕ j17_jvm_dtests_vnode                            23m 17s
      
org.apache.cassandra.distributed.test.NativeTransportEncryptionOptionsTest 
testOptionalMtlsModeDoNotAllowNonSSLConnections TIMEOUTED
  ✕ j17_unit_tests                                  14m 51s
      org.apache.cassandra.index.sai.cql.VectorUpdateDeleteTest updateTest
  ✕ j17_utests_oa                                   13m 45s
      org.apache.cassandra.index.sai.cql.VectorUpdateDeleteTest updateTest
java17_separate_tests                            
java11_pre-commit_tests                         
java11_separate_tests                            
{noformat}
[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3888/workflows/6f0ca0b9-ff42-4639-bbe4-f3ed8effd14b]
[java17_separate_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3888/workflows/c06ee01c-d4ae-4d4d-9138-5a3e9c92bdeb]
[java11_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3888/workflows/e1c9b219-ffd0-48d7-afd5-1e3ed219f002]
[java11_separate_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3888/workflows/f0ff1f5a-fcf3-4294-beae-c5ba8bb6fb6e]

 

this is the fix 

https://github.com/instaclustr/cassandra/tree/CASSANDRA-19201


was (Author: smiklosovic):
[CASSANDRA-19201|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19201]
{noformat}
java17_pre-commit_tests                         
  ✓ j17_build                                        4m 51s
  ✓ j17_cqlsh_dtests_py311                            7m 6s
  ✓ j17_cqlsh_dtests_py311_vnode                     7m 17s
  ✓ j17_cqlsh_dtests_py38                            6m 33s
  ✓ j17_cqlsh_dtests_py38_vnode                       7m 1s
  ✓ j17_cqlshlib_cython_tests                        7m 28s
  ✓ j17_cqlshlib_tests                               6m 33s
  ✓ j17_dtests                                      34m 42s
  ✓ j17_dtests_vnode                                36m 16s
  ✕ j17_jvm_dtests                                  24m 24s
      
org.apache.cassandra.distributed.test.NativeTransportEncryptionOptionsTest 
testOptionalMtlsModeDoNotAllowNonSSLConnections TIMEOUTED
      
org.apache.cassandra.fuzz.harry.integration.model.ConcurrentQuiescentCheckerIntegrationTest
 testConcurrentReadWriteWorkload
  ✕ j17_jvm_dtests_vnode                            23m 17s
      
org.apache.cassandra.distributed.test.NativeTransportEncryptionOptionsTest 
testOptionalMtlsModeDoNotAllowNonSSLConnections TIMEOUTED
  ✕ j17_unit_tests                                  14m 51s
      org.apache.cassandra.index.sai.cql.VectorUpdateDeleteTest updateTest
  ✕ j17_utests_oa                                   13m 45s
      org.apache.cassandra.index.sai.cql.VectorUpdateDeleteTest updateTest
java17_separate_tests                            
java11_pre-commit_tests                         
java11_separate_tests                            
{noformat}

[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3888/workflows/6f0ca0b9-ff42-4639-bbe4-f3ed8effd14b]
[java17_separate_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3888/workflows/c06ee01c-d4ae-4d4d-9138-5a3e9c92bdeb]
[java11_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3888/workflows/e1c9b219-ffd0-48d7-afd5-1e3ed219f002]
[java11_separate_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3888/workflows/f0ff1f5a-fcf3-4294-beae-c5ba8bb6fb6e]


> Refactor cqlshmain global constants
> -----------------------------------
>
>                 Key: CASSANDRA-19201
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19201
>             Project: Cassandra
>          Issue Type: Task
>          Components: CQL/Interpreter
>            Reporter: Brad Schoening
>            Assignee: Brad Schoening
>            Priority: Low
>             Fix For: 5.x
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Refactor global constants
>  * move globals CASSANDRA_CQL_HTML and cqlruleset
>  * move module level defaults (DEFAULT_) into Shell class
>  * move setup_cqlruleset into cqlshhandling
> Remove unused exceptions 
>  * FunctionNotFound(Exception)
>  * AggregateNotFound(Exception)



--
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