simpletest is running fine in my DEV environment. But in QA environment tests fails intermittently not only my custom test. core test also fails. I can see the issue from "Verbose" (Screen taken during test) , Header of the site and theme are original/base environment from which i execute test.
I can see the new installation getting created from the database , and users get added. but when user try to login , its trying to do drupalPost() to original environment and it user login fails.
Can anyone have idea why this is happening
Comments
Comment #1
marucci commentedSubscribe
Comment #2
marucci commentedI resolved this problem by comment all cache backend in settings.php
a module of cache mess up simpletest but i don't know precisely wich one