-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update latest versions #3065
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3065 +/- ##
============================================
+ Coverage 72.97% 74.76% +1.79%
Complexity 2790 2790
============================================
Files 139 112 -27
Lines 15273 11039 -4234
Branches 1043 0 -1043
============================================
- Hits 11145 8253 -2892
+ Misses 3577 2786 -791
+ Partials 551 0 -551
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 28 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@@ -166,7 +166,7 @@ public function testPredisClusterConnect() | |||
$connectionString = "tcp://{$this->host}"; | |||
|
|||
$traces = $this->isolateTracer(function () use ($connectionString) { | |||
$client = new \Predis\Client([$connectionString, $connectionString, $connectionString]); | |||
$client = new \Predis\Client([$connectionString, $connectionString, $connectionString], ['cluster' => 'redis']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For legacy:
There was 1 error:
1) DDTrace\Tests\Integrations\Predis\Latest\PredisTest::testPredisClusterConnect
InvalidArgumentException: Array of connection parameters requires `cluster`, `replication` or `aggregate` client option
/home/circleci/datadog/tests/Integrations/Predis/Latest/vendor/predis/predis/src/Client.php:141
/home/circleci/datadog/tests/Integrations/Predis/Latest/vendor/predis/predis/src/Client.php:74
/home/circleci/datadog/tests/Integrations/Predis/Latest/PredisTest.php:169
/home/circleci/datadog/tests/Common/TracerTestTrait.php:65
/home/circleci/datadog/tests/Integrations/Predis/Latest/PredisTest.php:171
This PR updates the latest pinned versions of the test dependencies.