Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Add nodejs to crossdock tests (#261)
Browse files Browse the repository at this point in the history
- Also adds missing comment for java

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
  • Loading branch information
bhavin192 authored and yurishkuro committed Oct 6, 2019
1 parent eb0c467 commit 7fc068c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions crossdock/docker-compose.yml
Expand Up @@ -8,19 +8,20 @@ services:
- go
- python
- java
- nodejs
environment:
- WAIT_FOR=test_driver,go,python,java
- WAIT_FOR=test_driver,go,python,java,nodejs
- WAIT_FOR_TIMEOUT=60s

- CALL_TIMEOUT=60s

- AXIS_CLIENT=go

- AXIS_S1NAME=go,python,java
- AXIS_S1NAME=go,python,java,nodejs
- AXIS_SAMPLED=true,false
- AXIS_S2NAME=go,python,java
- AXIS_S2NAME=go,python,java,nodejs
- AXIS_S2TRANSPORT=http
- AXIS_S3NAME=go,python,java
- AXIS_S3NAME=go,python,java,nodejs
- AXIS_S3TRANSPORT=http

- BEHAVIOR_TRACE=client,s1name,sampled,s2name,s2transport,s3name,s3transport
Expand All @@ -43,10 +44,18 @@ services:
links:
- "jaeger:jaeger-agent"
depends_on:
# Udp sender needs to know agent's address
- jaeger
ports:
- "8080-8082"

nodejs:
image: jaegertracing/xdock-node
links:
- "jaeger:jaeger-agent"
ports:
- "8080-8082"

python:
build:
context: ../.
Expand Down

0 comments on commit 7fc068c

Please sign in to comment.