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

assist #9610: adjust rules for moving link children #3327

Merged
merged 3 commits into from Jan 13, 2015

Conversation

mtbc
Copy link
Member

@mtbc mtbc commented Jan 9, 2015

Marks three integration tests as no longer broken. Integration tests should still pass. Could look for regressions regarding moving images that have owner's and others' comments and tags between groups.

--no-rebase

@@ -96,7 +96,9 @@ private void moveImageWithNonSharedAnnotation(String src, String dest,
assertEquals(iQuery.findAllByQuery(sb.toString(), param).size(),
annotationIdsUser1.size());
n = 0;
if (src.equals("rwrw--")) n = annotationIdsUser2.size();
if (src.equals("rwrw--") && !dest.equals("rw----")) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not expect to see another user's annotations once we have moved the image into a private group.

@jburel jburel added the develop label Jan 10, 2015
@pwalczysko
Copy link
Member

Tried to move entities tagged with owners tags (in ro) and other's tags (in ra) to another group. Works as expected.

@pwalczysko
Copy link
Member

Waiting for integration tests builds to finish.

@mtbc
Copy link
Member Author

mtbc commented Jan 13, 2015

I don't think anything in the current crop of failures points to chgrp. The tests referenced in this PR pass.

@pwalczysko
Copy link
Member

@pwalczysko
Copy link
Member

*-python tests are yellow with four failed tests, I have to rely on @mtbc when he says they have nothing to do with this PR. https://ci.openmicroscopy.org/view/5.1/job/OMERO-5.1-merge-integration-python/340/

All seems fine here.

joshmoore added a commit that referenced this pull request Jan 13, 2015
assist #9610: adjust rules for moving link children
@joshmoore joshmoore merged commit fc6cc04 into ome:develop Jan 13, 2015
@mtbc mtbc deleted the trac-9610-graphs branch January 13, 2015 13:37
@sbesson sbesson added this to the 5.1.0-m4 milestone Feb 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants