testcontainers-rs-modules-community icon indicating copy to clipboard operation
testcontainers-rs-modules-community copied to clipboard

feat: added an `OpenLDAP` testcontainer module

Open CommanderStorm opened this issue 1 year ago • 1 comments

I noticed that there currently is not LDAP testcontainer.

Similar to the go testontainer modules, I chose the bitnami/openldap containers.

Similar to https://github.com/testcontainers/testcontainers-rs-modules-community/pull/178, this PR includes the mongodb-example-fix.

CommanderStorm avatar Aug 19 '24 13:08 CommanderStorm

The testcase failour seems to be because https://github.com/paupino/rust-decimal/issues/669

=> needs new rust-decimal-release

We could solve this by adding --locked to the cargo-hack command. With that flag, the PR tests were to be green

CommanderStorm avatar Aug 19 '24 13:08 CommanderStorm

Thank you for quick changes! ❤️

DDtKey avatar Aug 20 '24 13:08 DDtKey