Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A46FE200B8A for ; Sat, 10 Sep 2016 06:13:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A2F69160ACE; Sat, 10 Sep 2016 04:13:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ECDD1160AC2 for ; Sat, 10 Sep 2016 06:13:21 +0200 (CEST) Received: (qmail 84050 invoked by uid 500); 10 Sep 2016 04:13:20 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 84017 invoked by uid 99); 10 Sep 2016 04:13:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2016 04:13:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 978E52C1B7B for ; Sat, 10 Sep 2016 04:13:20 +0000 (UTC) Date: Sat, 10 Sep 2016 04:13:20 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-11811) CocoaPods error in cordova-lib tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 10 Sep 2016 04:13:22 -0000 [ https://issues.apache.org/jira/browse/CB-11811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15479100#comment-15479100 ] Shazron Abdullah commented on CB-11811: --------------------------------------- Istanbul is all setup properly but now the Travis environment is running on a Linux vm, so 'pod install' is failing. Need to set it up properly on an OS X vm. > CocoaPods error in cordova-lib tests > ------------------------------------ > > Key: CB-11811 > URL: https://issues.apache.org/jira/browse/CB-11811 > Project: Apache Cordova > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: CordovaLib, iOS > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > > https://github.com/apache/cordova-lib/blob/3b38b5382b9a52d1fe522514b61d3ebd6016796d/cordova-lib/spec-cordova/platform.spec.js#L380 > {code} > Failures: > 1) cocoapod plugin add and rm end-to-end installs and uninstalls plugin depending on new pod and existing pod > Message: > Expected 'CocoaPods was not found. Please install version 1.0.1 or greater from https://cocoapods.org/' to be undefined. > Stacktrace: > Error: Expected 'CocoaPods was not found. Please install version 1.0.1 or greater from https://cocoapods.org/' to be undefined. > at /home/jenkins/jenkins-slave/workspace/cordova-nightly/cordova-lib/cordova-lib/spec-cordova/platform.spec.js:467:25 > at _rejected (/home/jenkins/jenkins-slave/workspace/cordova-nightly/cordova-lib/cordova-lib/node_modules/q/q.js:797:24) > at /home/jenkins/jenkins-slave/workspace/cordova-nightly/cordova-lib/cordova-lib/node_modules/q/q.js:823:30 > at Promise.when (/home/jenkins/jenkins-slave/workspace/cordova-nightly/cordova-lib/cordova-lib/node_modules/q/q.js:1035:31) > at Promise.promise.promiseDispatch (/home/jenkins/jenkins-slave/workspace/cordova-nightly/cordova-lib/cordova-lib/node_modules/q/q.js:741:41) > at /home/jenkins/jenkins-slave/workspace/cordova-nightly/cordova-lib/cordova-lib/node_modules/q/q.js:557:44 > at flush (/home/jenkins/jenkins-slave/workspace/cordova-nightly/cordova-lib/cordova-lib/node_modules/q/q.js:108:17) > at process._tickCallback (node.js:415:13) > {code} > The test is now invalid, since to properly install a CocoaPod dependency in a project, cocoapods cli needs to be installed. The implementation did not check for this before (thus it didn't fail), but it does now. > There is no way to test this without CocoaPods being installed, all we can really test is if the error message is correct. > To test e2e CocoaPods, we need to separate this test as an OS X only test, and run this test on Travis CI only. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org