omgnetwork / omg-childchain-v2

pronounced /Ch-ch/
Apache License 2.0
5 stars 2 forks source link

plug health test #80

Closed InoMurko closed 4 years ago

InoMurko commented 4 years ago

I've downgraded httpoison because If I crash GETH locally, I can't recover from it anymore:

2020-06-29 23:05:14.027 [error] module=Engine.Ethereum.HeightMonitor.Core function=fetch_height/2 ⋅Error retrieving Ethereum height: {:error, :checkout_timeout}⋅
2020-06-29 23:05:22.832 [error] module=Engine.Ethereum.HeightMonitor.Core function=fetch_height/2 ⋅Error retrieving Ethereum height: {:error, :checkout_timeout}⋅
2020-06-29 23:05:31.635 [error] module=Engine.Ethereum.HeightMonitor.Core function=fetch_height/2 ⋅Error retrieving Ethereum height: {:error, :checkout_timeout}⋅
2020-06-29 23:05:40.446 [error] module=Engine.Ethereum.HeightMonitor.Core function=fetch_height/2 ⋅Error retrieving Ethereum height: {:error, :checkout_timeout}⋅
2020-06-29 23:05:49.248 [error] module=Engine.Ethereum.HeightMonitor.Core function=fetch_height/2 ⋅Error retrieving Ethereum height: {:error, :checkout_timeout}⋅
2020-06-29 23:05:58.052 [error] module=Engine.Ethereum.HeightMonitor.Core function=fetch_height/2 ⋅Error retrieving Ethereum height: {:error, :checkout_timeout}⋅
2020-06-29 23:06:06.855 [error] module=Engine.Ethereum.HeightMonitor.Core function=fetch_height/2 ⋅Error retrieving Ethereum height: {:error, :checkout_timeout}⋅
2020-06-29 23:06:15.658 [error] module=Engine.Ethereum.HeightMonitor.Core function=fetch_height/2 ⋅Error retrieving Ethereum height: {:error, :checkout_timeout}⋅

1.6.2 works fine tho!