<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">That is a lot of errors. Are you sure you are running the latest version of the code, and have successfully run rake db:migrate? We are now using rails 2.3.2.<div><br></div><div>The fact the output contains innodb information, even when you are using Postgres is fine. It is an abstraction, which only affects MySQL.</div><div><br></div><div>For example output see the following build log after the line **Running the tests** </div><div><a href="http://cruise.shaunmcdonald.me.uk/builds/osmapi-postgres/15862">http://cruise.shaunmcdonald.me.uk/builds/osmapi-postgres/15862</a></div><div><br></div><div>All the tests will work offline. They do not require a connection to any OSM server. There is currently one migration on setup of the development database that will not work in an offline environment.</div><div><br></div><div>Can you please post the full log to <a href="http://osm.pastebin.com/">http://osm.pastebin.com/</a> and include the link in your response, once you are using the latest code?</div><div><br></div><div>Shaun</div><div><br><div><div>On 12 Jun 2009, at 14:26, Lucier, Trent wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="color: rgb(0, 0, 0); "><div lang="EN-US" link="blue" vlink="purple" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div class="Section1"><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Here is the error message I get when I run “ rake test”. (I deleted some of the failures to get around this mailing list’s message size limit. The ones I deleted were similar to the ones surrounding them with the ‘send’ errors). I had already run the commands you linked to. Do my errors indicate that it did not work? I assumed all the failures for the _<i>send</i>_ calls were due to tests trying to talk back to<span class="Apple-converted-space"> </span><a href="http://www.openstreetmap.org" style="color: blue; text-decoration: underline; ">www.openstreetmap.org</a>. As I’ve said, my environment is not internet enabled. <o:p></o:p></span></div><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "><o:p> </o:p></span></div><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Also, I noticed something else strange when I ran the rake db:migrate command. One of the lines of output mentioned “innodb”, which I know is a MySQL thing (not PostgreSQL). I was using MySQL previously, but switched everything over to PostgreSQL (yes, my database.yml file now points to postgresql). I would post the message, but my rake db:migrate command doesn’t think any changes were made and won’t do a total rebuild. Is there a way to force rake db:migrate to build again so I can post that output?<o:p></o:p></span></div><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "><o:p> </o:p></span></div></div></div></span></blockquote></div></div></body></html>