[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-05-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 Jon changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|---

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #67 from Gerrit Notification Bot --- Change 126873 merged by jenkins-bot: Use core token handling https://gerrit.wikimedia.org/r/126873 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC l

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #66 from Gerrit Notification Bot --- Change 126873 had a related patch set uploaded by Jdlrobson: Use core token handling https://gerrit.wikimedia.org/r/126873 -- You are receiving this mail because: You are the assignee for the

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #65 from Arthur Richards --- (In reply to Jon from comment #64) > We deep dived this issue again and concluded we should remove getMobileToken > in favour of user->getToken > > Chris says that soon anonymous editors will get a uniq

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #64 from Jon --- We deep dived this issue again and concluded we should remove getMobileToken in favour of user->getToken Chris says that soon anonymous editors will get a unique token when that is called. In mean time there is a

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #63 from Chris McMahon --- The test for "Keep Going" registers a new account but also triggers the token-mismatch problem: https://wmf.ci.cloudbees.com/job/MobileFrontend-en.m.wikipedia.beta.wmflabs.org-linux-firefox/493/testReport/

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #62 from Chris McMahon --- For reference, history: http://git.wikimedia.org/history/mediawiki%2Fextensions%2FMobileFrontend/f7180dc297b958a27920a88348db27104eaf10e5/includes%2FMobileContext.php;jsessionid=7rk483w9yc4w15fi1z5t8bd05

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #61 from Jon --- There have been 8708 hits to this error in the last 30 days on our production wikis. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. __

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #60 from Jon --- The problematic function seems to be MobileContext::getMobileToken -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #59 from Jon --- So this problem seems to only happen when the user is anonymous... It seems that $this->getRequest()->getSessionData( 'wsMobileToken' ) is returning null which results in a new session getting setup on submitting th

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 --- Comment #58 from Chris McMahon --- Jon updated the editor_ve.feature test today, but I cannot get a clean run of the test on beta labs. In every case one token seems to persist longer than it should, on the order of 15+ seconds. I was

[Bug 62614] Problem with getMobileToken in MobileContext causing browser tests to fail

2014-04-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62614 Jon changed: What|Removed |Added Summary|Problem with getMobileToken |Problem with getMobileToken |i