Fix randomly failing test.

This commit is contained in:
Guo Xiang Tan 2016-03-08 12:51:51 +08:00
parent 322ee3e17c
commit d783a393ec
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class PostgreSQLFallbackHandler
@master[db] = true @master[db] = true
@running[db] = false @running[db] = false
@mutex[db] = Mutex.new @mutex[db] = Mutex.new
@last_check[db] = nil
end end
end end