replication: show errno in replication info
Box.info.replication shows applier/relay's latest error message. But it didn't include errno description for system errors, even though it was included in the logs. Now box.info shows the errno description as well, when possible. Closes #4402 Conflicts: test/replication/suite.cfg
Showing
- src/box/lua/info.c 19 additions, 10 deletionssrc/box/lua/info.c
- test/replication/gh-4402-info-errno.result 63 additions, 0 deletionstest/replication/gh-4402-info-errno.result
- test/replication/gh-4402-info-errno.test.lua 25 additions, 0 deletionstest/replication/gh-4402-info-errno.test.lua
- test/replication/suite.cfg 1 addition, 0 deletionstest/replication/suite.cfg
Loading
Please register or sign in to comment