-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Conversation
…buted-transactions-remote-test. Add multi-producer support to enabled tests. Remove dawn2 support.
…zation between EOS issue and transfer.
I am aware of at least one issue that occasionally fails the tests, specifically the distributed-transactions-test. Command "push action -j eosio issue {"to":"eosio","quantity":"1000000000.0000 EOS"} --permission eosio@active" occasionally kills the non-bios nodes. Since this happens after set_prods, block production stops failing test. The log tail is: 14514ms thread-0 chain_controller.cpp:176 push_block ] ^Mpush block #30 from eosio 2018-04-10T05:00:14.500 0000001e9b43fe325477c063380635b4a9f9dfd1e6525302cbb8ba438e7ace62 lib: 29 success |
errorExit("Failed to stand up eos cluster.") | ||
|
||
Print ("Wait for Cluster stabilization") | ||
# wait for cluster to start producing blocks | ||
if not cluster.waitOnClusterBlockNumSync(3): | ||
errorExit("Cluster never stabilized") | ||
|
||
Print("Stand up walletd") | ||
if walletMgr.launch() is False: | ||
errorExit("Failed to stand up eos walletd.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here and line 83. walletd
is now called keosd
.
…s. Add code to catch missing nodeos instances.
Enable several integration tests.
Add bios based producer activation.
Remove dawn2 code.