bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
105 stars 104 forks source link

Problem: tests are sometimes failing because a transaction is not yet in a block #386

Closed codegeschrei closed 6 years ago

codegeschrei commented 6 years ago

Solution: change the default mode for sending transactions to commit, to wait for a transaction to be committed to a block

future-is-present commented 6 years ago

FYI: In the JS Driver for every test we always use the commit mode when sending trasactions

codegeschrei commented 6 years ago

We will do it now too. For tests and in general. If people want to have a different mode they have to specify it.