Ekaterina Dimitrova created CASSANDRA-18005:
-----------------------------------------------
Summary: Correct Cassandra Website Testing page
Key: CASSANDRA-18005
URL: https://issues.apache.org/jira/browse/CASSANDRA-18005
Project: Cassandra
Issue Type: Task
Reporter: Ekaterina Dimitrova
1) {{test/burn}} - to run them, first build the uber jar with {{{}ant
burn-test-jar{}}}, and then to run the tests call {{ant test-burn}} or {{ant
burn-testsome}}
This is incorrect. We do not need the uber jar in order to run the tests. Also
that target exists only on newer versions where we see in build.xml
{code:java}
<!-- Build a self-contained jar for e.g. remote execution; not currently used
for running burn tests with this build script -->{code}
2)
{code:java}
ant testsome -Dtest.name=<TestClassName> -Dtest.method=<testMethodName>{code}
should be changed to
{code:java}
ant testsome -Dtest.name=<TestClassName> -Dtest.methods=<testMethodName>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]