Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: branch for fix of ci #4266

Merged
merged 3 commits into from
Dec 20, 2019
Merged

test: branch for fix of ci #4266

merged 3 commits into from
Dec 20, 2019

Conversation

tac0turtle
Copy link
Contributor

  • testing replacing syscall with os.FindProces

Signed-off-by: Marko Baricevic marbar3778@yahoo.com

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

- testing replacing syscall with os.FindProces

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
@codecov-io
Copy link

codecov-io commented Dec 19, 2019

Codecov Report

Merging #4266 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4266      +/-   ##
==========================================
- Coverage   65.61%   65.59%   -0.02%     
==========================================
  Files         225      225              
  Lines       19406    19406              
==========================================
- Hits        12733    12730       -3     
- Misses       5694     5698       +4     
+ Partials      979      978       -1
Impacted Files Coverage Δ
privval/signer_endpoint.go 75.67% <0%> (-5.41%) ⬇️
privval/signer_listener_endpoint.go 86.95% <0%> (-2.18%) ⬇️
consensus/state.go 77.66% <0%> (-1.35%) ⬇️
consensus/replay.go 71.76% <0%> (-0.79%) ⬇️
p2p/conn/connection.go 80.71% <0%> (-0.26%) ⬇️
p2p/pex/pex_reactor.go 82.48% <0%> (ø) ⬆️
blockchain/v0/pool.go 79.16% <0%> (+0.32%) ⬆️
consensus/reactor.go 78.77% <0%> (+1.03%) ⬆️
privval/signer_server.go 95.65% <0%> (+4.34%) ⬆️
blockchain/v2/reactor.go 63.15% <0%> (+12.28%) ⬆️

@tac0turtle tac0turtle marked this pull request as ready for review December 19, 2019 18:45
cmd/tendermint/commands/debug/kill.go Outdated Show resolved Hide resolved
cmd/tendermint/commands/debug/kill.go Outdated Show resolved Hide resolved
@tac0turtle tac0turtle merged commit a183809 into master Dec 20, 2019
@tac0turtle tac0turtle deleted the marko/test_os_find branch December 20, 2019 10:42
melekes added a commit that referenced this pull request Dec 22, 2019
* cmd/debug: execute p.Signal when p is not nil

#4266 (comment)

* replace else with else if
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.

None yet

4 participants