lbrycrd/test/functional/test_framework
MarcoFalke 727175a08d
Merge #12902: [qa] Handle potential cookie race when starting node
75d0e4c544 [qa] Delete cookie file before starting node (Suhas Daftuar)

Pull request description:

  When a node is restarted during a test after an unclean shutdown (such
  as with -dbcrashratio), it's possible an old cookie file was left
  behind. This can cause a race condition when restarting the node, where
  the test framework might try to connect using credentials from the
  old cookie file, just as the node will generate new credentials and
  overwrite the old file.

  Delete any such cookie file if present prior to startup.

Tree-SHA512: ae1e8bf8fd20e07c32b0715025693bb28b0e3dd34f328cae4346abf579b0c97b5db1c02782e1c46b7a3b6058d268b6d46b668e847658a6eed0be857ffb0d65dc
2018-04-09 19:11:08 -04:00
..
__init__.py
address.py
authproxy.py Remove assigned but never used local variables 2018-03-29 17:47:12 +02:00
bignum.py
blocktools.py
coverage.py
key.py
messages.py
mininode.py [tests] Stop feature_block.py from blowing up memory. 2018-04-02 15:40:40 -04:00
netutil.py
script.py
segwit_addr.py
siphash.py
socks5.py
test_framework.py Merge #12856: Tests: Add Metaclass for BitcoinTestFramework 2018-04-08 19:47:08 +02:00
test_node.py Merge #12902: [qa] Handle potential cookie race when starting node 2018-04-09 19:11:08 -04:00
util.py [qa] Delete cookie file before starting node 2018-04-09 14:35:09 -04:00