Canceled: apache/geode-native#2956 (develop - ec5e33f)
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.
Canceled: apache/geode-native#2957 (develop - d7b03ee)
Build Update for apache/geode-native - Build: #2957 Status: Canceled Duration: ? Commit: d7b03ee (develop) Author: M. Oleske Message: Enforce no unknown pragma on windows (#729) View the changeset: https://github.com/apache/geode-native/compare/ec5e33f886d4...d7b03ee4a8b3 View the full build log and details: https://travis-ci.com/github/apache/geode-native/builds/214421720?utm_medium=notification&utm_source=email Restart your build: https://travis-ci.com/github/apache/geode-native/builds/214421720?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.
Passed: apache/geode-native#2958 (develop - ee4e59e)
Build Update for apache/geode-native - Build: #2958 Status: Passed Duration: 1 hr, 24 mins, and 16 secs Commit: ee4e59e (develop) Author: M. Oleske Message: GEODE-8469: Add -Wno-missing-variable-dclarations to specific targets (#722) instead of _WarningsAsError - old behavior allowed other parts of the code to treat this as a warning and not an error - fix up BBNamingContext and fw_dunit just to make it easier in ignoring this in old integration test files Authored-by: M. Oleske View the changeset: https://github.com/apache/geode-native/compare/d7b03ee4a8b3...ee4e59ecbf32 View the full build log and details: https://travis-ci.com/github/apache/geode-native/builds/214422090?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.
Passed: apache/geode-native#2959 (develop - 9a46e7d)
Build Update for apache/geode-native - Build: #2959 Status: Passed Duration: 1 hr, 21 mins, and 5 secs Commit: 9a46e7d (develop) Author: Alberto Gomez Message: GEODE-8847: Change boost::asio name resolution to synchronous (#726) When creating a TCP connection and name resolution is needed, the synchronous version of the boost::asio::ip::tcp::resolver class is used instead of the asynchronous one. The reason is that the asynchronous one does not offer any advantage over the synchronous one because even if a timeout is set when using the async one it is later required by the io_service to wait for the thread launched by the asynchronous call to finish. View the changeset: https://github.com/apache/geode-native/compare/ee4e59ecbf32...9a46e7d89918 View the full build log and details: https://travis-ci.com/github/apache/geode-native/builds/214465352?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.