Build Update for apache/geode-native
-------------------------------------

Build: #2956
Status: Canceled

Duration: ?
Commit: ec5e33f (develop)
Author: Mario Salazar de Torres
Message: GEODE-8830: Fix exception handling in transactions (#720)

- Exceptions were not correctly handled during transaction operations,
   leading to the derived type of the exception to be lost on the
   internal source calls.
 - Problem was that in the process of capturing an re-throwing the
   exceptions, a copy of its more generic type, `Exception` was created
   and passed throught, instead of the original exception. This has been
   sorted out.
 - Also, several integration test were added, in order to ensure that
   the correct type of exceptions are thrown when an error occurs while
   executing transsactions operations.

View the changeset: 
https://github.com/apache/geode-native/compare/bc3fa6bffb5f...ec5e33f886d4

View the full build log and details: 
https://travis-ci.com/github/apache/geode-native/builds/214401305?utm_medium=notification&utm_source=email

  Restart your build: 
https://travis-ci.com/github/apache/geode-native/builds/214401305?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-native repository 
going to 
https://travis-ci.com/account/preferences/unsubscribe?repository=16807653&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.

Reply via email to