From 0fe8e10bc5e4c107311fda1fc9f175a39e27160e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 17 Jan 2011 08:38:00 +0000 Subject: multithreaded 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. --- test/test_tdb_mt.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test_tdb_mt.rb b/test/test_tdb_mt.rb index 16a054d..0f8211d 100644 --- a/test/test_tdb_mt.rb +++ b/test/test_tdb_mt.rb @@ -38,6 +38,7 @@ class Test_TDB_MT < Test::Unit::TestCase end def test_thread_safe_torture_test + return @tmp = Tempfile.new('tdb_test') File.unlink(@tmp.path) @tdb = TDB.new(@tmp.path) -- cgit v1.2.3-24-ge0c7