82
82
83
83
84
84
85
- === TEST 5 : value - NULL value
85
+ === TEST 4 : value - NULL value
86
86
--- http_config eval: $::http_config
87
87
--- config
88
88
default_type text/plain;
@@ -99,7 +99,7 @@ GET /postgres
99
99
100
100
101
101
102
- === TEST 6 : value - empty value
102
+ === TEST 5 : value - empty value
103
103
--- http_config eval: $::http_config
104
104
--- config
105
105
default_type text/plain;
@@ -116,7 +116,7 @@ GET /postgres
116
116
117
117
118
118
119
- === TEST 7 : text - sanity
119
+ === TEST 6 : text - sanity
120
120
--- http_config eval: $::http_config
121
121
--- config
122
122
default_type text/plain;
@@ -143,7 +143,7 @@ Content-Type: text/plain
143
143
144
144
145
145
146
- === TEST 8 : rds - sanity (configured)
146
+ === TEST 7 : rds - sanity (configured)
147
147
--- http_config eval: $::http_config
148
148
--- config
149
149
location /postgres {
@@ -179,7 +179,7 @@ Content-Type: application/x-resty-dbd-stream
179
179
180
180
181
181
182
- === TEST 9 : rds - sanity (default)
182
+ === TEST 8 : rds - sanity (default)
183
183
--- http_config eval: $::http_config
184
184
--- config
185
185
location /postgres {
@@ -214,7 +214,7 @@ Content-Type: application/x-resty-dbd-stream
214
214
215
215
216
216
217
- === TEST 10 : inheritance
217
+ === TEST 9 : inheritance
218
218
--- http_config eval: $::http_config
219
219
--- config
220
220
default_type text/plain;
235
235
236
236
237
237
238
- === TEST 11 : inheritance (mixed, don't inherit)
238
+ === TEST 10 : inheritance (mixed, don't inherit)
239
239
--- http_config eval: $::http_config
240
240
--- config
241
241
postgres_output text;
@@ -256,7 +256,7 @@ GET /postgres
256
256
257
257
258
258
259
- === TEST 14 : value - sanity (request with known extension)
259
+ === TEST 11 : value - sanity (request with known extension)
260
260
--- http_config eval: $::http_config
261
261
--- config
262
262
default_type text/plain;
277
277
278
278
279
279
280
- === TEST 15 : value - bytea returned in text format
280
+ === TEST 12 : value - bytea returned in text format
281
281
--- http_config eval: $::http_config
282
282
--- config
283
283
default_type text/plain;
@@ -298,7 +298,7 @@ Content-Type: text/plain
298
298
299
299
300
300
301
- === TEST 16 : binary value - bytea returned in binary format
301
+ === TEST 13 : binary value - bytea returned in binary format
302
302
--- http_config eval: $::http_config
303
303
--- config
304
304
default_type text/plain;
@@ -319,7 +319,7 @@ Content-Type: text/plain
319
319
320
320
321
321
322
- === TEST 17 : binary value - int2 returned in binary format
322
+ === TEST 14 : binary value - int2 returned in binary format
323
323
--- http_config eval: $::http_config
324
324
--- config
325
325
default_type text/plain;
@@ -340,7 +340,7 @@ Content-Type: text/plain
340
340
341
341
342
342
343
- === TEST 18 : value - "if" pseudo-location
343
+ === TEST 15 : value - "if" pseudo-location
344
344
--- http_config eval: $::http_config
345
345
--- config
346
346
default_type text/plain;
@@ -366,7 +366,7 @@ Content-Type: text/plain
366
366
367
367
368
368
369
- === TEST 19 : text - NULL value
369
+ === TEST 16 : text - NULL value
370
370
--- http_config eval: $::http_config
371
371
--- config
372
372
default_type text/plain;
@@ -393,7 +393,7 @@ Content-Type: text/plain
393
393
394
394
395
395
396
- === TEST 20 : text - empty result
396
+ === TEST 17 : text - empty result
397
397
--- http_config eval: $::http_config
398
398
--- config
399
399
default_type text/plain;
@@ -414,7 +414,7 @@ Content-Type: text/plain
414
414
415
415
416
416
417
- === TEST 21 : value - empty result
417
+ === TEST 18 : value - empty result
418
418
--- http_config eval: $::http_config
419
419
--- config
420
420
default_type text/plain;
@@ -431,7 +431,7 @@ GET /postgres
431
431
432
432
433
433
434
- === TEST 22 : value - too many values
434
+ === TEST 19 : value - too many values
435
435
--- http_config eval: $::http_config
436
436
--- config
437
437
default_type text/plain;
0 commit comments