Populate ClientInfo in Verifier JDBC queries#14941
Populate ClientInfo in Verifier JDBC queries#14941caithagoras merged 2 commits intoprestodb:masterfrom
Conversation
There was a problem hiding this comment.
Just double check: is this the original query id? :)
There was a problem hiding this comment.
Theoretically this could be anything provided in the xdb, but yes it is the original query ID for FB use cases.
0629b27 to
96717cc
Compare
|
@wenleix Added a 2nd commit: Introduce config property |
wenleix
left a comment
There was a problem hiding this comment.
Even just populating the suite name is good name -- for example I can just make sure all my suite name starting with something like "wxie_jumbo_pos_XXX". But a specific test name is definitely even better. Thanks @caithagoras !
|
|
||
| public String serialize() { | ||
| try { | ||
| return new ObjectMapper().writeValueAsString(this); |
There was a problem hiding this comment.
A common pattern in Presto code base is to have a private static final OBJECT_MAPPER in this class 😃 . But either way is fine :)
There was a problem hiding this comment.
Sorry, I missed this comment, will piggy-back into a future PR.
Uh oh!
There was an error while loading. Please reload this page.