Skip to content
Snippets Groups Projects
Commit 9e5ddc89 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

test: don't panic libtestplug.so in case of unauthorized RPC

parent 68d59c4c
No related branches found
No related tags found
1 merge request!1325fix: expel is blocked by master switchover even if replicas are offline
......@@ -472,7 +472,7 @@ fn ping(input: rpc::Request, context: &mut Context) -> Result<rpc::Response, Box
DisplayAsHexBytes(raw_input)
);
let info = internal::instance_info().unwrap();
let info = internal::instance_info()?;
let instance_name = info.name();
let response = PingResponse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment