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

Ship delay error fix #9175

Merged
merged 12 commits into from
Jun 4, 2020
Merged

Ship delay error fix #9175

merged 12 commits into from
Jun 4, 2020

Conversation

brianjohnson5972
Copy link
Contributor

@brianjohnson5972 brianjohnson5972 commented Jun 3, 2020

Change Description

Added Node methods to analyze production delays, added reporting these at the end of tests, and changed ship_test to only identify as an error when a block is reported as received in the ship node significantly later than when it would have been produced in the producing node (it originally assumed that it was produced at the slot time, which resulted in VM hiccups delaying block production and triggering this error). Also added storing nodeId in the Node so it would not need to be passed in to so many methods.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

tests/Cluster.py Outdated Show resolved Hide resolved
tests/Node.py Outdated Show resolved Hide resolved
tests/Node.py Outdated Show resolved Hide resolved
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.

2 participants