mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[5494] Fixed Cassandra support for macOS
This commit is contained in:
@@ -263,7 +263,24 @@ local all postgres trust
|
||||
|
||||
@subsection cqlUnitTestsPrerequisites Cassandra database
|
||||
|
||||
@todo: Describe steps necessary to set up Cassandra database suitable for running
|
||||
unittests.
|
||||
@todo: Describe steps necessary to set up Cassandra database suitable
|
||||
for running unittests.
|
||||
|
||||
It seems this was enough:
|
||||
|
||||
-# Launch cassandra if not running (-f for foreground)
|
||||
@verbatim
|
||||
% cassandra -f
|
||||
@endverbatim
|
||||
|
||||
The tool is cqlsh:
|
||||
|
||||
-# Run the tool
|
||||
@verbatim
|
||||
% cqlsh
|
||||
Connected to Test Cluster at 127.0.0.1:9042.
|
||||
[cqlsh 5.0.1 | Cassandra 3.11.1 | CQL spec 3.4.4 | Native protocol v4]
|
||||
Use HELP for help.
|
||||
cqlsh> @endverbatim\n
|
||||
|
||||
*/
|
||||
|
Reference in New Issue
Block a user