Created
January 8, 2015 19:24
-
-
Save jkthorne/7d2637dd2101701cd4e3 to your computer and use it in GitHub Desktop.
squaw test run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run options: --seed 6850 | |
# Running: | |
.....................................................E.............................................................................................E............................................................................................................................................................. | |
Finished in 127.196609s, 2.3979 runs/s, 5.8885 assertions/s. | |
1) Error: | |
SalesforceUserCreationWorker::#perform#test_0010_gracefully handles multiple queued jobs for the same user: | |
Faraday::SSLError: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol | |
app/services/salesforce_service.rb:157:in `find' | |
app/services/salesforce_service.rb:148:in `make_request' | |
app/services/salesforce_service.rb:85:in `find_user' | |
app/services/salesforce_service.rb:108:in `find_user_if_exists' | |
app/workers/salesforce_user_creation_worker.rb:12:in `perform' | |
test/unit/workers/salesforce_user_creation_worker_test.rb:196:in `block (3 levels) in <top (required)>' | |
2) Error: | |
SalesforceCustomerCreationQueueWorker::#perform#test_0001_queues no jobs when there are no customers in the account_needed state: | |
Faraday::SSLError: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol | |
app/workers/concerns/salesforce_session_helper.rb:5:in `authenticate_and_return_session_info' | |
app/workers/concerns/salesforce_session_helper.rb:16:in `opts_with_session_info' | |
app/workers/salesforce_customer_creation_queue_worker.rb:11:in `perform' | |
test/unit/workers/salesforce_customer_creation_queue_worker_test.rb:16:in `block (3 levels) in <top (required)>' | |
305 runs, 749 assertions, 0 failures, 2 errors, 0 skips |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment