Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamohanan committed Oct 7, 2024
1 parent 42fb443 commit f1a3d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/collector/test/tracing/database/db2/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -877,10 +877,10 @@ mochaSuiteFn('tracing/db2', function () {
.then(() =>
testUtils.retry(() =>
verifySpans(agentControls, controls, {
numberOfSpans: 14,
numberOfSpans: 15,
// Spans:
// 10 queries splitted from the file
// 4 fs operations on top (ours + from db2 internally fs-extra)
// 5 fs operations on top (ours + from db2 internally fs-extra)
// https://github.com/ibmdb/node-ibm_db/blob/fb25937524d74d25917e9aa67fb4737971317986/lib/odbc.js#L916
// If the Otel integration is disabled, we expect 11 spans.
verifyCustom: (entrySpan, spans) => {
Expand Down

0 comments on commit f1a3d4e

Please sign in to comment.