Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-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 E02C818093 for ; Sat, 21 Nov 2015 12:37:14 +0000 (UTC) Received: (qmail 91742 invoked by uid 500); 21 Nov 2015 12:37:14 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 91683 invoked by uid 500); 21 Nov 2015 12:37:14 -0000 Mailing-List: contact dev-help@stratos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.apache.org Delivered-To: mailing list dev@stratos.apache.org Received: (qmail 91670 invoked by uid 99); 21 Nov 2015 12:37:14 -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; Sat, 21 Nov 2015 12:37:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3844EDFE01; Sat, 21 Nov 2015 12:37:14 +0000 (UTC) From: R-Rajkumar To: dev@stratos.apache.org Reply-To: dev@stratos.apache.org Message-ID: Subject: [GitHub] stratos pull request: implementing STRATOS-1628 Content-Type: text/plain Date: Sat, 21 Nov 2015 12:37:14 +0000 (UTC) GitHub user R-Rajkumar opened a pull request: https://github.com/apache/stratos/pull/492 implementing STRATOS-1628 Currently, integrations test is looking at specific log messages to determine whether the stratos server is ready to handle request or not. Proper way would be to check with an API whether the server is ready or not. This PR is to implement this check in the following way. a) exposing an API in mock API to check whether mock iaas is activated or not. b) integration tests should be started after getting a positive response from the above API. As per our component start up order, the above solution will make sure that every component is ready to handle requests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/R-Rajkumar/stratos stratos-4.1.x Alternatively you can review and apply these changes as the patch at: https://github.com/apache/stratos/pull/492.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 #492 ---- commit 710485771d4a7a89c79d180cea5fa9c780d86a3c Author: rajkumar Date: 2015-11-21T12:34:11Z implementing STRATOS-1628 ---- --- 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. ---