Closed canadaleks closed 1 year ago
@canadaleks Without seeing a full job this is going to be hard to diagnose.
I am not sure this is directly related to this node image as mongo itself is crashing, not node. If I had to guess, it would seem more related to memory/resource issues in your job causing mongo to crash.
16.18
uses a newer base image than 16.17
, so it is entirely possible that slightly more memory is in use in the newer image and thus causing mongo to crash as it does not have enough resources.
Are you running mongo in the same docker container, or as a separate service container? Either way, I would suggest trying to bump your resource class up a notch to see if this helps.
@canadaleks As we have not heard back from you for a while I will go ahead and close this issue. If you are still facing issues please feel free to reopen this issue in the future. Thanks!
Startring with the 16.18.0 node docker image, we have been seeing failures in our tests running through CircleCI. THe issue is only present when running our tests in the following images:
cimg/node:16.17.0 works just fine.
The issue looks to be around our tests that are testing mongodb things:
Running our tests on local machines using node 16.18 and 16.19 work just fine.