-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProfilesDbTest.testUpdateStudentProfile failing on live server #8958 #8966
Conversation
@tshradheya This time we need to run the complete set of tests to ensure there is no other problem. |
@xpdavid Ran all tests on the live server and reverted changes that caused regression. These changes solve the issue and dont introduce any other problem |
2c1d7ca
to
260de2f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wkurniawan07 Any inputs?
Background: Setting environemnt to production cause problems in other tests while Config.APP_URL
needs the production environment to produce correct URL in pre-deployment statging test.
Going to merge to prevent any failing in V6.8.0. @wkurniawan07 feel free to raise comments if any. |
Fixes #8958
Outline of Solution
isDevServer
work butisDevServer
works only for appengine instance.TestProperties.TEST_URL
withConfig.APP_URL
I have run a few tests(EmailGenerator, AdminHomePageUiTest, ProfilesDbTest) on live server which failed in 6.6.0(and were fixed in 6.7.0) and they now pass on live server.