|
|
| Line 458: |
Line 458: |
|
| |
|
| * Acceptable Verifier errors: | | * Acceptable Verifier errors: |
| In the verifier and squid logs: | | The verifier_out.log will show errors of the following types: |
| References to mozilla.org and login.mozilla.org - part of the "invalid domain" tests
| | result: 'failure',\n reason: 'untrusted issuer...' |
| In the verifier logs: | | result: 'failure',\n reason: 'expired' |
| References to https://secret.mozilla.com, which are defined in the browserid-verifier load test | | result: 'failure',\n reason: 'algorithms do not match' |
| https://github.com/mozilla/browserid-verifier/blob/master/loadtest/loadtest.py#L77 for example | | result: 'failure',\n reason: 'audience mismatch: scheme mismatch' |
| | |
| Depending on the number of users and agents, there will be 503s in the nginx and app logs. | |
| For a single instance deploy to Stage, a good starting configuration is 20 users, 1 agent. | |
| See also https://github.com/mozilla/browserid-verifier/issues/58 | |
|
| |
|
| * Acceptable Sync node errors: | | * Acceptable Sync node errors: |