Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Remove testWritesThenCloseThenReopenWithVars #891

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

bfollington
Copy link
Collaborator

@bfollington bfollington commented Sep 13, 2023

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.

@bfollington bfollington changed the title Remove testWritesThenCloseThenReopenWithVars Remove testWritesThenCloseThenReopenWithVars Sep 13, 2023
@gordonbrander gordonbrander merged commit e21a2d6 into main Sep 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants