This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
forked from elastic/apm-agent-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tav.yml
230 lines (216 loc) · 7.24 KB
/
.tav.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
generic-pool:
versions: ^2.0.0 || ^3.1.0
commands: node test/instrumentation/modules/generic-pool.js
mimic-response:
versions: ^1.0.0
commands: node test/instrumentation/modules/mimic-response.js
got-old:
name: got
versions: '>=4.0.0 <9.0.0'
node: '>=5'
commands: node test/instrumentation/modules/http/github-423.js
got-new:
name: got
versions: '>=9.0.0'
node: '>=8.3'
commands: node test/instrumentation/modules/http/github-423.js
mysql:
versions: ^2.0.0
commands:
- node test/instrumentation/modules/mysql/mysql.js
- node test/instrumentation/modules/mysql/pool-release-1.js
mysql2-old:
name: mysql2
versions: '>=1.0.0 <1.6.0'
commands:
- node test/instrumentation/modules/mysql2/mysql.js
- node test/instrumentation/modules/mysql2/pool-release-1.js
mysql2-new:
name: mysql2
versions: '1.6.0 || 1.6.1 || ^1.6.3' # v1.6.2 is broken: https://github.com/sidorares/node-mysql2/issues/869
node: '>=6.0.0'
commands:
- node test/instrumentation/modules/mysql2/mysql.js
- node test/instrumentation/modules/mysql2/pool-release-1.js
redis:
versions: ^2.0.0
commands: node test/instrumentation/modules/redis.js
ioredis-old:
name: ioredis
versions: '>=2 <3.1.3 || >3.1.3 <4' # v3.1.3 is broken in older versions of Node because of https://github.com/luin/ioredis/commit/d5867f7c7f03a770a8c0ca5680fdcbfcaf8488e7
commands: node test/instrumentation/modules/ioredis.js
ioredis-new:
name: ioredis
versions: '^4.0.0'
node: '>=6'
commands: node test/instrumentation/modules/ioredis.js
pg:
versions: '>=4 <8'
peerDependencies:
- bluebird@^3.0.0
- knex@^0.16.1
commands:
- node test/instrumentation/modules/pg/pg.js
- node test/instrumentation/modules/pg/knex.js
mongodb-core:
versions: '>=1.2.19 <4'
commands: node test/instrumentation/modules/mongodb-core.js
bluebird:
versions: '>=2 <4'
commands:
- node test/instrumentation/modules/bluebird/bluebird.js
- node test/instrumentation/modules/bluebird/cancel.js
knex:
versions: ^0.16.0 || ^0.15.0 || ^0.14.0 || ^0.13.0 || ^0.12.5 || <0.12.4 >0.11.6 || <0.11.6 >0.9.0
commands: node test/instrumentation/modules/pg/knex.js
ws:
versions: '>=1 <7'
commands: node test/instrumentation/modules/ws.js
graphql:
preinstall: npm uninstall express-graphql
versions: '>=0.7.0 <0.11.0 || >=0.11.1 <15.0.0'
commands: node test/instrumentation/modules/graphql.js
express:
versions: '>=4'
commands: node test/instrumentation/modules/express.js
express-graphql-1:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.8.2
versions: '0.6.1'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-2:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.9.0
versions: '>=0.6.2 <0.6.6'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-3:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.10.0
versions: '>=0.6.6 <0.6.8'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-0.6.11_10:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.10.0
versions: '0.6.11'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-0.6.11_11:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.11.0
versions: '0.6.11'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-0.6.12_10:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.10.0
versions: '^0.6.12'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-0.6.12_11:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.11.0
versions: '^0.6.12'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-0.6.12_12:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.12.0
versions: '^0.6.12'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-0.6.12_13:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.13.0
versions: '^0.6.12'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-0.7,1_12:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.12.0
versions: '^0.7.1'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-0.7.1_13:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^0.13.0
versions: '^0.7.1'
commands: node test/instrumentation/modules/express-graphql.js
express-graphql-0.7.1_14:
name: express-graphql
preinstall: npm uninstall apollo-server-express
peerDependencies: graphql@^14.0.0
versions: '^0.7.1'
commands: node test/instrumentation/modules/express-graphql.js
apollo-server-express-2_12:
name: apollo-server-express
preinstall: npm uninstall express-graphql
peerDependencies: graphql@^0.12.0
versions: '>=2.0.2 <2.2 || >= 2.3.2'
node: '>=6'
commands: node test/instrumentation/modules/apollo-server-express.js
apollo-server-express-2_13:
name: apollo-server-express
preinstall: npm uninstall express-graphql
peerDependencies: graphql@^0.13.0
versions: '>=2.0.2 <2.2 || >= 2.3.2'
node: '>=6'
commands: node test/instrumentation/modules/apollo-server-express.js
apollo-server-express-2_14:
name: apollo-server-express
preinstall: npm uninstall express-graphql
peerDependencies: graphql@^14.0.0
versions: '>=2.0.2 <2.2 || >= 2.3.2'
node: '>=6'
commands: node test/instrumentation/modules/apollo-server-express.js
express-queue:
versions: '>=0.0.11'
commands: node test/instrumentation/modules/express-queue.js
koa-router:
node: '>=6.0.0'
peerDependencies: koa@2
versions: '>=5.2.0 <8'
commands: node test/instrumentation/modules/koa-router/index.js
elasticsearch:
versions: '>=8.0.0'
commands: node test/instrumentation/modules/elasticsearch.js
handlebars:
versions: '*'
commands: node test/instrumentation/modules/handlebars.js
hapi-no-async-await:
name: hapi
versions: '>=9.0.1 <17.0.0'
commands: node test/instrumentation/modules/hapi.js
hapi-async-await:
name: hapi
node: '>=8.2'
versions: '>=17.0.0'
commands: node test/instrumentation/modules/hapi.js
tedious:
name: tedious
versions: '>=0.0.5'
commands: node test/instrumentation/modules/tedious.js
cassandra-driver:
# 3.1.0 is broken
versions: '>=3 <3.1.0 || >3.1.0 <5'
commands: node test/instrumentation/modules/cassandra-driver/index.js
restify-old:
name: restify
versions: '>=5.2.0 <8.0.0'
commands: node test/instrumentation/modules/restify.js
restifyi-new:
name: restify
node: '>=8'
versions: '>=8.0.0'
commands: node test/instrumentation/modules/restify.js
fastify:
versions: '>=0.27.0 <0.29.0 || >0.29.0'
commands:
- node test/instrumentation/modules/fastify/fastify.js
- node test/instrumentation/modules/fastify/async-await.js
finalhandler:
versions: '*'
commands: node test/instrumentation/modules/finalhandler.js