[Groonga-commit] ranguba/rroonga at f98b35d [master] test: omit test for Database#clear_lock

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 7 17:37:35 JST 2017


Kouhei Sutou	2017-02-07 17:37:35 +0900 (Tue, 07 Feb 2017)

  New Revision: f98b35d41c7f80790d47c34beb53730f41f77c55
  https://github.com/ranguba/rroonga/commit/f98b35d41c7f80790d47c34beb53730f41f77c55

  Message:
    test: omit test for Database#clear_lock
    
    Because Groonga 7.0.0 will be released with a crash bug.

  Modified files:
    test/test-database.rb

  Modified: test/test-database.rb (+1 -0)
===================================================================
--- test/test-database.rb    2017-02-07 17:37:07 +0900 (c5e6609)
+++ test/test-database.rb    2017-02-07 17:37:35 +0900 (9f77354)
@@ -139,6 +139,7 @@ class DatabaseTest < Test::Unit::TestCase
   end
 
   def test_clear_lock
+    omit("Groonga 7.0.0 has a crash bug for clear_lock against temporary database")
     database = Groonga::Database.create
 
     assert_not_predicate(database, :locked?)
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index