You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Travis CI <bu...@travis-ci.org> on 2020/03/29 18:55:24 UTC

Failed: apache/geode-native#2357 (support/1.12 - 8ddc0e8)

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

Build: #2357
Status: Failed

Duration: 2 mins and 54 secs
Commit: 8ddc0e8 (support/1.12)
Author: Blake Bender
Message: GEODE-7694: fix pdx type lookup (#572)

- < operator should have used typeId, was using className which is NOT UNIQUE
- This should fix problems with __GEMFIRE_JSON PDX type
- fall back to comparing className when both typeIds are 0
- Local regions appear to operate with typeId == 0 for everything
- Local regions will still be broken for __GEMFIRE_JSON type, because className is the same for different types

View the changeset: https://github.com/apache/geode-native/compare/support/1.12

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

--

You can unsubscribe from build emails from the apache/geode-native repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=11948127&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/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.