about summary refs log tree commit homepage
path: root/test/test_tdb_mt.rb
DateCommit message (Collapse)
2018-04-29test/test_tdb_mt.rb: fix fragile test
Method#inspect has changed in modern Ruby, so try to make test less fragile.
2014-10-03tdb/mt: fix tests under Ruby 1.8
This will probably be the last release we make under Ruby 1.8
2014-02-09test_tdb_mt: do not barf on unwrapped :initialize
Not sure if it's an rbx implementation difference or not, but initialize is obviously wrapped and probably(?) private depending on the version/implemntation of Ruby...
2011-01-17multithreaded TDB is dangerous, discourage it
Lets just avoid threads for now :) The torture test still fails and there doesn't appear to be a good way to fix it without upstream supporting it.
2010-12-10mt: longer test
Just in case it wasn't long enough to expose any issues or crash the system.
2010-12-10mt: just break when attempting TDB methods inside #each
Too tricky to support, for now.
2010-12-03add optional thread-safety on a per-object basis
Thread-safety is useful sometimes and needless overhead otherwise. Default to whatever TDB upstream defaults to.