Skip to content

Commit

Permalink
try new configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Sharma committed Mar 29, 2017
1 parent 999b338 commit 15e315e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- WAIT_FOR=java,go,node,python,python-sync

- AXIS_CLIENT=go,node,python,python-sync
- AXIS_SERVER=go,java,node,python
- AXIS_SERVER=go,node,python,python-sync
- AXIS_TRANSPORT=http,tchannel
- AXIS_ENCODING=raw,json,thrift
- AXIS_ERRORS_HTTPCLIENT=go # pending update to node test
Expand All @@ -35,6 +35,9 @@ services:
- AXIS_CLIENT_ONEWAY=go
- AXIS_SERVER_ONEWAY=go
- AXIS_TRANSPORT_ONEWAY=http,redis,cherami
- AXIS_HTTP_CLIENT=go,java,node,python,python-sync
- AXIS_HTTP_SERVER=go,java,node,python,python-sync
- AXIS_HTTP_TRANSPORT=http

# Transports available to the ctxpropagation behavior for multihop
# requests.
Expand All @@ -43,6 +46,9 @@ services:
- BEHAVIOR_RAW=client,server,transport
- BEHAVIOR_JSON=client,server,transport
- BEHAVIOR_THRIFT=client,server,transport
- BEHAVIOR_HTTP_RAW=http_client,http_server,http_transport
- BEHAVIOR_HTTP_JSON=http_client,http_server,http_transport
- BEHAVIOR_HTTP_THRIFT=http_client,http_server,http_transport
- BEHAVIOR_HEADERS=client,server,transport,encoding
- BEHAVIOR_ERRORS_HTTPCLIENT=errors_httpclient,server
# BEHAVIOR_ERRORSHTTPIN TODO
Expand Down

0 comments on commit 15e315e

Please sign in to comment.