-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated gemfiles and fixed code loading issues.
Testing suite for this library was not properly running because of the following issues: - appraisal gemfiles were outdated and did not reflect later changes in project's Gemfile - requires in specs did not follow any particular order so many tests were loading code from ddtrace gem Appraisal gemfiles are regenerated with bundle exec appraisal:update and require is replaced with require_relative where needed.
- Loading branch information
1 parent
d609d7d
commit 60bfaca
Showing
147 changed files
with
2,211 additions
and
1,903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
DD_AGENT_HOST=localhost | ||
DD_API_KEY=00000000000000000000000000000000 | ||
DD_METRIC_AGENT_PORT=8125 | ||
DD_TRACE_AGENT_PORT=8126 | ||
TEST_DDAGENT_VAR_RUN=/var/run/datadog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.