steemit / steem-ruby

Steem-ruby is the official Ruby library for the Steem blockchain
MIT License
9 stars 15 forks source link

8 hf20 support #9

Closed inertia186 closed 5 years ago

inertia186 commented 5 years ago

Closes #8

inertia186 commented 5 years ago

Yeah, I see that from time-to-time. It will randomly fail because the retry logic has a counter that doesn't reset between tests. In a way, it's good to see it occasionally because it reminds me that the tests are parallelized.

Parallelized tests occasionally help find other design flaws. In fact, there's also a "hell mode" for tests that can find even more things.

HELL_ENABLED=true rake

(Looks like I need to address the @injected_dependencies situation at some point.)

relativityboy commented 5 years ago

Parallelized tests occasionally help find other design flaws. In fact, there's also a "hell mode" for tests that can find even more things.

<3

And, it might be good to document on that specific test.