On Nov 29, 2007 11:06 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007 10:55 AM, sinclair bain <[EMAIL PROTECTED]> wrote: > > Hey,I just updated from the edge and it looks like this _issue_ has > > resurfaced. > > > > Yesterday things were working (stories and specs). > > No code base changes, only rspec and rspec_on_rails > > > > After updating today I now need to set <config.txn...fixtures> to false in > > the spec_helper.rb > > to get the specs running, the stories are fine. Looks like the fixture > > loading is trying to start a txn. > > > > > > I will look around a bit more and see. > > I'm on it - will have a fix in about 5 minutes.
OK - this is fixed in r3014. Basically, we've been moving some responsibilities around as we improve interoperability w/ Test::Unit. A side effect was that setup was getting called twice. Running the pre_commit task against mysql didn't show this problem because mysql is happy to run transactions inside transactions. Should be all good now. Cheers, David > > > > > > > > > > Cheers! > > sinclair > > > > > > > > On Oct 24, 2007 10:58 PM, Scott Taylor <[EMAIL PROTECTED] > > > wrote: > > > > > > Okay - so the sqlite bug reported a day or so ago on the list is real > > > bug. I'm going to file something in the tracker for that... > > > > > > I also learned that before(:all)...after(:all) is not wrapped in a > > > transaction, the way before(:each)...after(:each) is. Is there some > > > reason behind this? Can you not wrap transactions inside transactions? > > > > > > Scott > > > > > > _______________________________________________ > > > rspec-users mailing list > > > [email protected] > > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > > > > > > > -- > > > > > > Cheers! > > sinclair > > _______________________________________________ > > rspec-users mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
