yatish27 / salesforce_bulk_api

A Ruby client for Salesforce's bulk API
MIT License
78 stars 97 forks source link

Removing sleep statment in lib/salesforce_bulk_api/job.rb #25

Closed kellydunn closed 10 years ago

kellydunn commented 10 years ago

As requested, here is a dedicated PR for removing the sleep statement in lib/stalesforce_bulk_api/job.rb.

I used my branch to test functionality from within an organization I have access to, and the changeset appeared to reflect the desired changes :)

But after attempting to run tests within the salesforce_bulk_api project with my sandbox credentials, I encountered a few test failures. namely because my schema was mismatched with what was expected inside of the RSpec tests. Because I do not have access to change the schema of my organization sandbox, I don't think I can get much further running the tests in the state they are currently in.

Before accepting, I would recommend running the tests again with your credentials and against your sandbox, as it seems there is a set schema these tests are intended to run against.

Thanks!

yatish27 commented 10 years ago

Patched pushed 0.0.8 check it out