Skip to content

merge#8

Merged
tsachiherman merged 6 commits intotsachiherman:masterfrom
algorand:master
Jun 26, 2019
Merged

merge#8
tsachiherman merged 6 commits intotsachiherman:masterfrom
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.

zeldovich and others added 6 commits June 25, 2019 17:01
Accept API tokens provided in a bearer token format.
We were compiling without golang race detector when we intended the opposite for e2e tests.
In addition, this change:
- tries to kill algod processes before e2e tests panic, to stop littering machines on failure
- fixes a kmd data race due to value receivers on kmd server
- excludes kmd binary from -race compilation for e2e tests. Notably, computing Scrypt.Key in memory/cpu-constrained environments took the order of minutes when the race detector is enabled, essentially breaking kmd if compiled with -race, and causing test failures.
@tsachiherman tsachiherman merged commit 21b4975 into tsachiherman:master Jun 26, 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.

4 participants