-
Notifications
You must be signed in to change notification settings - Fork 12
Check connections for closure on LDAP Auth Credential expiration #104
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
Check connections for closure on LDAP Auth Credential expiration #104
Conversation
95f80fc to
2cd8427
Compare
robsdedude
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally, I like the idea. We should consider two more things:
- We need a place to document all possible capabilities. Better yet, have them all as constants in one place in the code base
- I'd prefer if testkit would ask the backend actively for the required capabilities. This way we greatly reduce the needed network throughput as the backend does not have to send the full list of capabilities for each test.
a9396ab to
be35a6a
Compare
9b9bf35 to
1c7c7e5
Compare
|
This all looks ok to me. |
7b485a7 to
6e0094a
Compare
This change provide a way to skip one or more tests using features names to make it easier to understand why the test is being skipped, specially in the case it is testing new features by avoid the if `list of language` approach. It does not replace the skipped lists implemented for each driver testkit-backend since the skip reason could be different. The usage of the RunTest message to fetch capabilities was done to keep a simple and backwards compatible way to use the fetch this information.
ced4922 to
b86fb42
Compare
b86fb42 to
16fd55c
Compare
injectives
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
robsdedude
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
No description provided.