test(ers): wait for seeded LDAP readiness - #3841
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Benchmark results, click to expandBenchmark authorization.GetDecisions Results:
Benchmark authorization.v2.GetMultiResourceDecision Results:
Benchmark Statistics
Bulk Benchmark Results
TDF3 Benchmark Results:
|
8f2b39c to
3ad335e
Compare
922fae7 to
e7b354a
Compare
Benchmark results, click to expandBenchmark authorization.GetDecisions Results:
Benchmark authorization.v2.GetMultiResourceDecision Results:
Benchmark Statistics
Bulk Benchmark Results
TDF3 Benchmark Results:
|
Signed-off-by: Ryan Schumacher <jschumacher@virtru.com>
Signed-off-by: Ryan Schumacher <jschumacher@virtru.com>
Signed-off-by: Ryan Schumacher <jschumacher@virtru.com>
Signed-off-by: Ryan Schumacher <jschumacher@virtru.com>
3ad335e to
342e5b3
Compare
Signed-off-by: Ryan Schumacher <jschumacher@virtru.com>
e7b354a to
e40aa62
Compare
Benchmark results, click to expandBenchmark authorization.GetDecisions Results:
Benchmark authorization.v2.GetMultiResourceDecision Results:
Benchmark Statistics
Bulk Benchmark Results
TDF3 Benchmark Results:
|
|
Summary
ldapsearchclientWhy
The token-based ERS BDD scenarios depend on seeded LDAP users. The existing
slapd startinglog only proves the daemon started; it can fire before custom LDIF fixtures are queryable, allowing the scenario to race bootstrap and fail for the wrong reason.Testing
cd tests-bdd && go test ./cukes -run "^$" -count=1cd tests-bdd && golangci-lint run --disable nestif ./cukesStack
Stacked above #3836 so the existing ERS PRs can merge independently.