]> git.openstreetmap.org Git - rails.git/commitdiff
Speed up tests by making fewer random changes
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Jun 2018 05:54:09 +0000 (13:54 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Jun 2018 05:54:09 +0000 (13:54 +0800)
The old_node_controller#test_version in particular was slow, since
it saves a huge number of tags when adding a tag 30 times over. Since
the tests are random and not based on the number of iterations, this
reduces the iteration counts.


No differences found