Blueprint manual-slave-to-master: review fixes
Sweep out the first set of coding bugs in the test suite: - set slab_alloc_arena to 0.05 in all box_replication configurations, since otherwise this suite tries to allocate too much memory and hangs under a VM. - update some texts that make it into the log (spelling) - add logging to all configurations - simplify wait_sync and rename it to wait_lsn - there was a bug in wait_sync that time.sleep() was not called in the body of the loop due to \t, and the loop was a busy-wait one.
Showing
- core/log_io_remote.m 2 additions, 2 deletionscore/log_io_remote.m
- mod/box/box.m 2 additions, 2 deletionsmod/box/box.m
- test/box_replication/common.test 2 additions, 2 deletionstest/box_replication/common.test
- test/box_replication/tarantool.cfg 2 additions, 0 deletionstest/box_replication/tarantool.cfg
- test/box_replication/tarantool_beholder.cfg 2 additions, 0 deletionstest/box_replication/tarantool_beholder.cfg
- test/box_replication/tarantool_beholder_to_slave.cfg 2 additions, 0 deletionstest/box_replication/tarantool_beholder_to_slave.cfg
- test/box_replication/tarantool_slave.cfg 2 additions, 0 deletionstest/box_replication/tarantool_slave.cfg
- test/box_replication/tarantool_slave_secondary_feeder_replication.cfg 2 additions, 0 deletions...lication/tarantool_slave_secondary_feeder_replication.cfg
- test/box_replication/tarantool_slave_to_master.cfg 2 additions, 0 deletionstest/box_replication/tarantool_slave_to_master.cfg
- test/box_replication/tarantool_to_slave.cfg 2 additions, 0 deletionstest/box_replication/tarantool_to_slave.cfg
- test/lib/tarantool_box_server.py 5 additions, 7 deletionstest/lib/tarantool_box_server.py
Loading
Please register or sign in to comment