[TASK] Speed up salted password unit test
The patch removes tests in blowfish and phpass salting classes that test maximum iteration count returns a valid salt. The underlying salt code is slow by design, so the tests also take ages. The functionality itself is already covered by the minimum salt count test as well, thus - after speaking with Marcus Krause - we decided to remove them without substitution to reduce the unit test suite runtime. Resolves: #42639 Releases: 6.0 Change-Id: I4bf94dc8ae4726fa131f6113546442fb00718753 Reviewed-on: http://review.typo3.org/16141 Reviewed-by: Wouter Wolters Tested-by: Marcus Krause Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- typo3/sysext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php 0 additions, 14 deletions...sext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php
- typo3/sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php 0 additions, 13 deletions...sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php
Please register or sign in to comment