Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

ant deployTwilio failure "The Apex job named "EventBrite Data Pulling Scheduler" is already scheduled for execution" #23

Closed
nvkris opened this issue Jul 12, 2013 · 2 comments

Comments

@nvkris
Copy link

nvkris commented Jul 12, 2013

On Mac OSX 10.8.4
ant 1.8.4

$ ant deployTwilio
Buildfile: /Users/myname/twilio-salesforce/install/build.xml

deployTwilio:
[echo] Deploying Twilio Helper Library for Salesforce...
[sf:deploy] Request for a deploy submitted successfully.
[sf:deploy] Request Id for the current deploy task: 09Sa0000000Cso2EAC
[sf:deploy] Waiting for server to finish processing the request...
[sf:deploy] Request Status: InProgress
[sf:deploy] Request Status: InProgress
[sf:deploy] Request Status: InProgress
[sf:deploy] Request Status: InProgress
[sf:deploy] Request Status: InProgress-Running Test: AddAccountTest.testSave1
[sf:deploy] Request Status: InProgress-Running Test: CoachBreakdownCalculator.testProductRemoval
[sf:deploy] Request Status: InProgress-Running Test: EventRegistrationController.testBadEmail
[sf:deploy] Request Status: InProgress-Running Test: OrderEntry7Extension.testAccountCreation
[sf:deploy] Request Status: InProgress-Running Test: ScheduleBatchConvertIndividualAccounts.testBatchConvertIndividualAccounts
[sf:deploy] Request Status: Completed

BUILD FAILED
/Users/myname/twilio-salesforce/install/build.xml:9: FAILURES:
Test failure, method: EventBriteJobScheduler.testBatchConvertIndividualAccounts -- System.AsyncException: The Apex job named "EventBrite Data Pulling Scheduler" is already scheduled for execution. stack Class.EventBriteJobScheduler.execute: line 7, column 1

Test failure, method: OrderEntry7Extension.testLeadConversion -- System.AssertException: Assertion Failed stack Class.OrderEntry7Extension.testLeadConversion: line 590, column 1

Test failure, method: ParseProductTest.testBatchConvertIndividualAccounts -- System.AsyncException: The Apex job named "EventBrite Data Pulling Scheduler" is already scheduled for execution. stack Class.EventBriteJobScheduler.execute: line 7, column 1

Test failure, method: TwilioCapability.testGenerateParamString -- System.AssertException: Assertion Failed: Expected: split%2Bkey2=split%2Bval2&split+key1=split+val1, Actual: split+key1=split+val1&split%2Bkey2=split%2Bval2 stack Class.TwilioCapability.testGenerateParamString: line 275, column 1

Total time: 1 minute 48 seconds

@brettgerry
Copy link
Contributor

This looks like the same issue as #22. It is related to the TwilioCapability.testGenerateParamString test failure.

@brettgerry
Copy link
Contributor

Fixed in #27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants