aws / aws-xray-java-agent

The official AWS X-Ray Auto Instrumentation Agent for Java.
Apache License 2.0
42 stars 18 forks source link

Import Disco Locally and Modify AWS SDK V1 IT tests to make them testable #28

Closed chanchiem closed 4 years ago

chanchiem commented 4 years ago

Issue #, if available:

27

Description of changes: Added a maven local repository for each package that depends on Disco. For now, Disco is released as version 0.9.1 and we had taken a snapshot of the release, built it, and then imported it locally.

We also modified the AWS SDK V1 integration tests to use default fake credentials and a default region. This fixed an issue where these specific integration tests were failing since no AWS SDK credentials were being set in the environment.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.