You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deblasis
changed the title
[TECHDEBT] [P2P] Raintree test suite improvements: Double check that how the expected calls counting
[TECHDEBT] [P2P] Raintree test suite improvements: Double check expected calls counting
Oct 3, 2022
## Description
Adding a missing changelog not added in #304
## Issue
Fixes#277
## Type of change
Please mark the relevant option(s):
- [ ] New feature, functionality or library
- [ ] Bug fix
- [ ] Code health or cleanup
- [ ] Major breaking change
- [x] Documentation
- [ ] Other <!-- add details here if it a different type of change -->
## List of changes
- Updated P2P changelog corresponding to #304
## Testing
- [x] `make develop_test`
- [x] [LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md) w/ all of the steps outlined in the `README`
## Required Checklist
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have tested my changes using the available tooling
- [x] I have updated the corresponding CHANGELOG
### If Applicable Checklist
- [ ] I have updated the corresponding README(s); local and/or global
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added, or updated, [mermaid.js](https://mermaid-js.github.io) diagrams in the corresponding README(s)
- [ ] I have added, or updated, documentation and [mermaid.js](https://mermaid-js.github.io) diagrams in `shared/docs/*` if I updated `shared/*`README(s)
Objective
Tend for this TODO left in the code:
Origin Document
Looking at the configuration for a single RainTree test:
Along with the visuals and the configs for a single test:
It is not clear what these are supposed to mean in the context of gossip.
Goals
Deliverable
A PR that includes the following
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
make test_p2p
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdCreator: @deblasis
Co-Owners: @Olshansk
The text was updated successfully, but these errors were encountered: