Closed
Bug 986716
Opened 11 years ago
Closed 11 years ago
Personatestuser.org is timing out
Categories
(Core Graveyard :: Web Services, defect)
Tracking
(b2g-v2.0 fixed)
RESOLVED
FIXED
2.0 S1 (9may)
Tracking | Status | |
---|---|---|
b2g-v2.0 | --- | fixed |
People
(Reporter: zcampbell, Assigned: jhirsch)
Details
(Whiteboard: [qa+])
STR:
1. http://personatestuser.org/email/
2. wait for timeout
It should return a json object representing a persona test user.
This is blocking Gaia/Travis testing.
Comment 1•11 years ago
|
||
socketlabs stopped sending mail at about 16:00 2/21 PDT.
Comment 2•11 years ago
|
||
this is the error i'm getting, I tried my original pw and setting as a different pw. But Persona isn't sending any mail right now.
Edwin in ~/github/edmoz/email-monitor on master*
♠ python email_latency.py
UTCNOW: 2014-03-21 22:16:47.370979
sending latency mail
send: 'ehlo 66.42.168.192.in-addr.arpa\r\n'
reply: '250-r2.h.in.socketlabs.com Hello [173.228.105.204]\r\n'
reply: '250-PIPELINING\r\n'
reply: '250-AUTH LOGIN CRAM-MD5\r\n'
reply: '250-SIZE 0\r\n'
reply: '250-ENHANCEDSTATUSCODES\r\n'
reply: '250-AUTH=LOGIN\r\n'
reply: '250 OK\r\n'
reply: retcode (250); Msg: r2.h.in.socketlabs.com Hello [173.228.105.204]
PIPELINING
AUTH LOGIN CRAM-MD5
SIZE 0
ENHANCEDSTATUSCODES
AUTH=LOGIN
OK
send: 'AUTH CRAM-MD5\r\n'
reply: '334 PDIzMDEwMzA2LjExNjg1MTFAcjIuaC5pbi5zb2NrZXRsYWJzLmNvbT4=\r\n'
reply: retcode (334); Msg: PDIzMDEwMzA2LjExNjg1MTFAcjIuaC5pbi5zb2NrZXRsYWJzLmNvbT4=
send: 'c2VydmVyNjUzNiA3YTgzNWM2NjIxOWE0MjU4ZTA1OWU4YmM3OTEwZGMyYw==\r\n'
reply: '501-5.7.0 Authentication failed. User name or password is invalid.\r\n'
reply: '501 5.7.0 see http://support.socketlabs.com/kb/80 for more information.\r\n'
reply: retcode (501); Msg: 5.7.0 Authentication failed. User name or password is invalid.
5.7.0 see http://support.socketlabs.com/kb/80 for more information.
Traceback (most recent call last):
File "email_latency.py", line 84, in <module>
send_email(epoch_time, FROM_ADDR, TO_ADDR, SUBJECT)
File "email_latency.py", line 41, in send_email
s.login(SL_SMTP_USERNAME, SL_SMTP_PROD_PW)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py", line 614, in login
raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (501, '5.7.0 Authentication failed. User name or password is invalid.\n5.7.0 see http://support.socketlabs.com/kb/80 for more information.')
Updated•11 years ago
|
Whiteboard: [qa+]
Comment 3•11 years ago
|
||
I called and left a message, they close at 5pm EDT.
I opened a support ticket: #JSV-715-30335
Comment 4•11 years ago
|
||
this issue is resolved, I accidentally regenerated the password not realizing this was the master password. We should re-enable test.
Assignee | ||
Comment 5•11 years ago
|
||
Pull request to re-enable disabled test: https://github.com/mozilla-b2g/gaia/pull/17470
Comment 6•11 years ago
|
||
landed: https://github.com/mozilla-b2g/gaia/commit/c6c6a2efe2be01a07fdb308a72f1902dc96539cf
closing based on comment 4.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•