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

Raise errors from service.py:_ldap_mod() by default #114

Closed
wants to merge 1 commit into from

Conversation

pspacek
Copy link
Contributor

@pspacek pspacek commented Sep 24, 2016

This is to prevent situations when installer prints
CRITICAL Failed to load ....ldif
and continues just to crash later on because of non-existing LDAP container
or so on.

Beginning of devel cycle is the right time to fix this so we have time to uncover potential regressions and fix long hidden bugs.

This is to prevent situations when installer prints
CRITICAL Failed to load ....ldif
and continues just to crash later on because of non-existing LDAP container
or so on.
@MartinBasti
Copy link
Contributor

MartinBasti commented Sep 27, 2016

This issues are caused mostly by newer replica install, so I don't think that earlier devel cycle will help us, we need good upgrade testing.

However I agree that is better to stop with first error and not continue and break things even more later

@MartinBasti MartinBasti self-assigned this Sep 27, 2016
@MartinBasti MartinBasti added ack Pull Request approved, can be merged pushed Pull Request has already been pushed labels Sep 29, 2016
@MartinBasti
Copy link
Contributor

@MartinBasti MartinBasti closed this Oct 4, 2016
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