Skip to content

Commit 2409aa7

Browse files
authored
test: skip testing fastify 4.16.0 - 4.16.2 inclusive, they are broken releases (#3291)
Also update our dev dep to the current latest fastify release.
1 parent 3232ac2 commit 2409aa7

File tree

3 files changed

+93
-34
lines changed

3 files changed

+93
-34
lines changed

.tav.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ restify-v10-v12:
456456
# https://www.fastify.io/docs/latest/LTS/
457457
# - #1086 suggests fastify@2.4.0 was a broken release, skip it.
458458
# - fastify@4.0.1 is broken: https://github.com/fastify/fastify/issues/3998#issuecomment-1153662513
459+
# - fastify@4.16.0 - 4.16.2 (inclusive) are broken releases
459460
fastify-v1:
460461
name: fastify
461462
versions: '1.x'
@@ -482,7 +483,7 @@ fastify-v3:
482483
- node test/instrumentation/modules/fastify/set-framework.test.js
483484
fastify:
484485
name: fastify
485-
versions: '>=4 <4.0.1 || >4.0.1'
486+
versions: '>=4 <4.0.1 || >4.0.1 <4.16.0 || >4.16.2'
486487
node: '>=14.6.0'
487488
commands:
488489
- node test/instrumentation/modules/fastify/fastify.test.js

package-lock.json

Lines changed: 90 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"express": "^4.17.1",
158158
"express-graphql": "^0.12.0",
159159
"express-queue": "^0.0.13",
160-
"fastify": "^4.0.2",
160+
"fastify": "^4.16.3",
161161
"finalhandler": "^1.1.2",
162162
"generic-pool": "^3.7.1",
163163
"get-port": "^5.1.1",

0 commit comments

Comments
 (0)