mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 02:37:53 -04:00
727f51620b
Notifications were sent shortly before dropping the actor (and thus, the lockfile), which could cause the `close` future to return while the lock is still held. This can lead to a race if the database is re-opened immediately, such as in `TestDB::reopen()`, causing test flakes. # Expected complexity level and risk 1 # Testing Should result in "Database is already opened" test flakes to go away.
⚠️ Internal Crate ⚠️
This crate is intended for internal use only. It is not stable and may change without notice.