Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct group replication test #19

Open
Powersource opened this issue Feb 9, 2023 · 3 comments
Open

Correct group replication test #19

Powersource opened this issue Feb 9, 2023 · 3 comments

Comments

@Powersource
Copy link
Collaborator

const msgAtC = await p(alice.db.get)(bobHi.key).catch(t.error)
t.equals(msgAtC.content.text, 'hi', "carol has replicated bob's group msg")

When i change this to carol.db.get, which seems to be intended, I get an error

✖ 20) Error: Msg %BYhQdJTDN52qRn8Rh1RJYa5icwgMnWmjPQxxjalxZns=.sha256 not found in leveldb index
      Expected error to be falsy
      At: async Test.<anonymous> (/test/integration/groups.js:607:18)
@Powersource
Copy link
Collaborator Author

@staltz

@staltz
Copy link
Member

staltz commented Feb 9, 2023

Oopsies

@Powersource
Copy link
Collaborator Author

hmm now i also got this error even without changing the line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants