Thomas Tauber-Marshall has submitted this change and it was merged. Change subject: Fix hs2client EXPECT_OK macro. ......................................................................
Fix hs2client EXPECT_OK macro. The EXPECT_OK macro used in tests references its parameters twice, leading to duplicate execution. Fix this by updating it to store the parameter's value to a local veriable so it is only referenced once. Change-Id: If44402809dc4e76ec40597caa65e40a202b241c8 --- M src/hs2client/test-util.h 1 file changed, 8 insertions(+), 4 deletions(-) Approvals: Jim Apple: Looks good to me, but someone else must approve Matthew Jacobs: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/3068 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: If44402809dc4e76ec40597caa65e40a202b241c8 Gerrit-PatchSet: 5 Gerrit-Project: hs2client Gerrit-Branch: master Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Wes McKinney <[email protected]>
