beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
3 stars 0 forks source link

CLI QA - beam project ps -w does not notice a mongo container going away #3424

Open cdhanna opened 1 month ago

cdhanna commented 1 month ago

if you have a storage running in a local docker container, and then start beam project ps -w, and then turn off the container, the beam command won't log anything (but it should).

cdhanna commented 1 month ago

wait, this worked when I tried it again. May be flaky... This time i used docker kill <CONTAINER>

gabrielbeamable commented 1 month ago

I tried after creating a new project folder running a service that depends on a storage, both started successfully, but didn't appear in the project ps -w logs. Stopping them didn't show up either. But the second time I started/Stopped them, then it worked. Something to do with first time is breaking this.