Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Aug 27, 2014
1 parent 3729d0f commit 093bf7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/coverage/
/vendor/
Gemfile.lock
/test/plugin/data/
/test/tools/data/
3 changes: 3 additions & 0 deletions test/plugin/out_mongo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def default_config
type mongo
database #{MONGO_DB_DB}
collection #{collection_name}
include_time_key true # TestDriver ignore config_set_default?
]
end

Expand Down Expand Up @@ -237,6 +238,7 @@ def default_config
collection #{collection_name}
nodes #{build_seeds(3).join(',')}
num_retries 30
include_time_key true # TestDriver ignore config_set_default?
]
end

Expand Down Expand Up @@ -266,3 +268,4 @@ def test_configure
assert_equal({:ssl => false}, d.instance.connection_options)
end
end

0 comments on commit 093bf7a

Please sign in to comment.