Skip to content

Commit

Permalink
Merge branch 'main' into tm-tav-reduce-mongoose-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Dec 14, 2023
2 parents a007eac + 63520b1 commit 9b0ac0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions plugins/node/opentelemetry-instrumentation-redis-4/.tav.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
redis:

jobs:
- versions: "^4.0.0"
# The latest minor releases in the range "^4.0.0", excluding
# "4.6.9", which was a bad release that accidentally broke
# node v14 support.
- versions: "4.0.0 || 4.0.6 || 4.1.1 || 4.2.0 || 4.3.1 || 4.4.0 || 4.5.1 || ^4.6.11"
commands: npm run test

# Fix missing `contrib-test-utils` package
pretest: npm run --prefix ../../../ lerna:link
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('redis@^4.0.0', () => {
client = createClient({
url: redisTestUrl,
});
context.with(suppressTracing(context.active()), async () => {
await context.with(suppressTracing(context.active()), async () => {
await client.connect();
});
});
Expand Down

0 comments on commit 9b0ac0f

Please sign in to comment.