You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDKQE-3488: Java Performer fails to parse QueryProfile in transactions' options
Motivation
----------
The parsing handling for TransactionQueryOptions in OptionsUtil fails due to the
driver sending query profiles in lowercase, which doesn’t match the uppercase
Enum member name when doing QueryProfile.valueOf(lowercase_profile)
Changes
-------
- Call toUpperCase() on the received query profile
Change-Id: Iee4fee6783594c92ed819b94f1114b174cb65b61
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/220741
Reviewed-by: Graham Pople <[email protected]>
Tested-by: Build Bot <[email protected]>
0 commit comments