From dev-return-41819-apmail-ignite-dev-archive=ignite.apache.org@ignite.apache.org Thu Nov 15 13:55:54 2018 Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 874A118F96 for ; Thu, 15 Nov 2018 13:55:54 +0000 (UTC) Received: (qmail 85426 invoked by uid 500); 15 Nov 2018 13:55:54 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 85384 invoked by uid 500); 15 Nov 2018 13:55:54 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 85358 invoked by uid 99); 15 Nov 2018 13:55:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2018 13:55:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8748AE04C9; Thu, 15 Nov 2018 13:55:53 +0000 (UTC) From: ibessonov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #5400: IGNITE-10192 OptimizedMarshallerTest#testAllocati... Content-Type: text/plain Date: Thu, 15 Nov 2018 13:55:53 +0000 (UTC) GitHub user ibessonov opened a pull request: https://github.com/apache/ignite/pull/5400 IGNITE-10192 OptimizedMarshallerTest#testAllocationOverflow throws OOME instead of expected IOE You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10192 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/5400.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5400 ---- commit 1a45b39e522574721710d938472a3e454cd79611 Author: ibessonov Date: 2018-11-15T13:54:45Z IGNITE-10192 Optimized MarshallerTest#_testAllocationOverflow. Buffer expansion in GridUnsafeDataOutput improved. ---- ---