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

Stefan Miklosovic commented on CASSANDRA-20257:
-----------------------------------------------

[CASSANDRA-20257-4.0|https://github.com/instaclustr/cassandra/tree/CASSANDRA-20257-4.0]
{noformat}
java11_pre-commit_tests                         
  ✓ j11_build                                        1m 49s
  ✓ j11_cqlsh-dtests-py2-no-vnodes                   5m 20s
  ✓ j11_cqlsh-dtests-py2-with-vnodes                 5m 45s
  ✓ j11_cqlsh_dtests_py3                             5m 48s
  ✓ j11_cqlsh_dtests_py311                           5m 54s
  ✓ j11_cqlsh_dtests_py311_vnode                     5m 44s
  ✓ j11_cqlsh_dtests_py38                             6m 0s
  ✓ j11_cqlsh_dtests_py38_vnode                      5m 22s
  ✓ j11_cqlsh_dtests_py3_vnode                        6m 8s
  ✓ j11_cqlshlib_tests                               5m 41s
  ✓ j11_dtests_vnode                                44m 22s
  ✓ j11_jvm_dtests                                  12m 32s
  ✓ j11_unit_tests                                    9m 7s
  ✕ j11_dtests                                      54m 28s
      refresh_test.TestRefresh test_refresh_deadlock_startup
{noformat}

[java11_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5295/workflows/b6688975-4ac5-4f45-b99e-e6654364dcc3]


> tools/bin/cassandra.in.sh is not preparing CLASSPATH correctly
> --------------------------------------------------------------
>
>                 Key: CASSANDRA-20257
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20257
>             Project: Apache Cassandra
>          Issue Type: Bug
>          Components: Legacy/Tools
>            Reporter: Stefan Miklosovic
>            Assignee: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 4.0.x, 4.1.x, 5.0.x, 5.x
>
>
> Compare what is in tools/bin/cassandra.in.sh
> https://github.com/apache/cassandra/blob/cassandra-5.0.2/tools/bin/cassandra.in.sh#L32-L37
> with what is in bin/cassandra.in.sh
> https://github.com/apache/cassandra/blob/cassandra-5.0.2/bin/cassandra.in.sh#L32-L44
> For tools, it means that I am not able to execute e.g. " 
> ./tools/bin/sstablemetadata " when developing, e.g. from IDEA, because it 
> will prepare CLASSPATH wrongly. The output of `ls -1 ...` are two files (jar 
> itself and sources.jar) which are separated by "new line" and when fed to 
> CLASSPATH, it will construct it wrongly, having space between, which fails 
> the whole thing.
> We need to make tools/bin/cassandra.in.sh the same way as it is done in 
> bin/cassandra.in.sh.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to