run long-running scenario tests without issues
joshgav opened this issue · 4 comments
joshgav commented
- ClientSenderSendReceive - Generic send and receive on client.
- HighThroughput - Runs on a 100TU namespace and saturates ingress.
- HighThroughputPartitionSender - Runs on a 100TU namespace and saturates ingress with partition senders.
- EphShuffleHostsLargeShards - Registers and unregisters hosts as part of the regular iteration to introduce excessive partition moves. No sends in this scenario.
- EphLargeShards - Runs EPH on 256 partition entity.
amarzavery commented
amarzavery commented
amarzavery commented
amarzavery commented
EphShuffleHostsLargeShards - Registers and unregisters hosts as part of the regular iteration to introduce excessive partition moves. No sends in this scenario.
Ran the test by starting with 3 EPH instances. It was able to balance the load effectively across 256 partitions. Later brought 1 EPH instance down and the load was balanced effectively again.