Skip to content

Commit

Permalink
Increasing throughput for containers in bullk test (Azure#26627)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@azure/cosmos

### Issues associated with this PR
Bulk tests are failing for Routing gateway with Request Rate is too high
error. Increasing throughput of the containers.

### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
v1k1 authored Jul 27, 2023
1 parent b92214d commit f0b556f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("test bulk operations", async function () {
paths: ["/key"],
version: undefined,
},
throughput: 400,
throughput: 5000,
});
});
after(async () => {
Expand Down

0 comments on commit f0b556f

Please sign in to comment.