From dev-return-21846-apmail-ignite-dev-archive=ignite.apache.org@ignite.apache.org Mon May 22 13:02:26 2017 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 A6F61193DA for ; Mon, 22 May 2017 13:02:26 +0000 (UTC) Received: (qmail 85750 invoked by uid 500); 22 May 2017 13:02:26 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 85700 invoked by uid 500); 22 May 2017 13:02:26 -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 85689 invoked by uid 99); 22 May 2017 13:02:24 -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; Mon, 22 May 2017 13:02:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B54CEDFCBE; Mon, 22 May 2017 13:02:24 +0000 (UTC) From: ptupitsyn To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #1985: IGNITE-5257 .NET: SQL query timeouts Content-Type: text/plain Date: Mon, 22 May 2017 13:02:24 +0000 (UTC) GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/1985 IGNITE-5257 .NET: SQL query timeouts You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-5257 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1985.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 #1985 ---- commit f4abc703d2c95cd40ac96c109f74d1cc7ac5efe8 Author: Pavel Tupitsyn Date: 2017-05-22T10:25:35Z IGNITE-5257 .NET: SQL query timeouts commit d2354ba3ebdf99f601b02754faccc5b94e81336e Author: Pavel Tupitsyn Date: 2017-05-22T10:35:36Z wip commit 077c0e14ef6bd087ddfed609ad3b4347354809af Author: Pavel Tupitsyn Date: 2017-05-22T10:44:44Z Update CPP with default values commit 48225bcde63781512cb68b170a7070b8623dd6b2 Author: Pavel Tupitsyn Date: 2017-05-22T11:31:07Z Add to linq commit fc5e70c2d21adfdbe7983cdbacabc53adfdbcc9b Author: Pavel Tupitsyn Date: 2017-05-22T11:33:34Z wip commit 9b50e1af175ad1f07bd00ad06b0cc69e628e2e73 Author: Pavel Tupitsyn Date: 2017-05-22T11:35:14Z fix LINQ test commit 24bd21942c3823cc4c3f088c5a0fd06bcda112a3 Author: Pavel Tupitsyn Date: 2017-05-22T11:44:04Z wip tests commit f0c40e51d328aba98aa7ab34d21740514034a403 Author: Pavel Tupitsyn Date: 2017-05-22T11:57:26Z wip timeout test commit b102f886d35bf5ecdec504967f0f81f57aa96cc1 Author: Pavel Tupitsyn Date: 2017-05-22T12:03:43Z wip commit b0b6c8925b02d134db6277e2e170b87a8269d6b7 Author: Pavel Tupitsyn Date: 2017-05-22T12:05:31Z wip tests commit 2d2d58674e50a8db9e53c3dfcd26790f477d2528 Author: Pavel Tupitsyn Date: 2017-05-22T12:06:50Z wip commit ad35157c1bcc2c5829a3acd3fd24ac95bfcbd414 Author: Pavel Tupitsyn Date: 2017-05-22T12:14:11Z wip test timeouts commit 451575242a0d2a89364119bcf72ad78a19220b36 Author: Pavel Tupitsyn Date: 2017-05-22T12:27:50Z wip commit f374a2b1a451c4b9b65e6b57fc7979fa8f47aca4 Author: Pavel Tupitsyn Date: 2017-05-22T12:34:34Z wip tests commit 6580a7a3bb51fa73120660acc3900665ecb09285 Author: Pavel Tupitsyn Date: 2017-05-22T12:40:25Z wip tests commit 4117e0ce7ecb71029292b0a3dc1901acb75715ef Author: Pavel Tupitsyn Date: 2017-05-22T12:42:48Z wip tests commit 3454f708e761744d22fe9ce0c2f1ce8690b2d741 Author: Pavel Tupitsyn Date: 2017-05-22T12:55:56Z Cancellation tests work commit 547cf22bbefd4c2e29f594c3b3a1cc817f7238cf Author: Pavel Tupitsyn Date: 2017-05-22T13:01:55Z Fix timeout test flakiness ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---