Attention is currently required from: daniel.
1 comment:
File hss/testenv.cfg:
Patch Set #3, Line 7: program=mongod --config mongod.conf
I wonder, how will this work on systems that don't have mongodb? […]
yes, it will fail if not using --podman and if you don't have it installed:
```
[testenv] Running db
[testenv] + ['sh', '-c', 'mongod --config mongod.conf 2>&1 2>&1 | tee /tmp/testenv-hss-20240802-1522-ba454773-jpbrxgve/db/db.log']
sh: 1: mongod: not found
[testenv] program failed to start: mongod --config mongod.conf
```
FWIW, you can also use --podman without --binary-repo, then it will build the test components with osmo-dev like without --podman.
To view, visit change 37708. To unsubscribe, or for help writing mail filters, visit settings.