#3519 TESTS: failure on test_getgrnam_add_remove_members
Closed: cloned-to-github by pbrezina. Opened by fidencio.

While running some unrelated tests, I've seen the following failure:

=================================== FAILURES ===================================
___ test_getgrnam_add_remove_members ___
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/ci/label/rhel7/src/tests/intg/test_files_provider.py", line 855, in test_getgrnam_add_remove_members
check_group(modgroup)
File "/var/lib/jenkins/workspace/ci/label/rhel7/src/tests/intg/test_files_provider.py", line 325, in check_group
assert found_group == exp_group
AssertionError: assert {'gid': 40000...'group_nomem'} == {'gid': 40000,...'group_nomem'}
Common items:
{'gid': 40000, 'name': u'group_nomem'}
Differing items:
{'mem': []} != {'mem': ['user1', 'user2']}
Full diff:
- {'gid': 40000, 'mem': [], 'name': u'group_nomem'}
? -
+ {'gid': 40000, 'mem': ['user1', 'user2'], 'name': 'group_nomem'}
? ++++++++++++++++

Machine where the failure happened: http://vm-058-233.${abc}/logs/job/77/94/rhel7/ci-build-debug/ci-make-intgcheck.log


Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD Continuous integration

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4545

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @pbrezina:
- Issue close_status updated to: cloned-to-github
- Issue status updated to: Closed (was: Open)

Metadata