1) DDTrace\Tests\Integrations\PHPRedis\V4\PHPRedisClusterTest::testMethodsOnlySpan with data set "bgRewriteAOF" ('bgRewriteAOF', null)
RedisClusterException: Unable to send command at a specific node
Some Redis commands can fail, so we must account for this in the assertion.
So far, I've only encountered the issue with the PHPRedisClusterTest. Let's wait and see if we also need it for the regular Redis client.
Description
Fix this error
Some Redis commands can fail, so we must account for this in the assertion.
So far, I've only encountered the issue with the
PHPRedisClusterTest
. Let's wait and see if we also need it for the regularRedis
client.Reviewer checklist