Skip to content

merge#4

Merged
tsachiherman merged 17 commits intotsachiherman:tsachi/nettestfail2from
algorand:master
Jun 21, 2019
Merged

merge#4
tsachiherman merged 17 commits intotsachiherman:tsachi/nettestfail2from
algorand:master

Conversation

@tsachiherman
Copy link
Copy Markdown
Owner

Summary

Explain the goal of this change and what problem it is solving.

Test Plan

How did you test these changes? Please provide the exact scenarios you tested in as much detail as possible including commands, output and rationale.

Vervious and others added 17 commits June 13, 2019 15:04
This fixes a deviation from the spec. Currently, the code
(accidentally) filters all votePresent and voteVerified events
from the next round, if myPlayer.Period is large. Instead,
whether we filter votes from the next round should not be a
function of current period. As specified in the spec, we allow
votes with vote.Round = player.Round + 1 and vote.Period == 0
and vote.Step = {propose,soft,cert,next}
* Add support for zone exporting.

* Add space between functions.
* Updating the docker file to work

* Updating dockerfile after review

* Slight tweak to dockerfile apt-get line(s)
…40)

* GOAL2-614 Updated algoh so that logs will be captured if algod terminates before block watcher is initialized.
Fix code analysis warnings.

* Consolidated error collection into captureErrorLogs().
Removed blank identifiers.
fix filter for next round period 0 votes
TestDBConcurrencyRW assumes `/dev/shm` device exists.  It doesn't on Mac, so use tmp folder in that case.
Fix TestDBConcurrencyRW test to run on Macs
)

* Skip test for taking port 8080 when this port is already in use.

* fix typo.
@tsachiherman tsachiherman merged commit b4bd95b into tsachiherman:tsachi/nettestfail2 Jun 21, 2019
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

Successfully merging this pull request may close these issues.

9 participants