golemfactory / golem-crowdfunding

Golem token and crowdfunding contracts
GNU General Public License v3.0
78 stars 27 forks source link

100k participants test #85

Closed mfranciszkiewicz closed 8 years ago

mfranciszkiewicz commented 8 years ago
  1. Comment @unittest.skip in tests/test_cf_100k.py
  2. Download the initial state (100k accounts with initial balances) from here: https://drive.google.com/file/d/0B1GzYGSucTNbLXI2S2p6dFBpV0U/view?usp=sharing and extract it to main dir (if the file is not present, it will be created on the first run).

    md5 9a4373a8507373b0177181877ada2d6f test100kstate.tar.bz2 sha1 7afbcbc0d9665c93097e898296ca74a4ae2949e9 test100kstate.tar.bz2

  3. Tweak the calc_block_gas_limit function if needed.
  4. Run with py.test tests/test_cf_100k.py -s to see progress messages.

Resolves #70

chfast commented 8 years ago

Can you put the description in the code? Then we could merge it.