-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(kitsune2): add top-level crate kitsune2 #85
Conversation
834dfbf
to
dd92ea0
Compare
2d79dec
to
2e5294c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looking good. I'm pretty sure the gossip integration tests aren't covering what they were before. I think they probably need some more adjustment to work with the automatic initiation but I do want to be sure they're still testing what they were supposed to
a3c773b
to
e947d0c
Compare
e947d0c
to
b203ed1
Compare
I've removed the kitsune2 test from this PR. It wasn't stable. The rest is good to go in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome! 👍
Adds a top-level crate called "kitsune2" with a production default builder. There's a full integration test using the builder.
The test is flaky with higher number of ops.
and I'm asking here first before going about the debugging myself. When the number of ops to be exchanged during gossip is increased to about 100 each, the following error happens almost always:Fixing the error will be part of another branch.
Famous error that we spotted in Holochain too, I believe.
resolved #79