Skip to content
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

Merged
merged 11 commits into from
Sep 5, 2014
Merged

Adam/resolve merge conflicts #5107

merged 11 commits into from
Sep 5, 2014

Conversation

adampalay
Copy link
Contributor

No description provided.

Don Mitchell and others added 10 commits September 4, 2014 17:28
does too much work on exit and doesn't handle nesting
…ss information here and prevents overflows from happening
Tmporarily disable bulk operations b/c old mongo
escape html for inline discussions (TNL-182)
…-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
Copy link
Contributor Author

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?

Copy link
Contributor

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.

Copy link
Contributor

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.

adampalay added a commit that referenced this pull request Sep 5, 2014
@adampalay adampalay merged commit 58e6dcf into master Sep 5, 2014
@adampalay adampalay deleted the adam/resolve-merge-conflicts branch September 5, 2014 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants