Skip to content

Conversation

@adrian-gierakowski
Copy link
Contributor

@adrian-gierakowski adrian-gierakowski commented May 28, 2025

this is needed to use change streams

also:

best to ignore white-space changes when reviewing: https://github.com/juspay/services-flake/pull/528/files?diff=unified&w=1

this is needed to use change streams

also
- add ulimit config, which can be used to set nubmer of open descritors
  which mongod is allow to use
- fix probe not respecting host\port config (juspay#526)
@adrian-gierakowski
Copy link
Contributor Author

it would be good to add more tests, should just just add more processes to nix/services/mongodb_test.nix or add another file?

@shivaraj-bh
Copy link
Member

shivaraj-bh commented May 29, 2025

Haven't thought about different files for tests yet. That would be quite useful when the number of instances of service keeps growing. Moreover, since all these instances define their test in the same "test" process, it can get cluttered quite soon.

How about we use ".nix/services/mongodb_myTestName_test.nix"? We could standardise/improve it later when more such test files start appearing.

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.

bug: mongodb fails to start when using non-default port

2 participants