[
https://issues.apache.org/jira/browse/CASSANDRA-20257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922116#comment-17922116
]
Stefan Miklosovic commented on CASSANDRA-20257:
-----------------------------------------------
[CASSANDRA-20257-trunk|https://github.com/instaclustr/cassandra/tree/CASSANDRA-20257-trunk]
{noformat}
java17_pre-commit_tests
✓ j17_build 4m 30s
✓ j17_cqlsh_dtests_py311 7m 8s
✓ j17_cqlsh_dtests_py311_vnode 7m 42s
✓ j17_cqlsh_dtests_py38 7m 10s
✓ j17_cqlsh_dtests_py38_vnode 7m 18s
✓ j17_cqlshlib_cython_tests 8m 15s
✓ j17_cqlshlib_tests 7m 19s
✓ j17_dtests_vnode 43m 14s
✓ j17_jvm_dtests 19m 9s
✓ j17_jvm_dtests_latest_vnode 27m 5s
✓ j17_unit_tests 15m 41s
✓ j17_utests_latest 17m 52s
✓ j17_utests_oa 15m 48s
✕ j17_dtests 41m 7s
refresh_test.TestRefresh test_refresh_deadlock_startup
✕ j17_dtests_latest 43m 35s
read_repair_test.TestSpeculativeReadRepair test_normal_read_repair
read_repair_test.TestSpeculativeReadRepair
test_quorum_requirement_on_speculated_read
read_repair_test.TestSpeculativeReadRepair test_speculative_data_request
read_repair_test.TestSpeculativeReadRepair test_speculative_write
{noformat}
[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5296/workflows/0fb69b8d-5473-47ce-babb-dee6956f5d20]
> 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]