I was using cassandra-unit 3.5.0.1 with cassandra-driver-core 3.6.0. My application was running fine.
Now when I try to upgrade to java-driver-core 4.3.1 and cassandra-unit 4.3.1.0, I am getting error when I try to run my tests in maven.
Caused by: java.io.IOException: Unable to open hint directory
Below error is coming
"time="2022-06-17T07:13:30.945Z" level="ERROR" msg="[org.apache.cassandra.service.CassandraDaemon:228][BatchlogTasks:1]
Exception in thread Thread[BatchlogTasks:1,5,main]java.lang.RuntimeException: \
java.util.concurrent.ExecutionException: \
FSWriteError in C:\service\target\embeddedCassandra\hints"
Can some one help me out.