Skip to content

fix check parts for tests #3

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

Merged
merged 1 commit into from
Dec 29, 2021
Merged

Conversation

evilchown755
Copy link

Fix when resolved glauth#246

Thank you for making a pull request!

A few things to be aware of as you're working on your PR:

WIP Tag

Incomplete PRs are more than welcome - it can be useful to collaborate before
implementation of an idea is complete. However, if your PR is not ready
for merge, please add [WIP] to the end of the title (work-in-progress).

Tests

Before committing, you are encouraged to run the small but growing test
suite. This is accomplished by make test. Additionally, if you are adding
new functionality, consider adding tests covering your feature.

CI

Each push to a branch connected to a PR will be run through GLAuth's CI system. Please use these to your advantage. In
particular, the Github Actions integration tests rely on the LDAP queries returning with a set result, so if your
changes will change the output, CI will likely fail.

To update, run make fast && make updatetest && make test. This will delete the output snapshots provided and make new
ones. You can then inspect the changes and commit them.

Similarly, check codeclimate and try to fix what you find there if it fails.

@franchb franchb marked this pull request as ready for review December 29, 2021 15:06
@franchb franchb merged commit 94ab291 into etecs-ru:master Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dn attribute contains too many "ou=" things
3 participants