Le Mon, Jun 10, 2024 at 03:01:23PM +0100, Kirill A. Korinsky a écrit : > ports@ > > I discovered that make test for net/synapse doesn't work, all tests fail. > > Thus, tests seems to be leaked and it consumes near 8G of RAM before it was > killed due to hit the hard limit on my system. > > To avoid that I had added pytest-forked to run each test in dedicated > process that allows to limit memory consumption to 200-300 mb, > thsu, py-test-forked had missed dependecy to py-py which is known issue: > https://github.com/pytest-dev/pytest-forked/issues/88 > > Anyway, some tests still fails due to requerement postgresql:
there's some goo in postgresql ports to start a throwaway psql instance to run tests if you want to give it a shot. Landry