Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: make retryable
  • Loading branch information
durran committed Oct 8, 2024
commit ccd25a1b53f076163133dd368338eb3f63328294
3 changes: 2 additions & 1 deletion src/operations/client_bulk_write/client_bulk_write.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ export class ClientBulkWriteOperation extends CommandOperation<ClientBulkWriteCu
defineAspects(ClientBulkWriteOperation, [
Aspect.WRITE_OPERATION,
Aspect.SKIP_COLLATION,
Aspect.CURSOR_CREATING
Aspect.CURSOR_CREATING,
Aspect.RETRYABLE
]);