Skip to content

Instantly share code, notes, and snippets.

@davetron5000
Created May 4, 2020 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davetron5000/77368cf88920d97c32baa395c8e4dc8c to your computer and use it in GitHub Desktop.
Save davetron5000/77368cf88920d97c32baa395c8e4dc8c to your computer and use it in GitHub Desktop.
This is the error produced from a system test where the rails server raised an exception:
---
Traceback (most recent call last):
20: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:68:in `block in autorun'
19: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:138:in `run'
18: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `start'
17: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `map'
16: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `each'
15: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `times'
14: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:75:in `block in start'
13: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:75:in `fork'
12: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:95:in `block (2 levels) in start'
11: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1141:in `method_missing'
10: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1161:in `with_friend'
9: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1142:in `block in method_missing'
8: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1302:in `open'
7: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1143:in `block (2 levels) in method_missing'
6: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1323:in `send_message'
5: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:926:in `send_request'
4: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:609:in `send_request'
3: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:609:in `each'
2: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:610:in `block in send_request'
1: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:571:in `dump'
/usr/local/lib/ruby/2.7.0/drb/drb.rb:571:in `dump': no _dump_data is defined for class PG::Connection (TypeError)
25: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:68:in `block in autorun'
24: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:138:in `run'
23: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `start'
22: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `map'
21: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `each'
20: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `times'
19: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:75:in `block in start'
18: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:75:in `fork'
17: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:95:in `block (2 levels) in start'
16: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1141:in `method_missing'
15: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1161:in `with_friend'
14: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1142:in `block in method_missing'
13: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1302:in `open'
12: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1143:in `block (2 levels) in method_missing'
11: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1323:in `send_message'
10: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:926:in `send_request'
9: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:609:in `send_request'
8: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:609:in `each'
7: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:610:in `block in send_request'
6: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:570:in `dump'
5: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:573:in `rescue in dump'
4: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:649:in `make_proxy'
3: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:649:in `new'
2: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1104:in `initialize'
1: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1864:in `to_id'
/usr/local/lib/ruby/2.7.0/drb/drb.rb:1795:in `current_server': DRb::DRbServerNotFound (DRb::DRbServerNotFound)
25: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:68:in `block in autorun'
24: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:138:in `run'
23: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `start'
22: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `map'
21: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `each'
20: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `times'
19: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:75:in `block in start'
18: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:75:in `fork'
17: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:95:in `block (2 levels) in start'
16: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1141:in `method_missing'
15: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1161:in `with_friend'
14: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1142:in `block in method_missing'
13: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1302:in `open'
12: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1143:in `block (2 levels) in method_missing'
11: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1323:in `send_message'
10: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:926:in `send_request'
9: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:609:in `send_request'
8: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:609:in `each'
7: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:610:in `block in send_request'
6: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:570:in `dump'
5: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:573:in `rescue in dump'
4: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:649:in `make_proxy'
3: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:649:in `new'
2: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1104:in `initialize'
1: from /usr/local/lib/ruby/2.7.0/drb/drb.rb:1864:in `to_id'
/usr/local/lib/ruby/2.7.0/drb/drb.rb:1795:in `current_server': DRb::DRbServerNotFound (DRb::DRbConnError)
11: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:68:in `block in autorun'
10: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:138:in `run'
9: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `start'
8: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `map'
7: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `each'
6: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:74:in `times'
5: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:75:in `block in start'
4: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:75:in `fork'
3: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:94:in `block (2 levels) in start'
2: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:97:in `rescue in block (2 levels) in start'
1: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:97:in `each'
/usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:98:in `block (3 levels) in start': undefined method `exception=' for #<Minitest::UnexpectedError: Unexpected exception> (NoMethodError)
Did you mean? exception
test_non-CA_customers_who_provide_email_and_get_a_thank-you_page PASS (2.65s)
Traceback (most recent call last):
2: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:68:in `block in autorun'
1: from /usr/dependencies-cache/bundler/ruby/2.7.0/gems/minitest-5.14.0/lib/minitest.rb:145:in `run'
/usr/dependencies-cache/bundler/ruby/2.7.0/gems/activesupport-6.0.2.2/lib/active_support/testing/parallelization.rb:118:in `shutdown': Queue not empty, but all workers have finished. This probably means that a worker crashed and 1 tests were missed. (RuntimeError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment