This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch fix_test
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/fix_test by this push:
new 921639c1 fix ut
921639c1 is described below
commit 921639c177a7af58f86f2ab5999afdca3f702f78
Author: Ubuntu <[email protected]>
AuthorDate: Wed Jan 3 10:44:37 2024 +0000
fix ut
---
interface/common/resdb_state_accessor_test.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/interface/common/resdb_state_accessor_test.cpp
b/interface/common/resdb_state_accessor_test.cpp
index 32383e1a..4fcecff8 100644
--- a/interface/common/resdb_state_accessor_test.cpp
+++ b/interface/common/resdb_state_accessor_test.cpp
@@ -40,6 +40,7 @@ void AddReplicaToList(const std::string& ip, int port,
ReplicaInfo info;
info.set_ip(ip);
info.set_port(port);
+ *info.mutable_certificate_info() = CertificateInfo();
replica->push_back(info);
LOG(ERROR)<<"Add info:"<<info.DebugString();
}