Ah, the end of the build log. Thanks Chad! So now I'm confused, because my test fails with the same versions of SQLite2 and same sqlite-ruby gem as the CI machine. I can reproduce the bug in last_insert_rowid() directly in SQLite2 (by using those large ids) so I have to conclude that the CI machine is not generating the same large ids.
Maybe this is a rake version issue, my rake is 0.8.4 and the CI's is 0.8.3. Is rake the thing that generates those big fixture ids? More digging (unless someone who is still reading knows :) On 23/05/2009, at 9:26 AM, Chad Woolley wrote: > > On Fri, May 22, 2009 at 4:24 PM, Jason King <[email protected]> > wrote: >> >> Can someone tell me which version of sqlite is used on the CI >> machine? (Or, even better, how to find out?) >> >> I'm seeing what looks like a bug in my 2.8.17 for the >> last_insert_rowid() function with the high PKey IDs that the test >> fixtures receive. > > 2 and 3. Look at the environment info output at the end of the > build log. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
