Problem/Motivation
Currently module does not pass tests
Drupal\password_policy\Tests\PasswordPolicyInterface 29 passes 11 fails 11 messages
Drupal\password_policy\Tests\PasswordManualReset 44 passes 16 messages
Drupal\password_policy\Tests\PasswordResetBehaviors 57 passes 12 fails 19 messages
Proposed resolution
Fix PasswordPolicyInterface and PasswordResetBehaviors
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 2635986-8.patch | 2.89 KB | dawehner |
Comments
Comment #2
andypostThe related #2605086: User edit is broken after install and #2635968: Fix broken usage of t() placeholder doe snot help
Comment #3
nerdsteinWe can revisit this now that the related issues have been resolved
Comment #4
nerdsteinGetting closer...
Tests to be run:
- Drupal\password_policy\Tests\PasswordManualReset
- Drupal\password_policy\Tests\PasswordPolicyInterface
- Drupal\password_policy\Tests\PasswordResetBehaviors
Test run started:
Thursday, January 14, 2016 - 03:31
Test summary
------------
Drupal\password_policy\Tests\PasswordManualReset 44 passes 16 messages
Drupal\password_policy\Tests\PasswordPolicyInterface 36 passes 14 messages
Drupal\password_policy\Tests\PasswordResetBehaviors 59 passes 3 fails 22 messages
- Found database prefix 'simpletest464831' for test ID 23.
Test run duration: 2 min 36 sec
Comment #5
nerdsteinThe three fails appear to be throwing a false positive due to the reset password redirect:
Basically, a user with an expired password logs in. The "0 byte" response is a header-based redirect to their edit form, which is the desired behavior. I'm really not sure how to get the error to resolve.
Comment #6
andypostThe same here, will try to attack at global sprint weekend
Please make alpha-2 release because alpha-1 seriously outdated
Comment #7
nerdsteinandypost - any update on this? I've been slammed but I was hoping you might have an update from your last comment.
Comment #8
dawehnerLet's fix it.
Comment #9
nerdsteinPatch reviewed, will be committing
Comment #10
dawehnerWe could have documented what is going on here, to get at least some frustration out there.
Comment #13
nerdsteinConfirmed tests are all passing locally (FINALLY!!!)
Thank you so much dawehner