Sampo Silvennoinen
Sampo Silvennoinen
What do you think @kibertoad ? Seems the failed CI runs are unrelated to this change.
I tested simple implementation with username & password, but that actually fails due to replSet option set in constructor. It seems the current commands for setting up replication wont work...
I wondered how this was implemented in TestContainers of other languages. **Mixed support:** - Python supports credentials, but no replication. - Java supports replication, but no credentials. **Both supported:** -...
To complicate the matter a bit more, it seems my earlier working solution only worked on my local docker, not on CI 😅 In hindsight, that may have been a...