Skip to content

Commit

Permalink
rename and adjust end-to-end test
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaix committed Aug 17, 2022
1 parent aad92c5 commit 7da2d5e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,10 @@ describeNoCompat("Message size", (getTestObjectProvider) => {
assertMapValues(dataObject2map, messageCount, largeString);
});

it("alex", async () => {
it("Batched small ops pass when batch is larger than max op size", async () => {
await setupContainers(testContainerConfig, {});
// Max op size is 768000, round down to account for some overhead
const largeString = generateStringOfSize(500000);
const messageCount = 2;
const messageCount = 10;
setMapKeys(dataObject1map, messageCount, largeString);
await provider.ensureSynchronized();

Expand Down

0 comments on commit 7da2d5e

Please sign in to comment.