Skip to content

Commit ef3a419

Browse files
test: Add queuing for Neptune bulk load tests (#2724)
1 parent 9e33f0b commit ef3a419

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/test_neptune.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ def test_gremlin_bulk_load(
236236
iam_role=neptune_load_iam_role_arn,
237237
use_threads=use_threads,
238238
keep_files=keep_files,
239+
queue_request="TRUE",
239240
)
240241
res_df = wr.neptune.execute_gremlin(client, f"g.V().hasLabel('{label}').valueMap().with(WithOptions.tokens)")
241242

@@ -295,6 +296,7 @@ def test_gremlin_bulk_load_from_files(
295296
client=client,
296297
path=path,
297298
iam_role=neptune_load_iam_role_arn,
299+
queue_request="TRUE",
298300
parser_configuration=parser_config,
299301
)
300302
res_df = wr.neptune.execute_gremlin(client, f"g.V().hasLabel('{label}').valueMap().with(WithOptions.tokens)")

0 commit comments

Comments
 (0)