@@ -54,15 +54,15 @@ tests:
54
54
asserts :
55
55
- operation : upload
56
56
status : 400
57
- error : ' new row violates row-level security policy '
57
+ error : ' Database error: insufficient privilege '
58
58
59
59
- operation : upload.upsert
60
60
status : 400
61
- message : ' new row violates row-level security policy '
61
+ message : ' Database error: insufficient privilege '
62
62
63
63
- operation : bucket.create
64
64
status : 400
65
- error : ' new row violates row-level security policy '
65
+ error : ' Database error: insufficient privilege '
66
66
67
67
- operation : bucket.delete
68
68
status : 400
@@ -113,15 +113,15 @@ tests:
113
113
asserts :
114
114
- operation : upload
115
115
status : 400
116
- error : ' new row violates row-level security policy '
116
+ error : ' Database error: insufficient privilege '
117
117
118
118
- operation : upload.upsert
119
119
status : 400
120
- message : ' new row violates row-level security policy '
120
+ message : ' Database error: insufficient privilege '
121
121
122
122
- operation : bucket.create
123
123
status : 400
124
- error : ' new row violates row-level security policy '
124
+ error : ' Database error: insufficient privilege '
125
125
126
126
- operation : bucket.delete
127
127
status : 400
@@ -199,11 +199,11 @@ tests:
199
199
200
200
- operation : upload
201
201
status : 400
202
- error : ' new row violates row-level security policy '
202
+ error : ' Database error: insufficient privilege '
203
203
204
204
- operation : upload.upsert
205
205
status : 400
206
- message : ' new row violates row-level security policy '
206
+ message : ' Database error: insufficient privilege '
207
207
208
208
- operation : upload
209
209
policies :
@@ -240,19 +240,19 @@ tests:
240
240
asserts :
241
241
- operation : bucket.create
242
242
status : 400
243
- error : ' new row violates row-level security policy '
243
+ error : ' Database error: insufficient privilege '
244
244
245
245
- operation : bucket.delete
246
246
status : 400
247
247
error : ' Bucket not found'
248
248
249
249
- operation : upload
250
250
status : 400
251
- error : ' new row violates row-level security policy '
251
+ error : ' Database error: insufficient privilege '
252
252
253
253
- operation : upload.upsert
254
254
status : 400
255
- message : ' new row violates row-level security policy '
255
+ message : ' Database error: insufficient privilege '
256
256
257
257
- operation : upload
258
258
policies :
@@ -281,7 +281,7 @@ tests:
281
281
asserts :
282
282
- operation : bucket.create
283
283
status : 400
284
- error : ' new row violates row-level security policy '
284
+ error : ' Database error: insufficient privilege '
285
285
286
286
- operation : bucket.delete
287
287
status : 400
@@ -322,15 +322,15 @@ tests:
322
322
323
323
- operation : bucket.create
324
324
status : 400
325
- error : ' new row violates row-level security policy '
325
+ error : ' Database error: insufficient privilege '
326
326
327
327
- operation : upload
328
328
status : 400
329
- error : ' new row violates row-level security policy '
329
+ error : ' Database error: insufficient privilege '
330
330
331
331
- operation : upload.upsert
332
332
status : 400
333
- message : ' new row violates row-level security policy '
333
+ message : ' Database error: insufficient privilege '
334
334
335
335
- operation : upload
336
336
policies :
@@ -363,15 +363,15 @@ tests:
363
363
364
364
- operation : bucket.create
365
365
status : 400
366
- error : ' new row violates row-level security policy '
366
+ error : ' Database error: insufficient privilege '
367
367
368
368
- operation : upload
369
369
status : 400
370
- error : ' new row violates row-level security policy '
370
+ error : ' Database error: insufficient privilege '
371
371
372
372
- operation : upload.upsert
373
373
status : 400
374
- message : ' new row violates row-level security policy '
374
+ message : ' Database error: insufficient privilege '
375
375
376
376
- operation : upload
377
377
bucketName : ' bucket_delete_test_{{runId}}'
@@ -406,15 +406,15 @@ tests:
406
406
407
407
- operation : bucket.create
408
408
status : 400
409
- error : ' new row violates row-level security policy '
409
+ error : ' Database error: insufficient privilege '
410
410
411
411
- operation : upload
412
412
status : 400
413
- error : ' new row violates row-level security policy '
413
+ error : ' Database error: insufficient privilege '
414
414
415
415
- operation : upload.upsert
416
416
status : 400
417
- message : ' new row violates row-level security policy '
417
+ message : ' Database error: insufficient privilege '
418
418
419
419
- operation : upload
420
420
bucketName : ' bucket_to_move_{{runId}}'
@@ -446,7 +446,7 @@ tests:
446
446
447
447
- operation : bucket.create
448
448
status : 400
449
- error : ' new row violates row-level security policy '
449
+ error : ' Database error: insufficient privilege '
450
450
451
451
- operation : upload
452
452
bucketName : ' bucket_{{runId}}'
@@ -457,7 +457,7 @@ tests:
457
457
useExistingBucketName : ' bucket_{{runId}}'
458
458
objectName : ' object_{{runId}}.txt'
459
459
status : 400
460
- message : ' new row violates row-level security policy '
460
+ message : ' Database error: insufficient privilege '
461
461
462
462
- operation : upload
463
463
bucketName : ' bucket_to_copy_{{runId}}'
0 commit comments