You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2020/04/29 18:28:02 UTC

[geode] branch develop updated (0e8c937 -> dd695c4)

This is an automated email from the ASF dual-hosted git repository.

klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 0e8c937  GEODE-8021: CI Failure: CloseConnectionTest. sharedSenderShouldRecoverFromClosedSocket (#5008)
     add dd695c4  GEODE-8032: Reclassify tests as integration tests (#5011)

No new revisions were added by this update.

Summary of changes:
 .../BootstrappingFunctionIntegrationTest.java}     |  3 +-
 .../InternalDistributedSystemIntegrationTest.java  |  0
 ...istributedSystemLockMemoryIntegrationTest.java} | 32 ++++++++++++----------
 ...orClusterManagementServiceIntegrationTest.java} |  6 ++--
 .../DLockServiceDisconnectIntegrationTest.java}    | 15 +++++-----
 .../FlatFormatPdxSerializerIntegrationTest.java}   | 25 +++++++++++------
 .../apache/geode/cache/lucene/LocalCacheRule.java  |  0
 ...ueryRequestOperationHandlerIntegrationTest.java |  0
 .../codec/JsonPdxConverterIntegrationTest.java}    |  4 +--
 ...SenderEventRemoteDispatcherIntegrationTest.java |  0
 10 files changed, 49 insertions(+), 36 deletions(-)
 rename extensions/geode-modules/src/{test/java/org/apache/geode/modules/util/BootstrappingFunctionTest.java => integrationTest/java/org/apache/geode/modules/util/BootstrappingFunctionIntegrationTest.java} (98%)
 rename geode-core/src/{test => integrationTest}/java/org/apache/geode/distributed/internal/InternalDistributedSystemIntegrationTest.java (100%)
 rename geode-core/src/{test/java/org/apache/geode/distributed/internal/InternalDistributedSystemTest.java => integrationTest/java/org/apache/geode/distributed/internal/InternalDistributedSystemLockMemoryIntegrationTest.java} (81%)
 rename geode-core/src/{test/java/org/apache/geode/distributed/internal/InternalLocatorTest.java => integrationTest/java/org/apache/geode/distributed/internal/InternalLocatorClusterManagementServiceIntegrationTest.java} (98%)
 rename geode-core/src/{test/java/org/apache/geode/distributed/internal/locks/DLockServiceJUnitTest.java => integrationTest/java/org/apache/geode/distributed/internal/locks/DLockServiceDisconnectIntegrationTest.java} (83%)
 rename geode-lucene/src/{test/java/org/apache/geode/cache/lucene/FlatFormatPdxSerializerJunitTest.java => integrationTest/java/org/apache/geode/cache/lucene/FlatFormatPdxSerializerIntegrationTest.java} (88%)
 rename geode-lucene/src/{test => integrationTest}/java/org/apache/geode/cache/lucene/LocalCacheRule.java (100%)
 rename geode-protobuf/src/{test => integrationTest}/java/org/apache/geode/internal/protocol/protobuf/v1/operations/OqlQueryRequestOperationHandlerIntegrationTest.java (100%)
 rename geode-protobuf/src/{test/java/org/apache/geode/internal/protocol/protobuf/v1/serialization/codec/JsonPdxConverterJUnitTest.java => integrationTest/java/org/apache/geode/internal/protocol/protobuf/v1/serialization/codec/JsonPdxConverterIntegrationTest.java} (99%)
 rename geode-wan/src/{test => integrationTest}/java/org/apache/geode/internal/cache/wan/GatewaySenderEventRemoteDispatcherIntegrationTest.java (100%)