Skip to content

victorperin/google-pubsub-node-docker-bug

Repository files navigation

Bug reproduction: Google Cloud - PubSub NodeJS with docker (alpine only version)

This bug occurs only inside a docker container running NodeJS Alpine version.

Problem

The program throws an Segmentation fault (core dumped) error.

Executing

To run the test outside docker, you must run:

npm run test

To run the test inside a docker container (with debian default version), you must run:

npm run docker:test

To reproduce the bug, inside a alpine container, you must run:

npm run docker-alpine:test

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published