Skip to content
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

Merged
merged 4 commits into from
Feb 4, 2025
Merged

chore: update latest versions #3065

merged 4 commits into from
Feb 4, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 3, 2025

This PR updates the latest pinned versions of the test dependencies.

@github-actions github-actions bot requested a review from a team as a code owner February 3, 2025 06:38
@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.76%. Comparing base (c11372f) to head (d28b8c4).

Additional details and impacted files

Impacted file tree graph

@@             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     
Flag Coverage Δ
appsec-extension ?
tracer-php 74.76% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
.../DDTrace/Integrations/Predis/PredisIntegration.php 92.37% <100.00%> (+0.84%) ⬆️

... and 28 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c11372f...d28b8c4. Read the comment docs.

@PROFeNoM PROFeNoM self-assigned this Feb 3, 2025
@@ -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']);
Copy link
Contributor

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

@PROFeNoM PROFeNoM requested a review from a team as a code owner February 4, 2025 08:06
@PROFeNoM PROFeNoM marked this pull request as draft February 4, 2025 08:07
@PROFeNoM PROFeNoM marked this pull request as ready for review February 4, 2025 08:37
@PROFeNoM PROFeNoM merged commit f157156 into master Feb 4, 2025
674 of 701 checks passed
@PROFeNoM PROFeNoM deleted the update-latest-versions branch February 4, 2025 12:09
@github-actions github-actions bot added this to the 1.7.0 milestone Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants