This project is archived and is in readonly mode.
[PATCH] Fix ActiveRecord test failing in CI under postgres
Reported by John Pignata | December 5th, 2009 @ 05:01 PM
This patch fixes a test in has_many_associations_test.rb under postgresql. It should apply cleanly to 2-3-stable and master.
Comments and changes to this ticket
-
John Pignata December 11th, 2009 @ 06:46 PM
- Assigned user set to Jeremy Kemper
Hey - the builds are still bright red and I think this patch will fix it. Let me know if I can do anything else to get this applied.
-
Repository December 11th, 2009 @ 09:30 PM
- State changed from new to committed
(from [1d9468b44e29e50170a5babd24c0fb67b040792f]) Fix postgresql AR test failure
Due to the ordering of the returning result set, the test fails under the postgresql adapter. Order results by id prior to checking the first item
[#3542 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/1d9468b44e29e50170a5babd24c0fb... -
Repository December 11th, 2009 @ 09:30 PM
(from [96deabace71d5cb3ee12c7b99e459db5e2acb1a6]) Fix postgresql AR test failure
Due to the ordering of the returning result set, the test fails under the postgresql adapter. Order results by id prior to checking the first item
[#3542 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/96deabace71d5cb3ee12c7b99e459d...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 3542 [PATCH] Fix ActiveRecord test failing in CI under postgres [#3542 state:committed]
- 3542 [PATCH] Fix ActiveRecord test failing in CI under postgres [#3542 state:committed]