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

Fix regression in test suite #332

Closed

Conversation

frasertweedale
Copy link
Contributor

@frasertweedale frasertweedale commented Dec 13, 2016

32b1743 introduced a regression in
test_serverroles.py, caused by ca_find attempting to log into the
Dogtag REST API. (ca_find is called by cert_find which is caused by
server_del during cleanup).

Avoid logging into Dogtag in cert_find unless something actually
needs to be retrieved.

Fixes: https://fedorahosted.org/freeipa/ticket/6178

32b1743 introduced a regression in
test_serverroles.py, caused by ca_find attempting to log into the
Dogtag REST API.  (ca_find is called by cert_find which is called by
server_del during cleanup).

Avoid logging into Dogtag in cert_find unless something actually
needs to be retrieved.

Fixes: https://fedorahosted.org/freeipa/ticket/6178
@martbab
Copy link
Contributor

martbab commented Dec 13, 2016

Thanks for pinpointing the issue, looks like Travis is happy with your fix. 👍

@martbab martbab added the ack Pull Request approved, can be merged label Dec 13, 2016
@martbab
Copy link
Contributor

martbab commented Dec 13, 2016

@martbab martbab added the pushed Pull Request has already been pushed label Dec 13, 2016
@martbab martbab closed this Dec 13, 2016
@frasertweedale frasertweedale deleted the fix/6178-ci-failure branch December 13, 2016 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants