440441442443444445446447448449450
.withReturnBody(returnBody) .build(); cluster.execute(update); update.await(); if (!update.isSuccess()) { fail("Update operation failed: " + update.cause().toString()); }
503504505506507508509510511512513
.withReturnBody(true) .build(); cluster.execute(update); update.await(); assertTrue(update.isSuccess()); DtUpdateOperation.Response response = update.get(); assertNotNull(response); assertTrue(response.hasCrdtElement());