steinsgateted commented on PR #698: URL: https://github.com/apache/yunikorn-core/pull/698#issuecomment-1807180876
@makinyemi @manirajv06 @craigcondit Thank you. I would like some clarifications. I think there are three expressions of unmarshal dao messages. Which expression method do you think makes more sense? - Using the original method is like: `assert.NilError(t, err, "failed to unmarshal ValidateConfResponse from response body")` - `assert.NilError(t, err, "%s (ValidateConfResponse)", unmarshalDAOError)` - `assert.NilError(t, err, unmarshalDAOError)` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
