feat: change the default pattern to generate instance and replicaset names
Replicaset name: {tier_name}_{replicaset_number_in_this_tier} Instance name: {tier_name}_{replicaset_number}_{instance_number_in_replicaset}
Showing
- CHANGELOG.md 7 additions, 5 deletionsCHANGELOG.md
- src/instance.rs 38 additions, 35 deletionssrc/instance.rs
- src/lib.rs 11 additions, 2 deletionssrc/lib.rs
- src/rpc/join.rs 78 additions, 55 deletionssrc/rpc/join.rs
- test/int/test_basics.py 11 additions, 12 deletionstest/int/test_basics.py
- test/int/test_expelling.py 19 additions, 19 deletionstest/int/test_expelling.py
- test/int/test_http_server.py 4 additions, 4 deletionstest/int/test_http_server.py
- test/int/test_joining.py 12 additions, 12 deletionstest/int/test_joining.py
- test/int/test_plugin.py 1 addition, 1 deletiontest/int/test_plugin.py
- test/int/test_sharding.py 2 additions, 2 deletionstest/int/test_sharding.py
- test/int/test_tier.py 3 additions, 1 deletiontest/int/test_tier.py
Loading
Please register or sign in to comment