-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Adam/resolve merge conflicts #5107
Conversation
does too much work on exit and doesn't handle nesting
…ss information here and prevents overflows from happening
…ngs.xxx, allow for microsites to override
Tmporarily disable bulk operations b/c old mongo
Cdodge/white label small hotfixes
escape html for inline discussions (TNL-182)
Hotfix/2014 09 05b
…-conflicts Conflicts: common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py
@@ -901,7 +901,7 @@ def test_get_parent_locations_deleted_child(self, default_ms): | |||
# TODO: LMS-11220: Document why draft send count is 5 | |||
# TODO: LMS-11220: Document why draft find count is [19, 6] | |||
# TODO: LMS-11220: Document why split find count is [2, 2] | |||
@ddt.data(('draft', [21, 6], 0), ('split', [2, 2], 0)) | |||
@ddt.data(('draft', [18, 5], 0), ('split', [16, 6], 0)) # FIXME, replace w/ above when bulk reenabled |
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.
@nasthagiri , this was the line with the merge conflict. Does this look right?
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.
@adampalay The mongo counts could vary +- as the code varies. So we just need to update the test code with the new numbers.
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.
To fix the test, you need to change 18->20 and 16->17.
No description provided.