tom-pytel commented on pull request #31: URL: https://github.com/apache/skywalking-nodejs/pull/31#issuecomment-784344689
Well, I am not having much luck even running the baseline tests locally, so without that can't actually add any: ``` 2021-02-23T16:42:59.490Z testcontainers WARN Failed to stop DockerCompose environment after failed start FAIL tests/plugins/axios/test.ts (123.094 s) ● plugin tests › /home/tom/src/revdebugjs/skywalking-nodejs/tests/plugins/axios/test.ts The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services.client: 'extends' Unsupported config option for services.collector: 'extends' Unsupported config option for services.server: 'extends' services.server.depends_on contains an invalid type, it should be an array services.client.depends_on contains an invalid type, it should be an array at node_modules/testcontainers/dist/docker-compose-environment.js:189:15 at Generator.throw (<anonymous>) at rejected (node_modules/testcontainers/dist/docker-compose-environment.js:25:65) ● plugin tests › /home/tom/src/revdebugjs/skywalking-nodejs/tests/plugins/axios/test.ts connect ECONNREFUSED 127.0.0.1:5001 FAIL tests/plugins/express/test.ts (123.199 s) ● plugin tests › /home/tom/src/revdebugjs/skywalking-nodejs/tests/plugins/express/test.ts The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services.client: 'extends' Unsupported config option for services.collector: 'extends' Unsupported config option for services.server: 'extends' services.server.depends_on contains an invalid type, it should be an array services.client.depends_on contains an invalid type, it should be an array at node_modules/testcontainers/dist/docker-compose-environment.js:189:15 at Generator.throw (<anonymous>) at rejected (node_modules/testcontainers/dist/docker-compose-environment.js:25:65) ● plugin tests › /home/tom/src/revdebugjs/skywalking-nodejs/tests/plugins/express/test.ts connect ECONNREFUSED 127.0.0.1:5001 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org