You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ properties will not change once a Cassandra instance is started.
41
41
This library aims to be minimal and manages only the lifecycle of the Cassandra server during testing; it does not
42
42
run initialization scripts or clean the database between tests, because you can do those things yourself.
43
43
44
+
> If you abort a test or run two tests both of which start the server, you may be faced with a `FileAlreadyExistsException`. That is because of [this bug](https://github.com/jsevellec/cassandra-unit/issues/319).
44
45
## Contribute
45
46
46
47
This project is a volunteer effort. You are welcome to send pull requests, ask questions, or create issues.
0 commit comments