Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
1
-
SDK22: Lambda + KV Range Scan
Description
Quite a few tests are failing on the CI because of the error: java.lang.Boolean cannot be cast to com.couchbase.client.java.json.JsonObject
It all seems to lead to the function parseClientRecord found here: https://github.com/couchbaselabs/transactions-fit-performer/blob/9f77b82d4d7da2c7a8a872436dc7a3b529e515a4/txn-driver/src/test/java/com/couchbase/transactions/util/ClientRecord.java#L35
It seems that the client record is returning a boolean instead of JSON
The main failures are in the single query tests but even a standard test is failing because of this
Attachments
Issue Links
- relates to
-
TXNN-125 dotnet performer function degrding
- Open