This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
testWritesThenCloseThenReopenWithVars
(#891)
This test started failing while testing subconsciousnetwork/noosphere#623, leading us to question why it ever passed in the first place. Due to Swift compiler trivia the deinit for `Noosphere` is not guaranteed to be called at the time we overwrite the variable, meaning two instances of `Noosphere` co-exist pointing at the same data. We should not ever be trying to open multiple instances of `Noosphere` pointing at the same database. After team discussion we decided to drop this test case and make this an explicit failure case on the Noosphere side.
- Loading branch information