[Bug 67656] Something in unit tests is doing something funky with the session

2014-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67656 Andre Klapper changed: What|Removed |Added Priority|Unprioritized |Normal -- You are receiving this mail

[Bug 67656] Something in unit tests is doing something funky with the session

2014-07-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67656 Nemo changed: What|Removed |Added CC||federicol...@tiscali.it --- Comment #5 from Nem

[Bug 67656] Something in unit tests is doing something funky with the session

2014-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67656 --- Comment #4 from Chad H. --- Fresh VM did no good. Same results as the previous. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___

[Bug 67656] Something in unit tests is doing something funky with the session

2014-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67656 --- Comment #3 from Chad H. --- I tried running all the tests individually in their own process to see if I could isolate it to one misbehaving test. Surprise surprise, it didn't break then! I'm spinning up a fresh vagrant VM, won't touch a da

[Bug 67656] Something in unit tests is doing something funky with the session

2014-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67656 --- Comment #2 from Chad H. --- (In reply to Antoine "hashar" Musso from comment #1) > Have you tried disabling all extensions? Yes > With a fresh LocalSettings.php? Yes > Throwing the sessions data? Hmm? > Zend vs Hiphop? Zend only. HHV

[Bug 67656] Something in unit tests is doing something funky with the session

2014-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67656 --- Comment #1 from Antoine "hashar" Musso --- PHPUnit does catch exceptions, since you might want to write a test that assert an exception is thrown. Using either --debug or --tap shows the test name being run. Though the later most probably