Thanks for the response. As it turns out, the test completes fine if I run it as:
rake test_postgresql it goes to completion and produces: 2088 tests, 6837 assertions, 0 failures, 0 errors go figure... On Jun 9, 5:52 pm, Michael Koziarski <[email protected]> wrote: > > test/cases/../../lib/active_record/connection_adapters/abstract/ > > schema_definitions.rb:68: [BUG] Segmentation fault > > ruby 1.8.7 (2009-04-08 patchlevel 160) [powerpc-darwin9.7.0] > > Your postgres driver is probably crashing (the segmentation fault). > This causes the connection to disappear (the unexpected EOF on client > connection) > > As for why that's happening? I have no idea sorry. > -- > Cheers > > Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
