Rob Sanheim
2008-Sep-15 14:53 UTC
issue with running tests and loading active_support from Rails gems instead of edge copy
Is anyone else seeing this issue when running the test suite against edge? http://rails.lighthouseapp.com/projects/8994/tickets/983-cant-run-actionpack-tests-directly-due-to-errant-require I applied the patch that David supplied and it fixes the issue, so I''m assuming that other folks must be seeing it. It appears that the active_support gem gets loaded, instead of the edge copy involved in the test run. We are also seeing it with action mailer tests, which I opened a new ticket for: http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1052-failure-in-actionmailer-tests-due-to-load-issue thanks, Rob --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Michael Koziarski
2008-Sep-15 15:49 UTC
Re: issue with running tests and loading active_support from Rails gems instead of edge copy
> Is anyone else seeing this issue when running the test suite against edge? > > http://rails.lighthouseapp.com/projects/8994/tickets/983-cant-run-actionpack-tests-directly-due-to-errant-require > > I applied the patch that David supplied and it fixes the issue, so I''m > assuming that other folks must be seeing it. It appears that the > active_support gem gets loaded, instead of the edge copy involved in > the test run. > > We are also seeing it with action mailer tests, which I opened a new ticket for: > > http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1052-failure-in-actionmailer-tests-due-to-load-issue >Works for me too, so I''m not sure what''s up. Does it happen before: http://github.com/rails/rails/commit/172606e2 Could you git-bisect and track it down? -- 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 rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---