hazelcast / hazelcast-simulator

A tool for stress testing Hazelcast
Apache License 2.0
87 stars 74 forks source link

Add Tiered Store Map test for simulator release tests [HZ-1554] #2200

Closed Patras3 closed 9 months ago

Patras3 commented 9 months ago

This test will be included in release testing. Used disk space by each member is between 15-20GB (for defaults) and compaction to ~15GB is visible (checked after 24h of run)

Before merge, needs change in name used via reflection after: https://github.com/hazelcast/hazelcast-mono/pull/844/

Patras3 commented 9 months ago

I will send another pr, just with one method renaming once https://github.com/hazelcast/hazelcast-mono/pull/844 will be merged.