Task #11839 (closed)
Opened 6 years ago
Closed 5 years ago
Bug: Shares not visible to Members
| Reported by: | wmoore | Owned by: | bpindelski |
|---|---|---|---|
| Priority: | major | Milestone: | 5.1.0 |
| Component: | Web | Version: | 4.4.9 |
| Keywords: | n.a. | Cc: | web-team@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
If I create a share (E.g. in a private group) and add another member of the server (also member of group) - they login and go to "Public" but can't see the share listed.
Change History (4)
comment:1 Changed 6 years ago by wmoore
- Owner changed from wmoore to jamoore
comment:2 Changed 5 years ago by bpindelski
- Owner changed from jamoore to bpindelski
- Status changed from new to accepted
PR fixing this test failure opened: https://github.com/openmicroscopy/openmicroscopy/pull/2622.
comment:3 Changed 5 years ago by bpindelski
Once the (rebased-onto-develop) PR (https://github.com/openmicroscopy/openmicroscopy/pull/2664) is merged, this can be closed.
comment:4 Changed 5 years ago by bpindelski
- Resolution set to fixed
- Status changed from accepted to closed
This is due to a failure of the Share service getMemberShares(), as confirmed by failing of the corresponding test"
$ cd OmeroPy $ ./setup.py test -s test/integration/test_ishare.py -k test2327 ... l = share2.getMemberShares(False) > assert 1 == len(l) E assert 1 == 0 E + where 0 = len([]) test/integration/test_ishare.py:535: AssertionError ====== 25 tests deselected by '-ktest2327' ===== ====== 1 failed, 25 deselected in 1.13 seconds ======NB: comment out the decorator @pytest.mark.xfail(reason="See ticket #11537") if you want to see the full output.