Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Working on the testing framework. We started with trait implementation. I have tried to abstract the network with traits.
We had discussions with Nikita regarding the approach for building a testing framework
Implemented network mocks trough conditional compilation (cargo features) in the end.
Will investigate more about abstraction for Sumeragi
Have concerns about the build-deploy pipeline. Some stages can be done in parallel, hence we need to ask the DevOps team to review and probably improve it.
Doing some minor improvements to Sumeragi.
Sumeragi status: working on the basic test case. We have to implement the case with faulty peers and other network parts.
The basic scenario is ready, and it will fail in some cases.
My plan to proceed with advanced cases after finishing test automation for the basic one.
@武宮誠 > It is important to check digital signature of all votes for the consensus.
@武宮誠
We had a conversation with Nikita about the DSL. There was some points of improvements, which I am working on now.