Fix autobootstrap without authorization
* Ignore ER_ACCESS_DENIED in applier * Replace warning_said flag with the errcode of the last error to suppress log messages properly * Supress noise "connected to xxx:yyy" messages which floods the log A test case was copy-pasted due to limitation of test-run. See https://github.com/tarantool/test-run/issues/40. Fixes #1589
Showing
- src/box/applier.cc 60 additions, 60 deletionssrc/box/applier.cc
- src/box/applier.h 3 additions, 3 deletionssrc/box/applier.h
- test/replication/autobootstrap_guest.lua 29 additions, 0 deletionstest/replication/autobootstrap_guest.lua
- test/replication/autobootstrap_guest.result 121 additions, 0 deletionstest/replication/autobootstrap_guest.result
- test/replication/autobootstrap_guest.test.lua 59 additions, 0 deletionstest/replication/autobootstrap_guest.test.lua
- test/replication/autobootstrap_guest1.lua 1 addition, 0 deletionstest/replication/autobootstrap_guest1.lua
- test/replication/autobootstrap_guest2.lua 1 addition, 0 deletionstest/replication/autobootstrap_guest2.lua
- test/replication/autobootstrap_guest3.lua 1 addition, 0 deletionstest/replication/autobootstrap_guest3.lua
- test/replication/wal_off.result 1 addition, 1 deletiontest/replication/wal_off.result
Loading
Please register or sign in to comment