You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A customer observed a loss of telemetry for mysql poolCluster. This gap in telemetry was missed in version tests for mysql pooling: these tests used createConnection (invoked in a setup script). Removing this showed that the agent was not creating segments for poolCluster queries.
Expected Behavior
versioned/mysql/basic-pool.tap.js test should pass when using a poolCluster connection, and not rely on instrumentation via createConnection
Running versioned tests in that branch will fail subtests in the poolCluster query test. For example, while transactions exist, no segment has been created.
Description
A customer observed a loss of telemetry for mysql poolCluster. This gap in telemetry was missed in version tests for mysql pooling: these tests used createConnection (invoked in a setup script). Removing this showed that the agent was not creating segments for poolCluster queries.
Expected Behavior
versioned/mysql/basic-pool.tap.js test should pass when using a poolCluster connection, and not rely on instrumentation via createConnection
Steps to Reproduce
See @bizob2828 's changes in https://github.com/newrelic/node-newrelic/tree/mysql-fix
Running versioned tests in that branch will fail subtests in the poolCluster query test. For example, while transactions exist, no segment has been created.
Additional context
See https://issues.newrelic.com/browse/NR-116646
The text was updated successfully, but these errors were encountered: