Ignore:
Timestamp:
2017-06-05T22:26:46Z (8 years ago)
Author:
meejah <meejah@…>
Branches:
master
Children:
e68b331
Parents:
42011e7
git-author:
meejah <meejah@…> (2017-01-20 21:58:49)
git-committer:
meejah <meejah@…> (2017-06-05 22:26:46)
Message:

fix happiness calculation

unit-test for happiness calculation

unused function

put old servers_of_happiness() calculation back for now

test for calculate_happiness

remove some redundant functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/test_upload.py

    r42011e7 ref17ef2c  
    941941        self.set_up_grid(num_servers=4)
    942942        c = self.g.clients[0]
    943         DATA = upload.Data(100* "kittens", convergence="")
     943        DATA = upload.Data(100 * "kittens", convergence="")
    944944        # These parameters are unsatisfiable with only 4 servers, but should
    945945        # work with 5, as long as the original 4 are not stuck in the open
Note: See TracChangeset for help on using the changeset viewer.