Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix protobuf status error #25731

Merged
merged 1 commit into from Mar 17, 2021
Merged

Fix protobuf status error #25731

merged 1 commit into from Mar 17, 2021

Conversation

veblush
Copy link
Contributor

@veblush veblush commented Mar 16, 2021

Fixed prod:grpc/core/master/linux/grpc_build_protobuf_at_head

/var/local/git/grpc/test/cpp/qps/parse_json.cc: In function 'void grpc::testing::ParseJson(const string&, const string&, google::protobuf::Message*)':
/var/local/git/grpc/test/cpp/qps/parse_json.cc:37:31: error: 'class google::protobuf::util::status_internal::Status' has no member named 'error_message'
     std::string errmsg(status.error_message());

Related with protocolbuffers/protobuf#8354

@veblush veblush added lang/c++ area/build release notes: no Indicates if PR should not be in release notes labels Mar 16, 2021
@veblush veblush enabled auto-merge (squash) March 16, 2021 18:00
@veblush veblush merged commit d30b04e into grpc:master Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build lang/c++ release notes: no Indicates if PR should not be in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants